Uname:Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64

403WebShell
403Webshell
Server IP : 3.111.61.48  /  Your IP : 216.73.216.67
Web Server : Apache
System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64
User : ubuntu ( 1000)
PHP Version : 8.2.31
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/vhost/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhost/arukustech-wp_prod_9april24.sql
-- MySQL dump 10.13  Distrib 8.0.36, for Linux (x86_64)
--
-- Host: arukus-db-8.ca0xxskptwru.ap-south-1.rds.amazonaws.com    Database: arukustech-wp_prod
-- ------------------------------------------------------
-- Server version	8.0.35

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

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`) USING BTREE,
  KEY `comment_id` (`comment_id`) USING BTREE,
  KEY `meta_key` (`meta_key`(191)) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

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

--
-- Table structure for table `wp_comments`
--

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

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,9,'Extended Opportunity','40969@gmail.com','','185.125.50.101','2024-03-02 16:38:08','2024-03-02 16:38:08','[Hot] AI Turns Any Photo, URL or Keyword into “Talking Head” Videos - https://ext-opp.com/AiTalkie',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_db7_forms`
--

DROP TABLE IF EXISTS `wp_db7_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_db7_forms` (
  `form_id` bigint NOT NULL AUTO_INCREMENT,
  `form_post_id` bigint NOT NULL,
  `form_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `form_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`form_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_db7_forms`
--

LOCK TABLES `wp_db7_forms` WRITE;
/*!40000 ALTER TABLE `wp_db7_forms` DISABLE KEYS */;
INSERT INTO `wp_db7_forms` VALUES (1,848,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:13:\"yourfirstname\";s:11:\"Ariyam Test\";s:16:\"youremailaddress\";s:30:\"monika.webmaster2012@gmail.com\";s:12:\"our_products\";a:9:{i:0;s:23:\"Loan Origination System\";i:1;s:10:\"Cross-sell\";i:2;s:10:\"Risk Audit\";i:3;s:28:\"Collection Management System\";i:4;s:25:\"Expense Management System\";i:5;s:20:\"Audit and Compliance\";i:6;s:20:\"Field Force Tracking\";i:7;s:23:\"Fraud Management System\";i:8;s:29:\"Support 360: Ticketing System\";}s:15:\"yourPhoneNumber\";s:13:\"+917980853799\";s:15:\"yourcompanyname\";s:11:\"Arukus Test\";s:11:\"yourmessage\";s:29:\"Test Comments. Please ignore.\";}','2023-08-10 10:14:22'),(2,478,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:4:\"Test\";s:16:\"your_designation\";s:6:\"Kausik\";s:19:\"name_of_institution\";s:8:\"Anything\";s:15:\"countrytext-430\";s:13:\"+919830005031\";s:18:\"your_email_address\";s:23:\"kausik.sarkar@gmail.com\";}','2023-08-23 09:22:47'),(3,848,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:13:\"yourfirstname\";s:17:\"Swaraj Kumar Dash\";s:16:\"youremailaddress\";s:23:\"swaraj@annapurnafin.org\";s:12:\"our_products\";a:9:{i:0;s:23:\"Loan Origination System\";i:1;s:10:\"Cross-sell\";i:2;s:10:\"Risk Audit\";i:3;s:28:\"Collection Management System\";i:4;s:25:\"Expense Management System\";i:5;s:20:\"Audit and Compliance\";i:6;s:20:\"Field Force Tracking\";i:7;s:23:\"Fraud Management System\";i:8;s:29:\"Support 360: Ticketing System\";}s:15:\"yourPhoneNumber\";s:13:\"+919511298057\";s:15:\"yourcompanyname\";s:27:\"Annapurna Finance Pvt. Ltd.\";s:11:\"yourmessage\";s:47:\"Looking for Enterprise Risk Management solution\";}','2023-10-04 07:28:14'),(4,848,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:13:\"yourfirstname\";s:4:\"SAGA\";s:16:\"youremailaddress\";s:23:\"issakasaga.is@gmail.com\";s:12:\"our_products\";a:9:{i:0;s:23:\"Loan Origination System\";i:1;s:10:\"Cross-sell\";i:2;s:10:\"Risk Audit\";i:3;s:28:\"Collection Management System\";i:4;s:25:\"Expense Management System\";i:5;s:20:\"Audit and Compliance\";i:6;s:20:\"Field Force Tracking\";i:7;s:23:\"Fraud Management System\";i:8;s:29:\"Support 360: Ticketing System\";}s:15:\"yourPhoneNumber\";s:12:\"+22670773212\";s:15:\"yourcompanyname\";s:0:\"\";s:11:\"yourmessage\";s:0:\"\";}','2023-12-11 10:52:17'),(5,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:6:\"Ariyam\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 11:05:06'),(6,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:12:\"Testing Name\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 11:10:16'),(7,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:10:\"Hello Test\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 11:13:17'),(8,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:16:\"Testing Name 245\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 11:16:26'),(9,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:10:\"Hello Test\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 11:22:25'),(10,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:10:\"Hello Test\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 11:36:10'),(11,478,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:11:\"Ariyam Test\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 11:47:03'),(12,478,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:12:\"Testing Name\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 11:58:02'),(13,478,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:12:\"Testing Name\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:12:\"+91798083799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 12:27:15'),(14,478,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:12:\"Testing Name\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 12:33:26'),(15,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:16:\"Testing Name 245\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 12:37:31'),(16,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:6:\"Ariyam\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 12:40:51'),(17,478,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:10:\"Hello Test\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 14:03:34'),(18,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:12:\"Testing Name\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 14:04:53'),(19,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:6:\"Ariyam\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-02 14:25:55'),(20,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:6:\"Ariyam\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-03 07:57:54'),(21,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:16:\"Ariyam Mukherjee\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-03 10:41:55'),(22,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:16:\"Ariyam Mukherjee\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:28:\"mukherjee.ariyam88@gmail.com\";}','2024-01-03 11:24:16'),(23,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:6:\"Parag \";s:16:\"your_designation\";s:25:\"Chief compliance officer \";s:19:\"name_of_institution\";s:44:\"The Mehsana Urban Co-operative Bank Limited \";s:15:\"countrytext-430\";s:13:\"+917819816130\";s:18:\"your_email_address\";s:22:\"Compliance@mucbank.com\";}','2024-01-03 17:09:05'),(24,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:7:\"Mirette\";s:16:\"your_designation\";s:21:\"Master's Student\";s:19:\"name_of_institution\";s:37:\"The British University in Egypt (BUE)\";s:15:\"countrytext-430\";s:13:\"+201225048766\";s:18:\"your_email_address\";s:24:\"mirette.asser@bue.edu.eg\";}','2024-01-15 22:32:08'),(25,848,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:13:\"yourfirstname\";s:12:\"vikash kumar\";s:16:\"youremailaddress\";s:21:\"vikashamp03@gmail.com\";s:12:\"our_products\";a:9:{i:0;s:23:\"Loan Origination System\";i:1;s:10:\"Cross-sell\";i:2;s:10:\"Risk Audit\";i:3;s:28:\"Collection Management System\";i:4;s:25:\"Expense Management System\";i:5;s:20:\"Audit and Compliance\";i:6;s:20:\"Field Force Tracking\";i:7;s:23:\"Fraud Management System\";i:8;s:29:\"Support 360: Ticketing System\";}s:15:\"yourPhoneNumber\";s:13:\"+918404968371\";s:15:\"yourcompanyname\";s:7:\"arohan \";s:11:\"yourmessage\";s:5:\"good \";}','2024-01-26 15:11:20'),(26,848,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:13:\"yourfirstname\";s:12:\"vikash kumar\";s:16:\"youremailaddress\";s:21:\"vikashamp03@gmail.com\";s:12:\"our_products\";a:9:{i:0;s:23:\"Loan Origination System\";i:1;s:10:\"Cross-sell\";i:2;s:10:\"Risk Audit\";i:3;s:28:\"Collection Management System\";i:4;s:25:\"Expense Management System\";i:5;s:20:\"Audit and Compliance\";i:6;s:20:\"Field Force Tracking\";i:7;s:23:\"Fraud Management System\";i:8;s:29:\"Support 360: Ticketing System\";}s:15:\"yourPhoneNumber\";s:13:\"+918404968371\";s:15:\"yourcompanyname\";s:7:\"arohan \";s:11:\"yourmessage\";s:5:\"good \";}','2024-01-26 15:11:23'),(27,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:10:\"KEVIN SAKA\";s:16:\"your_designation\";s:15:\"Credit analyst \";s:19:\"name_of_institution\";s:10:\"KEVIN SAKA\";s:15:\"countrytext-430\";s:13:\"+254714046375\";s:18:\"your_email_address\";s:26:\"kevin.saka@ilarahealth.com\";}','2024-01-29 10:45:21'),(28,1390,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:10:\"Tanmay Roy\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:30:\"monika.webmaster2012@gmail.com\";}','2024-02-19 12:58:17'),(29,1390,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:11:\"Tanumoy Dey\";s:16:\"your_designation\";s:9:\"Developer\";s:19:\"name_of_institution\";s:3:\"SWI\";s:15:\"countrytext-430\";s:13:\"+917980853799\";s:18:\"your_email_address\";s:30:\"monika.webmaster2012@gmail.com\";}','2024-02-19 13:20:59'),(30,6,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:9:\"Iliash Sk\";s:15:\"yourPhoneNumber\";s:13:\"+916295737320\";s:10:\"your_email\";s:17:\"ijiscse@gmail.com\";s:12:\"your_message\";s:82:\"I am searching job ..I know mernstack ..This is my website.softechtechnology.com\r\n\";s:12:\"our_products\";a:1:{i:0;s:0:\"\";}}','2024-02-19 16:57:15'),(31,6,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:19:\"Rakesh Kumar Ranjan\";s:15:\"yourPhoneNumber\";s:10:\"7654931661\";s:10:\"your_email\";s:20:\"rakeshranj@gmail.com\";s:12:\"your_message\";s:334:\"Hi\r\n\r\n \r\n\r\nAs per your requirement, This is Rakesh Kumar Ranjan, looking for a job, Having more than 6 years’ experience in International BPO in Non, Semi and Voice Processes). During these 6 years I was involved in US Mortgage (Title , Tax Search and on different domains).\r\n\r\n \r\n\r\nLooking forward to your reply.\r\n\r\nWith Thanks\r\n\r\n\";s:12:\"our_products\";a:1:{i:0;s:0:\"\";}}','2024-02-28 08:32:23'),(32,1268,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:14:\"your_full_name\";s:16:\"Ram Chandra Ojha\";s:16:\"your_designation\";s:7:\"Student\";s:19:\"name_of_institution\";s:14:\"Global college\";s:15:\"countrytext-430\";s:14:\"+9779841544700\";s:18:\"your_email_address\";s:24:\"ramchandra.ktm@gmail.com\";}','2024-03-15 01:36:51'),(33,848,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:13:\"yourfirstname\";s:15:\"Satyendra Singh\";s:16:\"youremailaddress\";s:26:\"satyendra.singh1@namfin.in\";s:12:\"our_products\";a:1:{i:0;s:20:\"Audit and Compliance\";}s:15:\"yourPhoneNumber\";s:13:\"+918939580082\";s:15:\"yourcompanyname\";s:24:\"Namdev Finvest Pvt. Ltd.\";s:11:\"yourmessage\";s:49:\"Looking for internal Audit Management solutions\r\n\";}','2024-03-26 06:54:07');
/*!40000 ALTER TABLE `wp_db7_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_e_events`
--

DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_e_events` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  KEY `created_at_index` (`created_at`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_events`
--

LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
INSERT INTO `wp_e_events` VALUES (1,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2023-11-09T16:50:17.162-06:30\"}','2023-11-09 16:50:17'),(2,'{\"event\":\"skip\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2023-11-09T16:50:37.483-06:30\"}','2023-11-09 16:50:37'),(3,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"hello\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2023-11-09T16:50:37.532-06:30\"}','2023-11-09 16:50:38'),(4,'{\"event\":\"skip\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"hello\\\"}\",\"ts\":\"2023-11-09T16:50:45.386-06:30\"}','2023-11-09 16:50:45'),(5,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteName\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2023-11-09T16:50:45.437-06:30\"}','2023-11-09 16:50:45'),(6,'{\"event\":\"skip\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteName\\\"}\",\"ts\":\"2023-11-09T16:50:50.056-06:30\"}','2023-11-09 16:50:50'),(7,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteLogo\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2023-11-09T16:50:50.086-06:30\"}','2023-11-09 16:50:50'),(8,'{\"event\":\"skip\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteLogo\\\"}\",\"ts\":\"2023-11-09T16:50:53.472-06:30\"}','2023-11-09 16:50:53'),(9,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"goodToGo\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2023-11-09T16:50:53.510-06:30\"}','2023-11-09 16:50:54'),(10,'{\"event\":\"skip\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"goodToGo\\\"}\",\"ts\":\"2023-11-09T16:50:57.322-06:30\"}','2023-11-09 16:50:57');
/*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_e_submissions`
--

DROP TABLE IF EXISTS `wp_e_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_e_submissions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `hash_id` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `main_meta_id` bigint unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint unsigned NOT NULL,
  `referer` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `referer_title` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `element_id` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `form_name` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `campaign_id` bigint unsigned NOT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `user_ip` varchar(46) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_agent` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `actions_count` int DEFAULT '0',
  `actions_succeeded_count` int DEFAULT '0',
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `meta` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE KEY `hash_id_unique_index` (`hash_id`) USING BTREE,
  KEY `main_meta_id_index` (`main_meta_id`) USING BTREE,
  KEY `hash_id_index` (`hash_id`) USING BTREE,
  KEY `type_index` (`type`) USING BTREE,
  KEY `post_id_index` (`post_id`) USING BTREE,
  KEY `element_id_index` (`element_id`) USING BTREE,
  KEY `campaign_id_index` (`campaign_id`) USING BTREE,
  KEY `user_id_index` (`user_id`) USING BTREE,
  KEY `user_ip_index` (`user_ip`) USING BTREE,
  KEY `status_index` (`status`) USING BTREE,
  KEY `is_read_index` (`is_read`) USING BTREE,
  KEY `created_at_gmt_index` (`created_at_gmt`) USING BTREE,
  KEY `updated_at_gmt_index` (`updated_at_gmt`) USING BTREE,
  KEY `created_at_index` (`created_at`) USING BTREE,
  KEY `updated_at_index` (`updated_at`) USING BTREE,
  KEY `referer_index` (`referer`(191)) USING BTREE,
  KEY `referer_title_index` (`referer_title`(191)) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_submissions`
--

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

--
-- Table structure for table `wp_e_submissions_actions_log`
--

DROP TABLE IF EXISTS `wp_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_e_submissions_actions_log` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint unsigned NOT NULL,
  `action_name` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `action_label` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  KEY `submission_id_index` (`submission_id`) USING BTREE,
  KEY `action_name_index` (`action_name`) USING BTREE,
  KEY `status_index` (`status`) USING BTREE,
  KEY `created_at_gmt_index` (`created_at_gmt`) USING BTREE,
  KEY `updated_at_gmt_index` (`updated_at_gmt`) USING BTREE,
  KEY `created_at_index` (`created_at`) USING BTREE,
  KEY `updated_at_index` (`updated_at`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_submissions_actions_log`
--

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

--
-- Table structure for table `wp_e_submissions_values`
--

DROP TABLE IF EXISTS `wp_e_submissions_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_e_submissions_values` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint unsigned NOT NULL DEFAULT '0',
  `key` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`) USING BTREE,
  KEY `submission_id_index` (`submission_id`) USING BTREE,
  KEY `key_index` (`key`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_submissions_values`
--

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

--
-- Table structure for table `wp_ewwwio_images`
--

DROP TABLE IF EXISTS `wp_ewwwio_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ewwwio_images` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `attachment_id` bigint unsigned DEFAULT NULL,
  `gallery` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `resize` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `path` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `converted` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `results` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `image_size` int unsigned DEFAULT NULL,
  `orig_size` int unsigned DEFAULT NULL,
  `backup` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `level` int unsigned DEFAULT NULL,
  `pending` tinyint NOT NULL DEFAULT '0',
  `updates` int unsigned DEFAULT NULL,
  `updated` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `trace` blob,
  PRIMARY KEY (`id`) USING BTREE,
  KEY `path` (`path`(191)) USING BTREE,
  KEY `attachment_info` (`gallery`(3),`attachment_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=1091 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ewwwio_images`
--

LOCK TABLES `wp_ewwwio_images` WRITE;
/*!40000 ALTER TABLE `wp_ewwwio_images` DISABLE KEYS */;
INSERT INTO `wp_ewwwio_images` VALUES (4,780,'media','full','ABSPATHwp-content/uploads/2023/07/crosss2.png','','Reduced by 91.8% (4.1 KB) - Previously Optimized',377,4594,'',10,0,1,'2023-07-21 01:07:54',NULL),(5,795,'media','full','ABSPATHwp-content/uploads/2023/07/s2_2.png','','Reduced by 82.0% (1.4 KB)',312,1733,'',10,0,1,'2023-07-21 01:07:54',NULL),(6,871,'media','full','ABSPATHwp-content/uploads/2023/07/mail_banner.png','','Reduced by 2.1% (1.1 KB)',51490,52594,'',10,0,1,'2023-07-19 19:32:55',NULL),(7,871,'media','medium','ABSPATHwp-content/uploads/2023/07/mail_banner-300x80.png','','Reduced by 72.7% (23.9 KB) - Previously Optimized',9215,33715,'',10,0,1,'2023-07-21 01:07:51',NULL),(8,871,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/mail_banner-150x150.png','','Reduced by 71.5% (21.9 KB) - Previously Optimized',8936,31402,'',10,0,1,'2023-07-21 01:07:51',NULL),(9,871,'media','medium_large','ABSPATHwp-content/uploads/2023/07/mail_banner-768x204.png','','Reduced by 73.9% (117.7 KB) - Previously Optimized',42642,163203,'',10,0,1,'2023-07-21 01:07:53',NULL),(10,871,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/mail_banner-600x159.png','','Reduced by 73.7% (79.4 KB) - Previously Optimized',29008,110312,'',10,0,1,'2023-07-21 01:07:53',NULL),(11,708,'media','full','ABSPATHwp-content/uploads/2023/07/banner-new-1.jpg','','Reduced by 9.7% (6.1 KB) - Previously Optimized',58098,64325,'',10,0,1,'2023-07-21 01:07:54',NULL),(12,708,'media','medium','ABSPATHwp-content/uploads/2023/07/banner-new-1-300x141.jpg','','Reduced by 48.1% (5.9 KB)',6544,12609,'',10,0,1,'2023-07-19 23:31:03',NULL),(13,708,'media','large','ABSPATHwp-content/uploads/2023/07/banner-new-1-1024x480.jpg','','Reduced by 13.0% (6.7 KB)',46067,52932,'',10,0,1,'2023-07-19 23:31:04',NULL),(14,708,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/banner-new-1-150x150.jpg','','Reduced by 60.7% (6.1 KB)',4026,10233,'',10,0,1,'2023-07-19 23:31:05',NULL),(15,708,'media','medium_large','ABSPATHwp-content/uploads/2023/07/banner-new-1-768x360.jpg','','Reduced by 18.8% (6.4 KB)',28050,34564,'',10,0,1,'2023-07-19 23:31:06',NULL),(16,708,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/banner-new-1-1536x720.jpg','','Reduced by 7.1% (7.3 KB)',97897,105346,'',10,0,1,'2023-07-19 23:31:07',NULL),(17,708,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/banner-new-1-1568x735.jpg','','Reduced by 7.1% (7.6 KB)',102375,110171,'',10,0,1,'2023-07-19 23:31:09',NULL),(18,707,'media','full','ABSPATHwp-content/uploads/2023/07/banner-new.jpg','','Reduced by 3.6% (2.1 KB)',58104,60274,'',10,0,1,'2023-07-19 23:31:11',NULL),(19,702,'media','full','ABSPATHwp-content/uploads/2023/07/logo-web.jpg','','No savings',10866,10866,'',10,0,1,'2023-07-19 23:31:12',NULL),(20,702,'media','medium','ABSPATHwp-content/uploads/2023/07/logo-web-300x113.jpg','','Reduced by 0.6% (36 B) - Previously Optimized',6331,6367,'',10,0,1,'2023-07-21 01:07:55',NULL),(21,702,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/logo-web-150x150.jpg','','Reduced by 0.0% (1 B)',3845,3846,'',10,0,1,'2023-07-19 23:31:13',NULL),(22,696,'media','full','ABSPATHwp-content/uploads/2023/07/hero_bg2.jpg.png','','Reduced by 0.4% (1.6 KB)',459592,461247,'',10,0,1,'2023-07-19 23:31:19',NULL),(23,695,'media','full','ABSPATHwp-content/uploads/2023/07/fraud-3.png','','Reduced by 0.3% (37 B)',14139,14176,'',10,0,1,'2023-07-19 23:31:21',NULL),(24,695,'media','medium','ABSPATHwp-content/uploads/2023/07/fraud-3-263x300.png','','Reduced by 63.6% (10.1 KB) - Previously Optimized',5884,16178,'',10,0,1,'2023-07-21 01:07:55',NULL),(25,695,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/fraud-3-150x150.png','','Reduced by 63.2% (4.9 KB) - Previously Optimized',2922,7930,'',10,0,1,'2023-07-21 01:07:56',NULL),(26,695,'media','medium_large','ABSPATHwp-content/uploads/2023/07/fraud-3-768x877.png','','Reduced by 62.0% (30.8 KB) - Previously Optimized',19335,50909,'',10,0,1,'2023-07-21 01:07:58',NULL),(27,694,'media','full','ABSPATHwp-content/uploads/2023/07/fraud-2.png','','Reduced by 0.2% (40 B)',19557,19597,'',10,0,1,'2023-07-19 23:31:30',NULL),(28,694,'media','medium','ABSPATHwp-content/uploads/2023/07/fraud-2-252x300.png','','Reduced by 67.2% (12.6 KB) - Previously Optimized',6299,19191,'',10,0,1,'2023-07-21 01:07:58',NULL),(29,694,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/fraud-2-150x150.png','','Reduced by 65.8% (6.4 KB) - Previously Optimized',3406,9967,'',10,0,1,'2023-07-21 01:07:59',NULL),(30,693,'media','full','ABSPATHwp-content/uploads/2023/07/fraud-1.png','','Reduced by 0.3% (38 B)',14579,14617,'',10,0,1,'2023-07-19 23:31:34',NULL),(31,693,'media','medium','ABSPATHwp-content/uploads/2023/07/fraud-1-300x188.png','','Reduced by 70.9% (10.3 KB) - Previously Optimized',4311,14827,'',10,0,1,'2023-07-21 01:07:59',NULL),(32,693,'media','large','ABSPATHwp-content/uploads/2023/07/fraud-1-1024x643.png','','Reduced by 73.5% (38.0 KB) - Previously Optimized',14054,52973,'',10,0,1,'2023-07-21 01:08:02',NULL),(33,693,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/fraud-1-150x150.png','','Reduced by 67.2% (3.9 KB) - Previously Optimized',1961,5972,'',10,0,1,'2023-07-21 01:08:02',NULL),(34,693,'media','medium_large','ABSPATHwp-content/uploads/2023/07/fraud-1-768x482.png','','Reduced by 75.1% (30.1 KB) - Previously Optimized',10229,41051,'',10,0,1,'2023-07-21 01:08:03',NULL),(35,688,'media','full','ABSPATHwp-content/uploads/2023/07/fraud-4.png','','Reduced by 0.1% (51 B)',40293,40344,'',10,0,1,'2023-07-19 23:31:47',NULL),(36,688,'media','medium','ABSPATHwp-content/uploads/2023/07/fraud-4-300x180.png','','Reduced by 69.7% (18.6 KB) - Previously Optimized',8287,27339,'',10,0,1,'2023-07-21 01:08:04',NULL),(37,688,'media','large','ABSPATHwp-content/uploads/2023/07/fraud-4-1024x615.png','','Reduced by 72.8% (85.1 KB) - Previously Optimized',32524,119617,'',10,0,1,'2023-07-21 01:08:06',NULL),(38,688,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/fraud-4-150x150.png','','Reduced by 65.2% (7.3 KB) - Previously Optimized',4001,11484,'',10,0,1,'2023-07-21 01:08:06',NULL),(39,688,'media','medium_large','ABSPATHwp-content/uploads/2023/07/fraud-4-768x461.png','','Reduced by 74.6% (62.1 KB) - Previously Optimized',21619,85242,'',10,0,1,'2023-07-21 01:08:07',NULL),(40,680,'media','full','ABSPATHwp-content/uploads/2023/07/hero_bg.jpg','','Reduced by 0.5% (768 B)',139292,140060,'',10,0,1,'2023-07-19 23:32:00',NULL),(41,680,'media','medium','ABSPATHwp-content/uploads/2023/07/hero_bg-300x111.jpg','','Reduced by 6.8% (476 B)',6473,6949,'',10,0,1,'2023-07-19 23:32:00',NULL),(42,680,'media','large','ABSPATHwp-content/uploads/2023/07/hero_bg-1024x380.jpg','','Reduced by 0.7% (323 B)',44347,44670,'',10,0,1,'2023-07-21 01:08:08',NULL),(43,680,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/hero_bg-150x150.jpg','','Reduced by 10.2% (473 B)',4144,4617,'',10,0,1,'2023-07-19 23:32:01',NULL),(44,680,'media','medium_large','ABSPATHwp-content/uploads/2023/07/hero_bg-768x285.jpg','','Reduced by 1.1% (310 B)',27157,27467,'',10,0,1,'2023-07-19 23:32:02',NULL),(45,680,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/hero_bg-1536x570.jpg','','Reduced by 1.3% (1.3 KB)',100509,101795,'',10,0,1,'2023-07-21 01:08:09',NULL),(46,680,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/hero_bg-1568x581.jpg','','Reduced by 1.2% (1.3 KB)',104921,106220,'',10,0,1,'2023-07-19 23:32:04',NULL),(47,677,'media','full','ABSPATHwp-content/uploads/2023/07/hero-bg.jpg','','Reduced by 3.4% (4.8 KB)',140146,145110,'',10,0,1,'2023-07-19 23:32:06',NULL),(48,677,'media','medium','ABSPATHwp-content/uploads/2023/07/hero-bg-300x200.jpg','','Reduced by 4.7% (479 B)',9735,10214,'',10,0,1,'2023-07-19 23:32:06',NULL),(49,677,'media','large','ABSPATHwp-content/uploads/2023/07/hero-bg-1024x683.jpg','','Reduced by 2.3% (1.6 KB)',67404,69012,'',10,0,1,'2023-07-21 01:08:10',NULL),(50,677,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/hero-bg-150x150.jpg','','Reduced by 9.5% (477 B)',4529,5006,'',10,0,1,'2023-07-19 23:32:07',NULL),(51,677,'media','medium_large','ABSPATHwp-content/uploads/2023/07/hero-bg-768x512.jpg','','Reduced by 2.3% (1,006 B) - Previously Optimized',42070,43076,'',10,0,1,'2023-07-21 01:08:10',NULL),(52,677,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/hero-bg-1536x1024.jpg','','Reduced by 2.9% (3.7 KB)',127679,131449,'',10,0,1,'2023-07-19 23:32:09',NULL),(53,677,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/hero-bg-1568x1045.jpg','','Reduced by 2.8% (3.7 KB)',132594,136424,'',10,0,1,'2023-07-21 01:08:12',NULL),(54,672,'media','full','ABSPATHwp-content/uploads/2023/07/vaudit4.png','','Reduced by 27.8% (21.4 KB)',56889,78761,'',10,0,1,'2023-07-19 23:32:14',NULL),(55,672,'media','medium','ABSPATHwp-content/uploads/2023/07/vaudit4-300x267.png','','Reduced by 68.9% (23.0 KB) - Previously Optimized',10628,34143,'',10,0,1,'2023-07-21 01:08:12',NULL),(56,672,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/vaudit4-150x150.png','','Reduced by 63.6% (10.2 KB) - Previously Optimized',5983,16446,'',10,0,1,'2023-07-21 01:08:13',NULL),(57,672,'media','medium_large','ABSPATHwp-content/uploads/2023/07/vaudit4-768x684.png','','Reduced by 73.4% (74.0 KB) - Previously Optimized',27431,103224,'',10,0,1,'2023-07-21 01:08:14',NULL),(58,570,'media','full','ABSPATHwp-content/uploads/2023/07/hero_bg.jpg.png','','Reduced by 0.0% (12 B)',979335,979347,'',10,0,1,'2023-07-19 23:32:27',NULL),(59,570,'media','medium','ABSPATHwp-content/uploads/2023/07/hero_bg.jpg-300x154.png','','Reduced by 81.3% (27.4 KB) - Previously Optimized',6444,34487,'',10,0,1,'2023-07-21 01:08:15',NULL),(60,570,'media','large','ABSPATHwp-content/uploads/2023/07/hero_bg.jpg-1024x524.png','','Reduced by 83.9% (355.9 KB) - Previously Optimized',69936,434419,'',10,0,1,'2023-07-21 01:08:18',NULL),(61,570,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/hero_bg.jpg-150x150.png','','Reduced by 80.6% (14.6 KB) - Previously Optimized',3599,18585,'',10,0,1,'2023-07-21 01:08:19',NULL),(62,570,'media','medium_large','ABSPATHwp-content/uploads/2023/07/hero_bg.jpg-768x393.png','','Reduced by 83.7% (188.8 KB) - Previously Optimized',37790,231161,'',10,0,1,'2023-07-21 01:08:21',NULL),(63,570,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/hero_bg.jpg-1536x786.png','','Reduced by 84.0% (820.7 KB) - Previously Optimized',159702,1000140,'',10,0,1,'2023-07-21 01:08:30',NULL),(64,570,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/hero_bg.jpg-1568x803.png','','Reduced by 84.4% (861.7 KB) - Previously Optimized',162928,1045297,'',10,0,1,'2023-07-21 01:08:38',NULL),(65,556,'media','full','ABSPATHwp-content/uploads/2023/07/ft3_3.png','','Reduced by 0.1% (37 B)',46564,46601,'',10,0,1,'2023-07-19 23:33:50',NULL),(66,556,'media','medium','ABSPATHwp-content/uploads/2023/07/ft3_3-277x300.png','','Reduced by 67.0% (25.5 KB) - Previously Optimized',12838,38909,'',10,0,1,'2023-07-21 01:08:38',NULL),(67,556,'media','large','ABSPATHwp-content/uploads/2023/07/ft3_3-945x1024.png','','Reduced by 65.8% (103.5 KB) - Previously Optimized',55029,161031,'',10,0,1,'2023-07-21 01:08:41',NULL),(68,556,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/ft3_3-150x150.png','','Reduced by 65.5% (11.6 KB) - Previously Optimized',6266,18172,'',10,0,1,'2023-07-21 01:08:41',NULL),(69,556,'media','medium_large','ABSPATHwp-content/uploads/2023/07/ft3_3-768x832.png','','Reduced by 66.3% (80.5 KB) - Previously Optimized',41926,124321,'',10,0,1,'2023-07-21 01:08:43',NULL),(70,555,'media','full','ABSPATHwp-content/uploads/2023/07/ft3_2.png','','Reduced by 0.1% (41 B)',46941,46982,'',10,0,1,'2023-07-19 23:34:08',NULL),(71,555,'media','medium','ABSPATHwp-content/uploads/2023/07/ft3_2-277x300.png','','Reduced by 66.9% (20.3 KB) - Previously Optimized',10283,31044,'',10,0,1,'2023-07-21 01:08:44',NULL),(72,555,'media','large','ABSPATHwp-content/uploads/2023/07/ft3_2-945x1024.png','','Reduced by 65.6% (89.4 KB) - Previously Optimized',47941,139485,'',10,0,1,'2023-07-21 01:08:46',NULL),(73,555,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/ft3_2-150x150.png','','Reduced by 63.3% (9.2 KB) - Previously Optimized',5448,14841,'',10,0,1,'2023-07-21 01:08:46',NULL),(74,555,'media','medium_large','ABSPATHwp-content/uploads/2023/07/ft3_2-768x832.png','','Reduced by 64.6% (66.3 KB) - Previously Optimized',37168,105096,'',10,0,1,'2023-07-21 01:08:48',NULL),(75,554,'media','full','ABSPATHwp-content/uploads/2023/07/ft3_1.png','','Reduced by 1.0% (157 B)',15808,15965,'',10,0,1,'2023-07-19 23:34:29',NULL),(76,554,'media','medium','ABSPATHwp-content/uploads/2023/07/ft3_1-300x244.png','','Reduced by 69.3% (7.1 KB) - Previously Optimized',3203,10448,'',10,0,1,'2023-07-21 01:08:49',NULL),(77,554,'media','large','ABSPATHwp-content/uploads/2023/07/ft3_1-1024x832.png','','Reduced by 74.8% (26.7 KB) - Previously Optimized',9240,36613,'',10,0,1,'2023-07-21 01:08:50',NULL),(78,554,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/ft3_1-150x150.png','','Reduced by 67.5% (3.7 KB) - Previously Optimized',1845,5681,'',10,0,1,'2023-07-21 01:08:51',NULL),(79,554,'media','medium_large','ABSPATHwp-content/uploads/2023/07/ft3_1-768x624.png','','Reduced by 73.8% (19.7 KB) - Previously Optimized',7156,27321,'',10,0,1,'2023-07-21 01:08:52',NULL),(80,554,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/ft3_1-1536x1248.png','','Reduced by 75.2% (42.2 KB) - Previously Optimized',14246,57426,'',10,0,1,'2023-07-21 01:08:55',NULL),(81,554,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/ft3_1-1568x1274.png','','Reduced by 75.1% (42.6 KB)',14498,58156,'',10,0,1,'2023-07-21 01:08:59',NULL),(82,553,'media','full','ABSPATHwp-content/uploads/2023/07/field-2.png','','No savings',64290,64290,'',10,0,1,'2023-07-19 23:35:04',NULL),(83,553,'media','medium','ABSPATHwp-content/uploads/2023/07/field-2-300x158.png','','Reduced by 71.9% (21.1 KB) - Previously Optimized',8469,30122,'',10,0,1,'2023-07-21 01:08:59',NULL),(84,553,'media','large','ABSPATHwp-content/uploads/2023/07/field-2-1024x540.png','','Reduced by 77.2% (113.9 KB) - Previously Optimized',34370,151042,'',10,0,1,'2023-07-21 01:09:01',NULL),(85,553,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/field-2-150x150.png','','Reduced by 70.2% (15.0 KB) - Previously Optimized',6552,21963,'',10,0,1,'2023-07-21 01:09:02',NULL),(86,553,'media','medium_large','ABSPATHwp-content/uploads/2023/07/field-2-768x405.png','','Reduced by 76.9% (77.7 KB) - Previously Optimized',23858,103382,'',10,0,1,'2023-07-21 01:09:03',NULL),(87,553,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/field-2-1536x810.png','','Reduced by 78.1% (197.4 KB) - Previously Optimized',56798,258968,'',10,0,1,'2023-07-21 01:09:05',NULL),(88,553,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/field-2-1568x827.png','','Reduced by 78.4% (204.6 KB) - Previously Optimized',57594,267119,'',10,0,1,'2023-07-21 01:09:08',NULL),(89,552,'media','full','ABSPATHwp-content/uploads/2023/07/geotrack.png','','No savings',13803,13803,'',10,0,1,'2023-07-19 23:35:35',NULL),(90,551,'media','full','ABSPATHwp-content/uploads/2023/07/tracktools.png','','Reduced by 3.7% (368 B)',9699,10067,'',10,0,1,'2023-07-19 23:35:37',NULL),(91,551,'media','medium','ABSPATHwp-content/uploads/2023/07/tracktools-300x300.png','','Reduced by 66.2% (12.1 KB) - Previously Optimized',6338,18763,'',10,0,1,'2023-07-21 01:09:09',NULL),(92,551,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/tracktools-150x150.png','','Reduced by 60.7% (5.5 KB) - Previously Optimized',3614,9195,'',10,0,1,'2023-07-21 01:09:09',NULL),(93,550,'media','full','ABSPATHwp-content/uploads/2023/07/compailance.png','','Reduced by 2.3% (252 B)',10673,10925,'',10,0,1,'2023-07-19 23:35:40',NULL),(94,547,'media','full','ABSPATHwp-content/uploads/2023/07/arukus_expense-2-1.png','','No savings',115223,115223,'',10,0,1,'2023-07-19 23:35:46',NULL),(95,547,'media','medium','ABSPATHwp-content/uploads/2023/07/arukus_expense-2-1-300x217.png','','Reduced by 72.8% (26.9 KB) - Previously Optimized',10303,37859,'',10,0,1,'2023-07-21 01:09:10',NULL),(96,547,'media','large','ABSPATHwp-content/uploads/2023/07/arukus_expense-2-1-1024x742.png','','Reduced by 75.0% (166.8 KB) - Previously Optimized',56917,227733,'',10,0,1,'2023-07-21 01:09:12',NULL),(97,547,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/arukus_expense-2-1-150x150.png','','Reduced by 70.3% (12.9 KB) - Previously Optimized',5582,18800,'',10,0,1,'2023-07-21 01:09:12',NULL),(98,547,'media','medium_large','ABSPATHwp-content/uploads/2023/07/arukus_expense-2-1-768x556.png','','Reduced by 77.0% (101.4 KB) - Previously Optimized',31016,134843,'',10,0,1,'2023-07-21 01:09:14',NULL),(99,547,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/arukus_expense-2-1-1536x1113.png','','Reduced by 74.9% (342.1 KB) - Previously Optimized',117369,467696,'',10,0,1,'2023-07-21 01:09:19',NULL),(100,547,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/arukus_expense-2-1-1568x1136.png','','Reduced by 76.1% (360.8 KB) - Previously Optimized',116169,485637,'',10,0,1,'2023-07-21 01:09:24',NULL),(101,546,'media','full','ABSPATHwp-content/uploads/2023/07/arukus_expense-1-1.png','','Reduced by 0.1% (50 B)',79771,79821,'',10,0,1,'2023-07-19 23:36:37',NULL),(102,546,'media','medium','ABSPATHwp-content/uploads/2023/07/arukus_expense-1-1-300x228.png','','Reduced by 69.6% (24.3 KB) - Previously Optimized',10854,35725,'',10,0,1,'2023-07-21 01:09:25',NULL),(103,546,'media','large','ABSPATHwp-content/uploads/2023/07/arukus_expense-1-1-1024x778.png','','Reduced by 58.3% (85.0 KB) - Previously Optimized',62274,149344,'',10,0,1,'2023-07-21 01:09:27',NULL),(104,546,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/arukus_expense-1-1-150x150.png','','Reduced by 66.2% (11.0 KB) - Previously Optimized',5765,17076,'',10,0,1,'2023-07-21 01:09:27',NULL),(105,546,'media','medium_large','ABSPATHwp-content/uploads/2023/07/arukus_expense-1-1-768x584.png','','Reduced by 63.4% (66.4 KB) - Previously Optimized',39256,107273,'',10,0,1,'2023-07-21 01:09:29',NULL),(106,546,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/arukus_expense-1-1-1536x1167.png','','Reduced by 52.1% (122.9 KB) - Previously Optimized',115834,241682,'',10,0,1,'2023-07-21 01:09:33',NULL),(107,546,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/arukus_expense-1-1-1568x1191.png','','Reduced by 50.4% (121.6 KB) - Previously Optimized',122507,247063,'',10,0,1,'2023-07-21 01:09:38',NULL),(108,543,'media','full','ABSPATHwp-content/uploads/2023/07/lowe_risk.png','','No savings',123636,123636,'',10,0,1,'2023-07-19 23:37:23',NULL),(109,543,'media','medium','ABSPATHwp-content/uploads/2023/07/lowe_risk-300x228.png','','Reduced by 70.3% (24.3 KB) - Previously Optimized',10537,35431,'',10,0,1,'2023-07-21 01:09:39',NULL),(110,543,'media','large','ABSPATHwp-content/uploads/2023/07/lowe_risk-1024x779.png','','Reduced by 75.7% (137.8 KB) - Previously Optimized',45275,186416,'',10,0,1,'2023-07-21 01:09:41',NULL),(111,543,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/lowe_risk-150x150.png','','Reduced by 69.4% (11.6 KB) - Previously Optimized',5223,17074,'',10,0,1,'2023-07-21 01:09:41',NULL),(112,543,'media','medium_large','ABSPATHwp-content/uploads/2023/07/lowe_risk-768x584.png','','Reduced by 74.0% (87.4 KB) - Previously Optimized',31378,120863,'',10,0,1,'2023-07-21 01:09:43',NULL),(113,543,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/lowe_risk-1536x1169.png','','Reduced by 77.3% (274.2 KB) - Previously Optimized',82393,363222,'',10,0,1,'2023-07-21 01:09:48',NULL),(114,543,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/lowe_risk-1568x1193.png','','Reduced by 78.4% (287.2 KB) - Previously Optimized',80797,374851,'',10,0,1,'2023-07-21 01:09:52',NULL),(115,542,'media','full','ABSPATHwp-content/uploads/2023/07/lowe_risk1.png','','No savings',21151,21151,'',10,0,1,'2023-07-19 23:38:06',NULL),(116,542,'media','medium','ABSPATHwp-content/uploads/2023/07/lowe_risk1-300x194.png','','Reduced by 73.1% (13.3 KB) - Previously Optimized',5019,18640,'',10,0,1,'2023-07-21 01:09:52',NULL),(117,542,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/lowe_risk1-150x150.png','','Reduced by 71.6% (6.8 KB) - Previously Optimized',2759,9730,'',10,0,1,'2023-07-21 01:09:52',NULL),(118,542,'media','medium_large','ABSPATHwp-content/uploads/2023/07/lowe_risk1-768x496.png','','Reduced by 75.8% (46.8 KB) - Previously Optimized',15299,63205,'',10,0,1,'2023-07-21 01:09:54',NULL),(119,541,'media','full','ABSPATHwp-content/uploads/2023/07/risk_management.png','','No savings',61435,61435,'',10,0,1,'2023-07-19 23:38:14',NULL),(120,541,'media','medium','ABSPATHwp-content/uploads/2023/07/risk_management-300x209.png','','Reduced by 71.5% (22.5 KB) - Previously Optimized',9180,32229,'',10,0,1,'2023-07-21 01:09:54',NULL),(121,541,'media','large','ABSPATHwp-content/uploads/2023/07/risk_management-1024x712.png','','Reduced by 74.5% (98.8 KB) - Previously Optimized',34545,135699,'',10,0,1,'2023-07-21 01:09:56',NULL),(122,541,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/risk_management-150x150.png','','Reduced by 69.5% (9.5 KB) - Previously Optimized',4265,13975,'',10,0,1,'2023-07-21 01:09:56',NULL),(123,541,'media','medium_large','ABSPATHwp-content/uploads/2023/07/risk_management-768x534.png','','Reduced by 74.7% (71.4 KB) - Previously Optimized',24716,97836,'',10,0,1,'2023-07-21 01:09:58',NULL),(124,541,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/risk_management-1536x1068.png','','Reduced by 74.2% (159.2 KB) - Previously Optimized',56821,219851,'',10,0,1,'2023-07-21 01:10:01',NULL),(125,541,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/risk_management-1568x1090.png','','Reduced by 73.3% (161.1 KB) - Previously Optimized',60041,224969,'',10,0,1,'2023-07-21 01:10:04',NULL),(126,539,'media','full','ABSPATHwp-content/uploads/2023/07/manage_collection.png','','No savings',97400,97400,'',10,0,1,'2023-07-19 23:38:52',NULL),(127,539,'media','medium','ABSPATHwp-content/uploads/2023/07/manage_collection-300x191.png','','Reduced by 68.4% (26.4 KB) - Previously Optimized',12493,39509,'',10,0,1,'2023-07-21 01:10:05',NULL),(128,539,'media','large','ABSPATHwp-content/uploads/2023/07/manage_collection-1024x652.png','','Reduced by 73.6% (135.9 KB) - Previously Optimized',49987,189125,'',10,0,1,'2023-07-21 01:10:07',NULL),(129,539,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/manage_collection-150x150.png','','Reduced by 66.0% (13.0 KB) - Previously Optimized',6839,20120,'',10,0,1,'2023-07-21 01:10:07',NULL),(130,539,'media','medium_large','ABSPATHwp-content/uploads/2023/07/manage_collection-768x489.png','','Reduced by 72.8% (91.0 KB) - Previously Optimized',34838,128020,'',10,0,1,'2023-07-21 01:10:08',NULL),(131,539,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/manage_collection-1536x978.png','','Reduced by 73.6% (263.3 KB) - Previously Optimized',96591,366213,'',10,0,1,'2023-07-21 01:10:12',NULL),(132,539,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/manage_collection-1568x998.png','','Reduced by 74.1% (274.7 KB) - Previously Optimized',98468,379769,'',10,0,1,'2023-07-21 01:10:15',NULL),(133,538,'media','full','ABSPATHwp-content/uploads/2023/07/collections_process.png','','No savings',100429,100429,'',10,0,1,'2023-07-19 23:39:34',NULL),(134,538,'media','medium','ABSPATHwp-content/uploads/2023/07/collections_process-300x211.png','','Reduced by 66.8% (25.0 KB) - Previously Optimized',12719,38287,'',10,0,1,'2023-07-21 01:10:16',NULL),(135,538,'media','large','ABSPATHwp-content/uploads/2023/07/collections_process-1024x720.png','','Reduced by 71.3% (137.9 KB) - Previously Optimized',56795,198044,'',10,0,1,'2023-07-21 01:10:18',NULL),(136,538,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/collections_process-150x150.png','','Reduced by 65.7% (13.5 KB) - Previously Optimized',7243,21106,'',10,0,1,'2023-07-21 01:10:18',NULL),(137,538,'media','medium_large','ABSPATHwp-content/uploads/2023/07/collections_process-768x540.png','','Reduced by 70.7% (88.2 KB) - Previously Optimized',37468,127830,'',10,0,1,'2023-07-21 01:10:20',NULL),(138,538,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/collections_process-1536x1079.png','','Reduced by 73.7% (300.3 KB) - Previously Optimized',109836,417317,'',10,0,1,'2023-07-21 01:10:24',NULL),(139,538,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/collections_process-1568x1102.png','','Reduced by 75.1% (317.8 KB) - Previously Optimized',107866,433332,'',10,0,1,'2023-07-21 01:10:28',NULL),(140,537,'media','full','ABSPATHwp-content/uploads/2023/07/p3.png','','Reduced by 14.2% (2.9 KB)',18053,21045,'',10,0,1,'2023-07-21 01:10:29',NULL),(141,537,'media','medium','ABSPATHwp-content/uploads/2023/07/p3-300x300.png','','Reduced by 79.0% (46.6 KB) - Previously Optimized',12735,60500,'',10,0,1,'2023-07-21 01:10:30',NULL),(142,537,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/p3-150x150.png','','Reduced by 80.5% (17.8 KB) - Previously Optimized',4404,22590,'',10,0,1,'2023-07-21 01:10:30',NULL),(143,531,'media','full','ABSPATHwp-content/uploads/2023/07/ThCentral.png','','No savings',21010,21010,'',10,0,1,'2023-07-19 23:40:17',NULL),(144,531,'media','medium','ABSPATHwp-content/uploads/2023/07/ThCentral-300x263.png','','Reduced by 69.0% (30.4 KB) - Previously Optimized',13965,45073,'',10,0,1,'2023-07-21 01:10:31',NULL),(145,531,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/ThCentral-150x150.png','','Reduced by 63.3% (12.0 KB) - Previously Optimized',7132,19430,'',10,0,1,'2023-07-21 01:10:31',NULL),(146,530,'media','full','ABSPATHwp-content/uploads/2023/07/Document-whylos-1.png','','No savings',9565,9565,'',10,0,1,'2023-07-19 23:40:20',NULL),(147,530,'media','medium','ABSPATHwp-content/uploads/2023/07/Document-whylos-1-300x263.png','','Reduced by 73.9% (14.1 KB) - Previously Optimized',5103,19550,'',10,0,1,'2023-07-21 01:10:32',NULL),(148,530,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/Document-whylos-1-150x150.png','','Reduced by 70.4% (6.4 KB) - Previously Optimized',2751,9302,'',10,0,1,'2023-07-21 01:10:32',NULL),(149,528,'media','full','ABSPATHwp-content/uploads/2023/07/features-los.png','','No savings',16430,16430,'',10,0,1,'2023-07-19 23:40:23',NULL),(150,527,'media','full','ABSPATHwp-content/uploads/2023/07/loan_gra2.png','','No savings',85248,85248,'',10,0,1,'2023-07-21 01:10:34',NULL),(151,527,'media','medium','ABSPATHwp-content/uploads/2023/07/loan_gra2-300x212.png','','Reduced by 67.3% (24.6 KB) - Previously Optimized',12233,37407,'',10,0,1,'2023-07-21 01:10:35',NULL),(152,527,'media','large','ABSPATHwp-content/uploads/2023/07/loan_gra2-1024x725.png','','Reduced by 73.8% (121.1 KB) - Previously Optimized',44025,168033,'',10,0,1,'2023-07-21 01:10:37',NULL),(153,527,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/loan_gra2-150x150.png','','Reduced by 65.2% (9.5 KB) - Previously Optimized',5177,14868,'',10,0,1,'2023-07-21 01:10:37',NULL),(154,527,'media','medium_large','ABSPATHwp-content/uploads/2023/07/loan_gra2-768x544.png','','Reduced by 72.2% (84.2 KB) - Previously Optimized',33257,119446,'',10,0,1,'2023-07-21 01:10:38',NULL),(155,527,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/loan_gra2-1536x1087.png','','Reduced by 76.0% (228.1 KB) - Previously Optimized',73669,307210,'',10,0,1,'2023-07-21 01:10:42',NULL),(156,527,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/loan_gra2-1568x1110.png','','Reduced by 76.8% (237.3 KB) - Previously Optimized',73265,316306,'',10,0,1,'2023-07-21 01:10:45',NULL),(157,526,'media','full','ABSPATHwp-content/uploads/2023/07/loan_gra1-3.png','','No savings',149255,149255,'',10,0,1,'2023-07-19 23:41:12',NULL),(158,526,'media','medium','ABSPATHwp-content/uploads/2023/07/loan_gra1-3-300x233.png','','Reduced by 70.1% (33.7 KB) - Previously Optimized',14733,49240,'',10,0,1,'2023-07-21 01:10:46',NULL),(159,526,'media','large','ABSPATHwp-content/uploads/2023/07/loan_gra1-3-1024x794.png','','Reduced by 74.9% (215.9 KB) - Previously Optimized',73903,294943,'',10,0,1,'2023-07-21 01:10:48',NULL),(160,526,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/loan_gra1-3-150x150.png','','Reduced by 69.1% (15.7 KB) - Previously Optimized',7173,23229,'',10,0,1,'2023-07-21 01:10:49',NULL),(161,526,'media','medium_large','ABSPATHwp-content/uploads/2023/07/loan_gra1-3-768x595.png','','Reduced by 73.8% (129.9 KB) - Previously Optimized',47257,180259,'',10,0,1,'2023-07-21 01:10:50',NULL),(162,526,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/loan_gra1-3-1536x1191.png','','Reduced by 77.7% (496.1 KB) - Previously Optimized',146144,654134,'',10,0,1,'2023-07-21 01:10:55',NULL),(163,526,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/loan_gra1-3-1568x1216.png','','Reduced by 77.2% (512.3 KB) - Previously Optimized',155280,679862,'',10,0,1,'2023-07-21 01:11:00',NULL),(164,525,'media','full','ABSPATHwp-content/uploads/2023/07/los-1.png','','No savings',87330,87330,'',10,0,1,'2023-07-19 23:42:05',NULL),(165,521,'media','full','ABSPATHwp-content/uploads/2023/07/support.png','','No savings',12489,12489,'',10,0,1,'2023-07-19 23:42:06',NULL),(166,521,'media','medium','ABSPATHwp-content/uploads/2023/07/support-300x226.png','','Reduced by 72.6% (24.6 KB) - Previously Optimized',9528,34737,'',10,0,1,'2023-07-21 01:11:01',NULL),(167,521,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/support-150x150.png','','Reduced by 69.6% (12.4 KB) - Previously Optimized',5562,18283,'',10,0,1,'2023-07-21 01:11:01',NULL),(168,520,'media','full','ABSPATHwp-content/uploads/2023/07/expertise.png','','No savings',11730,11730,'',10,0,1,'2023-07-19 23:42:09',NULL),(169,520,'media','medium','ABSPATHwp-content/uploads/2023/07/expertise-300x175.png','','Reduced by 72.6% (22.7 KB) - Previously Optimized',8777,32020,'',10,0,1,'2023-07-21 01:11:02',NULL),(170,520,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/expertise-150x150.png','','Reduced by 70.6% (12.8 KB) - Previously Optimized',5449,18528,'',10,0,1,'2023-07-21 01:11:02',NULL),(171,519,'media','full','ABSPATHwp-content/uploads/2023/07/mission.png','','Reduced by 1.8% (2.6 KB)',145282,147955,'',10,0,1,'2023-07-21 01:11:05',NULL),(172,519,'media','medium','ABSPATHwp-content/uploads/2023/07/mission-297x300.png','','Reduced by 72.6% (38.3 KB) - Previously Optimized',14848,54107,'',10,0,1,'2023-07-21 01:11:05',NULL),(173,519,'media','large','ABSPATHwp-content/uploads/2023/07/mission-1015x1024.png','','Reduced by 79.2% (171.8 KB) - Previously Optimized',46245,222146,'',10,0,1,'2023-07-21 01:11:08',NULL),(174,519,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/mission-150x150.png','','Reduced by 66.5% (15.5 KB) - Previously Optimized',7981,23805,'',10,0,1,'2023-07-21 01:11:08',NULL),(175,519,'media','medium_large','ABSPATHwp-content/uploads/2023/07/mission-768x775.png','','Reduced by 77.9% (123.4 KB) - Previously Optimized',35867,162194,'',10,0,1,'2023-07-21 01:11:10',NULL),(176,519,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/mission-1523x1536.png','','Reduced by 79.9% (280.2 KB) - Previously Optimized',72075,358974,'',10,0,1,'2023-07-21 01:11:14',NULL),(177,519,'media','2048x2048','ABSPATHwp-content/uploads/2023/07/mission-2030x2048.png','','Reduced by 80.2% (396.8 KB) - Previously Optimized',100138,506431,'',10,0,1,'2023-07-21 01:11:21',NULL),(178,519,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/mission-1568x1582.png','','Reduced by 79.3% (288.1 KB) - Previously Optimized',77017,371985,'',10,0,1,'2023-07-21 01:11:26',NULL),(179,518,'media','full','ABSPATHwp-content/uploads/2023/07/about-us.png','','No savings',23193,23193,'',10,0,1,'2023-07-19 23:43:31',NULL),(180,518,'media','medium','ABSPATHwp-content/uploads/2023/07/about-us-283x300.png','','Reduced by 70.1% (33.1 KB) - Previously Optimized',14472,48403,'',10,0,1,'2023-07-21 01:11:26',NULL),(181,518,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/about-us-150x150.png','','Reduced by 66.3% (12.8 KB) - Previously Optimized',6647,19719,'',10,0,1,'2023-07-21 01:11:27',NULL),(182,516,'media','full','ABSPATHwp-content/uploads/2023/07/maolo_a.png','','Reduced by 3.0% (844 B)',26839,27683,'',10,0,1,'2023-07-21 01:11:29',NULL),(183,516,'media','medium','ABSPATHwp-content/uploads/2023/07/maolo_a-300x300.png','','Reduced by 77.4% (11.9 KB) - Previously Optimized',3556,15769,'',10,0,1,'2023-07-21 01:11:29',NULL),(184,516,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/maolo_a-150x150.png','','Reduced by 72.2% (3.9 KB) - Previously Optimized',1544,5553,'',10,0,1,'2023-07-21 01:11:30',NULL),(185,511,'media','full','ABSPATHwp-content/uploads/2023/07/arukus-infographic.png','','Reduced by 1.6% (1.1 KB)',66146,67233,'',10,0,1,'2023-07-21 01:11:34',NULL),(186,511,'media','medium','ABSPATHwp-content/uploads/2023/07/arukus-infographic-257x300.png','','Reduced by 71.0% (34.6 KB) - Previously Optimized',14486,49874,'',10,0,1,'2023-07-21 01:11:34',NULL),(187,511,'media','large','ABSPATHwp-content/uploads/2023/07/arukus-infographic-879x1024.png','','Reduced by 75.1% (214.1 KB) - Previously Optimized',72745,291972,'',10,0,1,'2023-07-21 01:11:37',NULL),(188,511,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/arukus-infographic-150x150.png','','Reduced by 68.9% (15.1 KB) - Previously Optimized',6992,22482,'',10,0,1,'2023-07-21 01:11:37',NULL),(189,511,'media','medium_large','ABSPATHwp-content/uploads/2023/07/arukus-infographic-768x895.png','','Reduced by 75.3% (176.9 KB) - Previously Optimized',59298,240492,'',10,0,1,'2023-07-21 01:11:39',NULL),(190,507,'media','full','ABSPATHwp-content/uploads/2023/07/audit5.png','','No savings',837,837,'',10,0,1,'2023-07-19 23:43:58',NULL),(191,506,'media','full','ABSPATHwp-content/uploads/2023/07/audit4.png','','No savings',836,836,'',10,0,1,'2023-07-19 23:43:58',NULL),(192,505,'media','full','ABSPATHwp-content/uploads/2023/07/audit3.png','','No savings',1193,1193,'',10,0,1,'2023-07-19 23:43:59',NULL),(193,504,'media','full','ABSPATHwp-content/uploads/2023/07/audit2.png','','No savings',809,809,'',10,0,1,'2023-07-19 23:43:59',NULL),(194,503,'media','full','ABSPATHwp-content/uploads/2023/07/audit1.png','','No savings',949,949,'',10,0,1,'2023-07-19 23:44:00',NULL),(195,461,'media','full','ABSPATHwp-content/uploads/2023/07/1.png','','Reduced by 36.0% (10.4 KB)',18887,29514,'',10,0,1,'2023-07-19 23:44:02',NULL),(196,461,'media','medium','ABSPATHwp-content/uploads/2023/07/1-300x300.png','','Reduced by 60.2% (10.0 KB) - Previously Optimized',6780,17037,'',10,0,1,'2023-07-21 01:11:39',NULL),(197,461,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/1-150x150.png','','Reduced by 62.6% (4.1 KB) - Previously Optimized',2523,6748,'',10,0,1,'2023-07-21 01:11:40',NULL),(198,459,'media','full','ABSPATHwp-content/uploads/2023/07/2.png','','Reduced by 22.8% (8.2 KB)',28502,36916,'',10,0,1,'2023-07-19 23:44:06',NULL),(199,459,'media','medium','ABSPATHwp-content/uploads/2023/07/2-300x300.png','','Reduced by 79.0% (19.6 KB) - Previously Optimized',5333,25370,'',10,0,1,'2023-07-21 01:11:40',NULL),(200,459,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/2-150x150.png','','Reduced by 71.7% (8.1 KB) - Previously Optimized',3272,11574,'',10,0,1,'2023-07-21 01:11:41',NULL),(201,457,'media','full','ABSPATHwp-content/uploads/2023/07/3.png','','Reduced by 23.5% (7.0 KB)',23280,30419,'',10,0,1,'2023-07-19 23:44:10',NULL),(202,457,'media','medium','ABSPATHwp-content/uploads/2023/07/3-300x300.png','','Reduced by 76.7% (16.7 KB) - Previously Optimized',5196,22269,'',10,0,1,'2023-07-21 01:11:41',NULL),(203,457,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/3-150x150.png','','Reduced by 70.6% (7.1 KB) - Previously Optimized',3036,10325,'',10,0,1,'2023-07-21 01:11:42',NULL),(204,455,'media','full','ABSPATHwp-content/uploads/2023/07/4.png','','Reduced by 23.0% (4.8 KB)',16561,21496,'',10,0,1,'2023-07-19 23:44:14',NULL),(205,455,'media','medium','ABSPATHwp-content/uploads/2023/07/4-300x300.png','','Reduced by 76.2% (11.0 KB) - Previously Optimized',3529,14843,'',10,0,1,'2023-07-21 01:11:42',NULL),(206,455,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/4-150x150.png','','Reduced by 74.5% (5.0 KB) - Previously Optimized',1739,6817,'',10,0,1,'2023-07-21 01:11:43',NULL),(207,453,'media','full','ABSPATHwp-content/uploads/2023/07/5.png','','Reduced by 19.6% (6.4 KB)',26704,33231,'',10,0,1,'2023-07-19 23:44:17',NULL),(208,453,'media','medium','ABSPATHwp-content/uploads/2023/07/5-300x300.png','','Reduced by 74.1% (16.9 KB) - Previously Optimized',6070,23423,'',10,0,1,'2023-07-21 01:11:43',NULL),(209,453,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/5-150x150.png','','Reduced by 67.1% (7.2 KB) - Previously Optimized',3608,10961,'',10,0,1,'2023-07-21 01:11:43',NULL),(210,451,'media','full','ABSPATHwp-content/uploads/2023/07/6.png','','Reduced by 11.8% (1.2 KB)',9526,10795,'',10,0,1,'2023-07-19 23:44:21',NULL),(211,451,'media','medium','ABSPATHwp-content/uploads/2023/07/6-300x300.png','','Reduced by 71.4% (5.3 KB) - Previously Optimized',2182,7629,'',10,0,1,'2023-07-21 01:11:44',NULL),(212,451,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/6-150x150.png','','Reduced by 68.0% (2.6 KB) - Previously Optimized',1249,3901,'',10,0,1,'2023-07-21 01:11:44',NULL),(213,449,'media','full','ABSPATHwp-content/uploads/2023/07/7.png','','Reduced by 11.5% (1.4 KB)',10776,12170,'',10,0,1,'2023-07-19 23:44:25',NULL),(214,449,'media','medium','ABSPATHwp-content/uploads/2023/07/7-300x300.png','','Reduced by 72.2% (5.9 KB) - Previously Optimized',2326,8366,'',10,0,1,'2023-07-21 01:11:45',NULL),(215,449,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/7-150x150.png','','Reduced by 70.2% (2.9 KB) - Previously Optimized',1255,4208,'',10,0,1,'2023-07-21 01:11:45',NULL),(216,431,'media','full','ABSPATHwp-content/uploads/2023/07/loan_gra1-2.png','','Reduced by 25.3% (63.8 KB)',192992,258357,'',10,0,1,'2023-07-19 23:44:38',NULL),(217,429,'media','full','ABSPATHwp-content/uploads/2023/07/loan_gra1-1.png','','Reduced by 25.3% (63.8 KB)',192992,258357,'',10,0,1,'2023-07-19 23:44:50',NULL),(218,428,'media','full','ABSPATHwp-content/uploads/2023/07/loan_gra1.png','','Reduced by 25.3% (63.8 KB)',192992,258357,'',10,0,1,'2023-07-19 23:45:02',NULL),(219,407,'media','full','ABSPATHwp-content/uploads/2023/07/b1.jpg','','Reduced by 3.8% (7.4 KB)',191024,198631,'',10,0,1,'2023-07-19 23:45:03',NULL),(220,407,'media','medium','ABSPATHwp-content/uploads/2023/07/b1-300x200.jpg','','Reduced by 0.1% (11 B)',11042,11053,'',10,0,1,'2023-07-21 01:11:46',NULL),(221,407,'media','large','ABSPATHwp-content/uploads/2023/07/b1-1024x682.jpg','','Reduced by 2.0% (1.6 KB)',82300,83956,'',10,0,1,'2023-07-21 01:11:47',NULL),(222,407,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/b1-150x150.jpg','','No savings',6310,6310,'',10,0,1,'2023-07-19 23:45:05',NULL),(223,407,'media','medium_large','ABSPATHwp-content/uploads/2023/07/b1-768x512.jpg','','Reduced by 2.3% (1.2 KB)',52572,53790,'',10,0,1,'2023-07-19 23:45:05',NULL),(224,405,'media','full','ABSPATHwp-content/uploads/2023/07/b2.jpg','','Reduced by 4.1% (7.6 KB)',179768,187539,'',10,0,1,'2023-07-19 23:45:06',NULL),(225,405,'media','medium','ABSPATHwp-content/uploads/2023/07/b2-300x200.jpg','','Reduced by 0.1% (11 B)',10768,10779,'',10,0,1,'2023-07-21 01:11:47',NULL),(226,405,'media','large','ABSPATHwp-content/uploads/2023/07/b2-1024x682.jpg','','Reduced by 1.7% (1.4 KB)',78971,80366,'',10,0,1,'2023-07-19 23:45:07',NULL),(227,405,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/b2-150x150.jpg','','Reduced by 0.3% (22 B) - Previously Optimized',6540,6562,'',10,0,1,'2023-07-21 01:11:47',NULL),(228,405,'media','medium_large','ABSPATHwp-content/uploads/2023/07/b2-768x512.jpg','','Reduced by 1.8% (944 B)',50598,51542,'',10,0,1,'2023-07-19 23:45:08',NULL),(229,403,'media','full','ABSPATHwp-content/uploads/2023/07/b3.jpg','','Reduced by 5.0% (17.4 KB)',341572,359432,'',10,0,1,'2023-07-19 23:45:10',NULL),(230,403,'media','medium','ABSPATHwp-content/uploads/2023/07/b3-300x189.jpg','','Reduced by 0.0% (2 B)',13594,13596,'',10,0,1,'2023-07-21 01:11:48',NULL),(231,403,'media','large','ABSPATHwp-content/uploads/2023/07/b3-1024x646.jpg','','Reduced by 2.7% (3.5 KB)',131900,135524,'',10,0,1,'2023-07-21 01:11:48',NULL),(232,403,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/b3-150x150.jpg','','Reduced by 0.9% (62 B) - Previously Optimized',7084,7146,'',10,0,1,'2023-07-21 01:11:49',NULL),(233,403,'media','medium_large','ABSPATHwp-content/uploads/2023/07/b3-768x484.jpg','','Reduced by 2.9% (2.3 KB)',78201,80557,'',10,0,1,'2023-07-21 01:11:49',NULL),(234,270,'media','full','ABSPATHwp-content/uploads/2023/07/Document-whylos.png','','Reduced by 85.2% (162.8 KB)',28903,195594,'',10,0,1,'2023-07-19 23:45:14',NULL),(235,270,'media','medium','ABSPATHwp-content/uploads/2023/07/Document-whylos-300x263.png','','Reduced by 78.3% (19.2 KB) - Previously Optimized',5460,25164,'',10,0,1,'2023-07-21 01:11:50',NULL),(236,270,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/Document-whylos-150x150.png','','Reduced by 76.9% (7.9 KB) - Previously Optimized',2425,10518,'',10,0,1,'2023-07-21 01:11:50',NULL),(237,252,'media','full','ABSPATHwp-content/uploads/2023/07/loan6.png','','Reduced by 32.8% (2.6 KB)',5468,8140,'',10,0,1,'2023-07-19 23:45:17',NULL),(238,252,'media','medium','ABSPATHwp-content/uploads/2023/07/loan6-300x300.png','','Reduced by 62.7% (3.3 KB)',2008,5388,'',10,0,1,'2023-07-21 01:11:51',NULL),(239,252,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/loan6-150x150.png','','Reduced by 56.3% (1.3 KB) - Previously Optimized',1034,2365,'',10,0,1,'2023-07-21 01:11:51',NULL),(240,250,'media','full','ABSPATHwp-content/uploads/2023/07/loan5.png','','Reduced by 37.9% (3.7 KB)',6116,9854,'',10,0,1,'2023-07-19 23:45:19',NULL),(241,250,'media','medium','ABSPATHwp-content/uploads/2023/07/loan5-300x300.png','','Reduced by 63.6% (4.4 KB) - Previously Optimized',2553,7012,'',10,0,1,'2023-07-21 01:11:52',NULL),(242,250,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/loan5-150x150.png','','Reduced by 59.0% (1.5 KB) - Previously Optimized',1070,2608,'',10,0,1,'2023-07-21 01:11:52',NULL),(243,248,'media','full','ABSPATHwp-content/uploads/2023/07/loan4.png','','Reduced by 34.0% (366 B)',709,1075,'',10,0,1,'2023-07-19 23:45:20',NULL),(244,246,'media','full','ABSPATHwp-content/uploads/2023/07/loan3.png','','Reduced by 35.1% (4.0 KB)',7544,11617,'',10,0,1,'2023-07-19 23:45:21',NULL),(245,246,'media','medium','ABSPATHwp-content/uploads/2023/07/loan3-300x300.png','','Reduced by 60.3% (4.7 KB) - Previously Optimized',3154,7950,'',10,0,1,'2023-07-21 01:11:53',NULL),(246,246,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/loan3-150x150.png','','Reduced by 55.2% (1.9 KB) - Previously Optimized',1600,3573,'',10,0,1,'2023-07-21 01:11:53',NULL),(247,244,'media','full','ABSPATHwp-content/uploads/2023/07/loan2.png','','Reduced by 35.6% (3.7 KB)',6784,10532,'',10,0,1,'2023-07-19 23:45:23',NULL),(248,244,'media','medium','ABSPATHwp-content/uploads/2023/07/loan2-300x300.png','','Reduced by 64.3% (4.2 KB) - Previously Optimized',2366,6629,'',10,0,1,'2023-07-21 01:11:54',NULL),(249,244,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/loan2-150x150.png','','Reduced by 62.9% (1.7 KB) - Previously Optimized',1047,2821,'',10,0,1,'2023-07-21 01:11:54',NULL),(250,242,'media','full','ABSPATHwp-content/uploads/2023/07/loan1.png','','Reduced by 37.0% (5.6 KB)',9751,15483,'',10,0,1,'2023-07-19 23:45:26',NULL),(251,242,'media','medium','ABSPATHwp-content/uploads/2023/07/loan1-300x300.png','','Reduced by 61.1% (5.8 KB) - Previously Optimized',3777,9713,'',10,0,1,'2023-07-21 01:11:55',NULL),(252,242,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/loan1-150x150.png','','Reduced by 55.9% (2.1 KB) - Previously Optimized',1698,3847,'',10,0,1,'2023-07-21 01:11:55',NULL),(253,172,'media','full','ABSPATHwp-content/uploads/2023/07/audit.png','','Reduced by 3.0% (9.4 KB)',308829,318474,'',10,0,1,'2023-07-19 23:45:36',NULL),(254,172,'media','medium','ABSPATHwp-content/uploads/2023/07/audit-300x200.png','','Reduced by 74.6% (22.6 KB) - Previously Optimized',7859,30957,'',10,0,1,'2023-07-21 01:11:56',NULL),(255,172,'media','large','ABSPATHwp-content/uploads/2023/07/audit-1024x684.png','','Reduced by 83.0% (248.7 KB) - Previously Optimized',52013,306676,'',10,0,1,'2023-07-21 01:11:58',NULL),(256,172,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/audit-150x150.png','','Reduced by 73.5% (11.6 KB) - Previously Optimized',4274,16126,'',10,0,1,'2023-07-21 01:11:58',NULL),(257,172,'media','medium_large','ABSPATHwp-content/uploads/2023/07/audit-768x513.png','','Reduced by 79.2% (132.3 KB) - Previously Optimized',35622,171080,'',10,0,1,'2023-07-21 01:12:00',NULL),(258,171,'media','full','ABSPATHwp-content/uploads/2023/07/travel.png','','Reduced by 0.2% (165 B)',105943,106108,'',10,0,1,'2023-07-19 23:45:57',NULL),(259,171,'media','medium','ABSPATHwp-content/uploads/2023/07/travel-300x200.png','','Reduced by 29.4% (3.7 KB) - Previously Optimized',9126,12934,'',10,0,1,'2023-07-21 01:12:00',NULL),(260,171,'media','large','ABSPATHwp-content/uploads/2023/07/travel-1024x684.png','','Reduced by 29.7% (33.2 KB) - Previously Optimized',80415,114421,'',10,0,1,'2023-07-21 01:12:03',NULL),(261,171,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/travel-150x150.png','','Reduced by 34.1% (2.4 KB) - Previously Optimized',4724,7173,'',10,0,1,'2023-07-21 01:12:03',NULL),(262,171,'media','medium_large','ABSPATHwp-content/uploads/2023/07/travel-768x513.png','','Reduced by 33.3% (21.5 KB) - Previously Optimized',44237,66279,'',10,0,1,'2023-07-21 01:12:04',NULL),(263,170,'media','full','ABSPATHwp-content/uploads/2023/07/field-tracking.png','','Reduced by 0.2% (165 B)',106099,106264,'',10,0,1,'2023-07-19 23:46:05',NULL),(264,170,'media','medium','ABSPATHwp-content/uploads/2023/07/field-tracking-300x200.png','','Reduced by 18.4% (2.4 KB) - Previously Optimized',10890,13344,'',10,0,1,'2023-07-21 01:12:05',NULL),(265,170,'media','large','ABSPATHwp-content/uploads/2023/07/field-tracking-1024x684.png','','Reduced by 20.7% (20.9 KB) - Previously Optimized',82142,103575,'',10,0,1,'2023-07-21 01:12:07',NULL),(266,170,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/field-tracking-150x150.png','','Reduced by 28.0% (2.0 KB) - Previously Optimized',5140,7138,'',10,0,1,'2023-07-21 01:12:08',NULL),(267,170,'media','medium_large','ABSPATHwp-content/uploads/2023/07/field-tracking-768x513.png','','Reduced by 23.9% (14.7 KB) - Previously Optimized',47925,63014,'',10,0,1,'2023-07-21 01:12:09',NULL),(268,169,'media','full','ABSPATHwp-content/uploads/2023/07/branch-expense.png','','Reduced by 0.2% (165 B)',107294,107459,'',10,0,1,'2023-07-19 23:46:13',NULL),(269,169,'media','medium','ABSPATHwp-content/uploads/2023/07/branch-expense-300x200.png','','Reduced by 21.9% (2.7 KB) - Previously Optimized',9891,12665,'',10,0,1,'2023-07-21 01:12:10',NULL),(270,169,'media','large','ABSPATHwp-content/uploads/2023/07/branch-expense-1024x684.png','','Reduced by 31.7% (35.6 KB) - Previously Optimized',78562,115020,'',10,0,1,'2023-07-21 01:12:12',NULL),(271,169,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/branch-expense-150x150.png','','Reduced by 36.5% (2.6 KB) - Previously Optimized',4701,7407,'',10,0,1,'2023-07-21 01:12:12',NULL),(272,169,'media','medium_large','ABSPATHwp-content/uploads/2023/07/branch-expense-768x513.png','','Reduced by 31.1% (19.9 KB) - Previously Optimized',45147,65491,'',10,0,1,'2023-07-21 01:12:14',NULL),(273,168,'media','full','ABSPATHwp-content/uploads/2023/07/fraud.png','','Reduced by 0.2% (129 B)',82692,82821,'',10,0,1,'2023-07-19 23:46:22',NULL),(274,168,'media','medium','ABSPATHwp-content/uploads/2023/07/fraud-300x200.png','','Reduced by 31.9% (3.1 KB) - Previously Optimized',6847,10053,'',10,0,1,'2023-07-21 01:12:14',NULL),(275,168,'media','large','ABSPATHwp-content/uploads/2023/07/fraud-1024x684.png','','Reduced by 29.6% (24.8 KB) - Previously Optimized',60318,85705,'',10,0,1,'2023-07-21 01:12:17',NULL),(276,168,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/fraud-150x150.png','','Reduced by 35.9% (2.2 KB) - Previously Optimized',3958,6171,'',10,0,1,'2023-07-21 01:12:17',NULL),(277,168,'media','medium_large','ABSPATHwp-content/uploads/2023/07/fraud-768x513.png','','Reduced by 34.7% (15.5 KB) - Previously Optimized',29818,45671,'',10,0,1,'2023-07-21 01:12:18',NULL),(278,167,'media','full','ABSPATHwp-content/uploads/2023/07/rent.png','','Reduced by 0.2% (153 B)',98257,98410,'',10,0,1,'2023-07-19 23:46:29',NULL),(279,167,'media','medium','ABSPATHwp-content/uploads/2023/07/rent-300x200.png','','Reduced by 32.0% (3.6 KB) - Previously Optimized',7918,11651,'',10,0,1,'2023-07-21 01:12:19',NULL),(280,167,'media','large','ABSPATHwp-content/uploads/2023/07/rent-1024x684.png','','Reduced by 35.5% (34.9 KB) - Previously Optimized',64925,100642,'',10,0,1,'2023-07-21 01:12:21',NULL),(281,167,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/rent-150x150.png','','Reduced by 36.6% (2.5 KB) - Previously Optimized',4465,7042,'',10,0,1,'2023-07-21 01:12:21',NULL),(282,167,'media','medium_large','ABSPATHwp-content/uploads/2023/07/rent-768x513.png','','Reduced by 28.7% (15.8 KB) - Previously Optimized',40198,56359,'',10,0,1,'2023-07-21 01:12:22',NULL),(283,166,'media','full','ABSPATHwp-content/uploads/2023/07/risk.png','','Reduced by 0.2% (141 B)',90025,90166,'',10,0,1,'2023-07-19 23:46:37',NULL),(284,166,'media','medium','ABSPATHwp-content/uploads/2023/07/risk-300x200.png','','Reduced by 22.2% (2.5 KB) - Previously Optimized',9045,11629,'',10,0,1,'2023-07-21 01:12:23',NULL),(285,166,'media','large','ABSPATHwp-content/uploads/2023/07/risk-1024x684.png','','Reduced by 26.0% (25.3 KB) - Previously Optimized',73840,99778,'',10,0,1,'2023-07-21 01:12:25',NULL),(286,166,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/risk-150x150.png','','Reduced by 29.9% (2.0 KB) - Previously Optimized',4883,6965,'',10,0,1,'2023-07-21 01:12:26',NULL),(287,166,'media','medium_large','ABSPATHwp-content/uploads/2023/07/risk-768x513.png','','Reduced by 26.1% (13.7 KB) - Previously Optimized',39773,53792,'',10,0,1,'2023-07-21 01:12:27',NULL),(288,160,'media','full','ABSPATHwp-content/uploads/2023/07/api.png','','Reduced by 0.8% (58 B)',6964,7022,'',10,0,1,'2023-07-19 23:46:43',NULL),(289,160,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/api-150x150.png','','Reduced by 54.6% (4.6 KB) - Previously Optimized',3927,8650,'',10,0,1,'2023-07-21 01:12:28',NULL),(290,156,'media','full','ABSPATHwp-content/uploads/2023/07/icon9.png','','Reduced by 7.1% (74 B)',971,1045,'',10,0,1,'2023-07-19 23:46:44',NULL),(291,154,'media','full','ABSPATHwp-content/uploads/2023/07/icon8.png','','Reduced by 9.7% (58 B)',541,599,'',10,0,1,'2023-07-19 23:46:44',NULL),(292,152,'media','full','ABSPATHwp-content/uploads/2023/07/icon7.png','','Reduced by 11.3% (59 B)',463,522,'',10,0,1,'2023-07-19 23:46:45',NULL),(293,150,'media','full','ABSPATHwp-content/uploads/2023/07/icon6.png','','Reduced by 9.8% (58 B)',535,593,'',10,0,1,'2023-07-19 23:46:45',NULL),(294,148,'media','full','ABSPATHwp-content/uploads/2023/07/icon5.png','','Reduced by 12.7% (74 B)',509,583,'',10,0,1,'2023-07-19 23:46:46',NULL),(295,146,'media','full','ABSPATHwp-content/uploads/2023/07/icon4.png','','Reduced by 9.9% (58 B)',526,584,'',10,0,1,'2023-07-19 23:46:46',NULL),(296,144,'media','full','ABSPATHwp-content/uploads/2023/07/icon3.png','','Reduced by 13.0% (74 B)',497,571,'',10,0,1,'2023-07-19 23:46:47',NULL),(297,142,'media','full','ABSPATHwp-content/uploads/2023/07/icon2.png','','Reduced by 14.1% (58 B)',352,410,'',10,0,1,'2023-07-19 23:46:47',NULL),(298,140,'media','full','ABSPATHwp-content/uploads/2023/07/icon1.png','','Reduced by 10.0% (58 B)',524,582,'',10,0,1,'2023-07-19 23:46:47',NULL),(299,97,'media','full','ABSPATHwp-content/uploads/2023/06/s9.png','','Reduced by 71.0% (1.3 KB)',555,1914,'',10,0,1,'2023-07-21 01:12:28',NULL),(300,96,'media','full','ABSPATHwp-content/uploads/2023/06/s8.png','','Reduced by 78.0% (1.8 KB)',515,2340,'',10,0,1,'2023-07-21 01:12:29',NULL),(301,95,'media','full','ABSPATHwp-content/uploads/2023/06/s7.png','','Reduced by 74.3% (1.3 KB) - Previously Optimized',453,1760,'',10,0,1,'2023-07-21 01:12:29',NULL),(302,94,'media','full','ABSPATHwp-content/uploads/2023/06/s6.png','','Reduced by 8.2% (38 B)',428,466,'',10,0,1,'2023-07-21 01:12:29',NULL),(303,93,'media','full','ABSPATHwp-content/uploads/2023/06/s5.png','','Reduced by 67.0% (1.3 KB)',670,2031,'',10,0,1,'2023-07-21 01:12:30',NULL),(304,92,'media','full','ABSPATHwp-content/uploads/2023/06/s4.png','','Reduced by 78.0% (1.3 KB) - Previously Optimized',372,1688,'',10,0,1,'2023-07-21 01:12:30',NULL),(305,91,'media','full','ABSPATHwp-content/uploads/2023/06/s3.png','','Reduced by 70.2% (1.3 KB) - Previously Optimized',576,1936,'',10,0,1,'2023-07-21 01:12:30',NULL),(306,89,'media','full','ABSPATHwp-content/uploads/2023/06/s1.png','','Reduced by 66.3% (1.5 KB)',772,2294,'',10,0,1,'2023-07-21 01:12:31',NULL),(307,59,'media','full','ABSPATHwp-content/uploads/2023/06/arukus-a.png','','Reduced by 15.2% (158 B) - Previously Optimized',881,1039,'',10,0,1,'2023-07-21 01:12:31',NULL),(431,NULL,NULL,NULL,'ABSPATHwp-content/themes/arukus/assets/images/Reading.jpg','','No savings',267337,267337,'',10,0,1,'2023-07-19 23:47:36',NULL),(432,NULL,NULL,NULL,'ABSPATHwp-content/themes/arukus/assets/images/roses-tremieres-hollyhocks-1884.jpg','','No savings',287158,287158,'',10,0,1,'2023-07-19 23:47:37',NULL),(433,NULL,NULL,NULL,'ABSPATHwp-content/themes/arukus/assets/images/the-garden-at-bougival-1884.jpg','','No savings',268810,268810,'',10,0,1,'2023-07-19 23:47:38',NULL),(434,NULL,NULL,NULL,'ABSPATHwp-content/themes/arukus/assets/images/self-portrait-1885.jpg','','No savings',196681,196681,'',10,0,1,'2023-07-19 23:47:40',NULL),(435,NULL,NULL,NULL,'ABSPATHwp-content/themes/arukus/assets/images/playing-in-the-sand.jpg','','No savings',198968,198968,'',10,0,1,'2023-07-19 23:47:41',NULL),(436,NULL,NULL,NULL,'ABSPATHwp-content/themes/arukus/assets/images/young-woman-in-mauve.jpg','','No savings',156480,156480,'',10,0,1,'2023-07-19 23:47:42',NULL),(437,NULL,NULL,NULL,'ABSPATHwp-content/themes/arukus/assets/images/in-the-bois-de-boulogne.jpg','','No savings',276539,276539,'',10,0,1,'2023-07-19 23:47:44',NULL),(438,NULL,NULL,NULL,'ABSPATHwp-content/themes/arukus/assets/images/Daffodils.jpg','','No savings',217634,217634,'',10,0,1,'2023-07-19 23:47:45',NULL),(439,NULL,NULL,NULL,'ABSPATHwp-content/themes/arukus/assets/images/villa-with-orange-trees-nice.jpg','','No savings',258830,258830,'',10,0,1,'2023-07-19 23:47:46',NULL),(440,NULL,NULL,NULL,'ABSPATHwp-content/themes/arukus/screenshot.png','','Reduced by 25.5% (31.7 KB)',95161,127657,'',10,0,1,'2023-07-19 23:47:50',NULL),(441,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1857x979.png','','No savings',315,315,'',10,0,1,'2023-07-19 23:47:51',NULL),(442,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1776x1377.png','','No savings',391,391,'',10,0,1,'2023-07-19 23:47:52',NULL),(443,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1857x1345.png','','No savings',398,398,'',10,0,1,'2023-07-19 23:47:53',NULL),(444,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-70x62.png','','Reduced by 1.2% (1 B)',85,86,'',10,0,1,'2023-07-19 23:47:53',NULL),(445,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-36x36.png','','Reduced by 1.2% (1 B)',82,83,'',10,0,1,'2023-07-19 23:47:54',NULL),(446,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-450x262.png','','Reduced by 0.9% (1 B)',107,108,'',10,0,1,'2023-07-19 23:47:54',NULL),(447,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1200x1300.png','','Reduced by 0.4% (1 B)',283,284,'',10,0,1,'2023-07-19 23:47:55',NULL),(448,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1920x1212.png','','No savings',377,377,'',10,0,1,'2023-07-19 23:47:56',NULL),(449,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-444x334.png','','No savings',112,112,'',10,0,1,'2023-07-19 23:47:56',NULL),(450,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-429x455.png','','No savings',117,117,'',10,0,1,'2023-07-19 23:47:56',NULL),(451,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1920x1920.png','','No savings',542,542,'',10,0,1,'2023-07-19 23:47:57',NULL),(452,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1857x1291.png','','Reduced by 0.3% (1 B)',385,386,'',10,0,1,'2023-07-19 23:47:58',NULL),(453,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1920x900.png','','No savings',304,304,'',10,0,1,'2023-07-19 23:47:59',NULL),(454,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-743x886.png','','No savings',174,174,'',10,0,1,'2023-07-19 23:48:00',NULL),(455,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1920x1359.png','','No savings',411,411,'',10,0,1,'2023-07-19 23:48:01',NULL),(456,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-715x715.png','','No savings',157,157,'',10,0,1,'2023-07-19 23:48:01',NULL),(457,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1333x800.png','','No savings',223,223,'',10,0,1,'2023-07-19 23:48:02',NULL),(458,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-193x9.png','','Reduced by 1.2% (1 B)',82,83,'',10,0,1,'2023-07-19 23:48:02',NULL),(459,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-300x189.png','','No savings',101,101,'',10,0,1,'2023-07-19 23:48:03',NULL),(460,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-905x585.png','','No savings',159,159,'',10,0,1,'2023-07-19 23:48:03',NULL),(461,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1280x853.png','','No savings',227,227,'',10,0,1,'2023-07-19 23:48:04',NULL),(462,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1857x1305.png','','No savings',390,390,'',10,0,1,'2023-07-19 23:48:05',NULL),(463,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-64x64.png','','Reduced by 1.2% (1 B)',85,86,'',10,0,1,'2023-07-19 23:48:05',NULL),(464,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1066x1242.png','','Reduced by 0.4% (1 B)',255,256,'',10,0,1,'2023-07-19 23:48:06',NULL),(465,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-32x32.png','','Reduced by 1.2% (1 B)',82,83,'',10,0,1,'2023-07-19 23:48:06',NULL),(466,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-400x400.png','','No savings',113,113,'',10,0,1,'2023-07-19 23:48:07',NULL),(467,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-300x200.png','','No savings',101,101,'',10,0,1,'2023-07-19 23:48:07',NULL),(468,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1600x1300.png','','Reduced by 0.3% (1 B)',346,347,'',10,0,1,'2023-07-19 23:48:08',NULL),(469,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-900x801.png','','No savings',181,181,'',10,0,1,'2023-07-19 23:48:09',NULL),(470,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1920x983.png','','No savings',323,323,'',10,0,1,'2023-07-19 23:48:09',NULL),(471,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1857x1411.png','','No savings',414,414,'',10,0,1,'2023-07-19 23:48:10',NULL),(472,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1857x1182.png','','No savings',361,361,'',10,0,1,'2023-07-19 23:48:11',NULL),(473,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-400x144.png','','No savings',101,101,'',10,0,1,'2023-07-19 23:48:11',NULL),(474,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-400x350.png','','No savings',111,111,'',10,0,1,'2023-07-19 23:48:12',NULL),(475,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1200x801.png','','Reduced by 0.5% (1 B)',210,211,'',10,0,1,'2023-07-19 23:48:13',NULL),(476,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-300x300.png','','No savings',105,105,'',10,0,1,'2023-07-19 23:48:13',NULL),(477,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1856x1412.png','','Reduced by 0.2% (1 B)',412,413,'',10,0,1,'2023-07-19 23:48:14',NULL),(478,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1149x721.png','','No savings',195,195,'',10,0,1,'2023-07-19 23:48:15',NULL),(479,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-768x768.png','','No savings',166,166,'',10,0,1,'2023-07-19 23:48:15',NULL),(480,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-256x256.png','','No savings',102,102,'',10,0,1,'2023-07-19 23:48:15',NULL),(481,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-26x26.png','','Reduced by 1.2% (1 B)',82,83,'',10,0,1,'2023-07-19 23:48:16',NULL),(482,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-776x886.png','','No savings',178,178,'',10,0,1,'2023-07-19 23:48:16',NULL),(761,909,'media','full','ABSPATHwp-content/uploads/2023/07/hero_contact-us_update.jpg','','Reduced by 9.9% (4.0 KB)',36861,40928,'',10,0,1,'2023-07-20 01:21:01',NULL),(762,909,'media','medium','ABSPATHwp-content/uploads/2023/07/hero_contact-us_update-300x63.jpg','','Reduced by 62.0% (4.3 KB)',2718,7151,'',10,0,1,'2023-07-20 01:21:01',NULL),(763,909,'media','large','ABSPATHwp-content/uploads/2023/07/hero_contact-us_update-1024x213.jpg','','Reduced by 17.6% (4.4 KB) - Previously Optimized',21116,25623,'',10,0,1,'2023-07-21 01:07:50',NULL),(764,909,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/hero_contact-us_update-150x150.jpg','','Reduced by 76.2% (4.3 KB)',1383,5815,'',10,0,1,'2023-07-20 01:21:01',NULL),(765,909,'media','medium_large','ABSPATHwp-content/uploads/2023/07/hero_contact-us_update-768x160.jpg','','Reduced by 25.3% (4.2 KB) - Previously Optimized',12826,17160,'',10,0,1,'2023-07-21 01:07:50',NULL),(766,909,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/hero_contact-us_update-1536x320.jpg','','Reduced by 10.0% (4.5 KB)',41546,46180,'',10,0,1,'2023-07-20 01:21:01',NULL),(767,909,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/hero_contact-us_update-1568x327.jpg','','Reduced by 9.6% (4.5 KB)',43250,47860,'',10,0,1,'2023-07-21 01:07:51',NULL),(768,909,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/hero_contact-us_update-600x125.jpg','','Reduced by 33.4% (4.2 KB)',8526,12808,'',10,0,1,'2023-07-20 01:21:02',NULL),(769,910,'media','full','ABSPATHwp-content/uploads/2023/07/hero_about_update_hero.jpg','','Reduced by 8.7% (6.3 KB)',67304,73724,'',10,0,1,'2023-07-20 01:23:26',NULL),(770,910,'media','medium','ABSPATHwp-content/uploads/2023/07/hero_about_update_hero-300x63.jpg','','Reduced by 50.8% (5.6 KB)',5529,11239,'',10,0,1,'2023-07-21 01:07:47',NULL),(771,910,'media','large','ABSPATHwp-content/uploads/2023/07/hero_about_update_hero-1024x213.jpg','','Reduced by 14.6% (6.1 KB)',36268,42493,'',10,0,1,'2023-07-21 01:07:48',NULL),(772,910,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/hero_about_update_hero-150x150.jpg','','Reduced by 48.1% (5.6 KB)',6174,11891,'',10,0,1,'2023-07-21 01:07:48',NULL),(773,910,'media','medium_large','ABSPATHwp-content/uploads/2023/07/hero_about_update_hero-768x160.jpg','','Reduced by 20.9% (5.8 KB)',22644,28623,'',10,0,1,'2023-07-20 01:23:26',NULL),(774,910,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/hero_about_update_hero-1536x320.jpg','','Reduced by 9.2% (6.9 KB)',70038,77092,'',10,0,1,'2023-07-21 01:07:49',NULL),(775,910,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/hero_about_update_hero-1568x327.jpg','','Reduced by 8.9% (6.9 KB)',73140,80243,'',10,0,1,'2023-07-21 01:07:49',NULL),(776,910,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/hero_about_update_hero-600x125.jpg','','Reduced by 27.0% (5.7 KB)',15818,21660,'',10,0,1,'2023-07-20 01:23:27',NULL),(777,914,'media','full','ABSPATHwp-content/uploads/2023/07/policy-bases_hero.jpg','','Reduced by 6.7% (4.4 KB)',62375,66864,'',10,0,1,'2023-07-20 01:49:51',NULL),(778,914,'media','medium','ABSPATHwp-content/uploads/2023/07/policy-bases_hero-300x63.jpg','','Reduced by 53.2% (4.8 KB)',4351,9301,'',10,0,1,'2023-07-20 01:49:51',NULL),(779,914,'media','large','ABSPATHwp-content/uploads/2023/07/policy-bases_hero-1024x213.jpg','','Reduced by 14.8% (5.5 KB)',32306,37923,'',10,0,1,'2023-07-21 01:07:46',NULL),(780,914,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/policy-bases_hero-150x150.jpg','','Reduced by 46.2% (4.8 KB)',5671,10545,'',10,0,1,'2023-07-20 01:49:51',NULL),(781,914,'media','medium_large','ABSPATHwp-content/uploads/2023/07/policy-bases_hero-768x160.jpg','','Reduced by 21.5% (5.1 KB) - Previously Optimized',19073,24286,'',10,0,1,'2023-07-21 01:07:46',NULL),(782,914,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/policy-bases_hero-1536x320.jpg','','Reduced by 9.0% (6.2 KB)',64015,70375,'',10,0,1,'2023-07-20 01:49:52',NULL),(783,914,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/policy-bases_hero-1568x327.jpg','','Reduced by 8.9% (6.4 KB)',66983,73500,'',10,0,1,'2023-07-21 01:07:47',NULL),(784,914,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/policy-bases_hero-600x125.jpg','','Reduced by 28.1% (4.9 KB)',12895,17943,'',10,0,1,'2023-07-20 01:49:52',NULL),(785,915,'media','full','ABSPATHwp-content/uploads/2023/07/connectivity_hero.jpg','','Reduced by 8.6% (3.9 KB)',43054,47097,'',10,0,1,'2023-07-20 01:50:41',NULL),(786,915,'media','medium','ABSPATHwp-content/uploads/2023/07/connectivity_hero-300x63.jpg','','Reduced by 55.8% (4.3 KB)',3507,7940,'',10,0,1,'2023-07-20 01:50:41',NULL),(787,915,'media','large','ABSPATHwp-content/uploads/2023/07/connectivity_hero-1024x213.jpg','','Reduced by 15.5% (4.6 KB)',25540,30240,'',10,0,1,'2023-07-21 01:07:45',NULL),(788,915,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/connectivity_hero-150x150.jpg','','Reduced by 57.7% (4.3 KB)',3244,7678,'',10,0,1,'2023-07-20 01:50:41',NULL),(789,915,'media','medium_large','ABSPATHwp-content/uploads/2023/07/connectivity_hero-768x160.jpg','','Reduced by 22.3% (4.4 KB) - Previously Optimized',15659,20154,'',10,0,1,'2023-07-21 01:07:45',NULL),(790,915,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/connectivity_hero-1536x320.jpg','','Reduced by 8.8% (4.5 KB)',47942,52554,'',10,0,1,'2023-07-20 01:50:41',NULL),(791,915,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/connectivity_hero-1568x327.jpg','','Reduced by 8.6% (4.6 KB)',50351,55067,'',10,0,1,'2023-07-20 01:50:42',NULL),(792,915,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/connectivity_hero-600x125.jpg','','Reduced by 29.3% (4.3 KB)',10616,15025,'',10,0,1,'2023-07-20 01:50:42',NULL),(793,919,'media','full','ABSPATHwp-content/uploads/2023/07/blogs_hero.jpg','','Reduced by 7.2% (4.1 KB)',53863,58025,'',10,0,1,'2023-07-20 02:10:20',NULL),(794,919,'media','medium','ABSPATHwp-content/uploads/2023/07/blogs_hero-300x63.jpg','','Reduced by 49.0% (4.3 KB)',4609,9045,'',10,0,1,'2023-07-20 02:10:20',NULL),(795,919,'media','large','ABSPATHwp-content/uploads/2023/07/blogs_hero-1024x213.jpg','','Reduced by 12.8% (4.5 KB)',31380,35967,'',10,0,1,'2023-07-21 01:07:43',NULL),(796,919,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/blogs_hero-150x150.jpg','','Reduced by 43.1% (4.3 KB)',5887,10339,'',10,0,1,'2023-07-21 01:07:43',NULL),(797,919,'media','medium_large','ABSPATHwp-content/uploads/2023/07/blogs_hero-768x160.jpg','','Reduced by 18.4% (4.3 KB)',19579,24005,'',10,0,1,'2023-07-21 01:07:44',NULL),(798,919,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/blogs_hero-1536x320.jpg','','Reduced by 7.3% (4.5 KB)',58700,63330,'',10,0,1,'2023-07-20 02:10:21',NULL),(799,919,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/blogs_hero-1568x327.jpg','','Reduced by 7.2% (4.7 KB) - Previously Optimized',61391,66180,'',10,0,1,'2023-07-21 01:07:44',NULL),(800,919,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/blogs_hero-600x125.jpg','','Reduced by 24.4% (4.2 KB) - Previously Optimized',13499,17849,'',10,0,1,'2023-07-21 01:07:45',NULL),(801,922,'media','full','ABSPATHwp-content/uploads/2023/07/cross-sell_hero.jpg','','Reduced by 9.2% (4.5 KB)',45572,50191,'',10,0,1,'2023-07-20 02:18:49',NULL),(802,922,'media','medium','ABSPATHwp-content/uploads/2023/07/cross-sell_hero-300x63.jpg','','Reduced by 56.4% (5.1 KB)',4026,9231,'',10,0,1,'2023-07-20 02:18:49',NULL),(803,922,'media','large','ABSPATHwp-content/uploads/2023/07/cross-sell_hero-1024x213.jpg','','Reduced by 15.3% (5.3 KB)',29869,35278,'',10,0,1,'2023-07-21 01:07:40',NULL),(804,922,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/cross-sell_hero-150x150.jpg','','Reduced by 50.2% (5.1 KB)',5172,10392,'',10,0,1,'2023-07-21 01:07:41',NULL),(805,922,'media','medium_large','ABSPATHwp-content/uploads/2023/07/cross-sell_hero-768x160.jpg','','Reduced by 22.2% (5.2 KB)',18526,23825,'',10,0,1,'2023-07-20 02:18:50',NULL),(806,922,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/cross-sell_hero-1536x320.jpg','','Reduced by 9.0% (5.2 KB) - Previously Optimized',54093,59419,'',10,0,1,'2023-07-21 01:07:41',NULL),(807,922,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/cross-sell_hero-1568x327.jpg','','Reduced by 8.9% (5.4 KB)',56148,61658,'',10,0,1,'2023-07-21 01:07:42',NULL),(808,922,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/cross-sell_hero-600x125.jpg','','Reduced by 29.2% (5.1 KB)',12685,17919,'',10,0,1,'2023-07-20 02:18:51',NULL),(809,930,'media','full','ABSPATHwp-content/uploads/2023/07/risk_hero.jpg','','Reduced by 8.2% (4.5 KB)',50973,55556,'',10,0,1,'2023-07-20 02:29:15',NULL),(810,930,'media','medium','ABSPATHwp-content/uploads/2023/07/risk_hero-300x63.jpg','','Reduced by 50.1% (4.3 KB)',4406,8836,'',10,0,1,'2023-07-20 02:29:15',NULL),(811,930,'media','large','ABSPATHwp-content/uploads/2023/07/risk_hero-1024x213.jpg','','Reduced by 13.7% (4.9 KB)',31527,36512,'',10,0,1,'2023-07-21 01:07:40',NULL),(812,930,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/risk_hero-150x150.jpg','','Reduced by 45.5% (4.3 KB)',5308,9741,'',10,0,1,'2023-07-20 02:29:15',NULL),(813,930,'media','medium_large','ABSPATHwp-content/uploads/2023/07/risk_hero-768x160.jpg','','Reduced by 19.2% (4.5 KB)',19298,23874,'',10,0,1,'2023-07-20 02:29:15',NULL),(814,930,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/risk_hero-1536x320.jpg','','Reduced by 8.7% (5.5 KB)',59953,65630,'',10,0,1,'2023-07-20 02:29:15',NULL),(815,930,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/risk_hero-1568x327.jpg','','Reduced by 8.4% (5.6 KB)',62633,68377,'',10,0,1,'2023-07-20 02:29:16',NULL),(816,930,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/risk_hero-600x125.jpg','','Reduced by 25.3% (4.4 KB)',13346,17859,'',10,0,1,'2023-07-20 02:29:16',NULL),(817,949,'media','full','ABSPATHwp-content/uploads/2023/07/los.jpg','','Reduced by 10.2% (3.8 KB)',34127,38006,'',10,0,1,'2023-07-20 19:01:29',NULL),(818,949,'media','medium','ABSPATHwp-content/uploads/2023/07/los-300x63.jpg','','Reduced by 54.7% (4.9 KB)',4139,9138,'',10,0,1,'2023-07-20 19:01:29',NULL),(819,949,'media','large','ABSPATHwp-content/uploads/2023/07/los-1024x213.jpg','','Reduced by 17.1% (4.8 KB)',23763,28678,'',10,0,1,'2023-07-20 19:01:30',NULL),(820,949,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/los-150x150.jpg','','Reduced by 61.1% (4.9 KB)',3186,8189,'',10,0,1,'2023-07-20 19:01:30',NULL),(821,949,'media','medium_large','ABSPATHwp-content/uploads/2023/07/los-768x160.jpg','','Reduced by 24.3% (4.8 KB)',15367,20299,'',10,0,1,'2023-07-20 19:01:30',NULL),(822,949,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/los-1536x320.jpg','','Reduced by 10.2% (4.7 KB)',42177,46983,'',10,0,1,'2023-07-21 01:07:38',NULL),(823,949,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/los-1568x327.jpg','','Reduced by 9.9% (4.7 KB)',44043,48876,'',10,0,1,'2023-07-21 01:07:39',NULL),(824,949,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/los-600x125.jpg','','Reduced by 30.6% (4.8 KB) - Previously Optimized',11131,16041,'',10,0,1,'2023-07-21 01:07:39',NULL),(825,951,'media','full','ABSPATHwp-content/uploads/2023/07/expense.jpg','','Reduced by 8.0% (5.9 KB)',69185,75219,'',10,0,1,'2023-07-20 19:04:28',NULL),(826,951,'media','medium','ABSPATHwp-content/uploads/2023/07/expense-300x63.jpg','','Reduced by 47.5% (5.1 KB)',5764,10976,'',10,0,1,'2023-07-21 01:07:36',NULL),(827,951,'media','large','ABSPATHwp-content/uploads/2023/07/expense-1024x213.jpg','','Reduced by 13.9% (6.4 KB)',40826,47427,'',10,0,1,'2023-07-21 01:07:36',NULL),(828,951,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/expense-150x150.jpg','','Reduced by 43.6% (5.1 KB) - Previously Optimized',6831,12104,'',10,0,1,'2023-07-21 01:07:37',NULL),(829,951,'media','medium_large','ABSPATHwp-content/uploads/2023/07/expense-768x160.jpg','','Reduced by 18.7% (5.8 KB) - Previously Optimized',25682,31595,'',10,0,1,'2023-07-21 01:07:37',NULL),(830,951,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/expense-1536x320.jpg','','Reduced by 9.0% (7.2 KB)',74608,82007,'',10,0,1,'2023-07-20 19:04:29',NULL),(831,951,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/expense-1568x327.jpg','','Reduced by 8.8% (7.3 KB) - Previously Optimized',77917,85411,'',10,0,1,'2023-07-21 01:07:37',NULL),(832,951,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/expense-600x125.jpg','','Reduced by 24.1% (5.5 KB)',17780,23435,'',10,0,1,'2023-07-21 01:07:38',NULL),(833,953,'media','full','ABSPATHwp-content/uploads/2023/07/collection.jpg','','Reduced by 8.5% (4.4 KB)',48304,52818,'',10,0,1,'2023-07-20 19:05:06',NULL),(834,953,'media','medium','ABSPATHwp-content/uploads/2023/07/collection-300x63.jpg','','Reduced by 54.5% (4.8 KB)',4138,9090,'',10,0,1,'2023-07-20 19:05:06',NULL),(835,953,'media','large','ABSPATHwp-content/uploads/2023/07/collection-1024x213.jpg','','Reduced by 15.2% (5.2 KB) - Previously Optimized',29674,34976,'',10,0,1,'2023-07-21 01:07:33',NULL),(836,953,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/collection-150x150.jpg','','Reduced by 47.8% (4.8 KB)',5414,10364,'',10,0,1,'2023-07-21 01:07:33',NULL),(837,953,'media','medium_large','ABSPATHwp-content/uploads/2023/07/collection-768x160.jpg','','Reduced by 21.3% (4.9 KB) - Previously Optimized',18599,23646,'',10,0,1,'2023-07-21 01:07:34',NULL),(838,953,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/collection-1536x320.jpg','','Reduced by 9.4% (5.5 KB)',54257,59869,'',10,0,1,'2023-07-21 01:07:34',NULL),(839,953,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/collection-1568x327.jpg','','Reduced by 9.2% (5.6 KB)',56332,62026,'',10,0,1,'2023-07-21 01:07:35',NULL),(840,953,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/collection-600x125.jpg','','Reduced by 28.2% (4.8 KB) - Previously Optimized',12614,17559,'',10,0,1,'2023-07-21 01:07:35',NULL),(841,955,'media','full','ABSPATHwp-content/uploads/2023/07/audit.jpg','','Reduced by 6.6% (4.8 KB)',69265,74133,'',10,0,1,'2023-07-20 19:05:47',NULL),(842,955,'media','medium','ABSPATHwp-content/uploads/2023/07/audit-300x63.jpg','','Reduced by 55.8% (5.0 KB)',4042,9141,'',10,0,1,'2023-07-20 19:05:47',NULL),(843,955,'media','large','ABSPATHwp-content/uploads/2023/07/audit-1024x213.jpg','','Reduced by 14.8% (5.6 KB)',33186,38965,'',10,0,1,'2023-07-20 19:05:47',NULL),(844,955,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/audit-150x150.jpg','','Reduced by 53.9% (5.0 KB)',4364,9465,'',10,0,1,'2023-07-20 19:05:47',NULL),(845,955,'media','medium_large','ABSPATHwp-content/uploads/2023/07/audit-768x160.jpg','','Reduced by 21.8% (5.2 KB) - Previously Optimized',19315,24684,'',10,0,1,'2023-07-21 01:07:32',NULL),(846,955,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/audit-1536x320.jpg','','Reduced by 8.6% (6.3 KB)',69273,75751,'',10,0,1,'2023-07-20 19:05:48',NULL),(847,955,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/audit-1568x327.jpg','','Reduced by 8.3% (6.4 KB)',72655,79243,'',10,0,1,'2023-07-20 19:05:48',NULL),(848,955,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/audit-600x125.jpg','','Reduced by 29.0% (5.1 KB) - Previously Optimized',12768,17976,'',10,0,1,'2023-07-21 01:07:32',NULL),(849,957,'media','full','ABSPATHwp-content/uploads/2023/07/fraud.jpg','','Reduced by 8.4% (5.3 KB)',58944,64330,'',10,0,1,'2023-07-20 19:06:57',NULL),(850,957,'media','medium','ABSPATHwp-content/uploads/2023/07/fraud-300x63.jpg','','Reduced by 55.5% (5.4 KB)',4392,9876,'',10,0,1,'2023-07-20 19:06:57',NULL),(851,957,'media','large','ABSPATHwp-content/uploads/2023/07/fraud-1024x213.jpg','','Reduced by 14.0% (5.3 KB)',33481,38913,'',10,0,1,'2023-07-21 01:07:30',NULL),(852,957,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/fraud-150x150.jpg','','Reduced by 54.9% (5.4 KB)',4499,9982,'',10,0,1,'2023-07-20 19:06:57',NULL),(853,957,'media','medium_large','ABSPATHwp-content/uploads/2023/07/fraud-768x160.jpg','','Reduced by 20.4% (5.3 KB)',20980,26359,'',10,0,1,'2023-07-20 19:06:57',NULL),(854,957,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/fraud-1536x320.jpg','','Reduced by 7.8% (5.2 KB)',62970,68332,'',10,0,1,'2023-07-21 01:07:31',NULL),(855,957,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/fraud-1568x327.jpg','','Reduced by 7.6% (5.3 KB)',66114,71549,'',10,0,1,'2023-07-21 01:07:31',NULL),(856,957,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/fraud-600x125.jpg','','Reduced by 27.3% (5.2 KB)',14220,19561,'',10,0,1,'2023-07-21 01:07:32',NULL),(857,959,'media','full','ABSPATHwp-content/uploads/2023/07/support360.jpg','','Reduced by 8.3% (6.5 KB)',73251,79886,'',10,0,1,'2023-07-20 19:07:38',NULL),(858,959,'media','medium','ABSPATHwp-content/uploads/2023/07/support360-300x63.jpg','','Reduced by 50.1% (4.9 KB)',5038,10089,'',10,0,1,'2023-07-20 19:07:38',NULL),(859,959,'media','large','ABSPATHwp-content/uploads/2023/07/support360-1024x213.jpg','','Reduced by 14.1% (5.8 KB)',36283,42248,'',10,0,1,'2023-07-20 19:07:38',NULL),(860,959,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/support360-150x150.jpg','','Reduced by 46.6% (4.9 KB)',5799,10854,'',10,0,1,'2023-07-21 01:07:29',NULL),(861,959,'media','medium_large','ABSPATHwp-content/uploads/2023/07/support360-768x160.jpg','','Reduced by 20.3% (5.4 KB)',21669,27172,'',10,0,1,'2023-07-20 19:07:38',NULL),(862,959,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/support360-1536x320.jpg','','Reduced by 8.4% (6.7 KB)',74114,80941,'',10,0,1,'2023-07-20 19:07:38',NULL),(863,959,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/support360-1568x327.jpg','','Reduced by 8.1% (6.7 KB)',77467,84308,'',10,0,1,'2023-07-20 19:07:39',NULL),(864,959,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/support360-600x125.jpg','','Reduced by 26.5% (5.1 KB)',14578,19825,'',10,0,1,'2023-07-20 19:07:39',NULL),(865,984,'media','full','ABSPATHwp-content/uploads/2023/07/field-track-o.jpg','','Reduced by 7.5% (3.8 KB)',47331,51178,'',10,0,1,'2023-07-20 23:15:41',NULL),(866,984,'media','medium','ABSPATHwp-content/uploads/2023/07/field-track-o-300x63.jpg','','Reduced by 51.6% (4.3 KB)',4147,8577,'',10,0,1,'2023-07-20 23:15:41',NULL),(867,984,'media','large','ABSPATHwp-content/uploads/2023/07/field-track-o-1024x213.jpg','','Reduced by 13.3% (4.6 KB)',30529,35201,'',10,0,1,'2023-07-20 23:15:42',NULL),(868,984,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/field-track-o-150x150.jpg','','Reduced by 45.7% (4.3 KB)',5261,9696,'',10,0,1,'2023-07-20 23:15:42',NULL),(869,984,'media','medium_large','ABSPATHwp-content/uploads/2023/07/field-track-o-768x160.jpg','','Reduced by 19.4% (4.5 KB)',18891,23450,'',10,0,1,'2023-07-20 23:15:42',NULL),(870,984,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/field-track-o-1536x320.jpg','','Reduced by 7.9% (4.7 KB)',56589,61410,'',10,0,1,'2023-07-20 23:15:42',NULL),(871,984,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/field-track-o-1568x327.jpg','','Reduced by 7.7% (4.8 KB)',58810,63695,'',10,0,1,'2023-07-21 01:07:29',NULL),(872,984,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/field-track-o-600x125.jpg','','Reduced by 26.1% (4.4 KB)',12794,17306,'',10,0,1,'2023-07-20 23:15:43',NULL),(873,986,'media','full','ABSPATHwp-content/uploads/2023/07/Images-Blog.jpg','','Reduced by 48.5% (284.3 KB)',308635,599772,'',10,0,1,'2023-07-20 23:17:00',NULL),(874,986,'media','medium','ABSPATHwp-content/uploads/2023/07/Images-Blog-300x169.jpg','','Reduced by 15.1% (1.9 KB)',10624,12520,'',10,0,1,'2023-07-21 01:07:24',NULL),(875,986,'media','large','ABSPATHwp-content/uploads/2023/07/Images-Blog-1024x577.jpg','','Reduced by 16.5% (11.6 KB)',60439,72348,'',10,0,1,'2023-07-21 01:07:25',NULL),(876,986,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/Images-Blog-150x150.jpg','','Reduced by 14.2% (932 B)',5636,6568,'',10,0,1,'2023-07-21 01:07:25',NULL),(877,986,'media','medium_large','ABSPATHwp-content/uploads/2023/07/Images-Blog-768x433.jpg','','Reduced by 16.1% (7.5 KB)',39904,47550,'',10,0,1,'2023-07-21 01:07:25',NULL),(878,986,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/Images-Blog-1536x865.jpg','','Reduced by 17.3% (23.0 KB)',112436,136005,'',10,0,1,'2023-07-21 01:07:27',NULL),(879,986,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/Images-Blog-1568x883.jpg','','Reduced by 17.4% (24.0 KB)',116334,140881,'',10,0,1,'2023-07-21 01:07:28',NULL),(880,986,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/Images-Blog-600x338.jpg','','Reduced by 16.1% (5.2 KB) - Previously Optimized',27835,33167,'',10,0,1,'2023-07-21 01:07:28',NULL),(881,988,'media','full','ABSPATHwp-content/uploads/2023/07/Images-Blog-2.jpg','','Reduced by 27.2% (144.8 KB)',397720,545991,'',10,0,1,'2023-07-20 23:44:03',NULL),(882,988,'media','medium','ABSPATHwp-content/uploads/2023/07/Images-Blog-2-300x169.jpg','','Reduced by 25.3% (2.7 KB) - Previously Optimized',8058,10794,'',10,0,1,'2023-07-21 01:07:19',NULL),(883,988,'media','large','ABSPATHwp-content/uploads/2023/07/Images-Blog-2-1024x577.jpg','','Reduced by 28.5% (22.1 KB)',56755,79366,'',10,0,1,'2023-07-21 01:07:19',NULL),(884,988,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/Images-Blog-2-150x150.jpg','','Reduced by 23.1% (1.6 KB)',5300,6892,'',10,0,1,'2023-07-21 01:07:20',NULL),(885,988,'media','medium_large','ABSPATHwp-content/uploads/2023/07/Images-Blog-2-768x433.jpg','','Reduced by 28.1% (13.6 KB)',35475,49363,'',10,0,1,'2023-07-21 01:07:21',NULL),(886,988,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/Images-Blog-2-1536x865.jpg','','Reduced by 28.7% (45.4 KB)',115800,162325,'',10,0,1,'2023-07-21 01:07:22',NULL),(887,988,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/Images-Blog-2-1568x883.jpg','','Reduced by 28.7% (47.4 KB)',120712,169199,'',10,0,1,'2023-07-21 01:07:23',NULL),(888,988,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/Images-Blog-2-600x338.jpg','','Reduced by 27.7% (8.9 KB)',23831,32946,'',10,0,1,'2023-07-21 01:07:24',NULL),(889,990,'media','full','ABSPATHwp-content/uploads/2023/07/Images-Blog-3.png','','Reduced by 2.3% (13.7 KB)',607794,621857,'',10,0,1,'2023-07-21 00:01:27',NULL),(890,990,'media','medium','ABSPATHwp-content/uploads/2023/07/Images-Blog-3-300x169.png','','Reduced by 68.2% (63.1 KB) - Previously Optimized',30112,94723,'',10,0,1,'2023-07-21 01:07:03',NULL),(891,990,'media','large','ABSPATHwp-content/uploads/2023/07/Images-Blog-3-1024x577.png','','Reduced by 73.7% (655.5 KB) - Previously Optimized',238949,910132,'',10,0,1,'2023-07-21 01:07:06',NULL),(892,990,'media','thumbnail','ABSPATHwp-content/uploads/2023/07/Images-Blog-3-150x150.png','','Reduced by 64.5% (25.4 KB)',14310,40282,'',10,0,1,'2023-07-21 01:07:06',NULL),(893,990,'media','medium_large','ABSPATHwp-content/uploads/2023/07/Images-Blog-3-768x433.png','','Reduced by 72.4% (368.3 KB) - Previously Optimized',143875,521032,'',10,0,1,'2023-07-21 01:07:08',NULL),(894,990,'media','1536x1536','ABSPATHwp-content/uploads/2023/07/Images-Blog-3-1536x865.png','','Reduced by 74.6% (1.5 MB) - Previously Optimized',526913,2070690,'',10,0,1,'2023-07-21 01:07:13',NULL),(895,990,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/07/Images-Blog-3-1568x883.png','','Reduced by 75.1% (1.5 MB) - Previously Optimized',537108,2153061,'',10,0,1,'2023-07-21 01:07:17',NULL),(896,990,'media','tenweb_optimizer_mobile','ABSPATHwp-content/uploads/2023/07/Images-Blog-3-600x338.png','','Reduced by 71.5% (230.3 KB) - Previously Optimized',93993,329808,'',10,0,1,'2023-07-21 01:07:18',NULL),(1020,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1280x807.png','','No savings',220,220,'',10,0,1,'2023-07-21 01:13:05',NULL),(1021,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-300x169.png','','No savings',100,100,'',10,0,1,'2023-07-21 01:13:05',NULL),(1022,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1920x400.png','','No savings',187,187,'',10,0,1,'2023-07-21 01:13:06',NULL),(1023,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1640x924.png','','No savings',278,278,'',10,0,1,'2023-07-21 01:13:06',NULL),(1024,1050,'media','full','ABSPATHwp-content/uploads/2023/11/Images-Blog-4.jpg','','Reduced by 88.6% (1.4 MB)',188205,1653305,'',10,0,1,'2023-11-03 13:41:56',NULL),(1025,1050,'media','medium','ABSPATHwp-content/uploads/2023/11/Images-Blog-4-300x169.jpg','','Reduced by 5.2% (755 B)',13766,14521,'',10,0,1,'2023-11-03 13:41:57',NULL),(1026,1050,'media','large','ABSPATHwp-content/uploads/2023/11/Images-Blog-4-1024x577.jpg','','Reduced by 4.9% (4.5 KB)',89525,94115,'',10,0,1,'2023-11-03 13:41:59',NULL),(1027,1050,'media','thumbnail','ABSPATHwp-content/uploads/2023/11/Images-Blog-4-150x150.jpg','','Reduced by 7.8% (603 B)',7114,7717,'',10,0,1,'2023-11-03 13:42:00',NULL),(1028,1050,'media','medium_large','ABSPATHwp-content/uploads/2023/11/Images-Blog-4-768x433.jpg','','Reduced by 4.9% (2.9 KB)',58350,61369,'',10,0,1,'2023-11-03 13:42:03',NULL),(1029,1050,'media','1536x1536','ABSPATHwp-content/uploads/2023/11/Images-Blog-4-1536x865.jpg','','Reduced by 4.6% (7.6 KB)',161991,169807,'',10,0,1,'2023-11-03 13:42:06',NULL),(1030,1050,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/11/Images-Blog-4-1568x883.jpg','','Reduced by 4.5% (7.8 KB)',166945,174884,'',10,0,1,'2023-11-03 13:42:09',NULL),(1031,1051,'media','full','ABSPATHwp-content/uploads/2023/11/Images-Blog-5.jpg','','Reduced by 92.3% (2.2 MB)',193828,2511584,'',10,0,1,'2023-11-03 13:49:17',NULL),(1032,1051,'media','medium','ABSPATHwp-content/uploads/2023/11/Images-Blog-5-300x169.jpg','','Reduced by 7.5% (1.1 KB)',13902,15028,'',10,0,1,'2023-11-03 13:49:19',NULL),(1033,1051,'media','large','ABSPATHwp-content/uploads/2023/11/Images-Blog-5-1024x577.jpg','','Reduced by 6.3% (5.6 KB)',85861,91622,'',10,0,1,'2023-11-03 13:49:21',NULL),(1034,1051,'media','thumbnail','ABSPATHwp-content/uploads/2023/11/Images-Blog-5-150x150.jpg','','Reduced by 8.8% (737 B)',7667,8404,'',10,0,1,'2023-11-03 13:49:22',NULL),(1035,1051,'media','medium_large','ABSPATHwp-content/uploads/2023/11/Images-Blog-5-768x433.jpg','','Reduced by 6.3% (3.6 KB)',55637,59358,'',10,0,1,'2023-11-03 13:49:24',NULL),(1036,1051,'media','1536x1536','ABSPATHwp-content/uploads/2023/11/Images-Blog-5-1536x865.jpg','','Reduced by 6.4% (10.8 KB)',161270,172333,'',10,0,1,'2023-11-03 13:49:28',NULL),(1037,1051,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/11/Images-Blog-5-1568x883.jpg','','Reduced by 6.6% (11.5 KB)',166265,178082,'',10,0,1,'2023-11-03 13:49:31',NULL),(1038,1140,'media','full','ABSPATHwp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg','','Reduced by 18.0% (12.5 KB)',58552,71381,'',10,0,1,'2023-11-14 08:35:07',NULL),(1039,1140,'media','medium','ABSPATHwp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart-300x225.jpg','','Reduced by 7.5% (982 B)',12172,13154,'',10,0,1,'2023-11-14 08:35:08',NULL),(1040,1140,'media','thumbnail','ABSPATHwp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart-150x150.jpg','','Reduced by 8.3% (606 B)',6720,7326,'',10,0,1,'2023-11-14 08:35:09',NULL),(1041,1140,'media','medium_large','ABSPATHwp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart-768x576.jpg','','Reduced by 8.9% (4.0 KB)',42561,46696,'',10,0,1,'2023-11-14 08:35:11',NULL),(1042,1154,'media','full','ABSPATHwp-content/uploads/2023/12/Images-Blog-6.jpg','','Reduced by 90.0% (1.8 MB)',209969,2098542,'',10,0,1,'2023-12-05 15:06:07',NULL),(1043,1154,'media','medium','ABSPATHwp-content/uploads/2023/12/Images-Blog-6-300x169.jpg','','Reduced by 8.8% (1.4 KB)',15253,16719,'',10,0,1,'2023-12-05 15:06:09',NULL),(1044,1154,'media','large','ABSPATHwp-content/uploads/2023/12/Images-Blog-6-1024x577.jpg','','Reduced by 7.2% (7.1 KB)',93096,100364,'',10,0,1,'2023-12-05 15:06:14',NULL),(1045,1154,'media','thumbnail','ABSPATHwp-content/uploads/2023/12/Images-Blog-6-150x150.jpg','','Reduced by 10.0% (892 B)',8052,8944,'',10,0,1,'2023-12-05 15:06:15',NULL),(1046,1154,'media','medium_large','ABSPATHwp-content/uploads/2023/12/Images-Blog-6-768x433.jpg','','Reduced by 7.3% (4.6 KB)',60268,65003,'',10,0,1,'2023-12-05 15:06:17',NULL),(1047,1154,'media','1536x1536','ABSPATHwp-content/uploads/2023/12/Images-Blog-6-1536x865.jpg','','Reduced by 7.2% (13.2 KB)',174383,187865,'',10,0,1,'2023-12-05 15:06:21',NULL),(1048,1154,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/12/Images-Blog-6-1568x883.jpg','','Reduced by 7.1% (13.5 KB)',179870,193715,'',10,0,1,'2023-12-05 15:06:26',NULL),(1049,1163,'media','full','ABSPATHwp-content/uploads/2023/12/Images-Blog-7.jpg','','Reduced by 66.8% (224.8 KB)',114426,344672,'',10,0,1,'2023-12-06 10:09:06',NULL),(1050,1163,'media','medium','ABSPATHwp-content/uploads/2023/12/Images-Blog-7-300x169.jpg','','Reduced by 6.8% (875 B)',12007,12882,'',10,0,1,'2023-12-06 10:09:07',NULL),(1051,1163,'media','large','ABSPATHwp-content/uploads/2023/12/Images-Blog-7-1024x577.jpg','','Reduced by 8.7% (5.6 KB)',60861,66626,'',10,0,1,'2023-12-06 10:09:09',NULL),(1052,1163,'media','thumbnail','ABSPATHwp-content/uploads/2023/12/Images-Blog-7-150x150.jpg','','Reduced by 7.7% (558 B)',6704,7262,'',10,0,1,'2023-12-06 10:09:10',NULL),(1053,1163,'media','medium_large','ABSPATHwp-content/uploads/2023/12/Images-Blog-7-768x433.jpg','','Reduced by 7.8% (3.5 KB)',42847,46464,'',10,0,1,'2023-12-06 10:09:12',NULL),(1054,1163,'media','1536x1536','ABSPATHwp-content/uploads/2023/12/Images-Blog-7-1536x865.jpg','','Reduced by 10.9% (12.0 KB)',100357,112692,'',10,0,1,'2023-12-06 10:09:15',NULL),(1055,1163,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/12/Images-Blog-7-1568x883.jpg','','Reduced by 11.0% (12.3 KB)',102040,114621,'',10,0,1,'2023-12-06 10:09:18',NULL),(1056,1197,'media','full','ABSPATHwp-content/uploads/2023/12/Images-Blog.jpg','','Reduced by 4.0% (7.3 KB)',178771,186210,'',10,0,1,'2023-12-13 14:02:56',NULL),(1057,1197,'media','medium','ABSPATHwp-content/uploads/2023/12/Images-Blog-300x169.jpg','','Reduced by 5.8% (778 B)',12617,13395,'',10,0,1,'2023-12-13 14:02:58',NULL),(1058,1197,'media','large','ABSPATHwp-content/uploads/2023/12/Images-Blog-1024x577.jpg','','Reduced by 3.1% (2.6 KB)',84697,87366,'',10,0,1,'2023-12-13 14:03:00',NULL),(1059,1197,'media','thumbnail','ABSPATHwp-content/uploads/2023/12/Images-Blog-150x150.jpg','','Reduced by 7.6% (562 B)',6835,7397,'',10,0,1,'2023-12-13 14:03:01',NULL),(1060,1197,'media','medium_large','ABSPATHwp-content/uploads/2023/12/Images-Blog-768x433.jpg','','Reduced by 3.3% (1.8 KB)',54191,56044,'',10,0,1,'2023-12-13 14:03:03',NULL),(1061,1197,'media','1536x1536','ABSPATHwp-content/uploads/2023/12/Images-Blog-1536x865.jpg','','Reduced by 3.0% (4.7 KB)',158680,163526,'',10,0,1,'2023-12-13 14:03:06',NULL),(1062,1197,'media','post-thumbnail','ABSPATHwp-content/uploads/2023/12/Images-Blog-1568x883.jpg','','Reduced by 3.1% (5.1 KB)',163530,168724,'',10,0,1,'2023-12-13 14:03:09',NULL),(1063,1224,'media','full','ABSPATHwp-content/uploads/2023/12/Enterprise-Risk-Management-3.jpg','','Reduced by 85.0% (400.8 KB)',72531,482994,'',10,0,1,'2023-12-20 13:44:35',NULL),(1064,1224,'media','medium','ABSPATHwp-content/uploads/2023/12/Enterprise-Risk-Management-3-300x157.jpg','','Reduced by 5.8% (576 B)',9334,9910,'',10,0,1,'2023-12-20 13:44:36',NULL),(1065,1224,'media','large','ABSPATHwp-content/uploads/2023/12/Enterprise-Risk-Management-3-1024x535.jpg','','Reduced by 10.1% (5.7 KB)',51984,57796,'',10,0,1,'2023-12-20 13:44:38',NULL),(1066,1224,'media','thumbnail','ABSPATHwp-content/uploads/2023/12/Enterprise-Risk-Management-3-150x150.jpg','','Reduced by 7.3% (551 B)',6966,7517,'',10,0,1,'2023-12-20 13:44:39',NULL),(1067,1224,'media','medium_large','ABSPATHwp-content/uploads/2023/12/Enterprise-Risk-Management-3-768x401.jpg','','Reduced by 8.7% (3.3 KB)',35492,38892,'',10,0,1,'2023-12-20 13:44:41',NULL),(1068,NULL,NULL,NULL,'ABSPATHwp-content/uploads/2024/01/Picture1.png','','',NULL,365656,NULL,NULL,0,NULL,'2024-01-02 10:22:40',NULL),(1069,1365,'media','full','ABSPATHwp-content/uploads/2024/01/new-landing-avatar.jpg','','Reduced by 86.9% (231.3 KB)',35583,272438,'',10,0,1,'2024-01-23 15:42:54',NULL),(1070,1365,'media','medium','ABSPATHwp-content/uploads/2024/01/new-landing-avatar-300x216.jpg','','Reduced by 8.9% (1.2 KB)',12850,14108,'',10,0,1,'2024-01-23 15:42:57',NULL),(1071,1365,'media','thumbnail','ABSPATHwp-content/uploads/2024/01/new-landing-avatar-150x150.jpg','','Reduced by 9.3% (703 B)',6842,7545,'',10,0,1,'2024-01-23 15:42:58',NULL),(1072,1386,'media','full','ABSPATHwp-content/uploads/2024/02/ft_bg.jpg','','Reduced by 93.6% (359.1 KB)',25051,392756,'',10,0,1,'2024-02-16 13:32:42',NULL),(1073,1386,'media','medium','ABSPATHwp-content/uploads/2024/02/ft_bg-300x81.jpg','','Reduced by 31.6% (556 B)',1202,1758,'',10,0,1,'2024-02-16 13:32:43',NULL),(1074,1386,'media','large','ABSPATHwp-content/uploads/2024/02/ft_bg-1024x277.jpg','','Reduced by 19.3% (3.1 KB)',13122,16268,'',10,0,1,'2024-02-16 13:32:44',NULL),(1075,1386,'media','thumbnail','ABSPATHwp-content/uploads/2024/02/ft_bg-150x150.jpg','','Reduced by 36.0% (692 B)',1228,1920,'',10,0,1,'2024-02-16 13:32:45',NULL),(1076,1386,'media','medium_large','ABSPATHwp-content/uploads/2024/02/ft_bg-768x208.jpg','','Reduced by 21.7% (1.8 KB)',6803,8684,'',10,0,1,'2024-02-16 13:32:46',NULL),(1077,1387,'media','full','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO.jpg','','Reduced by 92.9% (1.4 MB)',109548,1551464,'',10,0,1,'2024-02-16 13:33:32',NULL),(1078,1387,'media','medium','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO-300x141.jpg','','Reduced by 6.4% (586 B)',8636,9222,'',10,0,1,'2024-02-16 13:33:33',NULL),(1079,1387,'media','large','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO-1024x480.jpg','','Reduced by 4.3% (2.0 KB)',46627,48706,'',10,0,1,'2024-02-16 13:33:36',NULL),(1080,1387,'media','thumbnail','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO-150x150.jpg','','Reduced by 8.0% (377 B)',4317,4694,'',10,0,1,'2024-02-16 13:33:37',NULL),(1081,1387,'media','medium_large','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO-768x360.jpg','','Reduced by 4.4% (1.4 KB)',31581,33032,'',10,0,1,'2024-02-16 13:33:39',NULL),(1082,1387,'media','1536x1536','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO-1536x720.jpg','','Reduced by 5.3% (4.4 KB)',80118,84606,'',10,0,1,'2024-02-16 13:33:41',NULL),(1083,1387,'media','post-thumbnail','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO-1568x735.jpg','','Reduced by 5.3% (4.6 KB)',83583,88295,'',10,0,1,'2024-02-16 13:33:44',NULL),(1084,1395,'media','full','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO4.jpg','','Reduced by 89.5% (1.1 MB)',131480,1251569,'',10,0,1,'2024-02-19 13:37:30',NULL),(1085,1395,'media','medium','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO4-300x189.jpg','','Reduced by 6.8% (765 B)',10476,11241,'',10,0,1,'2024-02-19 13:37:31',NULL),(1086,1395,'media','large','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO4-1024x646.jpg','','Reduced by 7.6% (4.4 KB)',55721,60276,'',10,0,1,'2024-02-19 13:37:33',NULL),(1087,1395,'media','thumbnail','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO4-150x150.jpg','','Reduced by 9.2% (434 B)',4305,4739,'',10,0,1,'2024-02-19 13:37:34',NULL),(1088,1395,'media','medium_large','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO4-768x485.jpg','','Reduced by 7.1% (2.8 KB)',37933,40826,'',10,0,1,'2024-02-19 13:37:36',NULL),(1089,1395,'media','1536x1536','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO4-1536x970.jpg','','Reduced by 8.8% (9.1 KB)',96174,105471,'',10,0,1,'2024-02-19 13:37:39',NULL),(1090,1395,'media','post-thumbnail','ABSPATHwp-content/uploads/2024/02/landingBanner_fieldTrackO4-1568x990.jpg','','Reduced by 9.1% (9.7 KB)',99025,108933,'',10,0,1,'2024-02-19 13:37:41',NULL);
/*!40000 ALTER TABLE `wp_ewwwio_images` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ewwwio_queue`
--

DROP TABLE IF EXISTS `wp_ewwwio_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ewwwio_queue` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `attachment_id` bigint unsigned DEFAULT NULL,
  `gallery` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `scanned` tinyint NOT NULL DEFAULT '0',
  `new` tinyint NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`) USING BTREE,
  KEY `attachment_info` (`gallery`(3),`attachment_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ewwwio_queue`
--

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

--
-- Table structure for table `wp_ip2location_country_blocker_backend_rate_limit_log`
--

DROP TABLE IF EXISTS `wp_ip2location_country_blocker_backend_rate_limit_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ip2location_country_blocker_backend_rate_limit_log` (
  `log_id` int NOT NULL AUTO_INCREMENT,
  `ip_address` varchar(39) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `date_created` datetime NOT NULL,
  PRIMARY KEY (`log_id`) USING BTREE,
  KEY `idx_date_created` (`date_created`) USING BTREE,
  KEY `idx_ip_address` (`ip_address`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ip2location_country_blocker_backend_rate_limit_log`
--

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

--
-- Table structure for table `wp_ip2location_country_blocker_frontend_rate_limit_log`
--

DROP TABLE IF EXISTS `wp_ip2location_country_blocker_frontend_rate_limit_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ip2location_country_blocker_frontend_rate_limit_log` (
  `log_id` int NOT NULL AUTO_INCREMENT,
  `ip_address` varchar(39) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `date_created` datetime NOT NULL,
  PRIMARY KEY (`log_id`) USING BTREE,
  KEY `idx_date_created` (`date_created`) USING BTREE,
  KEY `idx_ip_address` (`ip_address`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ip2location_country_blocker_frontend_rate_limit_log`
--

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

--
-- Table structure for table `wp_ip2location_country_blocker_log`
--

DROP TABLE IF EXISTS `wp_ip2location_country_blocker_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_ip2location_country_blocker_log` (
  `log_id` int NOT NULL AUTO_INCREMENT,
  `ip_address` varchar(39) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `country_code` char(2) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `side` char(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `page` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `date_created` datetime NOT NULL,
  PRIMARY KEY (`log_id`) USING BTREE,
  KEY `idx_country_code` (`country_code`) USING BTREE,
  KEY `idx_side` (`side`) USING BTREE,
  KEY `idx_date_created` (`date_created`) USING BTREE,
  KEY `idx_ip_address` (`ip_address`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ip2location_country_blocker_log`
--

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

--
-- Table structure for table `wp_links`
--

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

--
-- Dumping data for table `wp_links`
--

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

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`) USING BTREE,
  UNIQUE KEY `option_name` (`option_name`) USING BTREE,
  KEY `autoload` (`autoload`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=19872 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://arukustech.com/','yes'),(2,'home','https://arukustech.com/','yes'),(3,'blogname','Arukus Technologies','yes'),(4,'blogdescription','Welcome to Arukus Technologies','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','info@arukustech.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:469:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:14:\"testimonial/?$\";s:31:\"index.php?post_type=testimonial\";s:44:\"testimonial/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=testimonial&feed=$matches[1]\";s:39:\"testimonial/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=testimonial&feed=$matches[1]\";s:31:\"testimonial/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=testimonial&paged=$matches[1]\";s:9:\"Policy/?$\";s:26:\"index.php?post_type=policy\";s:39:\"Policy/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=policy&feed=$matches[1]\";s:34:\"Policy/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=policy&feed=$matches[1]\";s:26:\"Policy/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=policy&paged=$matches[1]\";s:13:\"capability/?$\";s:30:\"index.php?post_type=capability\";s:43:\"capability/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=capability&feed=$matches[1]\";s:38:\"capability/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=capability&feed=$matches[1]\";s:30:\"capability/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=capability&paged=$matches[1]\";s:11:\"los-flow/?$\";s:28:\"index.php?post_type=los-flow\";s:41:\"los-flow/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=los-flow&feed=$matches[1]\";s:36:\"los-flow/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=los-flow&feed=$matches[1]\";s:28:\"los-flow/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=los-flow&paged=$matches[1]\";s:22:\"structured-workflow/?$\";s:39:\"index.php?post_type=structured-workflow\";s:52:\"structured-workflow/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=structured-workflow&feed=$matches[1]\";s:47:\"structured-workflow/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=structured-workflow&feed=$matches[1]\";s:39:\"structured-workflow/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=structured-workflow&paged=$matches[1]\";s:22:\"collections-process/?$\";s:39:\"index.php?post_type=collections-process\";s:52:\"collections-process/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=collections-process&feed=$matches[1]\";s:47:\"collections-process/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=collections-process&feed=$matches[1]\";s:39:\"collections-process/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=collections-process&paged=$matches[1]\";s:20:\"manage-collection/?$\";s:37:\"index.php?post_type=manage-collection\";s:50:\"manage-collection/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=manage-collection&feed=$matches[1]\";s:45:\"manage-collection/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=manage-collection&feed=$matches[1]\";s:37:\"manage-collection/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=manage-collection&paged=$matches[1]\";s:17:\"ems-experience/?$\";s:34:\"index.php?post_type=ems-experience\";s:47:\"ems-experience/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=ems-experience&feed=$matches[1]\";s:42:\"ems-experience/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=ems-experience&feed=$matches[1]\";s:34:\"ems-experience/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=ems-experience&paged=$matches[1]\";s:23:\"risk_management_flow/?$\";s:40:\"index.php?post_type=risk_management_flow\";s:53:\"risk_management_flow/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?post_type=risk_management_flow&feed=$matches[1]\";s:48:\"risk_management_flow/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?post_type=risk_management_flow&feed=$matches[1]\";s:40:\"risk_management_flow/page/([0-9]{1,})/?$\";s:58:\"index.php?post_type=risk_management_flow&paged=$matches[1]\";s:16:\"field-track-o/?$\";s:33:\"index.php?post_type=field-track-o\";s:46:\"field-track-o/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=field-track-o&feed=$matches[1]\";s:41:\"field-track-o/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=field-track-o&feed=$matches[1]\";s:33:\"field-track-o/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=field-track-o&paged=$matches[1]\";s:7:\"blog/?$\";s:24:\"index.php?post_type=blog\";s:37:\"blog/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=blog&feed=$matches[1]\";s:32:\"blog/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=blog&feed=$matches[1]\";s:24:\"blog/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=blog&paged=$matches[1]\";s:17:\"fraud-scenario/?$\";s:34:\"index.php?post_type=fraud-scenario\";s:47:\"fraud-scenario/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=fraud-scenario&feed=$matches[1]\";s:42:\"fraud-scenario/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=fraud-scenario&feed=$matches[1]\";s:34:\"fraud-scenario/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=fraud-scenario&paged=$matches[1]\";s:19:\"ticketing-system/?$\";s:36:\"index.php?post_type=ticketing-system\";s:49:\"ticketing-system/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=ticketing-system&feed=$matches[1]\";s:44:\"ticketing-system/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=ticketing-system&feed=$matches[1]\";s:36:\"ticketing-system/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=ticketing-system&paged=$matches[1]\";s:22:\"downloaded-brochure/?$\";s:39:\"index.php?post_type=downloaded-brochure\";s:52:\"downloaded-brochure/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=downloaded-brochure&feed=$matches[1]\";s:47:\"downloaded-brochure/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=downloaded-brochure&feed=$matches[1]\";s:39:\"downloaded-brochure/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=downloaded-brochure&paged=$matches[1]\";s:15:\"demo-request/?$\";s:32:\"index.php?post_type=demo-request\";s:45:\"demo-request/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=demo-request&feed=$matches[1]\";s:40:\"demo-request/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=demo-request&feed=$matches[1]\";s:32:\"demo-request/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=demo-request&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"policy-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?policy-category=$matches[1]&feed=$matches[2]\";s:51:\"policy-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?policy-category=$matches[1]&feed=$matches[2]\";s:32:\"policy-category/([^/]+)/embed/?$\";s:48:\"index.php?policy-category=$matches[1]&embed=true\";s:44:\"policy-category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?policy-category=$matches[1]&paged=$matches[2]\";s:26:\"policy-category/([^/]+)/?$\";s:37:\"index.php?policy-category=$matches[1]\";s:54:\"blog-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?blog-category=$matches[1]&feed=$matches[2]\";s:49:\"blog-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?blog-category=$matches[1]&feed=$matches[2]\";s:30:\"blog-category/([^/]+)/embed/?$\";s:46:\"index.php?blog-category=$matches[1]&embed=true\";s:42:\"blog-category/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?blog-category=$matches[1]&paged=$matches[2]\";s:24:\"blog-category/([^/]+)/?$\";s:35:\"index.php?blog-category=$matches[1]\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:44:\"index.php?testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:52:\"testimonial/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?testimonial=$matches[1]&feed=$matches[2]\";s:47:\"testimonial/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?testimonial=$matches[1]&feed=$matches[2]\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"Policy/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"Policy/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"Policy/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"Policy/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"Policy/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"Policy/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"Policy/([^/]+)/embed/?$\";s:39:\"index.php?policy=$matches[1]&embed=true\";s:27:\"Policy/([^/]+)/trackback/?$\";s:33:\"index.php?policy=$matches[1]&tb=1\";s:47:\"Policy/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?policy=$matches[1]&feed=$matches[2]\";s:42:\"Policy/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?policy=$matches[1]&feed=$matches[2]\";s:35:\"Policy/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?policy=$matches[1]&paged=$matches[2]\";s:42:\"Policy/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?policy=$matches[1]&cpage=$matches[2]\";s:31:\"Policy/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?policy=$matches[1]&page=$matches[2]\";s:23:\"Policy/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"Policy/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"Policy/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"Policy/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"Policy/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"Policy/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"capability/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"capability/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"capability/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"capability/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"capability/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"capability/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"capability/([^/]+)/embed/?$\";s:43:\"index.php?capability=$matches[1]&embed=true\";s:31:\"capability/([^/]+)/trackback/?$\";s:37:\"index.php?capability=$matches[1]&tb=1\";s:51:\"capability/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?capability=$matches[1]&feed=$matches[2]\";s:46:\"capability/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?capability=$matches[1]&feed=$matches[2]\";s:39:\"capability/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?capability=$matches[1]&paged=$matches[2]\";s:46:\"capability/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?capability=$matches[1]&cpage=$matches[2]\";s:35:\"capability/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?capability=$matches[1]&page=$matches[2]\";s:27:\"capability/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"capability/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"capability/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"capability/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"capability/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"capability/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"los-flow/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"los-flow/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"los-flow/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"los-flow/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"los-flow/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"los-flow/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"los-flow/([^/]+)/embed/?$\";s:41:\"index.php?los-flow=$matches[1]&embed=true\";s:29:\"los-flow/([^/]+)/trackback/?$\";s:35:\"index.php?los-flow=$matches[1]&tb=1\";s:49:\"los-flow/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?los-flow=$matches[1]&feed=$matches[2]\";s:44:\"los-flow/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?los-flow=$matches[1]&feed=$matches[2]\";s:37:\"los-flow/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?los-flow=$matches[1]&paged=$matches[2]\";s:44:\"los-flow/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?los-flow=$matches[1]&cpage=$matches[2]\";s:33:\"los-flow/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?los-flow=$matches[1]&page=$matches[2]\";s:25:\"los-flow/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"los-flow/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"los-flow/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"los-flow/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"los-flow/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"los-flow/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"structured-workflow/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"structured-workflow/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"structured-workflow/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"structured-workflow/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"structured-workflow/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"structured-workflow/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"structured-workflow/([^/]+)/embed/?$\";s:52:\"index.php?structured-workflow=$matches[1]&embed=true\";s:40:\"structured-workflow/([^/]+)/trackback/?$\";s:46:\"index.php?structured-workflow=$matches[1]&tb=1\";s:60:\"structured-workflow/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?structured-workflow=$matches[1]&feed=$matches[2]\";s:55:\"structured-workflow/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?structured-workflow=$matches[1]&feed=$matches[2]\";s:48:\"structured-workflow/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?structured-workflow=$matches[1]&paged=$matches[2]\";s:55:\"structured-workflow/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?structured-workflow=$matches[1]&cpage=$matches[2]\";s:44:\"structured-workflow/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?structured-workflow=$matches[1]&page=$matches[2]\";s:36:\"structured-workflow/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"structured-workflow/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"structured-workflow/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"structured-workflow/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"structured-workflow/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"structured-workflow/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"collections-process/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"collections-process/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"collections-process/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"collections-process/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"collections-process/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"collections-process/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"collections-process/([^/]+)/embed/?$\";s:52:\"index.php?collections-process=$matches[1]&embed=true\";s:40:\"collections-process/([^/]+)/trackback/?$\";s:46:\"index.php?collections-process=$matches[1]&tb=1\";s:60:\"collections-process/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?collections-process=$matches[1]&feed=$matches[2]\";s:55:\"collections-process/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?collections-process=$matches[1]&feed=$matches[2]\";s:48:\"collections-process/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?collections-process=$matches[1]&paged=$matches[2]\";s:55:\"collections-process/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?collections-process=$matches[1]&cpage=$matches[2]\";s:44:\"collections-process/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?collections-process=$matches[1]&page=$matches[2]\";s:36:\"collections-process/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"collections-process/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"collections-process/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"collections-process/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"collections-process/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"collections-process/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"manage-collection/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"manage-collection/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"manage-collection/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"manage-collection/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"manage-collection/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"manage-collection/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"manage-collection/([^/]+)/embed/?$\";s:50:\"index.php?manage-collection=$matches[1]&embed=true\";s:38:\"manage-collection/([^/]+)/trackback/?$\";s:44:\"index.php?manage-collection=$matches[1]&tb=1\";s:58:\"manage-collection/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?manage-collection=$matches[1]&feed=$matches[2]\";s:53:\"manage-collection/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?manage-collection=$matches[1]&feed=$matches[2]\";s:46:\"manage-collection/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?manage-collection=$matches[1]&paged=$matches[2]\";s:53:\"manage-collection/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?manage-collection=$matches[1]&cpage=$matches[2]\";s:42:\"manage-collection/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?manage-collection=$matches[1]&page=$matches[2]\";s:34:\"manage-collection/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"manage-collection/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"manage-collection/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"manage-collection/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"manage-collection/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"manage-collection/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"ems-experience/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"ems-experience/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"ems-experience/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"ems-experience/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"ems-experience/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"ems-experience/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"ems-experience/([^/]+)/embed/?$\";s:47:\"index.php?ems-experience=$matches[1]&embed=true\";s:35:\"ems-experience/([^/]+)/trackback/?$\";s:41:\"index.php?ems-experience=$matches[1]&tb=1\";s:55:\"ems-experience/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?ems-experience=$matches[1]&feed=$matches[2]\";s:50:\"ems-experience/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?ems-experience=$matches[1]&feed=$matches[2]\";s:43:\"ems-experience/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?ems-experience=$matches[1]&paged=$matches[2]\";s:50:\"ems-experience/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?ems-experience=$matches[1]&cpage=$matches[2]\";s:39:\"ems-experience/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?ems-experience=$matches[1]&page=$matches[2]\";s:31:\"ems-experience/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"ems-experience/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"ems-experience/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"ems-experience/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"ems-experience/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"ems-experience/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"risk_management_flow/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"risk_management_flow/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"risk_management_flow/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"risk_management_flow/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"risk_management_flow/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"risk_management_flow/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"risk_management_flow/([^/]+)/embed/?$\";s:53:\"index.php?risk_management_flow=$matches[1]&embed=true\";s:41:\"risk_management_flow/([^/]+)/trackback/?$\";s:47:\"index.php?risk_management_flow=$matches[1]&tb=1\";s:61:\"risk_management_flow/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?risk_management_flow=$matches[1]&feed=$matches[2]\";s:56:\"risk_management_flow/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?risk_management_flow=$matches[1]&feed=$matches[2]\";s:49:\"risk_management_flow/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?risk_management_flow=$matches[1]&paged=$matches[2]\";s:56:\"risk_management_flow/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?risk_management_flow=$matches[1]&cpage=$matches[2]\";s:45:\"risk_management_flow/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?risk_management_flow=$matches[1]&page=$matches[2]\";s:37:\"risk_management_flow/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"risk_management_flow/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"risk_management_flow/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"risk_management_flow/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"risk_management_flow/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"risk_management_flow/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"field-track-o/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"field-track-o/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"field-track-o/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"field-track-o/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"field-track-o/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"field-track-o/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"field-track-o/([^/]+)/embed/?$\";s:46:\"index.php?field-track-o=$matches[1]&embed=true\";s:34:\"field-track-o/([^/]+)/trackback/?$\";s:40:\"index.php?field-track-o=$matches[1]&tb=1\";s:54:\"field-track-o/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?field-track-o=$matches[1]&feed=$matches[2]\";s:49:\"field-track-o/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?field-track-o=$matches[1]&feed=$matches[2]\";s:42:\"field-track-o/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?field-track-o=$matches[1]&paged=$matches[2]\";s:49:\"field-track-o/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?field-track-o=$matches[1]&cpage=$matches[2]\";s:38:\"field-track-o/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?field-track-o=$matches[1]&page=$matches[2]\";s:30:\"field-track-o/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"field-track-o/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"field-track-o/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"field-track-o/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"field-track-o/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"field-track-o/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"blog/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"blog/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"blog/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blog/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blog/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"blog/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"blog/([^/]+)/embed/?$\";s:37:\"index.php?blog=$matches[1]&embed=true\";s:25:\"blog/([^/]+)/trackback/?$\";s:31:\"index.php?blog=$matches[1]&tb=1\";s:45:\"blog/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?blog=$matches[1]&feed=$matches[2]\";s:40:\"blog/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?blog=$matches[1]&feed=$matches[2]\";s:33:\"blog/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?blog=$matches[1]&paged=$matches[2]\";s:40:\"blog/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?blog=$matches[1]&cpage=$matches[2]\";s:29:\"blog/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?blog=$matches[1]&page=$matches[2]\";s:21:\"blog/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"blog/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"blog/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"blog/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"blog/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"blog/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"fraud-scenario/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"fraud-scenario/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"fraud-scenario/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"fraud-scenario/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"fraud-scenario/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"fraud-scenario/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"fraud-scenario/([^/]+)/embed/?$\";s:47:\"index.php?fraud-scenario=$matches[1]&embed=true\";s:35:\"fraud-scenario/([^/]+)/trackback/?$\";s:41:\"index.php?fraud-scenario=$matches[1]&tb=1\";s:55:\"fraud-scenario/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?fraud-scenario=$matches[1]&feed=$matches[2]\";s:50:\"fraud-scenario/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?fraud-scenario=$matches[1]&feed=$matches[2]\";s:43:\"fraud-scenario/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?fraud-scenario=$matches[1]&paged=$matches[2]\";s:50:\"fraud-scenario/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?fraud-scenario=$matches[1]&cpage=$matches[2]\";s:39:\"fraud-scenario/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?fraud-scenario=$matches[1]&page=$matches[2]\";s:31:\"fraud-scenario/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"fraud-scenario/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"fraud-scenario/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"fraud-scenario/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"fraud-scenario/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"fraud-scenario/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"ticketing-system/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"ticketing-system/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"ticketing-system/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"ticketing-system/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"ticketing-system/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"ticketing-system/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"ticketing-system/([^/]+)/embed/?$\";s:49:\"index.php?ticketing-system=$matches[1]&embed=true\";s:37:\"ticketing-system/([^/]+)/trackback/?$\";s:43:\"index.php?ticketing-system=$matches[1]&tb=1\";s:57:\"ticketing-system/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?ticketing-system=$matches[1]&feed=$matches[2]\";s:52:\"ticketing-system/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?ticketing-system=$matches[1]&feed=$matches[2]\";s:45:\"ticketing-system/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?ticketing-system=$matches[1]&paged=$matches[2]\";s:52:\"ticketing-system/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?ticketing-system=$matches[1]&cpage=$matches[2]\";s:41:\"ticketing-system/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?ticketing-system=$matches[1]&page=$matches[2]\";s:33:\"ticketing-system/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"ticketing-system/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"ticketing-system/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"ticketing-system/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"ticketing-system/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"ticketing-system/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"downloaded-brochure/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"downloaded-brochure/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"downloaded-brochure/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"downloaded-brochure/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"downloaded-brochure/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"downloaded-brochure/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"downloaded-brochure/([^/]+)/embed/?$\";s:52:\"index.php?downloaded-brochure=$matches[1]&embed=true\";s:40:\"downloaded-brochure/([^/]+)/trackback/?$\";s:46:\"index.php?downloaded-brochure=$matches[1]&tb=1\";s:60:\"downloaded-brochure/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?downloaded-brochure=$matches[1]&feed=$matches[2]\";s:55:\"downloaded-brochure/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?downloaded-brochure=$matches[1]&feed=$matches[2]\";s:48:\"downloaded-brochure/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?downloaded-brochure=$matches[1]&paged=$matches[2]\";s:55:\"downloaded-brochure/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?downloaded-brochure=$matches[1]&cpage=$matches[2]\";s:44:\"downloaded-brochure/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?downloaded-brochure=$matches[1]&page=$matches[2]\";s:36:\"downloaded-brochure/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"downloaded-brochure/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"downloaded-brochure/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"downloaded-brochure/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"downloaded-brochure/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"downloaded-brochure/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"demo-request/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"demo-request/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"demo-request/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"demo-request/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"demo-request/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"demo-request/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"demo-request/([^/]+)/embed/?$\";s:45:\"index.php?demo-request=$matches[1]&embed=true\";s:33:\"demo-request/([^/]+)/trackback/?$\";s:39:\"index.php?demo-request=$matches[1]&tb=1\";s:53:\"demo-request/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?demo-request=$matches[1]&feed=$matches[2]\";s:48:\"demo-request/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?demo-request=$matches[1]&feed=$matches[2]\";s:41:\"demo-request/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?demo-request=$matches[1]&paged=$matches[2]\";s:48:\"demo-request/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?demo-request=$matches[1]&cpage=$matches[2]\";s:37:\"demo-request/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?demo-request=$matches[1]&page=$matches[2]\";s:29:\"demo-request/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"demo-request/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"demo-request/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"demo-request/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"demo-request/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"demo-request/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=7&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:14:{i:0;s:59:\"ip2location-country-blocker/ip2location-country-blocker.php\";i:1;s:33:\"wpcf7-redirect/wpcf7-redirect.php\";i:2;s:30:\"advanced-custom-fields/acf.php\";i:3;s:21:\"cf7-smtp/cf7-smtp.php\";i:4;s:33:\"classic-editor/classic-editor.php\";i:5;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";i:7;s:73:\"country-phone-field-contact-form-7/country-phone-field-contact-form-7.php\";i:8;s:31:\"elementor-pro/elementor-pro.php\";i:9;s:23:\"elementor/elementor.php\";i:10;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:11;s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";i:12;s:37:\"post-types-order/post-types-order.php\";i:13;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:5:{i:0;s:64:\"/var/www/vhost/arukustech.com/wp-content/themes/arukus/style.css\";i:2;s:79:\"/var/www/dev.arukustech.com/wp-content/themes/arukus/template-parts/landing.php\";i:3;s:62:\"/var/www/dev.arukustech.com/wp-content/themes/arukus/style.css\";i:4;s:63:\"/var/www/dev.arukustech.com/wp-content/themes/arukus/header.php\";i:5;s:0:\"\";}','no'),(40,'template','arukus','yes'),(41,'stylesheet','arukus','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','57155','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:6:{s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:27:\"wp-optimize/wp-optimize.php\";a:2:{i:0;s:13:\"WPO_Uninstall\";i:1;s:7:\"actions\";}s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";s:49:\"tenweb-speed-optimizer/tenweb_speed_optimizer.php\";a:2:{i:0;s:31:\"\\TenWebOptimizer\\OptimizerAdmin\";i:1;s:13:\"two_uninstall\";}s:19:\"wpspeed/wpspeed.php\";a:2:{i:0;s:18:\"WPSpeed\\Dispatcher\";i:1;s:20:\"runUninstallRoutines\";}s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','7','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1712902630','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','53496','yes'),(100,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{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:12:\"cfdb7_access\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(101,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(116,'fresh_site','0','yes'),(117,'cron','a:15:{i:1712647196;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1712648155;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1712661470;a:2:{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:1712661481;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1712661482;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1712661488;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:1712661603;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1712661611;a:1:{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;}}}i:1712661614;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1712665069;a:1:{s:19:\"two_daily_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1712707200;a:1:{s:22:\"wdev_logger_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1712727827;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1712902066;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1712920669;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(118,'user_count','1','no'),(120,'recovery_keys','a:0:{}','yes'),(121,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(122,'theme_mods_twentytwentythree','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1688037969;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),(123,'https_detection_errors','a:0:{}','yes'),(124,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.5.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.5-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.5\";s:7:\"version\";s:3:\"6.5\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1712644555;s:15:\"version_checked\";s:3:\"6.5\";s:12:\"translations\";a:0:{}}','no'),(129,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1712618361;s:7:\"checked\";a:1:{s:6:\"arukus\";s:3:\"1.8\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(152,'finished_updating_comment_type','1','yes'),(153,'current_theme','Arukus','yes'),(154,'theme_mods_arukus','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:6:\"footer\";i:2;s:7:\"primary\";i:3;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(155,'theme_switched','','yes'),(158,'WPLANG','','yes'),(168,'recently_activated','a:0:{}','yes'),(175,'acf_version','6.2.4','yes'),(178,'wpcf7','a:3:{s:7:\"version\";s:5:\"5.8.5\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1688038342;s:7:\"version\";s:5:\"5.7.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";a:1:{s:40:\"6Ldsqj0nAAAAAH7LU59ZUzU4bVUhr9FexfGMJ2Vz\";s:40:\"6Ldsqj0nAAAAAJt7LNalqlcy48tdF83WyzuN6uNb\";}}','yes'),(181,'site_logo','https://arukustech.com/wp-content/uploads/2023/06/logo.webp','yes'),(182,'contact_email','info@arukustech.com','yes'),(183,'facebook_fan_page_url','https://www.facebook.com/arukustech','yes'),(184,'twitter_fan_page_url','','yes'),(185,'linkedin_page_url','https://www.linkedin.com/company/arukus-technologies/','yes'),(186,'registered_address','Merlin Infinite, Office #1003, DN-51, Salt Lake Sector V, Kolkata, West Bengal, India','yes'),(187,'branch_address','','yes'),(188,'banner_content','','yes'),(189,'footer_text','<iframe src=\"https://maps-cdn.site123.com/include/globalMapDisplay.php?q=Merlin+Infinite+DN-51%2C+Salt+Lake+Bypass%2C+DN+Block%2C+Sector+V%2C+Bidhannagar%2C+West+Bengal%2C+India&z=15&l=en&ilfc=1\"></iframe>','yes'),(190,'phone_no','(033) 4808-9668','yes'),(194,'timing','9:00 am to 8:00 pm','yes'),(206,'secret_key','M|[?|EEtV4WoumVhW,sCiMrw! rQeoP:f{sc,W|E&P| J9WPcEjzLFSOT=OX}PYv','no'),(207,'recovery_mode_email_last_sent','1689855140','yes'),(208,'site_loader','https://arukustech.com/wp-content/uploads/2023/06/arukus-a.png','yes'),(228,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(240,'_transient_health-check-site-status-result','{\"good\":16,\"recommended\":6,\"critical\":1}','yes'),(367,'ftp_credentials','a:3:{s:8:\"hostname\";s:14:\"arukustech.com\";s:8:\"username\";s:18:\"arukustech_com_ftp\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(390,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"21.6\";}','yes'),(391,'wpseo','a:110:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:21:\"post_type_made_public\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"21.6\";s:16:\"previous_version\";s:5:\"20.10\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1688622228;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:22:\"https://arukustech.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:5:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:15:\"policy-category\";s:15:\"policy-category\";s:13:\"blog-category\";s:13:\"blog-category\";s:19:\"elementor_font_type\";s:19:\"elementor_font_type\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:3:{i:0;s:18:\"siteRepresentation\";i:1;s:14:\"socialProfiles\";i:2;s:19:\"personalPreferences\";}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1688622228;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:18:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";i:3;s:11:\"testimonial\";i:4;s:6:\"policy\";i:5;s:10:\"capability\";i:6;s:8:\"los-flow\";i:7;s:19:\"structured-workflow\";i:8;s:19:\"collections-process\";i:9;s:17:\"manage-collection\";i:10;s:14:\"ems-experience\";i:11;s:20:\"risk_management_flow\";i:12;s:13:\"field-track-o\";i:13;s:4:\"blog\";i:14;s:14:\"fraud-scenario\";i:15;s:16:\"ticketing-system\";i:16;s:19:\"downloaded-brochure\";i:17;s:12:\"demo-request\";}s:28:\"last_known_public_taxonomies\";a:5:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:15:\"policy-category\";i:4;s:13:\"blog-category\";}s:23:\"last_known_no_unindexed\";a:6:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1712643431;s:27:\"wpseo_total_unindexed_posts\";i:1691656908;s:27:\"wpseo_total_unindexed_terms\";i:1691656908;s:31:\"wpseo_unindexed_term_link_count\";i:1712643431;s:31:\"wpseo_unindexed_post_link_count\";i:1712643431;s:35:\"wpseo_total_unindexed_general_items\";i:1712643431;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;}','yes'),(392,'wpseo_titles','a:394:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:63:\"https://dev.arukustech.com/wp-content/uploads/2023/06/logo.webp\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";i:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:17:\"title-testimonial\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-testimonial\";s:0:\"\";s:19:\"noindex-testimonial\";b:0;s:30:\"display-metabox-pt-testimonial\";b:1;s:30:\"post_types-testimonial-maintax\";i:0;s:28:\"schema-page-type-testimonial\";s:7:\"WebPage\";s:31:\"schema-article-type-testimonial\";s:4:\"None\";s:24:\"social-title-testimonial\";s:9:\"%%title%%\";s:30:\"social-description-testimonial\";s:0:\"\";s:28:\"social-image-url-testimonial\";s:0:\"\";s:27:\"social-image-id-testimonial\";i:0;s:27:\"title-ptarchive-testimonial\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-ptarchive-testimonial\";s:0:\"\";s:29:\"bctitle-ptarchive-testimonial\";s:0:\"\";s:29:\"noindex-ptarchive-testimonial\";b:0;s:34:\"social-title-ptarchive-testimonial\";s:21:\"%%pt_plural%% Archive\";s:40:\"social-description-ptarchive-testimonial\";s:0:\"\";s:38:\"social-image-url-ptarchive-testimonial\";s:0:\"\";s:37:\"social-image-id-ptarchive-testimonial\";i:0;s:12:\"title-policy\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:15:\"metadesc-policy\";s:0:\"\";s:14:\"noindex-policy\";b:0;s:25:\"display-metabox-pt-policy\";b:1;s:25:\"post_types-policy-maintax\";i:0;s:23:\"schema-page-type-policy\";s:7:\"WebPage\";s:26:\"schema-article-type-policy\";s:4:\"None\";s:19:\"social-title-policy\";s:9:\"%%title%%\";s:25:\"social-description-policy\";s:0:\"\";s:23:\"social-image-url-policy\";s:0:\"\";s:22:\"social-image-id-policy\";i:0;s:22:\"title-ptarchive-policy\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-ptarchive-policy\";s:0:\"\";s:24:\"bctitle-ptarchive-policy\";s:0:\"\";s:24:\"noindex-ptarchive-policy\";b:0;s:29:\"social-title-ptarchive-policy\";s:21:\"%%pt_plural%% Archive\";s:35:\"social-description-ptarchive-policy\";s:0:\"\";s:33:\"social-image-url-ptarchive-policy\";s:0:\"\";s:32:\"social-image-id-ptarchive-policy\";i:0;s:16:\"title-capability\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-capability\";s:0:\"\";s:18:\"noindex-capability\";b:0;s:29:\"display-metabox-pt-capability\";b:1;s:29:\"post_types-capability-maintax\";i:0;s:27:\"schema-page-type-capability\";s:7:\"WebPage\";s:30:\"schema-article-type-capability\";s:4:\"None\";s:23:\"social-title-capability\";s:9:\"%%title%%\";s:29:\"social-description-capability\";s:0:\"\";s:27:\"social-image-url-capability\";s:0:\"\";s:26:\"social-image-id-capability\";i:0;s:26:\"title-ptarchive-capability\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-ptarchive-capability\";s:0:\"\";s:28:\"bctitle-ptarchive-capability\";s:0:\"\";s:28:\"noindex-ptarchive-capability\";b:0;s:33:\"social-title-ptarchive-capability\";s:21:\"%%pt_plural%% Archive\";s:39:\"social-description-ptarchive-capability\";s:0:\"\";s:37:\"social-image-url-ptarchive-capability\";s:0:\"\";s:36:\"social-image-id-ptarchive-capability\";i:0;s:14:\"title-los-flow\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-los-flow\";s:0:\"\";s:16:\"noindex-los-flow\";b:0;s:27:\"display-metabox-pt-los-flow\";b:1;s:27:\"post_types-los-flow-maintax\";i:0;s:25:\"schema-page-type-los-flow\";s:7:\"WebPage\";s:28:\"schema-article-type-los-flow\";s:4:\"None\";s:21:\"social-title-los-flow\";s:9:\"%%title%%\";s:27:\"social-description-los-flow\";s:0:\"\";s:25:\"social-image-url-los-flow\";s:0:\"\";s:24:\"social-image-id-los-flow\";i:0;s:24:\"title-ptarchive-los-flow\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-ptarchive-los-flow\";s:0:\"\";s:26:\"bctitle-ptarchive-los-flow\";s:0:\"\";s:26:\"noindex-ptarchive-los-flow\";b:0;s:31:\"social-title-ptarchive-los-flow\";s:21:\"%%pt_plural%% Archive\";s:37:\"social-description-ptarchive-los-flow\";s:0:\"\";s:35:\"social-image-url-ptarchive-los-flow\";s:0:\"\";s:34:\"social-image-id-ptarchive-los-flow\";i:0;s:25:\"title-structured-workflow\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-structured-workflow\";s:0:\"\";s:27:\"noindex-structured-workflow\";b:0;s:38:\"display-metabox-pt-structured-workflow\";b:1;s:38:\"post_types-structured-workflow-maintax\";i:0;s:36:\"schema-page-type-structured-workflow\";s:7:\"WebPage\";s:39:\"schema-article-type-structured-workflow\";s:4:\"None\";s:32:\"social-title-structured-workflow\";s:9:\"%%title%%\";s:38:\"social-description-structured-workflow\";s:0:\"\";s:36:\"social-image-url-structured-workflow\";s:0:\"\";s:35:\"social-image-id-structured-workflow\";i:0;s:35:\"title-ptarchive-structured-workflow\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:38:\"metadesc-ptarchive-structured-workflow\";s:0:\"\";s:37:\"bctitle-ptarchive-structured-workflow\";s:0:\"\";s:37:\"noindex-ptarchive-structured-workflow\";b:0;s:42:\"social-title-ptarchive-structured-workflow\";s:21:\"%%pt_plural%% Archive\";s:48:\"social-description-ptarchive-structured-workflow\";s:0:\"\";s:46:\"social-image-url-ptarchive-structured-workflow\";s:0:\"\";s:45:\"social-image-id-ptarchive-structured-workflow\";i:0;s:25:\"title-collections-process\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-collections-process\";s:0:\"\";s:27:\"noindex-collections-process\";b:0;s:38:\"display-metabox-pt-collections-process\";b:1;s:38:\"post_types-collections-process-maintax\";i:0;s:36:\"schema-page-type-collections-process\";s:7:\"WebPage\";s:39:\"schema-article-type-collections-process\";s:4:\"None\";s:32:\"social-title-collections-process\";s:9:\"%%title%%\";s:38:\"social-description-collections-process\";s:0:\"\";s:36:\"social-image-url-collections-process\";s:0:\"\";s:35:\"social-image-id-collections-process\";i:0;s:35:\"title-ptarchive-collections-process\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:38:\"metadesc-ptarchive-collections-process\";s:0:\"\";s:37:\"bctitle-ptarchive-collections-process\";s:0:\"\";s:37:\"noindex-ptarchive-collections-process\";b:0;s:42:\"social-title-ptarchive-collections-process\";s:21:\"%%pt_plural%% Archive\";s:48:\"social-description-ptarchive-collections-process\";s:0:\"\";s:46:\"social-image-url-ptarchive-collections-process\";s:0:\"\";s:45:\"social-image-id-ptarchive-collections-process\";i:0;s:23:\"title-manage-collection\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-manage-collection\";s:0:\"\";s:25:\"noindex-manage-collection\";b:0;s:36:\"display-metabox-pt-manage-collection\";b:1;s:36:\"post_types-manage-collection-maintax\";i:0;s:34:\"schema-page-type-manage-collection\";s:7:\"WebPage\";s:37:\"schema-article-type-manage-collection\";s:4:\"None\";s:30:\"social-title-manage-collection\";s:9:\"%%title%%\";s:36:\"social-description-manage-collection\";s:0:\"\";s:34:\"social-image-url-manage-collection\";s:0:\"\";s:33:\"social-image-id-manage-collection\";i:0;s:33:\"title-ptarchive-manage-collection\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:36:\"metadesc-ptarchive-manage-collection\";s:0:\"\";s:35:\"bctitle-ptarchive-manage-collection\";s:0:\"\";s:35:\"noindex-ptarchive-manage-collection\";b:0;s:40:\"social-title-ptarchive-manage-collection\";s:21:\"%%pt_plural%% Archive\";s:46:\"social-description-ptarchive-manage-collection\";s:0:\"\";s:44:\"social-image-url-ptarchive-manage-collection\";s:0:\"\";s:43:\"social-image-id-ptarchive-manage-collection\";i:0;s:20:\"title-ems-experience\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-ems-experience\";s:0:\"\";s:22:\"noindex-ems-experience\";b:0;s:33:\"display-metabox-pt-ems-experience\";b:1;s:33:\"post_types-ems-experience-maintax\";i:0;s:31:\"schema-page-type-ems-experience\";s:7:\"WebPage\";s:34:\"schema-article-type-ems-experience\";s:4:\"None\";s:27:\"social-title-ems-experience\";s:9:\"%%title%%\";s:33:\"social-description-ems-experience\";s:0:\"\";s:31:\"social-image-url-ems-experience\";s:0:\"\";s:30:\"social-image-id-ems-experience\";i:0;s:30:\"title-ptarchive-ems-experience\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:33:\"metadesc-ptarchive-ems-experience\";s:0:\"\";s:32:\"bctitle-ptarchive-ems-experience\";s:0:\"\";s:32:\"noindex-ptarchive-ems-experience\";b:0;s:37:\"social-title-ptarchive-ems-experience\";s:21:\"%%pt_plural%% Archive\";s:43:\"social-description-ptarchive-ems-experience\";s:0:\"\";s:41:\"social-image-url-ptarchive-ems-experience\";s:0:\"\";s:40:\"social-image-id-ptarchive-ems-experience\";i:0;s:26:\"title-risk_management_flow\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-risk_management_flow\";s:0:\"\";s:28:\"noindex-risk_management_flow\";b:0;s:39:\"display-metabox-pt-risk_management_flow\";b:1;s:39:\"post_types-risk_management_flow-maintax\";i:0;s:37:\"schema-page-type-risk_management_flow\";s:7:\"WebPage\";s:40:\"schema-article-type-risk_management_flow\";s:4:\"None\";s:33:\"social-title-risk_management_flow\";s:9:\"%%title%%\";s:39:\"social-description-risk_management_flow\";s:0:\"\";s:37:\"social-image-url-risk_management_flow\";s:0:\"\";s:36:\"social-image-id-risk_management_flow\";i:0;s:36:\"title-ptarchive-risk_management_flow\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:39:\"metadesc-ptarchive-risk_management_flow\";s:0:\"\";s:38:\"bctitle-ptarchive-risk_management_flow\";s:0:\"\";s:38:\"noindex-ptarchive-risk_management_flow\";b:0;s:43:\"social-title-ptarchive-risk_management_flow\";s:21:\"%%pt_plural%% Archive\";s:49:\"social-description-ptarchive-risk_management_flow\";s:0:\"\";s:47:\"social-image-url-ptarchive-risk_management_flow\";s:0:\"\";s:46:\"social-image-id-ptarchive-risk_management_flow\";i:0;s:19:\"title-field-track-o\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-field-track-o\";s:0:\"\";s:21:\"noindex-field-track-o\";b:0;s:32:\"display-metabox-pt-field-track-o\";b:1;s:32:\"post_types-field-track-o-maintax\";i:0;s:30:\"schema-page-type-field-track-o\";s:7:\"WebPage\";s:33:\"schema-article-type-field-track-o\";s:4:\"None\";s:26:\"social-title-field-track-o\";s:9:\"%%title%%\";s:32:\"social-description-field-track-o\";s:0:\"\";s:30:\"social-image-url-field-track-o\";s:0:\"\";s:29:\"social-image-id-field-track-o\";i:0;s:29:\"title-ptarchive-field-track-o\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:32:\"metadesc-ptarchive-field-track-o\";s:0:\"\";s:31:\"bctitle-ptarchive-field-track-o\";s:0:\"\";s:31:\"noindex-ptarchive-field-track-o\";b:0;s:36:\"social-title-ptarchive-field-track-o\";s:21:\"%%pt_plural%% Archive\";s:42:\"social-description-ptarchive-field-track-o\";s:0:\"\";s:40:\"social-image-url-ptarchive-field-track-o\";s:0:\"\";s:39:\"social-image-id-ptarchive-field-track-o\";i:0;s:10:\"title-blog\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-blog\";s:0:\"\";s:12:\"noindex-blog\";b:0;s:23:\"display-metabox-pt-blog\";b:1;s:23:\"post_types-blog-maintax\";i:0;s:21:\"schema-page-type-blog\";s:7:\"WebPage\";s:24:\"schema-article-type-blog\";s:4:\"None\";s:17:\"social-title-blog\";s:9:\"%%title%%\";s:23:\"social-description-blog\";s:0:\"\";s:21:\"social-image-url-blog\";s:0:\"\";s:20:\"social-image-id-blog\";i:0;s:20:\"title-ptarchive-blog\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-ptarchive-blog\";s:0:\"\";s:22:\"bctitle-ptarchive-blog\";s:0:\"\";s:22:\"noindex-ptarchive-blog\";b:0;s:27:\"social-title-ptarchive-blog\";s:21:\"%%pt_plural%% Archive\";s:33:\"social-description-ptarchive-blog\";s:0:\"\";s:31:\"social-image-url-ptarchive-blog\";s:0:\"\";s:30:\"social-image-id-ptarchive-blog\";i:0;s:20:\"title-fraud-scenario\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-fraud-scenario\";s:0:\"\";s:22:\"noindex-fraud-scenario\";b:0;s:33:\"display-metabox-pt-fraud-scenario\";b:1;s:33:\"post_types-fraud-scenario-maintax\";i:0;s:31:\"schema-page-type-fraud-scenario\";s:7:\"WebPage\";s:34:\"schema-article-type-fraud-scenario\";s:4:\"None\";s:27:\"social-title-fraud-scenario\";s:9:\"%%title%%\";s:33:\"social-description-fraud-scenario\";s:0:\"\";s:31:\"social-image-url-fraud-scenario\";s:0:\"\";s:30:\"social-image-id-fraud-scenario\";i:0;s:30:\"title-ptarchive-fraud-scenario\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:33:\"metadesc-ptarchive-fraud-scenario\";s:0:\"\";s:32:\"bctitle-ptarchive-fraud-scenario\";s:0:\"\";s:32:\"noindex-ptarchive-fraud-scenario\";b:0;s:37:\"social-title-ptarchive-fraud-scenario\";s:21:\"%%pt_plural%% Archive\";s:43:\"social-description-ptarchive-fraud-scenario\";s:0:\"\";s:41:\"social-image-url-ptarchive-fraud-scenario\";s:0:\"\";s:40:\"social-image-id-ptarchive-fraud-scenario\";i:0;s:22:\"title-ticketing-system\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-ticketing-system\";s:0:\"\";s:24:\"noindex-ticketing-system\";b:0;s:35:\"display-metabox-pt-ticketing-system\";b:1;s:35:\"post_types-ticketing-system-maintax\";i:0;s:33:\"schema-page-type-ticketing-system\";s:7:\"WebPage\";s:36:\"schema-article-type-ticketing-system\";s:4:\"None\";s:29:\"social-title-ticketing-system\";s:9:\"%%title%%\";s:35:\"social-description-ticketing-system\";s:0:\"\";s:33:\"social-image-url-ticketing-system\";s:0:\"\";s:32:\"social-image-id-ticketing-system\";i:0;s:32:\"title-ptarchive-ticketing-system\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-ptarchive-ticketing-system\";s:0:\"\";s:34:\"bctitle-ptarchive-ticketing-system\";s:0:\"\";s:34:\"noindex-ptarchive-ticketing-system\";b:0;s:39:\"social-title-ptarchive-ticketing-system\";s:21:\"%%pt_plural%% Archive\";s:45:\"social-description-ptarchive-ticketing-system\";s:0:\"\";s:43:\"social-image-url-ptarchive-ticketing-system\";s:0:\"\";s:42:\"social-image-id-ptarchive-ticketing-system\";i:0;s:25:\"title-downloaded-brochure\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-downloaded-brochure\";s:0:\"\";s:27:\"noindex-downloaded-brochure\";b:0;s:38:\"display-metabox-pt-downloaded-brochure\";b:1;s:38:\"post_types-downloaded-brochure-maintax\";i:0;s:36:\"schema-page-type-downloaded-brochure\";s:7:\"WebPage\";s:39:\"schema-article-type-downloaded-brochure\";s:4:\"None\";s:32:\"social-title-downloaded-brochure\";s:9:\"%%title%%\";s:38:\"social-description-downloaded-brochure\";s:0:\"\";s:36:\"social-image-url-downloaded-brochure\";s:0:\"\";s:35:\"social-image-id-downloaded-brochure\";i:0;s:35:\"title-ptarchive-downloaded-brochure\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:38:\"metadesc-ptarchive-downloaded-brochure\";s:0:\"\";s:37:\"bctitle-ptarchive-downloaded-brochure\";s:0:\"\";s:37:\"noindex-ptarchive-downloaded-brochure\";b:0;s:42:\"social-title-ptarchive-downloaded-brochure\";s:21:\"%%pt_plural%% Archive\";s:48:\"social-description-ptarchive-downloaded-brochure\";s:0:\"\";s:46:\"social-image-url-ptarchive-downloaded-brochure\";s:0:\"\";s:45:\"social-image-id-ptarchive-downloaded-brochure\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:25:\"title-tax-policy-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-tax-policy-category\";s:0:\"\";s:35:\"display-metabox-tax-policy-category\";b:1;s:27:\"noindex-tax-policy-category\";b:0;s:32:\"social-title-tax-policy-category\";s:23:\"%%term_title%% Archives\";s:38:\"social-description-tax-policy-category\";s:0:\"\";s:36:\"social-image-url-tax-policy-category\";s:0:\"\";s:35:\"social-image-id-tax-policy-category\";i:0;s:33:\"taxonomy-policy-category-ptparent\";i:0;s:23:\"title-tax-blog-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-tax-blog-category\";s:0:\"\";s:33:\"display-metabox-tax-blog-category\";b:1;s:25:\"noindex-tax-blog-category\";b:0;s:30:\"social-title-tax-blog-category\";s:23:\"%%term_title%% Archives\";s:36:\"social-description-tax-blog-category\";s:0:\"\";s:34:\"social-image-url-tax-blog-category\";s:0:\"\";s:33:\"social-image-id-tax-blog-category\";i:0;s:31:\"taxonomy-blog-category-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:9;s:17:\"company_logo_meta\";a:10:{s:5:\"width\";i:400;s:6:\"height\";i:144;s:8:\"filesize\";i:14450;s:3:\"url\";s:63:\"https://dev.arukustech.com/wp-content/uploads/2023/06/logo.webp\";s:4:\"path\";s:64:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/logo.webp\";s:4:\"size\";s:4:\"full\";s:2:\"id\";i:9;s:3:\"alt\";s:0:\"\";s:6:\"pixels\";i:57600;s:4:\"type\";s:10:\"image/webp\";}s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(393,'wpseo_social','a:20:{s:13:\"facebook_site\";s:35:\"https://www.facebook.com/arukustech\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:1:{i:0;s:52:\"https://www.linkedin.com/company/arukus-technologies\";}s:12:\"mastodon_url\";s:0:\"\";}','yes'),(847,'cf7-smtp-options','a:15:{s:7:\"version\";i:1;s:7:\"enabled\";b:1;s:15:\"custom_template\";b:0;s:12:\"report_every\";s:0:\"\";s:9:\"report_to\";s:30:\"monika.webmaster2012@gmail.com\";s:6:\"preset\";s:11:\"gmail (tls)\";s:4:\"host\";s:14:\"smtp.gmail.com\";s:4:\"port\";i:587;s:4:\"auth\";s:3:\"tls\";s:7:\"replyTo\";b:0;s:8:\"insecure\";b:0;s:9:\"user_name\";s:23:\"no-reply@arukustech.com\";s:9:\"user_pass\";s:44:\"l4Rzb/A/pYgq1VFXNhmSzUz9mxW/Ycu3mYQ8jz73zJI=\";s:9:\"from_mail\";s:0:\"\";s:9:\"from_name\";s:0:\"\";}','yes'),(858,'cf7-smtp-report','a:3:{s:7:\"storage\";a:120:{i:1689146638;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1689146767;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689666696;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689746818;a:3:{s:9:\"mail_sent\";b:0;s:2:\"id\";i:870;s:5:\"title\";s:15:\"Choose Calendar\";}i:1689746824;a:3:{s:9:\"mail_sent\";b:0;s:2:\"id\";i:870;s:5:\"title\";s:15:\"Choose Calendar\";}i:1689747082;a:3:{s:9:\"mail_sent\";b:0;s:2:\"id\";i:870;s:5:\"title\";s:15:\"Choose Calendar\";}i:1689747209;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689748734;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689749097;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689749306;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689749486;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689750469;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689751688;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689751979;a:3:{s:9:\"mail_sent\";b:0;s:2:\"id\";i:870;s:5:\"title\";s:15:\"Choose Calendar\";}i:1689751999;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:699;s:5:\"title\";s:19:\"Request a demo form\";}i:1689753049;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689753455;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689753577;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689753948;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689755281;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689755474;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689756014;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689756517;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689756701;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689757125;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689759646;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689759861;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689760623;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689761174;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689761502;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689761682;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689762045;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689762533;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689763558;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:699;s:5:\"title\";s:19:\"Request a demo form\";}i:1689763600;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689764528;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689764699;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689764813;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689765124;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689765263;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689765601;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689766051;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689766218;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689766812;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689767435;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689767656;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689768229;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689768371;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689770130;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689847189;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689848220;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689848902;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689849748;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689849785;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689852762;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689852793;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689853921;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689854035;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689854058;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689854276;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689858915;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689859646;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689860196;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689864644;a:3:{s:9:\"mail_sent\";b:0;s:2:\"id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1689939182;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689939310;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689939627;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689940099;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689940407;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689941642;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1689947377;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689948067;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689948198;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689948449;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1689948673;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689948825;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1689948922;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1690365636;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1690365788;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1690365858;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1690366206;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1690366596;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1690696189;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1690956953;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1691521047;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1691662469;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1692782574;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1696404502;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1702291944;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1704193513;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704193823;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704194004;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704194197;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704194551;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704195377;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704196029;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1704196689;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1704198442;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1704198813;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1704199058;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704199258;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704199645;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704199839;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704201178;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704204221;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:478;s:5:\"title\";s:16:\"Book a Demo Form\";}i:1704204300;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704205562;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704268681;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704278522;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704281064;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1704301753;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1705357937;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1706281890;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}i:1706525128;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1708347504;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1390;s:5:\"title\";s:21:\"Field Track-O Landing\";}i:1708348866;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1390;s:5:\"title\";s:21:\"Field Track-O Landing\";}i:1708361843;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1709109150;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:6;s:5:\"title\";s:14:\"Contact form 1\";}i:1710466620;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:1268;s:5:\"title\";s:23:\"Risk Management Landing\";}i:1711436057;a:3:{s:9:\"mail_sent\";b:1;s:7:\"form_id\";i:848;s:5:\"title\";s:20:\"Contact Us Page Form\";}}s:7:\"success\";i:115;s:6:\"failed\";i:5;}','yes'),(982,'wp-optimize-installed-for','1689246013','yes'),(983,'wp-optimize-newly-activated','1','yes'),(984,'wp-optimize-schedule','false','yes'),(985,'wp-optimize-last-optimized','Never','yes'),(986,'wp-optimize-schedule-type','wpo_weekly','yes'),(987,'wp-optimize-retention-enabled','false','yes'),(988,'wp-optimize-retention-period','2','yes'),(989,'wp-optimize-enable-admin-menu','false','yes'),(990,'wp-optimize-total-cleaned','0','yes'),(991,'wp-optimize-auto','a:8:{s:5:\"trash\";s:4:\"true\";s:8:\"optimize\";s:5:\"false\";s:9:\"revisions\";s:4:\"true\";s:9:\"transient\";s:5:\"false\";s:8:\"usermeta\";s:5:\"false\";s:10:\"unapproved\";s:5:\"false\";s:5:\"spams\";s:4:\"true\";s:6:\"drafts\";s:4:\"true\";}','yes'),(992,'wp-optimize-settings','a:17:{s:10:\"user-trash\";s:4:\"true\";s:17:\"user-repairtables\";s:4:\"true\";s:16:\"user-attachments\";s:5:\"false\";s:15:\"user-orphandata\";s:5:\"false\";s:15:\"user-trackbacks\";s:5:\"false\";s:13:\"user-optimize\";s:4:\"true\";s:14:\"user-pingbacks\";s:5:\"false\";s:14:\"user-revisions\";s:4:\"true\";s:14:\"user-transient\";s:5:\"false\";s:13:\"user-usermeta\";s:5:\"false\";s:19:\"user-orphanedtables\";s:4:\"true\";s:16:\"user-commentmeta\";s:5:\"false\";s:13:\"user-postmeta\";s:5:\"false\";s:15:\"user-unapproved\";s:4:\"true\";s:10:\"user-spams\";s:4:\"true\";s:11:\"user-drafts\";s:4:\"true\";s:13:\"last_saved_in\";s:6:\"3.2.16\";}','yes'),(993,'wpo_minify_config','a:52:{s:5:\"debug\";b:0;s:19:\"enabled_css_preload\";b:0;s:18:\"enabled_js_preload\";b:0;s:11:\"hpreconnect\";s:0:\"\";s:8:\"hpreload\";s:0:\"\";s:7:\"loadcss\";b:0;s:10:\"remove_css\";b:0;s:17:\"critical_path_css\";s:0:\"\";s:31:\"critical_path_css_is_front_page\";s:0:\"\";s:30:\"preserve_settings_on_uninstall\";b:1;s:22:\"disable_when_logged_in\";b:0;s:16:\"default_protocol\";s:7:\"dynamic\";s:17:\"html_minification\";b:1;s:16:\"clean_header_one\";b:0;s:13:\"emoji_removal\";b:1;s:18:\"merge_google_fonts\";b:1;s:19:\"enable_display_swap\";b:1;s:18:\"remove_googlefonts\";b:0;s:13:\"gfonts_method\";s:7:\"inherit\";s:15:\"fawesome_method\";s:7:\"inherit\";s:10:\"enable_css\";b:1;s:23:\"enable_css_minification\";b:1;s:21:\"enable_merging_of_css\";b:1;s:23:\"remove_print_mediatypes\";b:0;s:10:\"inline_css\";b:0;s:9:\"enable_js\";b:1;s:22:\"enable_js_minification\";b:1;s:20:\"enable_merging_of_js\";b:1;s:15:\"enable_defer_js\";s:10:\"individual\";s:13:\"defer_js_type\";s:5:\"defer\";s:12:\"defer_jquery\";b:1;s:18:\"enable_js_trycatch\";b:0;s:19:\"exclude_defer_login\";b:1;s:7:\"cdn_url\";s:0:\"\";s:9:\"cdn_force\";b:0;s:9:\"async_css\";s:0:\"\";s:8:\"async_js\";s:0:\"\";s:24:\"disable_css_inline_merge\";b:1;s:6:\"ualist\";a:8:{i:0;s:12:\"x11.*fox\\/54\";i:1;s:20:\"oid\\s4.*xus.*ome\\/62\";i:2;s:12:\"x11.*ome\\/62\";i:3;s:5:\"oobot\";i:4;s:5:\"ighth\";i:5;s:5:\"tmetr\";i:6;s:6:\"eadles\";i:7;s:5:\"ingdo\";}s:32:\"exclude_js_from_page_speed_tools\";b:0;s:33:\"exclude_css_from_page_speed_tools\";b:0;s:9:\"blacklist\";a:0:{}s:11:\"ignore_list\";a:0:{}s:10:\"exclude_js\";s:0:\"\";s:11:\"exclude_css\";s:0:\"\";s:23:\"edit_default_exclutions\";b:0;s:18:\"merge_allowed_urls\";s:0:\"\";s:7:\"enabled\";b:0;s:17:\"last-cache-update\";i:1689246685;s:14:\"plugin_version\";s:5:\"0.0.0\";s:14:\"cache_lifespan\";i:30;s:25:\"merge_inline_extra_css_js\";b:1;}','yes'),(994,'updraft_task_manager_plugins','a:1:{i:0;s:27:\"wp-optimize/wp-optimize.php\";}','yes'),(995,'updraft_task_manager_dbversion','1.1','yes'),(996,'wp-optimize-compression_server','resmushit','yes'),(997,'wp-optimize-image_quality','60','yes'),(998,'wp-optimize-back_up_original','1','yes'),(999,'wp-optimize-back_up_delete_after','1','yes'),(1000,'wp-optimize-back_up_delete_after_days','50','yes'),(1001,'wpo_update_version','3.2.16','yes'),(1002,'wp-optimize-webp_conversion_test','1','yes'),(1003,'wp-optimize-webp_converters','a:3:{i:0;s:11:\"imagemagick\";i:1;s:7:\"imagick\";i:2;s:2:\"gd\";}','yes'),(1005,'wp-optimize-install-or-update-notice-show-time','1689246021','yes'),(1007,'updraft_lock_wpo_page_cache_preloader_creating_tasks','0','no'),(1008,'wp-optimize-is_gzip_compression_enabled','gzip','yes'),(1009,'updraft_lock_wpo_minify_preloader_creating_tasks','0','no'),(1012,'wp-optimize-corrupted-tables-count','0','yes'),(1015,'wp-optimize-lossy_compression','1','yes'),(1016,'wp-optimize-show_smush_metabox','show','yes'),(1017,'Re_Smush_It_Task','1689246036','yes'),(1019,'wp-optimize-completed_task_count','26','yes'),(1020,'wp-optimize-total_bytes_saved','3170987','yes'),(1021,'wp-optimize-total_percent_saved','33.848076923077','yes'),(1022,'wp-optimize-autosmush','1','yes'),(1023,'wp-optimize-webp_conversion','','yes'),(1024,'wp-optimize-rewrite_status','','yes'),(1029,'wpo_cache_config','a:21:{s:19:\"enable_page_caching\";b:0;s:23:\"page_cache_length_value\";i:24;s:22:\"page_cache_length_unit\";s:5:\"hours\";s:17:\"page_cache_length\";i:86400;s:32:\"cache_exception_conditional_tags\";a:0:{}s:20:\"cache_exception_urls\";a:0:{}s:23:\"cache_exception_cookies\";a:0:{}s:30:\"cache_exception_browser_agents\";a:0:{}s:22:\"enable_sitemap_preload\";b:0;s:23:\"enable_schedule_preload\";b:0;s:21:\"preload_schedule_type\";s:0:\"\";s:21:\"enable_mobile_caching\";b:0;s:19:\"enable_user_caching\";b:0;s:8:\"site_url\";s:27:\"https://dev.arukustech.com/\";s:24:\"enable_cache_per_country\";b:0;s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:7:\"uploads\";s:46:\"/var/www/dev.arukustech.com/wp-content/uploads\";s:10:\"gmt_offset\";s:1:\"0\";s:15:\"use_webp_images\";b:0;s:17:\"wpo_cache_cookies\";a:0:{}s:25:\"wpo_cache_query_variables\";a:0:{}}','yes'),(1035,'autoptimize_version','3.1.8.1','yes'),(1036,'autoptimize_ccss_version','AO_3.1.8.1','yes'),(1038,'autoptimize_service_availablity','a:2:{s:12:\"extra_imgopt\";a:3:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:28:\"https://sp-ao.shortpixel.ai/\";}s:16:\"launch-threshold\";s:4:\"4096\";}s:7:\"critcss\";a:2:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:24:\"https://criticalcss.com/\";}}}','yes'),(1039,'autoptimize_imgopt_launched','on','yes'),(1046,'autoptimize_imgopt_settings','a:6:{s:35:\"autoptimize_imgopt_checkbox_field_1\";s:1:\"1\";s:31:\"autoptimize_imgopt_text_field_6\";s:0:\"\";s:33:\"autoptimize_imgopt_select_field_2\";s:1:\"1\";s:35:\"autoptimize_imgopt_checkbox_field_3\";s:1:\"1\";s:31:\"autoptimize_imgopt_text_field_5\";s:0:\"\";s:33:\"autoptimize_imgopt_number_field_7\";s:1:\"2\";}','yes'),(1056,'autoptimize_html','on','yes'),(1057,'autoptimize_html_keepcomments','','yes'),(1058,'autoptimize_html_minify_inline','on','yes'),(1059,'autoptimize_enable_site_config','on','yes'),(1060,'autoptimize_js','','yes'),(1061,'autoptimize_js_aggregate','','yes'),(1062,'autoptimize_js_defer_not_aggregate','on','yes'),(1063,'autoptimize_js_defer_inline','on','yes'),(1064,'autoptimize_js_exclude','','yes'),(1065,'autoptimize_js_trycatch','','yes'),(1066,'autoptimize_js_justhead','','yes'),(1067,'autoptimize_js_forcehead','','yes'),(1068,'autoptimize_js_include_inline','','yes'),(1069,'autoptimize_css','on','yes'),(1070,'autoptimize_css_aggregate','on','yes'),(1071,'autoptimize_css_exclude',', admin-bar.min.css, dashicons.min.css, wp-content/cache/, wp-content/uploads/','yes'),(1072,'autoptimize_css_justhead','','yes'),(1073,'autoptimize_css_datauris','on','yes'),(1074,'autoptimize_css_defer','','yes'),(1075,'autoptimize_css_defer_inline','','yes'),(1076,'autoptimize_css_inline','on','yes'),(1077,'autoptimize_css_include_inline','on','yes'),(1078,'autoptimize_cdn_url','','yes'),(1079,'autoptimize_cache_clean','0','yes'),(1080,'autoptimize_cache_nogzip','on','yes'),(1081,'autoptimize_optimize_logged','on','yes'),(1082,'autoptimize_optimize_checkout','','yes'),(1083,'autoptimize_minify_excluded','on','yes'),(1084,'autoptimize_cache_fallback','on','yes'),(1085,'autoptimize_enable_meta_ao_settings','on','yes'),(1086,'autoptimize_installed_before_compatibility','','yes'),(1117,'wpseo_taxonomy_meta','a:1:{s:15:\"policy-category\";a:8:{i:4;a:3:{s:13:\"wpseo_focuskw\";s:23:\"Loan Origination System\";s:13:\"wpseo_linkdex\";s:2:\"31\";s:19:\"wpseo_content_score\";s:2:\"90\";}i:5;a:3:{s:13:\"wpseo_focuskw\";s:15:\"Risk Management\";s:13:\"wpseo_linkdex\";s:2:\"36\";s:19:\"wpseo_content_score\";s:2:\"90\";}i:6;a:3:{s:13:\"wpseo_focuskw\";s:15:\"Rent Management\";s:13:\"wpseo_linkdex\";s:2:\"24\";s:19:\"wpseo_content_score\";s:2:\"90\";}i:7;a:3:{s:13:\"wpseo_focuskw\";s:16:\"Fraud Management\";s:13:\"wpseo_linkdex\";s:2:\"39\";s:19:\"wpseo_content_score\";s:2:\"90\";}i:8;a:3:{s:13:\"wpseo_focuskw\";s:14:\"Branch Expense\";s:13:\"wpseo_linkdex\";s:2:\"39\";s:19:\"wpseo_content_score\";s:2:\"90\";}i:10;a:3:{s:13:\"wpseo_focuskw\";s:14:\"Travel Expense\";s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"90\";}i:11;a:3:{s:13:\"wpseo_focuskw\";s:16:\"Audit Management\";s:13:\"wpseo_linkdex\";s:2:\"29\";s:19:\"wpseo_content_score\";s:2:\"90\";}i:9;a:3:{s:13:\"wpseo_focuskw\";s:13:\"Field Track-O\";s:13:\"wpseo_linkdex\";s:2:\"39\";s:19:\"wpseo_content_score\";s:2:\"90\";}}}','yes'),(1359,'cpto_options','a:7:{s:23:\"show_reorder_interfaces\";a:18:{s:4:\"post\";s:4:\"show\";s:10:\"attachment\";s:4:\"show\";s:8:\"wp_block\";s:4:\"show\";s:13:\"wp_navigation\";s:4:\"show\";s:11:\"testimonial\";s:4:\"show\";s:6:\"policy\";s:4:\"show\";s:10:\"capability\";s:4:\"show\";s:8:\"los-flow\";s:4:\"show\";s:19:\"structured-workflow\";s:4:\"show\";s:19:\"collections-process\";s:4:\"show\";s:17:\"manage-collection\";s:4:\"show\";s:14:\"ems-experience\";s:4:\"show\";s:20:\"risk_management_flow\";s:4:\"show\";s:13:\"field-track-o\";s:4:\"show\";s:4:\"blog\";s:4:\"show\";s:14:\"fraud-scenario\";s:4:\"show\";s:16:\"ticketing-system\";s:4:\"show\";s:19:\"downloaded-brochure\";s:4:\"show\";}s:32:\"allow_reorder_default_interfaces\";a:22:{s:4:\"post\";s:2:\"no\";s:4:\"page\";s:2:\"no\";s:10:\"attachment\";s:2:\"no\";s:8:\"wp_block\";s:2:\"no\";s:13:\"wp_navigation\";s:2:\"no\";s:12:\"acf-taxonomy\";s:2:\"no\";s:13:\"acf-post-type\";s:2:\"no\";s:15:\"acf-field-group\";s:2:\"no\";s:11:\"testimonial\";s:2:\"no\";s:6:\"policy\";s:2:\"no\";s:10:\"capability\";s:2:\"no\";s:8:\"los-flow\";s:2:\"no\";s:19:\"structured-workflow\";s:2:\"no\";s:19:\"collections-process\";s:2:\"no\";s:17:\"manage-collection\";s:2:\"no\";s:14:\"ems-experience\";s:2:\"no\";s:20:\"risk_management_flow\";s:2:\"no\";s:13:\"field-track-o\";s:2:\"no\";s:4:\"blog\";s:2:\"no\";s:14:\"fraud-scenario\";s:2:\"no\";s:16:\"ticketing-system\";s:2:\"no\";s:19:\"downloaded-brochure\";s:2:\"no\";}s:8:\"autosort\";i:1;s:9:\"adminsort\";i:1;s:18:\"use_query_ASC_DESC\";s:0:\"\";s:10:\"capability\";s:14:\"manage_options\";s:21:\"navigation_sort_apply\";i:1;}','yes'),(1360,'CPT_configured','TRUE','yes'),(1441,'two_settings','{\"no_optimize_pages\":false,\"two_delay_js_exclusions\":[],\"two_exclude_rev\":\"\",\"two_exclude_slider_by_10web\":\"\",\"two_exclude_elementor_scripts\":\"\",\"two_exclude_photo_gallery_by_10web\":\"\",\"two_exclude_amp_plugin_cdn\":\"\",\"two_exclude_owl\":\"\",\"two_exclude_slick\":\"\",\"two_exclude_google_ads\":\"\",\"two_gzip\":\"\",\"two_page_cache\":\"on\",\"two_serve_gzip\":\"on\",\"two_empty_encoding_serve_gzip\":\"\",\"two_minify_html\":\"\",\"two_page_cache_life_time\":\"604800\",\"two_disable_jetpack_optimization\":\"\",\"two_generate_ccss_on_load\":[\"page\"],\"two_fonts_to_preload\":\"\",\"two_fonts_to_preconnect\":\"\",\"two_disabled_speed_optimizer_pages\":\"robots.txt,.well-known\",\"two_async_font\":\"on\",\"two_merge_google_font_faces\":\"\",\"two_load_fonts_via_webfont\":\"\",\"two_test_mode\":\"on\",\"two_files_cache\":\"on\",\"two_enable_htaccess_caching_headers\":\"\",\"two_enable_plugin_autoupdate\":\"\",\"two_all_pages_are_optimizable\":\"\",\"two_connected\":\"0\",\"cloudflare_cache_status\":\"off\",\"two_change_minify\":\"\",\"two_aggregate_css\":\"on\",\"two_include_inline_css\":\"on\",\"two_exclude_css\":\"wp-content\\/cache\\/, admin-bar.min.css\",\"two_async_all\":\"\",\"two_async_css\":\"elementor-icons-css, elementor-animations-css, elementor-icons-shared-0-css, elementor-icons-fa-brands-css, elementor-icons-fa-solid-css ,elementor-icons-fa-regular-css, tenweb-website-builder-theme-style-css, open-sans-css, font-awesome-css, bwg_googlefonts-css, bwg_fonts-css, elementor-global-css, google-fonts-1-css, elementor-common-css, wc-block-style-css, wp-block-library-css\",\"two_disable_wp_dashicons\":\"\",\"two_add_overflow_to_page\":\"off\",\"two_disable_css\":\"\",\"two_minify_css\":\"on\",\"two_split_css\":\"\",\"two_aggregate_js\":\"on\",\"two_include_inline_js\":\"on\",\"two_use_extended_exception_list_js\":\"\",\"two_dequeue_jquery_migrate\":\"\",\"two_exclude_delay_js\":\"\",\"two_delay_custom_js_new\":\"\",\"two_delay_js_execution\":\"on\",\"two_delayed_js_load_libs_first\":\"\",\"two_delayed_js_execution_list\":\"getbutton.io,\\/\\/a.omappapi.com\\/app\\/js\\/api.min.js,feedbackcompany.com\\/includes\\/widgets\\/feedback-company-widget.min.js,snap.licdn.com\\/li.lms-analytics\\/insight.min.js,static.ads-twitter.com\\/uwt.js,platform.twitter.com\\/widgets.js,twq(,\\/sdk.js#xfbml,static.leadpages.net\\/leadbars\\/current\\/embed.js,translate.google.com\\/translate_a\\/element.js,widget.manychat.com,xfbml.customerchat.js,static.hotjar.com\\/c\\/hotjar-,smartsuppchat.com\\/loader.js,grecaptcha.execute,Tawk_API,shareaholic,sharethis,simple-share-buttons-adder,addtoany,font-awesome,wpdiscuz,cookie-law-info,pinit.js,\\/gtag\\/js,gtag(,\\/gtm.js,\\/gtm-,fbevents.js,fbq(,google-analytics.com\\/analytics.js,ga( \',ga(\',adsbygoogle,ShopifyBuy,widget.trustpilot.com\\/bootstrap,ft.sdk.min.js,apps.elfsight.com\\/p\\/platform.js,livechatinc.com\\/tracking.js,LiveChatWidget,\\/busting\\/facebook-tracking\\/,olark,pixel-caffeine\\/build\\/frontend.js,wp-emoji-release.min.js\",\"two_exclude_js\":\"wp-content\\/cache\\/, wp-includes\\/js\\/dist\\/, wp-includes\\/js\\/tinymce\\/, jquery.js, jquery.min.js, jquery-migrate.min.js, jquery-migrate.js, jquery.mobile, jquery-mobile\",\"two_minify_js\":\"on\",\"two_delay_all_js_execution\":\"\",\"two_timeout_js_load\":\"\",\"two_load_excluded_js_via_worker\":\"\",\"two_load_excluded_js_normally\":\"\",\"two_events_after_load\":[\"DOMContentLoaded\",\"Load\",\"Click\"],\"two_disabled_delay_all_js_pages\":\"\",\"two_lazyload\":\"on\",\"two_add_noscript\":\"on\",\"two_lazyload_slider_images\":\"\",\"two_bg_lazyload\":\"on\",\"two_img_in_viewport_lazyload\":\"on\",\"two_iframe_lazyload\":\"on\",\"two_delay_iframe_lazyload\":\"\",\"two_elemrntor_video_iframe\":\"\",\"two_remove_elementor_lazyload\":\"\",\"two_youtube_vimeo_iframe_lazyload\":\"\",\"two_video_lazyload\":\"on\",\"two_exclude_lazyload\":\"\",\"lazy_load_type\":\"vanilla\",\"two_do_not_optimize_images\":\"\",\"two_enable_use_srcset\":\"on\",\"two_enable_nginx_webp_delivery\":\"\",\"two_webp_delivery_working\":\"1\",\"two_enable_htaccess_webp_delivery\":\"on\",\"two_enable_picture_webp_delivery\":\"\",\"two_exclude_images_for_optimize\":\"\",\"two_serve_optimized_bg_image\":\"on\",\"two_async_page\":\"\",\"two_disable_page\":\"\",\"two_critical_pages\":[],\"two_critical_sizes\":{\"two_1617650538215\":{\"width\":\"1920\",\"height\":\"800\",\"media\":\"@media screen and (min-width: 1920px)\",\"uid\":\"two_1617650538215\"},\"two_1617650549855\":{\"width\":\"1500\",\"height\":\"800\",\"media\":\"@media screen and (min-width: 1500px) and (max-width: 1920px)\",\"uid\":\"two_1617650549855\"},\"two_1617650561871\":{\"width\":\"1280\",\"height\":\"700\",\"media\":\"@media screen and (min-width: 1280px) and (max-width: 1500px)\",\"uid\":\"two_1617650561871\"},\"two_1617650582190\":{\"width\":\"1024\",\"height\":\"600\",\"media\":\"@media screen and (min-width: 1024px) and (max-width: 1280px)\",\"uid\":\"two_1617650582190\"},\"two_1617650596079\":{\"width\":\"768\",\"height\":\"500\",\"media\":\"@media screen and (min-width: 767px) and (max-width: 1024px)\",\"uid\":\"two_1617650596079\"},\"two_1617650611968\":{\"width\":\"320\",\"height\":\"400\",\"media\":\"@media screen and (max-width: 767px)\",\"uid\":\"two_1617650611968\"}},\"two_critical_url_args\":\"PageSpeed=off&two_nooptimize=1&two_action=generating_critical_css\",\"two_critical_status\":\"true\",\"two_critical_remove\":\"false\",\"two_critical_font_status\":\"true\",\"two_font_actions\":\"not_load\",\"two_non_optimizable_speed_optimizer_pages\":\"\\/wp-admin\\/, \\/xmlrpc.php, wp-.*.php, feed, index.php, sitemap(_index)?.xml, \\/store.*, \\/cart.*, \\/my-account.*, \\/checkout.*, \\/addons.*, well-known, acme-challenge\",\"two_clear_cache_date\":\"1689855477\",\"tenweb_so_version\":\"2.22.32\"}','yes'),(1442,'two_critical_default_settings','a:4:{s:14:\"use_uncritical\";s:5:\"false\";s:9:\"load_type\";s:5:\"async\";s:10:\"wait_until\";s:4:\"load\";s:13:\"default_sizes\";a:6:{i:0;s:17:\"two_1617650538215\";i:1;s:17:\"two_1617650549855\";i:2;s:17:\"two_1617650561871\";i:3;s:17:\"two_1617650582190\";i:4;s:17:\"two_1617650596079\";i:5;s:17:\"two_1617650611968\";}}','yes'),(1446,'two_set_not_optimizable_and_turn_off_mode_settings_v2','1','no'),(1447,'two_set_dispatch_events','1','yes'),(1448,'two_set_generate_ccss_on_load','1','yes'),(1449,'two_set_compress_html_default','1','yes'),(1467,'tenweb_confirm_token','0a3837c6a7d0ecd08ed5299db9be0eaa','no'),(1470,'tenweb_domain_id','471959','no'),(1471,'tenweb_workspace_id','652232','no'),(1472,'tenweb_user_timezone_offset','0','no'),(1475,'tenweb_user_info','a:2:{s:11:\"client_info\";a:2:{s:4:\"name\";s:11:\"Rahul Panda\";s:15:\"timezone_offset\";i:0;}s:14:\"agreement_info\";O:8:\"stdClass\":26:{s:2:\"id\";i:805164;s:10:\"clients_id\";i:719069;s:14:\"agreement_date\";s:19:\"2023-07-17 06:24:01\";s:11:\"cancel_date\";s:0:\"\";s:11:\"expire_date\";s:0:\"\";s:17:\"next_payment_date\";s:0:\"\";s:16:\"agreement_status\";s:6:\"active\";s:10:\"plan_title\";s:5:\"Speed\";s:21:\"subscription_category\";s:7:\"starter\";s:15:\"subscription_id\";i:321;s:18:\"subscription_title\";s:23:\"10Web Booster Free Plan\";s:27:\"subscription_original_title\";s:22:\"Free Plan (Booster/AI)\";s:6:\"status\";s:6:\"active\";s:12:\"payment_fail\";i:0;s:11:\"coupon_code\";s:0:\"\";s:25:\"hosting_trial_expire_date\";s:0:\"\";s:10:\"product_id\";s:0:\"\";s:14:\"can_reactivate\";i:1;s:20:\"app_sumo_expire_date\";s:0:\"\";s:12:\"payment_type\";s:4:\"card\";s:18:\"domains_permission\";a:0:{}s:15:\"cdn_permissions\";a:0:{}s:4:\"plan\";O:8:\"stdClass\":34:{s:5:\"title\";s:5:\"Speed\";s:13:\"refund_amount\";i:0;s:15:\"prorated_credit\";i:0;s:26:\"additional_prorated_credit\";i:0;s:15:\"coupon_discount\";i:0;s:10:\"plan_price\";i:0;s:19:\"has_prorated_credit\";i:1;s:13:\"period_number\";i:1;s:11:\"period_type\";s:1:\"m\";s:19:\"trial_period_number\";i:0;s:32:\"trial_period_number_with_credits\";i:0;s:17:\"trial_period_type\";s:1:\"d\";s:14:\"json_desc_long\";a:0:{}s:15:\"json_desc_short\";O:8:\"stdClass\":5:{s:19:\"hostingPlanCategory\";s:7:\"starter\";s:7:\"booster\";s:4:\"free\";s:11:\"aiAssistant\";s:4:\"free\";s:19:\"aiAssistantCategory\";s:4:\"free\";s:15:\"boosterCategory\";s:4:\"free\";}s:9:\"recurring\";i:1;s:12:\"domain_count\";i:0;s:18:\"total_domain_count\";i:1000;s:8:\"services\";a:0:{}s:14:\"app_sumo_price\";i:0;s:23:\"additional_domain_price\";i:0;s:23:\"additional_domain_count\";i:0;s:31:\"additional_domain_charged_price\";i:0;s:33:\"additional_domain_parameter_price\";i:0;s:20:\"additional_cdn_price\";i:0;s:20:\"additional_cdn_count\";i:0;s:28:\"additional_cdn_charged_price\";i:0;s:30:\"additional_cdn_parameter_price\";i:0;s:34:\"additional_ai_assistant_word_price\";i:0;s:34:\"additional_ai_assistant_word_count\";i:0;s:42:\"additional_ai_assistant_word_charged_price\";i:20;s:44:\"additional_ai_assistant_word_parameter_price\";i:20;s:22:\"enable_user_management\";i:1;s:14:\"price_discount\";i:0;s:5:\"price\";i:0;}s:22:\"has_10WebX_ltd_payment\";b:0;s:17:\"has_hosting_trial\";i:0;s:21:\"hosting_trial_expired\";i:0;}}','no'),(1476,'tenweb_connected_from','speed_optimizer','no'),(1477,'tenweb_flow_id','64b7c936a410620f7f7c65a3','no'),(1478,'tenweb_notification_id','-N_huUUwCqIB8WegB2W5','no'),(1486,'tenweb_plugins_list','a:21:{i:0;a:28:{s:10:\"product_id\";i:9;s:4:\"slug\";s:10:\"wd-youtube\";s:5:\"title\";s:16:\"YouTube by 10Web\";s:11:\"description\";s:74:\"Make your WordPress website more interactive with awesome video galleries.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:14:\"wd-youtube.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:107:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/wd-youtube-2017-12-12.svg\";s:9:\"info_link\";s:43:\"https://10web.io/plugins/wordpress-youtube/\";s:9:\"demo_link\";s:33:\"https://demo.10web.io/youtube-wd/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:56:\"https://wordpress.org/support/plugin/wd-youtube/reviews/\";s:9:\"downloads\";i:2000;s:6:\"rating\";s:2:\"90\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:29;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v1.0.36\";s:4:\"paid\";s:6:\"5.0.36\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2021-09-11 00:00:02\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:2:{i:0;i:5;i:1;i:1;}s:23:\"force_required_products\";a:1:{i:0;i:2;}s:16:\"required_service\";a:1:{i:0;i:2;}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:1;a:28:{s:10:\"product_id\";i:25;s:4:\"slug\";s:17:\"event-calendar-wd\";s:5:\"title\";s:23:\"Event calendar by 10Web\";s:11:\"description\";s:104:\"Organize and showcase your events through this easy-to-use and advanced WordPress Event Calendar plugin.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10WEB\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:1;s:8:\"zip_name\";s:21:\"event-calendar-wd.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:114:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/event-calendar-wd-2017-12-21.svg\";s:9:\"info_link\";s:50:\"https://10web.io/plugins/wordpress-event-calendar/\";s:9:\"demo_link\";s:40:\"https://demo.10web.io/event-calendar-wd/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:63:\"https://wordpress.org/support/plugin/event-calendar-wd/reviews/\";s:9:\"downloads\";i:20000;s:6:\"rating\";s:2:\"92\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:3;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v1.1.55\";s:4:\"paid\";s:6:\"5.1.56\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-06-29 07:24:38\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:2;a:28:{s:10:\"product_id\";i:43;s:4:\"slug\";s:17:\"wd-instagram-feed\";s:5:\"title\";s:14:\"Instagram Feed\";s:11:\"description\";s:90:\"Display Instagram posts, photos & videos on your WordPress website in a matter of minutes.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:21:\"wd-instagram-feed.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:114:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/wd-instagram-feed-2017-12-20.svg\";s:9:\"info_link\";s:50:\"https://10web.io/plugins/wordpress-instagram-feed/\";s:9:\"demo_link\";s:35:\"https://demo.10web.io/instagram-wd/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:63:\"https://wordpress.org/support/plugin/wd-instagram-feed/reviews/\";s:9:\"downloads\";i:30000;s:6:\"rating\";s:2:\"92\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:5;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v1.4.35\";s:4:\"paid\";s:6:\"2.4.35\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-07-11 00:19:05\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:3;a:28:{s:10:\"product_id\";i:47;s:4:\"slug\";s:10:\"staff-team\";s:5:\"title\";s:13:\"Team by 10Web\";s:11:\"description\";s:96:\"Display the details of your team on your WordPress Website with the best team management plugin.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:14:\"staff-team.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:107:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/staff-team-2017-12-12.svg\";s:9:\"info_link\";s:40:\"https://10web.io/plugins/wordpress-team/\";s:9:\"demo_link\";s:30:\"https://demo.10web.io/team-wd/\";s:12:\"support_link\";s:30:\"https://help.10web.io/hc/en-us\";s:11:\"review_link\";s:56:\"https://wordpress.org/support/plugin/staff-team/reviews/\";s:9:\"downloads\";i:1000;s:6:\"rating\";s:2:\"94\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:22;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:6:\"v1.1.7\";s:4:\"paid\";s:5:\"5.1.7\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2021-07-16 00:00:03\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:4;a:28:{s:10:\"product_id\";i:49;s:4:\"slug\";s:6:\"faq-wd\";s:5:\"title\";s:6:\"FAQ WD\";s:11:\"description\";s:75:\"Add a simple, responsive, fully customizable FAQ to your WordPress website.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:10:\"faq-wd.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:103:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/faq-wd-2017-12-12.svg\";s:9:\"info_link\";s:39:\"https://10web.io/plugins/wordpress-faq/\";s:9:\"demo_link\";s:28:\"https://demo.10web.io/faq-2/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:52:\"https://wordpress.org/support/plugin/faq-wd/reviews/\";s:9:\"downloads\";i:1000;s:6:\"rating\";s:2:\"86\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:26;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v1.0.41\";s:4:\"paid\";s:6:\"5.0.41\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2021-03-13 00:00:02\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:5;a:28:{s:10:\"product_id\";i:51;s:4:\"slug\";s:13:\"10web-manager\";s:5:\"title\";s:13:\"10Web Manager\";s:11:\"description\";s:102:\"Connect and manage all your WordPress websites in 10Web dashboard with the help of our Manager plugin.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:17:\"10web-manager.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:0:\"\";s:9:\"info_link\";s:16:\"http://10web.io/\";s:9:\"demo_link\";s:16:\"http://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:28:\"https://10web.io/contact-us/\";s:9:\"downloads\";i:10000;s:6:\"rating\";s:2:\"82\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:100;s:13:\"download_link\";s:113:\"https://s3-us-west-2.amazonaws.com/10web-products-production/10web-manager/10web-manager/1.8.12/10web-manager.zip\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v1.3.22\";s:4:\"paid\";s:6:\"1.8.12\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-06-02 10:31:29\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.0\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:6;a:28:{s:10:\"product_id\";i:69;s:4:\"slug\";s:18:\"image-optimizer-wd\";s:5:\"title\";s:15:\"Image Optimizer\";s:11:\"description\";s:122:\"Significantly improve load time of your WordPress website by optimizing your image files with the image optimizer service.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:20:\"http://dev.10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:22:\"image-optimizer-wd.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:115:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/image-optimizer-wd-2017-12-12.svg\";s:9:\"info_link\";s:42:\"https://10web.io/services/image-optimizer/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:64:\"https://wordpress.org/support/plugin/image-optimizer-wd/reviews/\";s:9:\"downloads\";i:8000;s:6:\"rating\";s:2:\"90\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v6.0.64\";s:4:\"paid\";s:6:\"6.0.64\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-06-14 00:07:08\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:2:{i:0;i:5;i:1;i:1;}s:23:\"force_required_products\";a:1:{i:0;i:2;}s:16:\"required_service\";a:1:{i:0;i:2;}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:9:\"optimizer\";}i:7;a:28:{s:10:\"product_id\";i:71;s:4:\"slug\";s:9:\"backup-wd\";s:5:\"title\";s:9:\"Backup WD\";s:11:\"description\";s:101:\"Securely backup your WordPress site files and database with the simple, yet powerful backup solution.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:16:\"https://10web.io\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:13:\"backup-wd.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:106:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/backup-wd-2017-12-12.svg\";s:9:\"info_link\";s:33:\"https://10web.io/services/backup/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:55:\"https://wordpress.org/support/plugin/backup-wd/reviews/\";s:9:\"downloads\";i:7000;s:6:\"rating\";s:2:\"76\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:8;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v1.0.20\";s:4:\"paid\";s:6:\"5.0.76\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-03-31 16:31:23\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:2:{i:0;i:5;i:1;i:1;}s:23:\"force_required_products\";a:1:{i:0;i:2;}s:16:\"required_service\";a:1:{i:0;i:2;}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:6:\"Backup\";}i:8;a:28:{s:10:\"product_id\";i:89;s:4:\"slug\";s:14:\"wd-google-maps\";s:5:\"title\";s:11:\"Google Maps\";s:11:\"description\";s:111:\"Google Maps WD is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:1;s:8:\"zip_name\";s:18:\"wd-google-maps.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:111:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/wd-google-maps-2017-12-20.svg\";s:9:\"info_link\";s:47:\"https://10web.io/plugins/wordpress-google-maps/\";s:9:\"demo_link\";s:37:\"https://demo.10web.io/google-maps-wd/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:60:\"https://wordpress.org/support/plugin/wd-google-maps/reviews/\";s:9:\"downloads\";i:10000;s:6:\"rating\";s:2:\"90\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:6;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v1.0.73\";s:4:\"paid\";s:6:\"5.0.74\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-07-19 09:09:52\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:2:{i:0;i:5;i:1;i:1;}s:23:\"force_required_products\";a:1:{i:0;i:2;}s:16:\"required_service\";a:1:{i:0;i:2;}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:9;a:28:{s:10:\"product_id\";i:91;s:4:\"slug\";s:13:\"ad-manager-wd\";s:5:\"title\";s:19:\"AD Manager by 10Web\";s:11:\"description\";s:80:\"Monetize your WordPress website by displaying ads on any page with Ad Manager WD\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:17:\"ad-manager-wd.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:110:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ad-manager-wd-2017-12-12.svg\";s:9:\"info_link\";s:46:\"https://10web.io/plugins/wordpress-ad-manager/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:59:\"https://wordpress.org/support/plugin/ad-manager-wd/reviews/\";s:9:\"downloads\";i:200;s:6:\"rating\";s:2:\"64\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:30;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v1.0.14\";s:4:\"paid\";s:6:\"5.0.14\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2021-06-16 00:00:04\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:2:{i:0;i:5;i:1;i:1;}s:23:\"force_required_products\";a:1:{i:0;i:2;}s:16:\"required_service\";a:1:{i:0;i:2;}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:10;a:28:{s:10:\"product_id\";i:93;s:4:\"slug\";s:16:\"wd-facebook-feed\";s:5:\"title\";s:22:\"Facebook Feed by 10Web\";s:11:\"description\";s:103:\"Add multiple Facebook feeds to your WordPress website with customized views and filtered content types.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:20:\"wd-facebook-feed.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:113:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/wd-facebook-feed-2017-12-20.svg\";s:9:\"info_link\";s:49:\"https://10web.io/plugins/wordpress-facebook-feed/\";s:9:\"demo_link\";s:36:\"https://demo.10web.io/facebook-feed/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:62:\"https://wordpress.org/support/plugin/wd-facebook-feed/reviews/\";s:9:\"downloads\";i:20000;s:6:\"rating\";s:2:\"84\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:7;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:6:\"v1.2.9\";s:4:\"paid\";s:5:\"5.2.9\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-05-11 00:01:02\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:2:{i:0;i:5;i:1;i:1;}s:23:\"force_required_products\";a:1:{i:0;i:2;}s:16:\"required_service\";a:1:{i:0;i:2;}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:11;a:28:{s:10:\"product_id\";i:95;s:4:\"slug\";s:10:\"form-maker\";s:5:\"title\";s:10:\"Form Maker\";s:11:\"description\";s:141:\"Form Maker is a user-friendly plugin to create highly customizable and responsive forms in a few minutes with simple drag and drop interface.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:1;s:8:\"zip_name\";s:14:\"form-maker.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:107:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-2017-12-20.svg\";s:9:\"info_link\";s:46:\"https://10web.io/plugins/wordpress-form-maker/\";s:9:\"demo_link\";s:22:\"https://demo.10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:56:\"https://wordpress.org/support/plugin/form-maker/reviews/\";s:9:\"downloads\";i:60000;s:6:\"rating\";s:2:\"90\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:1;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:8:\"v1.15.17\";s:4:\"paid\";s:7:\"2.15.17\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-07-15 00:19:00\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:12;a:28:{s:10:\"product_id\";i:97;s:4:\"slug\";s:9:\"slider-wd\";s:5:\"title\";s:15:\"Slider by 10Web\";s:11:\"description\";s:131:\"The responsive, SEO-friendly plugin allows to display your visual content in the form of dynamic and intuitive multi-layer sliders.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:13:\"slider-wd.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:106:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/slider-wd-2017-12-12.svg\";s:9:\"info_link\";s:35:\"https://10web.io/plugins/slider-wd/\";s:9:\"demo_link\";s:29:\"https://demo.10web.io/slider/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:55:\"https://wordpress.org/support/plugin/slider-wd/reviews/\";s:9:\"downloads\";i:30000;s:6:\"rating\";s:2:\"90\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:4;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v1.2.54\";s:4:\"paid\";s:6:\"2.2.54\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-02-09 00:00:08\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:13;a:28:{s:10:\"product_id\";i:99;s:4:\"slug\";s:14:\"post-slider-wd\";s:5:\"title\";s:20:\"Post Slider by 10Web\";s:11:\"description\";s:91:\"Show off the selected posts of your website in a slider using WordPress Post Slider plugin.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:18:\"post-slider-wd.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:111:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/post-slider-wd-2017-12-12.svg\";s:9:\"info_link\";s:47:\"https://10web.io/plugins/wordpress-post-slider/\";s:9:\"demo_link\";s:37:\"https://demo.10web.io/post-slider-wd/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:60:\"https://wordpress.org/support/plugin/post-slider-wd/reviews/\";s:9:\"downloads\";i:2000;s:6:\"rating\";s:2:\"94\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:21;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v1.0.60\";s:4:\"paid\";s:6:\"2.0.60\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2021-11-02 00:00:05\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:14;a:28:{s:10:\"product_id\";i:101;s:4:\"slug\";s:13:\"photo-gallery\";s:5:\"title\";s:13:\"Photo Gallery\";s:11:\"description\";s:89:\"Photo Gallery is a fully responsive WordPress gallery plugin with advanced functionality.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:1;s:8:\"zip_name\";s:17:\"photo-gallery.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:110:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/photo-gallery-2017-12-20.svg\";s:9:\"info_link\";s:49:\"https://10web.io/plugins/wordpress-photo-gallery/\";s:9:\"demo_link\";s:30:\"https://demo.10web.io/gallery/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:59:\"https://wordpress.org/support/plugin/photo-gallery/reviews/\";s:9:\"downloads\";i:200000;s:6:\"rating\";s:2:\"92\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:2;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v1.8.17\";s:4:\"paid\";s:6:\"2.8.17\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-07-19 00:20:22\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:15;a:28:{s:10:\"product_id\";i:163;s:4:\"slug\";s:12:\"wd-mailchimp\";s:5:\"title\";s:18:\"MailChimp by 10Web\";s:11:\"description\";s:103:\"Integrate MailChimp into your WordPress website and create fully configurable opt-in and opt-out forms.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:16:\"wd-mailchimp.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:109:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/wd-mailchimp-2017-12-20.svg\";s:9:\"info_link\";s:45:\"https://10web.io/plugins/wordpress-mailchimp/\";s:9:\"demo_link\";s:32:\"https://demo.10web.io/mailchimp/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:58:\"https://wordpress.org/support/plugin/wd-mailchimp/reviews/\";s:9:\"downloads\";i:2000;s:6:\"rating\";s:2:\"76\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:28;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:6:\"v1.1.3\";s:4:\"paid\";s:5:\"5.1.3\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2019-08-07 00:00:05\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:16;a:28:{s:10:\"product_id\";i:165;s:4:\"slug\";s:12:\"seo-by-10web\";s:5:\"title\";s:12:\"SEO by 10Web\";s:11:\"description\";s:84:\"Authenticate your Google account and let WordPress SEO by 10Web plugin do the trick.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:16:\"seo-by-10web.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:109:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/seo-by-10web-2018-04-03.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:17:\"https://10web.io/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:4000;s:6:\"rating\";s:2:\"60\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:1;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:6:\"v1.2.8\";s:4:\"paid\";s:5:\"2.2.8\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-06-19 00:15:26\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:3:\"seo\";}i:17;a:28:{s:10:\"product_id\";i:167;s:4:\"slug\";s:14:\"10web-security\";s:5:\"title\";s:14:\"10Web Security\";s:11:\"description\";s:14:\"10Web Security\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:18:\"10web-security.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:0:\"\";s:9:\"info_link\";s:35:\"https://10web.io/services/security/\";s:9:\"demo_link\";s:35:\"https://10web.io/services/security/\";s:12:\"support_link\";s:35:\"https://10web.io/services/security/\";s:11:\"review_link\";s:35:\"https://10web.io/services/security/\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:0;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"1.0.1\";s:4:\"paid\";s:6:\"5.0.23\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2021-09-29 16:33:19\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:2:{i:0;i:5;i:1;i:1;}s:23:\"force_required_products\";a:1:{i:0;i:2;}s:16:\"required_service\";a:1:{i:0;i:2;}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:8:\"Security\";}i:18;a:28:{s:10:\"product_id\";i:169;s:4:\"slug\";s:14:\"tenweb-builder\";s:5:\"title\";s:13:\"10Web Builder\";s:11:\"description\";s:104:\"10Web Builder is an ultimate premium tool, based on Elementor,  to create websites with stunning design.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:18:\"tenweb-builder.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:111:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/tenweb-builder-2019-08-08.png\";s:9:\"info_link\";s:30:\"https://10web.io/site-builder/\";s:9:\"demo_link\";s:22:\"https://demo.10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:28:\"https://10web.io/contact-us/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:3:\"100\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:2;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:7:\"1.3.317\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-07-11 12:57:30\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:19;a:28:{s:10:\"product_id\";i:177;s:4:\"slug\";s:22:\"tenweb-speed-optimizer\";s:5:\"title\";s:13:\"10Web Booster\";s:11:\"description\";s:105:\"Optimize your website speed and performance with 10Web Speed Optimizer by compressing CSS and JavaScript.\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:26:\"tenweb-speed-optimizer.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:119:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/tenweb-speed-optimizer-2019-10-02.svg\";s:9:\"info_link\";s:28:\"https://10web.io/contact-us/\";s:9:\"demo_link\";s:22:\"https://demo.10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:28:\"https://10web.io/contact-us/\";s:9:\"downloads\";i:60000;s:6:\"rating\";s:2:\"94\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:2;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:8:\"v2.22.32\";s:4:\"paid\";s:7:\"2.22.32\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-07-08 00:22:32\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:20;a:28:{s:10:\"product_id\";i:205;s:4:\"slug\";s:21:\"ai-assistant-by-10web\";s:5:\"title\";s:21:\"AI Assistant by 10Web\";s:11:\"description\";s:12:\"AI Assistant\";s:4:\"type\";s:6:\"plugin\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:1;s:8:\"zip_name\";s:25:\"ai-assistant-by-10web.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:118:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ai-assistant-by-10web-2023-02-20.svg\";s:9:\"info_link\";s:28:\"https://10web.io/contact-us/\";s:9:\"demo_link\";s:22:\"https://demo.10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:28:\"https://10web.io/contact-us/\";s:9:\"downloads\";i:20000;s:6:\"rating\";s:3:\"100\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:2;s:13:\"download_link\";s:137:\"https://s3-us-west-2.amazonaws.com/10web-products-production/ai-assistant-by-10web/ai-assistant-by-10web/1.0.17/ai-assistant-by-10web.zip\";s:15:\"current_version\";a:2:{s:4:\"free\";s:7:\"v1.0.15\";s:4:\"paid\";s:6:\"1.0.17\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-06-22 00:13:52\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:12:\"ai_assistant\";}}','no'),(1487,'tenweb_themes_list','a:4:{i:0;a:28:{s:10:\"product_id\";i:173;s:4:\"slug\";s:28:\"tenweb-website-builder-theme\";s:5:\"title\";s:13:\"Builder Theme\";s:11:\"description\";s:27:\"10Web Website Builder Theme\";s:4:\"type\";s:5:\"theme\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:32:\"tenweb-website-builder-theme.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:125:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/tenweb-website-builder-theme-2019-04-17.png\";s:9:\"info_link\";s:16:\"http://10web.io/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:16:\"http://10web.io/\";s:11:\"review_link\";s:16:\"http://10web.io/\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:0;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"2.0.0\";s:4:\"paid\";s:5:\"2.1.3\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-06-28 09:43:48\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.0\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:1;a:28:{s:10:\"product_id\";i:185;s:4:\"slug\";s:11:\"10web-theme\";s:5:\"title\";s:11:\"10Web Theme\";s:11:\"description\";s:11:\"10Web Theme\";s:4:\"type\";s:5:\"theme\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:15:\"10web-theme.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:108:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/10web-theme-2020-06-17.png\";s:9:\"info_link\";s:16:\"http://10web.io/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:16:\"http://10web.io/\";s:11:\"review_link\";s:16:\"http://10web.io/\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:0;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"1.0.0\";s:4:\"paid\";s:8:\"23.07.11\";}s:7:\"is_paid\";i:0;s:20:\"is_hosting_available\";i:0;s:12:\"last_updated\";s:19:\"2023-07-19 12:03:03\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.0\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:2;a:28:{s:10:\"product_id\";i:187;s:4:\"slug\";s:10:\"10web-blog\";s:5:\"title\";s:10:\"10Web Blog\";s:11:\"description\";s:10:\"10Web Blog\";s:4:\"type\";s:5:\"theme\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:14:\"10web-blog.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:107:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/10web-blog-2020-06-17.png\";s:9:\"info_link\";s:16:\"http://10web.io/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:16:\"http://10web.io/\";s:11:\"review_link\";s:16:\"http://10web.io/\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:0;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"1.0.0\";s:4:\"paid\";s:8:\"23.07.04\";}s:7:\"is_paid\";i:0;s:20:\"is_hosting_available\";i:0;s:12:\"last_updated\";s:19:\"2023-07-19 10:37:00\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.0\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:3;a:28:{s:10:\"product_id\";i:200;s:4:\"slug\";s:13:\"experts-theme\";s:5:\"title\";s:13:\"Experts Theme\";s:11:\"description\";s:13:\"Experts Theme\";s:4:\"type\";s:5:\"theme\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:17:\"experts-theme.zip\";s:9:\"parent_id\";i:0;s:4:\"logo\";s:0:\"\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:17:\"https://10web.io/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:0;s:6:\"rating\";s:0:\"\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:0;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"1.0.0\";s:4:\"paid\";s:9:\"22.05.001\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-09-15 08:08:22\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.0\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}}','no'),(1488,'tenweb_addons_list','a:36:{i:0;a:28:{s:10:\"product_id\";i:27;s:4:\"slug\";s:14:\"ecwd-subscribe\";s:5:\"title\";s:9:\"Subscribe\";s:11:\"description\";s:153:\"A great tool which allows your users to subscribe to events based on category, tag, organizer, venue and get important updates in their personal calendar\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:18:\"ecwd-subscribe.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:111:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecwd-subscribe-2017-12-14.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:123;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.8\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2020-08-04 12:14:25\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:1;a:28:{s:10:\"product_id\";i:29;s:4:\"slug\";s:14:\"ecwd-ticketing\";s:5:\"title\";s:13:\"Event Tickets\";s:11:\"description\";s:140:\"Event Tickets Add-on allows your visitors to purchase tickets to your events in a simple and straightforward way directly from your website.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:18:\"ecwd-ticketing.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:111:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecwd-ticketing-2017-12-13.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:133;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.5\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2021-12-24 07:16:11\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:2;a:28:{s:10:\"product_id\";i:33;s:4:\"slug\";s:30:\"ecwd-frontend-event-management\";s:5:\"title\";s:25:\"Frontend Event Management\";s:11:\"description\";s:103:\"This add-on is designed for allowing the users/guests to add events to the calendar from the front end.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:34:\"ecwd-frontend-event-management.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:122:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/frontend-event-management-2017-12-13.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:120;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:6:\"1.0.20\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-03-02 10:15:39\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:3;a:28:{s:10:\"product_id\";i:35;s:4:\"slug\";s:21:\"ecwd.countdown.widget\";s:5:\"title\";s:15:\"Event Countdown\";s:11:\"description\";s:38:\"Add an elegant countdown to your site.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:25:\"ecwd.countdown.widget.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:118:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecwd.countdown.widget-2017-12-13.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:32:\"https://demo.10web.io/countdown/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:127;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.9\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2019-09-06 07:03:09\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:4;a:28:{s:10:\"product_id\";i:37;s:4:\"slug\";s:9:\"ecwd.ical\";s:5:\"title\";s:16:\"iCAL Integration\";s:11:\"description\";s:149:\"This add-on integrates the calendar plugin with your iCAL Calendar and gives functionality to import events or just display events without importing.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:13:\"ecwd.ical.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:106:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecwd.ical-2017-12-13.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:132;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.8\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2018-09-20 12:57:51\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:5;a:28:{s:10:\"product_id\";i:39;s:4:\"slug\";s:9:\"ecwd-gcal\";s:5:\"title\";s:27:\"Google Calendar Integration\";s:11:\"description\";s:135:\"This addon integrates ECWD with your Google Calendar and gives functionality to import events or just display events without importing.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:13:\"ecwd-gcal.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:106:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecwd-gcal-2017-12-13.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:131;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.7\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2018-09-20 15:12:07\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:6;a:28:{s:10:\"product_id\";i:41;s:4:\"slug\";s:10:\"ecwd-views\";s:5:\"title\";s:5:\"Views\";s:11:\"description\";s:107:\"The Views is a convenient add-on for displaying one of the additional Pro views within the pages and posts.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:14:\"ecwd-views.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:107:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecwd-views-2017-12-13.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:129;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.4\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2018-09-20 13:29:25\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:7;a:28:{s:10:\"product_id\";i:73;s:4:\"slug\";s:11:\"ecwd.import\";s:5:\"title\";s:13:\"Import/Export\";s:11:\"description\";s:92:\"Event Calendar WD allows exporting and importing of events, categories, organizers and more.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:15:\"ecwd.import.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:108:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecwd.import-2017-12-21.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:100;s:6:\"rating\";s:3:\"100\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:121;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:6:\"1.0.11\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2019-02-14 14:53:14\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:8;a:28:{s:10:\"product_id\";i:75;s:4:\"slug\";s:20:\"ecwd-upcoming-events\";s:5:\"title\";s:15:\"Upcoming Events\";s:11:\"description\";s:108:\"Choose events within a certain time frame or specific events and display them on site front-end as a widget.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:24:\"ecwd-upcoming-events.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:117:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecwd-upcoming-events-2017-12-13.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:100;s:6:\"rating\";s:3:\"100\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:128;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.8\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2019-04-29 11:54:01\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:9;a:28:{s:10:\"product_id\";i:77;s:4:\"slug\";s:12:\"ecwd-filters\";s:5:\"title\";s:6:\"Filter\";s:11:\"description\";s:63:\"This add-on is designed for advanced event filter and browsing.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:16:\"ecwd-filters.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:109:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecwd-filters-2017-12-13.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:100;s:6:\"rating\";s:3:\"100\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:126;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.8\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2021-08-09 12:49:58\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:10;a:28:{s:10:\"product_id\";i:79;s:4:\"slug\";s:11:\"ecwd-export\";s:5:\"title\";s:27:\"Export to GCal/iCal/Outlook\";s:11:\"description\";s:120:\"Export single or whole month events in CSV and ICS formats and import to their iCalendars, Google and Outlook calendars.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:15:\"ecwd-export.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:108:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecwd-export-2017-12-21.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:100;s:6:\"rating\";s:3:\"100\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:124;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.8\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2018-09-20 15:13:13\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:11;a:28:{s:10:\"product_id\";i:81;s:4:\"slug\";s:10:\"ecwd-embed\";s:5:\"title\";s:5:\"Embed\";s:11:\"description\";s:79:\"Display any of your calendars on any other website using the simple embed code.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:14:\"ecwd-embed.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:107:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecwd-embed-2017-12-13.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:100;s:6:\"rating\";s:3:\"100\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:125;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.3\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2018-09-20 13:31:07\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:12;a:28:{s:10:\"product_id\";i:83;s:4:\"slug\";s:22:\"ecwd-additional-fields\";s:5:\"title\";s:13:\"Custom Fields\";s:11:\"description\";s:98:\"Custom Fields Add-On will enable you to have more fields for more detailed and structured content.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10web\";s:10:\"author_url\";s:16:\"http://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:26:\"ecwd-additional-fields.zip\";s:9:\"parent_id\";i:25;s:4:\"logo\";s:119:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecwd-additional-fields-2017-12-14.svg\";s:9:\"info_link\";s:49:\"https://10web.io/addons/wordpress-event-calendar/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:0:\"\";s:9:\"downloads\";i:100;s:6:\"rating\";s:3:\"100\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:122;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.4\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2018-09-20 13:53:49\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:13;a:28:{s:10:\"product_id\";i:107;s:4:\"slug\";s:20:\"photo-gallery-export\";s:5:\"title\";s:27:\"Photo Gallery Export/Import\";s:11:\"description\";s:111:\"Export/Import add-on of Photo Gallery plugin allows you to export all gallery data and import it to a new site.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:24:\"photo-gallery-export.zip\";s:9:\"parent_id\";i:101;s:4:\"logo\";s:117:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/photo-gallery-export-2017-12-13.svg\";s:9:\"info_link\";s:49:\"https://10web.io/plugins/wordpress-photo-gallery/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.1.7\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-03-11 08:16:34\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:14;a:28:{s:10:\"product_id\";i:113;s:4:\"slug\";s:31:\"ecommerce-wd-top-rated-products\";s:5:\"title\";s:31:\"Ecommerce WD Top Rated Products\";s:11:\"description\";s:106:\"This add-on will allow displaying top rated items of single or multiple categories, depending on the setup\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:35:\"ecommerce-wd-top-rated-products.zip\";s:9:\"parent_id\";i:103;s:4:\"logo\";s:128:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecommerce-wd-top-rated-products-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.1\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2017-12-22 11:20:19\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:15;a:28:{s:10:\"product_id\";i:115;s:4:\"slug\";s:24:\"ecommerce-wd-bestsellers\";s:5:\"title\";s:24:\"Ecommerce WD Bestsellers\";s:11:\"description\";s:120:\"Ecommerce Bestsellers add-on will allow you to display best-selling items and products in demand in a featured position.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:28:\"ecommerce-wd-bestsellers.zip\";s:9:\"parent_id\";i:103;s:4:\"logo\";s:121:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecommerce-wd-bestsellers-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:14;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.0\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2017-12-22 11:20:13\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:16;a:28:{s:10:\"product_id\";i:117;s:4:\"slug\";s:19:\"ecommerce-wd-stripe\";s:5:\"title\";s:19:\"Ecommerce WD Stripe\";s:11:\"description\";s:101:\"Stripe add-on is a tool for adding Stripe as a payment method for purchasing items from Ecommerce WD.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:23:\"ecommerce-wd-stripe.zip\";s:9:\"parent_id\";i:103;s:4:\"logo\";s:116:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecommerce-wd-stripe-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.1\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2017-12-25 11:48:17\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:17;a:28:{s:10:\"product_id\";i:119;s:4:\"slug\";s:22:\"ecommerce-wd-mini-cart\";s:5:\"title\";s:22:\"Ecommerce WD Mini Cart\";s:11:\"description\";s:117:\"This add-on is designed for displaying shopping cart information including products and their details to widget area.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:26:\"ecommerce-wd-mini-cart.zip\";s:9:\"parent_id\";i:103;s:4:\"logo\";s:119:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecommerce-wd-mini-cart-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.5\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2017-12-22 11:20:00\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:18;a:28:{s:10:\"product_id\";i:121;s:4:\"slug\";s:28:\"ecommerce-wd-latest_products\";s:5:\"title\";s:25:\"Ecommerce Latest Products\";s:11:\"description\";s:128:\"Ecommerce Latest Products add-on allows displaying latest products based on a single item or multiple categories of your choice.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:32:\"ecommerce-wd-latest_products.zip\";s:9:\"parent_id\";i:103;s:4:\"logo\";s:125:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecommerce-wd-latest_products-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.2\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2017-12-22 11:19:54\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:19;a:28:{s:10:\"product_id\";i:123;s:4:\"slug\";s:20:\"ecommerce-wd-filters\";s:5:\"title\";s:20:\"Ecommerce WD Filters\";s:11:\"description\";s:169:\"This add-on is designed for advanced product filter and browsing. It will display multiple filters, which will make it easier for the user to find the relevant products.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:24:\"ecommerce-wd-filters.zip\";s:9:\"parent_id\";i:103;s:4:\"logo\";s:117:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ecommerce-wd-filters-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:0:\"\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.4\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2017-12-22 11:19:48\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:20;a:28:{s:10:\"product_id\";i:125;s:4:\"slug\";s:24:\"form-maker-save-progress\";s:5:\"title\";s:24:\"Form Maker Save Progress\";s:11:\"description\";s:190:\"Need to save partially completed forms? Then this add-on will come in handy. Save Progress Add-on allows you to save the incomplete forms, return later and pick up right where they left off.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:28:\"form-maker-save-progress.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:121:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-save-progress-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:6:\"1.1.15\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-06-27 07:39:06\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:21;a:28:{s:10:\"product_id\";i:127;s:4:\"slug\";s:19:\"form-maker-pushover\";s:5:\"title\";s:19:\"Form Maker Pushover\";s:11:\"description\";s:189:\"Form Maker Pushover integration allows to receive real-time notifications when a user submits a new form. This means messages can be pushed to Android and Apple devices, as well as desktop.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:23:\"form-maker-pushover.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:116:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-pushover-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.1.8\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-06-28 13:09:53\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:22;a:28:{s:10:\"product_id\";i:129;s:4:\"slug\";s:21:\"form-maker-calculator\";s:5:\"title\";s:21:\"Form Maker Calculator\";s:11:\"description\";s:90:\"The Form Maker Calculator add-on allows creating forms with dynamically calculated fields.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:25:\"form-maker-calculator.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:118:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-calculator-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:6:\"1.1.11\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-12-14 10:40:25\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:23;a:28:{s:10:\"product_id\";i:131;s:4:\"slug\";s:29:\"form-maker-conditional-emails\";s:5:\"title\";s:29:\"Form Maker Conditional Emails\";s:11:\"description\";s:175:\"Conditional Emails Add-on makes your forms more powerful by allowing you to send multiple, custom email notifications to different recipients depending on the forms submitted.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:33:\"form-maker-conditional-emails.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:126:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-conditional-emails-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:6:\"1.1.11\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-03-23 12:47:41\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:24;a:28:{s:10:\"product_id\";i:133;s:4:\"slug\";s:24:\"form-maker-export-import\";s:5:\"title\";s:24:\"Form Maker Export/Import\";s:11:\"description\";s:102:\"Moving your form submissions to a different location doesn’t have to be complicated and frustrating.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:28:\"form-maker-export-import.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:121:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-export-import-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:6:\"2.1.14\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-10-20 10:57:41\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:25;a:28:{s:10:\"product_id\";i:135;s:4:\"slug\";s:29:\"form-maker-gdrive-integration\";s:5:\"title\";s:23:\"Form Maker Google Drive\";s:11:\"description\";s:190:\"The Google Drive Integration add-on integrates Form Maker with Google Drive and makes your work process more efficient by storing data to Google Drive’s cloud storage instead of your site.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:33:\"form-maker-gdrive-integration.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:126:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-gdrive-integration-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.2.0\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-10-26 14:22:51\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:26;a:28:{s:10:\"product_id\";i:137;s:4:\"slug\";s:20:\"form-maker-mailchimp\";s:5:\"title\";s:20:\"Form Maker Mailchimp\";s:11:\"description\";s:82:\"The add-on allows to add contacts to your subscription lists from submitted forms.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:24:\"form-maker-mailchimp.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:117:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-mailchimp-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:6:\"1.1.12\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-03-11 08:38:27\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:27;a:28:{s:10:\"product_id\";i:139;s:4:\"slug\";s:26:\"form-maker-pdf-integration\";s:5:\"title\";s:14:\"Form Maker PDF\";s:11:\"description\";s:76:\"Generate files in PDF format with the data captured through submitted forms.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:30:\"form-maker-pdf-integration.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:123:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-pdf-integration-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:6:\"1.1.15\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-04-07 11:53:22\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:28;a:28:{s:10:\"product_id\";i:141;s:4:\"slug\";s:26:\"form-maker-post-generation\";s:5:\"title\";s:26:\"Form Maker Post Generation\";s:11:\"description\";s:95:\"Post Generation add-on allows creating a post, page or custom post based on the submitted data.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:30:\"form-maker-post-generation.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:123:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-post-generation-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:6:\"1.1.11\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-03-11 08:43:18\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:29;a:28:{s:10:\"product_id\";i:143;s:4:\"slug\";s:14:\"form-maker-reg\";s:5:\"title\";s:23:\"Form Maker Registration\";s:11:\"description\";s:120:\"User Registration Add-On easily integrates with the Form Maker plugin allowing users to create accounts on your website.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:18:\"form-maker-reg.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:111:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-reg-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:6:\"1.2.12\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-06-28 15:20:09\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:30;a:28:{s:10:\"product_id\";i:145;s:4:\"slug\";s:17:\"form-maker-stripe\";s:5:\"title\";s:17:\"Form Maker Stripe\";s:11:\"description\";s:92:\"Form Maker Stripe is convenient add-on if you have plans to integrate Stripe payment method.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:21:\"form-maker-stripe.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:114:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-stripe-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:0;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:6:\"1.2.11\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-09-22 13:52:10\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:31;a:28:{s:10:\"product_id\";i:147;s:4:\"slug\";s:30:\"form-maker-dropbox-integration\";s:5:\"title\";s:18:\"Form Maker Dropbox\";s:11:\"description\";s:85:\"Use the Dropbox Integration Add-on to link Form Maker plugin to your Dropbox account.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:34:\"form-maker-dropbox-integration.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:127:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-dropbox-integration-2017-12-13.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.2.9\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-07-04 06:24:33\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:32;a:28:{s:10:\"product_id\";i:151;s:4:\"slug\";s:22:\"gmwd-marker-clustering\";s:5:\"title\";s:22:\"GMWD Marker Clustering\";s:11:\"description\";s:106:\"GMWD Marker Clustering is designed for grouping close markers for more user-friendly display over the map.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:26:\"gmwd-marker-clustering.zip\";s:9:\"parent_id\";i:89;s:4:\"logo\";s:119:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/gmwd-marker-clustering-2017-12-25.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:17:\"https://10web.io/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.2\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2017-12-25 14:32:08\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:33;a:28:{s:10:\"product_id\";i:175;s:4:\"slug\";s:27:\"photo-gallery-google-photos\";s:5:\"title\";s:39:\"Photo Gallery Google Photos Integration\";s:11:\"description\";s:56:\"Link and display your Google Photos albums in one click.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:31:\"photo-gallery-google-photos.zip\";s:9:\"parent_id\";i:101;s:4:\"logo\";s:124:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/photo-gallery-google-photos-2019-10-08.svg\";s:9:\"info_link\";s:49:\"https://10web.io/plugins/wordpress-photo-gallery/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:43:\"https://help.10web.io/hc/en-us/requests/new\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"1\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:10;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:6:\"1.0.11\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-03-14 10:58:03\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:34;a:28:{s:10:\"product_id\";i:179;s:4:\"slug\";s:19:\"form-maker-webhooks\";s:5:\"title\";s:19:\"Form Maker Webhooks\";s:11:\"description\";s:203:\"Form Maker Webhooks add-on lets you integrate a third-party service with your form and save the submitted data externally. Connect your forms to a CRM system or an email marketing service with this tool.\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:23:\"form-maker-webhooks.zip\";s:9:\"parent_id\";i:95;s:4:\"logo\";s:116:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/form-maker-webhooks-2019-10-11.svg\";s:9:\"info_link\";s:17:\"https://10web.io/\";s:9:\"demo_link\";s:17:\"https://10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:17:\"https://10web.io/\";s:9:\"downloads\";i:1;s:6:\"rating\";s:1:\"5\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:1;s:13:\"download_link\";s:0:\"\";s:15:\"current_version\";a:2:{s:4:\"free\";s:5:\"0.0.0\";s:4:\"paid\";s:5:\"1.0.6\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2022-06-24 15:32:10\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:0:\"\";}i:35;a:28:{s:10:\"product_id\";i:206;s:4:\"slug\";s:30:\"ai-assistant-by-10web-seo-pack\";s:5:\"title\";s:11:\"WP SEO Pack\";s:11:\"description\";s:11:\"WP SEO Pack\";s:4:\"type\";s:5:\"addon\";s:6:\"author\";s:5:\"10Web\";s:10:\"author_url\";s:17:\"https://10web.io/\";s:11:\"with_addons\";i:0;s:8:\"zip_name\";s:34:\"ai-assistant-by-10web-seo-pack.zip\";s:9:\"parent_id\";i:205;s:4:\"logo\";s:127:\"https://10web-storage-production.s3.us-west-2.amazonaws.com/public/product_images/ai-assistant-by-10web-seo-pack-2023-03-15.png\";s:9:\"info_link\";s:28:\"https://10web.io/contact-us/\";s:9:\"demo_link\";s:22:\"https://demo.10web.io/\";s:12:\"support_link\";s:28:\"https://10web.io/contact-us/\";s:11:\"review_link\";s:28:\"https://10web.io/contact-us/\";s:9:\"downloads\";i:0;s:6:\"rating\";s:1:\"0\";s:7:\"reviews\";a:0:{}s:12:\"popular_rank\";i:2;s:13:\"download_link\";s:163:\"https://s3-us-west-2.amazonaws.com/10web-products-production/ai-assistant-by-10web-seo-pack/ai-assistant-by-10web-seo-pack/1.0.5/ai-assistant-by-10web-seo-pack.zip\";s:15:\"current_version\";a:2:{s:4:\"free\";s:6:\"v1.0.0\";s:4:\"paid\";s:5:\"1.0.5\";}s:7:\"is_paid\";i:1;s:20:\"is_hosting_available\";i:1;s:12:\"last_updated\";s:19:\"2023-06-23 09:10:29\";s:8:\"requires\";a:4:{s:17:\"required_products\";a:0:{}s:23:\"force_required_products\";a:0:{}s:16:\"required_service\";a:0:{}s:14:\"required_specs\";a:1:{s:9:\"wordpress\";s:5:\"4.4.1\";}}s:8:\"featured\";b:1;s:7:\"enabled\";i:1;s:7:\"service\";s:12:\"ai_assistant\";}}','no'),(1495,'tenweb_plugins_state_hash','8e40359bd626a309563282e83fadc9b2','yes'),(1496,'tenweb_themes_state_hash','3b07de11d259da8f0806298a84bfb373','yes'),(1497,'tenweb_addons_state_hash','d751713988987e9331980363e24189ce','yes'),(1498,'tenweb_site_state_hash','fe0b5e558f6baab6d18f5cba3f723b12','yes'),(1515,'two_criticalfront_page','d5f433da-0fae-4e36-87b9-224a8d1b82f112a54102b078d112c611b118','no'),(1520,'iowd_webp_converted','a:39:{i:0;s:73:\"/var/www/dev.arukustech.com/wp-content/themes/arukus/images/list.png.webp\";i:1;s:74:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/b3-300x189.jpg.webp\";i:2;s:74:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/b2-300x200.jpg.webp\";i:3;s:74:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/b1-300x200.jpg.webp\";i:4;s:71:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/maolo_a.png.webp\";i:5;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/p3.png.webp\";i:6;s:82:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/arukus-infographic.png.webp\";i:7;s:76:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/banner-new-1.jpg.webp\";i:8;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s9.png.webp\";i:9;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s8.png.webp\";i:10;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s7.png.webp\";i:11;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s6.png.webp\";i:12;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s5.png.webp\";i:13;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s4.png.webp\";i:14;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s2.png.webp\";i:15;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s1.png.webp\";i:16;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s3.png.webp\";i:17;s:72:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/arukus-a.png.webp\";i:18;s:68:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/s2_2.png.webp\";i:19;s:71:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/crosss2.png.webp\";i:20;s:68:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/s2_2.png.webp\";i:21;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s9.png.webp\";i:22;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s8.png.webp\";i:23;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s7.png.webp\";i:24;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s6.png.webp\";i:25;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s5.png.webp\";i:26;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s4.png.webp\";i:27;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s3.png.webp\";i:28;s:71:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/crosss2.png.webp\";i:29;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/s1.png.webp\";i:30;s:74:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/b3-300x189.jpg.webp\";i:31;s:74:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/b1-300x200.jpg.webp\";i:32;s:74:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/b2-300x200.jpg.webp\";i:33;s:71:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/maolo_a.png.webp\";i:34;s:66:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/p3.png.webp\";i:35;s:82:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/arukus-infographic.png.webp\";i:36;s:76:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/07/banner-new-1.jpg.webp\";i:37;s:72:\"/var/www/dev.arukustech.com/wp-content/uploads/2023/06/arukus-a.png.webp\";i:38;s:73:\"/var/www/dev.arukustech.com/wp-content/themes/arukus/images/list.png.webp\";}','yes'),(1521,'two_critical_data_import_data_1689575087','1','no'),(1525,'category_children','a:0:{}','yes'),(1528,'iowd_last_compress_data','a:3:{s:10:\"image_size\";i:210871;s:15:\"image_orig_size\";i:215470;s:5:\"count\";i:18;}','no'),(1563,'two_nps_data','a:4:{s:7:\"success\";b:1;s:7:\"message\";s:0:\"\";s:14:\"agreement_date\";s:19:\"2023-07-17 06:24:00\";s:15:\"show_nps_survey\";i:0;}','no'),(1821,'two_benchmark_data','a:3:{s:6:\"system\";a:4:{s:7:\"version\";s:3:\"1.6\";s:7:\"sysinfo\";a:6:{s:4:\"time\";s:19:\"2023-07-17 06:32:37\";s:11:\"php_version\";s:37:\"7.2.31-1+ubuntu20.04.1+deb.sury.org+1\";s:8:\"platform\";s:5:\"Linux\";s:11:\"server_name\";s:18:\"dev.arukustech.com\";s:11:\"server_addr\";s:9:\"10.0.6.85\";s:13:\"mysql_version\";s:10:\"5.7.38-log\";}s:9:\"benchmark\";a:8:{s:4:\"math\";s:5:\"0.107\";s:6:\"string\";s:5:\"0.249\";s:5:\"loops\";s:5:\"0.014\";s:6:\"ifelse\";s:5:\"0.017\";s:13:\"mysql_connect\";s:5:\"0.003\";s:19:\"mysql_query_version\";s:5:\"0.003\";s:21:\"mysql_query_benchmark\";s:5:\"9.946\";s:11:\"mysql_total\";s:5:\"9.948\";}s:5:\"total\";s:6:\"10.334\";}s:9:\"wordpress\";a:2:{s:4:\"time\";s:5:\"4.695\";s:7:\"queries\";d:212.99254526091585;}s:15:\"check_timestamp\";i:1689575572;}','no'),(1826,'ewww_image_optimizer_relative_migration_status','done','yes'),(1831,'ewww_image_optimizer_background_optimization','1','no'),(1832,'ewww_image_optimizer_noauto','','yes'),(1833,'ewww_image_optimizer_disable_editor','','yes'),(1834,'ewww_image_optimizer_debug','','yes'),(1835,'ewww_image_optimizer_metadata_remove','1','yes'),(1836,'ewww_image_optimizer_jpg_level','10','yes'),(1837,'ewww_image_optimizer_png_level','10','yes'),(1838,'ewww_image_optimizer_gif_level','10','yes'),(1839,'ewww_image_optimizer_pdf_level','0','yes'),(1840,'ewww_image_optimizer_svg_level','0','yes'),(1841,'ewww_image_optimizer_jpg_quality','','yes'),(1842,'ewww_image_optimizer_webp_quality','','yes'),(1843,'ewww_image_optimizer_backup_files','local','yes'),(1844,'ewww_image_optimizer_resize_existing','1','yes'),(1845,'ewww_image_optimizer_exactdn','','yes'),(1846,'ewww_image_optimizer_exactdn_plan_id','0','yes'),(1847,'exactdn_all_the_things','1','yes'),(1848,'exactdn_lossy','1','yes'),(1849,'exactdn_exclude','','yes'),(1850,'exactdn_sub_folder','','no'),(1851,'exactdn_prevent_db_queries','','yes'),(1852,'ewww_image_optimizer_lazy_load','1','yes'),(1853,'ewww_image_optimizer_use_siip','','yes'),(1854,'ewww_image_optimizer_use_lqip','','yes'),(1855,'ewww_image_optimizer_ll_exclude','','yes'),(1856,'ewww_image_optimizer_ll_all_things','','yes'),(1857,'ewww_image_optimizer_disable_pngout','1','yes'),(1858,'ewww_image_optimizer_disable_svgcleaner','1','yes'),(1859,'ewww_image_optimizer_optipng_level','2','yes'),(1860,'ewww_image_optimizer_pngout_level','2','yes'),(1861,'ewww_image_optimizer_webp_for_cdn','','yes'),(1862,'ewww_image_optimizer_force_gif2webp','1','yes'),(1863,'ewww_image_optimizer_picture_webp','','yes'),(1864,'ewww_image_optimizer_webp_rewrite_exclude','','yes'),(1867,'ewww_image_optimizer_ll_autoscale','1','no'),(1868,'exactdn_never_been_active','1','no'),(1869,'ewww_image_optimizer_bulk_resume','','yes'),(1870,'ewww_image_optimizer_aux_resume','','yes'),(1871,'ewww_image_optimizer_flag_attachments','','no'),(1872,'ewww_image_optimizer_ngg_attachments','','no'),(1874,'ewww_image_optimizer_review_time','1690181352','no'),(1875,'ewww_image_optimizer_version','721','yes'),(1878,'ewww_image_optimizer_goal_site_speed','1','no'),(1879,'ewww_image_optimizer_webp','1','yes'),(1880,'ewww_image_optimizer_maxmediawidth','1920','yes'),(1881,'ewww_image_optimizer_maxmediaheight','1920','yes'),(1882,'ewww_image_optimizer_enable_help','1','yes'),(1883,'ewww_image_optimizer_wizard_complete','1','no'),(1899,'two_auto_update_banner_was_shown','1','yes'),(1928,'two_critical481','5d47fecd-07a2-4fdc-85a1-82986788ea1d8b5019285f9d9a23de0fbd6c','no'),(1946,'two_critical221','e95d1baa-ef1b-4561-ae1c-934ad6d4a056fea0bb458288dea0696dc860','no'),(1956,'two_critical211','489a1fac-f2fd-49b9-9af3-64c3816c2e14a972b18d0b1cca2ae89afe8d','no'),(1977,'two_critical188','23e10ba0-8375-4a2d-956a-76ffdf6d1d84a1317504e2537c71b3715745','no'),(1989,'two_critical64','b27bb5a2-2f58-4bde-9d9a-a6923df65ebd582df92e1adaf6c1451f8ae4','no'),(2080,'nb_cpf_options','a:12:{s:20:\"phone_defaultCountry\";s:2:\"in\";s:19:\"phone_onlyCountries\";s:0:\"\";s:22:\"phone_excludeCountries\";s:0:\"\";s:24:\"phone_preferredCountries\";s:0:\"\";s:18:\"phone_nationalMode\";i:0;s:17:\"phone_auto_select\";i:1;s:10:\"ip_api_key\";s:0:\"\";s:14:\"defaultCountry\";s:2:\"in\";s:13:\"onlyCountries\";s:5:\"in,us\";s:16:\"excludeCountries\";s:0:\"\";s:18:\"preferredCountries\";s:0:\"\";s:19:\"country_auto_select\";i:1;}','yes'),(2220,'enable_on_woocommerce','','yes'),(2221,'enable_on_shopp','','yes'),(2222,'enable_on_gform','','yes'),(2223,'selected_gform','','yes'),(2224,'gform_phone_field_id','','yes'),(2225,'enable_on_cform7','','yes'),(2226,'selected_cform7','','yes'),(2227,'cform7_phone_field_id','','yes'),(2228,'show_selected','','yes'),(2229,'selected_countries','','yes'),(2230,'initial_country','','yes'),(2246,'policy-category_children','a:0:{}','yes'),(2394,'autoptimize_imgopt_provider_stat','a:8:{s:10:\"HasAccount\";b:0;s:23:\"TemporaryRedirectOrigin\";b:0;s:11:\"FreeCredits\";i:500;s:15:\"UsedFreeCredits\";i:110;s:8:\"CDNQuota\";i:5368709000;s:7:\"UsedCDN\";i:2922995;s:6:\"Status\";i:2;i:0;s:2:\"OK\";}','yes'),(2420,'ewww_image_optimizer_aux_folders_completed','a:0:{}','no'),(2757,'two_trans_timeout_two_critical_flag','1689852603','no'),(2758,'two_trans_two_critical_flag','3','no'),(2772,'two_critical_data_import_data_1689765081','1','no'),(3487,'two_critical_data_import_data_1689765669','1','no'),(4114,'two_critical_data_import_data_1689766211','1','no'),(4133,'iowd_settings','a:8:{s:5:\"level\";s:7:\"lossy40\";s:14:\"keep_exif_data\";i:0;s:17:\"exclude_full_size\";i:0;s:14:\"keep_originals\";i:0;s:16:\"optimized_thumbs\";a:0:{}s:24:\"enable_auto_optimization\";i:0;s:12:\"convert_webp\";i:1;s:17:\"other_directories\";a:1:{i:0;s:32:\"wp-content/uploads/photo-gallery\";}}','yes'),(4134,'iowd_stat','a:3:{s:8:\"full_ids\";a:0:{}s:9:\"thumb_ids\";a:0:{}s:5:\"other\";a:0:{}}','yes'),(4241,'two_trans_timeout_tenweb_subscription_id','1689862823','no'),(4242,'two_trans_tenweb_subscription_id','321','no'),(4243,'two_trans_timeout_tenweb_plan_title','1689862823','no'),(4244,'two_trans_tenweb_plan_title','Free','no'),(4372,'two_trans_timeout_two_images_count','1689938112','no'),(4373,'two_trans_two_images_count','a:2:{s:18:\"total_images_count\";i:0;s:22:\"optimized_images_count\";i:33;}','no'),(4413,'tenweb_requests_block','a:1:{s:11:\"send_states\";i:0;}','no'),(4418,'wp-smush-settings','a:25:{s:4:\"auto\";b:1;s:5:\"lossy\";b:1;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:1;s:6:\"backup\";b:0;s:8:\"no_scale\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:5:\"gform\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:1;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:1;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;s:16:\"background_email\";b:0;}','yes'),(4419,'wp-smush-install-type','existing','no'),(4420,'wp-smush-version','3.13.2','no'),(4425,'wpmudev_recommended_plugins_registered','a:1:{s:23:\"wp-smushit/wp-smush.php\";a:1:{s:13:\"registered_at\";i:1689855713;}}','no'),(4426,'wp_smush_pre_3_12_6_site','0','no'),(4428,'wp_smush_image_sizes_state','a:2:{s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:3:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";b:1;}s:6:\"medium\";a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;}s:5:\"large\";a:3:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;}s:9:\"1536x1536\";a:3:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"crop\";b:0;}s:9:\"2048x2048\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"crop\";b:0;}s:14:\"post-thumbnail\";a:3:{s:5:\"width\";i:1568;s:6:\"height\";i:9999;s:4:\"crop\";b:0;}s:12:\"medium_large\";a:2:{s:5:\"width\";i:768;s:6:\"height\";i:0;}}s:4:\"hash\";i:56201712137;}','yes'),(4432,'wpmudev_notices','a:3:{s:7:\"plugins\";a:1:{s:5:\"smush\";i:1689855718;}s:5:\"queue\";a:1:{s:5:\"smush\";a:3:{s:5:\"email\";i:1689855718;s:4:\"rate\";i:1690460518;s:8:\"giveaway\";i:1690028518;}}s:4:\"done\";a:0:{}}','no'),(4433,'wp-smush-preset_configs','a:1:{i:0;a:5:{s:2:\"id\";i:1;s:4:\"name\";s:14:\"Default config\";s:11:\"description\";s:46:\"Recommended performance config for every site.\";s:7:\"default\";b:1;s:6:\"config\";a:2:{s:7:\"configs\";a:1:{s:8:\"settings\";a:22:{s:4:\"auto\";b:1;s:5:\"lossy\";b:1;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:1;s:6:\"backup\";b:1;s:10:\"png_to_jpg\";b:1;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;}}s:7:\"strings\";a:6:{s:10:\"bulk_smush\";a:1:{i:0;s:186:\"Automatic compression - Active\nSuper-Smush - Active\nMetadata - Active\nImage Resizing - Inactive\nOriginal Images - Active\nBackup Original Images - Active\nPNG to JPEG Conversion - Inactive\";}s:9:\"lazy_load\";a:1:{i:0;s:8:\"Inactive\";}s:3:\"cdn\";a:1:{i:0;s:8:\"Inactive\";}s:8:\"webp_mod\";a:1:{i:0;s:8:\"Inactive\";}s:12:\"integrations\";a:1:{i:0;s:109:\"Gutenberg Support - Inactive\nWPBakery Page Builder - Inactive\nAmazon S3 - Inactive\nNextGen Gallery - Inactive\";}s:8:\"settings\";a:1:{i:0;s:122:\"Image Resize Detection - Inactive\nColor Accessibility - Inactive\nUsage Tracking - Inactive\nKeep Data On Uninstall - Active\";}}}}}','no'),(4434,'wp-smush-lazy_load','a:9:{s:6:\"format\";a:6:{s:4:\"jpeg\";b:1;s:3:\"png\";b:1;s:4:\"webp\";b:1;s:3:\"gif\";b:1;s:3:\"svg\";b:1;s:6:\"iframe\";b:1;}s:6:\"output\";a:4:{s:7:\"content\";b:1;s:7:\"widgets\";b:1;s:10:\"thumbnails\";b:1;s:9:\"gravatars\";b:1;}s:9:\"animation\";a:4:{s:8:\"selected\";s:6:\"fadein\";s:6:\"fadein\";a:2:{s:8:\"duration\";i:400;s:5:\"delay\";i:0;}s:7:\"spinner\";a:2:{s:8:\"selected\";i:1;s:6:\"custom\";a:0:{}}s:11:\"placeholder\";a:3:{s:8:\"selected\";i:1;s:6:\"custom\";a:0:{}s:5:\"color\";s:7:\"#F3F3F3\";}}s:7:\"include\";a:7:{s:9:\"frontpage\";b:1;s:4:\"home\";b:1;s:4:\"page\";b:1;s:6:\"single\";b:1;s:7:\"archive\";b:1;s:8:\"category\";b:1;s:3:\"tag\";b:1;}s:13:\"exclude-pages\";a:0:{}s:15:\"exclude-classes\";a:0:{}s:6:\"footer\";b:1;s:6:\"native\";b:0;s:8:\"noscript\";b:0;}','yes'),(4435,'skip-smush-setup','1','yes'),(4438,'wp-smush-optimization-global-stats','a:8:{s:4:\"time\";d:84.1;s:5:\"bytes\";i:16981374;s:7:\"percent\";d:58.04;s:11:\"size_before\";i:29258597;s:10:\"size_after\";i:12277223;s:5:\"count\";i:75;s:14:\"attachment_ids\";s:299:\"160,166,167,168,169,170,171,172,242,244,246,250,252,270,403,405,407,449,451,453,455,457,459,461,511,516,518,519,520,521,526,527,530,531,537,538,539,541,542,543,546,547,551,553,554,555,556,570,672,677,680,688,693,694,695,702,708,871,909,910,914,915,919,922,930,949,951,953,955,957,959,984,986,988,990\";s:11:\"lossy_count\";i:75;}','no'),(4439,'wp-smush-png2jpg-global-stats','a:7:{s:4:\"time\";d:0;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;s:5:\"count\";i:0;s:14:\"attachment_ids\";s:0:\"\";}','no'),(4440,'wp-smush-resize-global-stats','a:7:{s:4:\"time\";d:0;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;s:5:\"count\";i:0;s:14:\"attachment_ids\";s:0:\"\";}','no'),(4441,'wp_smush_global_stats','a:5:{s:30:\"stats_update_started_timestamp\";i:1689855736;s:22:\"image_attachment_count\";i:110;s:22:\"optimized_images_count\";i:348;s:23:\"stats_updated_timestamp\";i:1689855736;s:25:\"rescan_required_timestamp\";i:1689856371;}','no'),(4442,'wp_smush_background_scan_process_status','a:7:{s:13:\"in_processing\";b:0;s:12:\"is_cancelled\";b:0;s:12:\"is_completed\";b:1;s:11:\"total_items\";i:1;s:15:\"processed_items\";i:1;s:12:\"failed_items\";i:0;s:7:\"is_dead\";b:0;}','no'),(4445,'dir_smush_stats','a:1:{s:9:\"dir_smush\";a:2:{s:5:\"total\";i:0;s:9:\"optimised\";i:0;}}','no'),(4448,'wp-smush-optimize-list','','no'),(4451,'wp-smush-reoptimize-list','','no'),(4452,'wp-smush-error-items-list','','no'),(4453,'wp-smush-ignored-items-list','','no'),(4454,'wp-smush-animated-items-list','','no'),(4609,'wp-smush-resize_sizes','a:2:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;}','yes'),(5632,'new_admin_email','info@arukustech.com','yes'),(5952,'wp_calendar_block_has_published_posts','1','yes'),(6245,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:23:\"wpcf7-redirect/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.6.1\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1704201956;s:11:\"plugin_path\";s:33:\"wpcf7-redirect/wpcf7-redirect.php\";}}s:7:\"abspath\";s:30:\"/var/www/vhost/arukustech.com/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:33:\"wpcf7-redirect/wpcf7-redirect.php\";s:8:\"sdk_path\";s:23:\"wpcf7-redirect/freemius\";s:7:\"version\";s:5:\"2.6.1\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1704201956;}}','yes'),(6246,'fs_debug_mode','','yes'),(6247,'fs_accounts','a:7:{s:21:\"id_slug_type_path_map\";a:1:{i:9546;a:3:{s:4:\"slug\";s:14:\"wpcf7-redirect\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:33:\"wpcf7-redirect/wpcf7-redirect.php\";}}s:11:\"plugin_data\";a:1:{s:14:\"wpcf7-redirect\";a:18:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:33:\"wpcf7-redirect/wpcf7-redirect.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1690956721;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:6:\"2.5.10\";s:11:\"sdk_version\";s:5:\"2.6.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"3.0.1\";s:14:\"plugin_version\";s:5:\"3.1.2\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:14:\"arukustech.com\";s:9:\"server_ip\";s:9:\"10.0.7.48\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1690956721;s:7:\"version\";s:5:\"2.9.2\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1690956724;s:7:\"version\";s:5:\"2.9.2\";}s:19:\"last_load_timestamp\";i:1712585813;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"15\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}}s:13:\"file_slug_map\";a:1:{s:33:\"wpcf7-redirect/wpcf7-redirect.php\";s:14:\"wpcf7-redirect\";}s:7:\"plugins\";a:1:{s:14:\"wpcf7-redirect\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:30:\"Redirection for Contact Form 7\";s:4:\"slug\";s:14:\"wpcf7-redirect\";s:12:\"premium_slug\";s:22:\"wpcf7-redirect-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:33:\"wpcf7-redirect/wpcf7-redirect.php\";s:7:\"version\";s:5:\"3.1.2\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";s:4:\"9566\";s:17:\"bundle_public_key\";s:32:\"pk_93c540ee75ee6e1f565670f760a12\";s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_f6edcea690f1f0ec55e21eff1fd4a\";s:10:\"secret_key\";N;s:2:\"id\";i:9546;s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"a8305016070d1217463722edadb4e73c\";s:6:\"addons\";a:1:{i:9546;a:18:{i:0;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:25:\"Actions conditional logic\";s:4:\"slug\";s:24:\"wpcf7r-conditional-logic\";s:12:\"premium_slug\";s:24:\"wpcf7r-conditional-logic\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:3;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9547\";s:11:\"description\";s:297:\"Conditional logic of actions extension adds powerful conditional rules management to your submission actions.\nSet If/Or rules for each action according to user input.\nYou will be able to control each of the available actions and define different scenarios according to the data filled by the user.\";s:17:\"short_description\";s:109:\"Conditional logic of actions extension adds powerful conditional rules management to your submission actions.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9547/banner.jpg\";s:15:\"card_banner_url\";s:73:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9547/card_banner.jpeg\";s:15:\"selling_point_0\";s:69:\"Redirect to different thank you pages with the basic redirect action.\";s:15:\"selling_point_1\";s:50:\"Sell different products with the PayPal extension.\";s:15:\"selling_point_2\";s:83:\"Manage your conversion pixels by user selections (use the free fire script action).\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9547/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9547/screenshots/1.jpeg\";}s:2:\"id\";s:4:\"2530\";s:7:\"updated\";s:19:\"2021-12-17 09:20:19\";s:7:\"created\";s:19:\"2021-12-17 07:05:46\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_7b26566eaa100fecced4da79f1b89\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9547\";s:7:\"updated\";s:19:\"2024-04-08 00:52:19\";s:7:\"created\";s:19:\"2021-12-17 06:51:50\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:16:\"API Integrations\";s:4:\"slug\";s:10:\"wpcf7r-api\";s:12:\"premium_slug\";s:10:\"wpcf7r-api\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:3;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9549\";s:11:\"description\";s:424:\"3rd party integration for Contact Form 7 is easy with contact-form-7 to API.\n\nUse the API results with custom JavaScript/Send the data using www-form-urlencoded.\nAlongside conditional actions logic extension define different set of registration rules.\nUse any contact form 7 tag/multiple tags.\nManipulate the user input with custom functions (MD5/Urlencode/Base64_encode/Utf8 Decode).\nTest your settings and view debug logs.\";s:17:\"short_description\";s:58:\"API extension allows you to Send your Leads to remote API.\";s:10:\"banner_url\";s:68:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9549/banner.jpeg\";s:15:\"card_banner_url\";s:73:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9549/card_banner.jpeg\";s:15:\"selling_point_0\";s:47:\"Supports POST/GET/DELETE/PATCH PARAMS/JSON/XML.\";s:15:\"selling_point_1\";s:72:\"Map your custom form fields according to your API provider instructions.\";s:15:\"selling_point_2\";s:24:\"Set custom HTTP HEADERS.\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9549/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9549/screenshots/1.jpeg\";s:12:\"screenshot_2\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9549/screenshots/2.jpeg\";}s:2:\"id\";s:4:\"2531\";s:7:\"updated\";s:19:\"2023-12-21 19:03:23\";s:7:\"created\";s:19:\"2021-12-17 10:07:59\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_1717795231fbbf807b4db7b2c127d\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9549\";s:7:\"updated\";s:19:\"2024-04-08 07:24:09\";s:7:\"created\";s:19:\"2021-12-17 09:40:43\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:2;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:15:\"Thank You Popup\";s:4:\"slug\";s:12:\"wpcf7r-popup\";s:12:\"premium_slug\";s:12:\"wpcf7r-popup\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9551\";s:11:\"description\";s:121:\"Contact Form 7 Thank You Popup extension adds the ability to thank your users with a noticeable designed thank-you popup.\";s:17:\"short_description\";s:121:\"Contact Form 7 Thank You Popup extension adds the ability to thank your users with a noticeable designed thank-you popup.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9551/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9551/card_banner.png\";s:15:\"selling_point_0\";s:37:\"Create a popup for any of your forms.\";s:15:\"selling_point_1\";s:86:\"Easy design tools allows you to match the colors and styles to your own website style.\";s:15:\"selling_point_2\";s:39:\"You can create your own popup template!\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9551/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9551/screenshots/1.jpeg\";}s:2:\"id\";s:4:\"2532\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-12-17 10:31:52\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_b496c98190df71609959aae524a62\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9551\";s:7:\"updated\";s:19:\"2024-04-08 11:42:22\";s:7:\"created\";s:19:\"2021-12-17 10:14:18\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:3;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:11:\"PDF Creator\";s:4:\"slug\";s:17:\"wpcf7r-create-pdf\";s:12:\"premium_slug\";s:17:\"wpcf7r-create-pdf\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:7;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9552\";s:11:\"description\";s:27:\"Create PDF After Submission\";s:17:\"short_description\";s:92:\"Create PDF extension adds the option to create and send PDF using the submitted form fields.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9552/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9552/card_banner.png\";s:15:\"selling_point_0\";s:26:\"Set PDF header and footer.\";s:15:\"selling_point_1\";s:27:\"Set a background watermark.\";s:15:\"selling_point_2\";s:46:\"Separate pages and set padding and page sizes.\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9552/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9552/screenshots/1.jpeg\";}s:2:\"id\";s:4:\"2533\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-12-17 11:03:12\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_116f452f6f2a22d22516d54cd06d8\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9552\";s:7:\"updated\";s:19:\"2024-03-15 02:07:14\";s:7:\"created\";s:19:\"2021-12-17 10:38:05\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:4;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:18:\"Stripe Integration\";s:4:\"slug\";s:13:\"wpcf7r-stripe\";s:12:\"premium_slug\";s:13:\"wpcf7r-stripe\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9553\";s:11:\"description\";N;s:17:\"short_description\";s:90:\"Collect Payments with Stripe extension will allow you to collect payments from your users.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9553/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9553/card_banner.png\";s:15:\"selling_point_0\";s:29:\"Define your product settings.\";s:15:\"selling_point_1\";s:25:\"Map optional user fields.\";s:15:\"selling_point_2\";s:21:\"Add custom meta-data.\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9553/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9553/screenshots/1.jpeg\";s:12:\"screenshot_2\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9553/screenshots/2.jpeg\";}s:2:\"id\";s:4:\"2534\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-12-17 11:37:04\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_84905c0f9166b5f0282d3031cd353\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9553\";s:7:\"updated\";s:19:\"2024-04-07 16:07:46\";s:7:\"created\";s:19:\"2021-12-17 11:08:26\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:5;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:19:\"HubSpot Integration\";s:4:\"slug\";s:14:\"wpcf7r-hubspot\";s:12:\"premium_slug\";s:14:\"wpcf7r-hubspot\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:4;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9554\";s:11:\"description\";N;s:17:\"short_description\";s:108:\"Hubspot Integration extensions adds the ability to send form submissions from Contact Form 7 to HubSpot CRM.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9554/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9554/card_banner.png\";s:15:\"selling_point_0\";s:55:\"Get a list of available entities to update on your CRM.\";s:15:\"selling_point_1\";s:42:\"Map your form fields with your CRM fields.\";s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9554/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2535\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-12-17 12:06:30\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_07a13955ff7fbbd212e4c200a9540\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9554\";s:7:\"updated\";s:19:\"2024-04-01 18:51:05\";s:7:\"created\";s:19:\"2021-12-17 11:42:41\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:6;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:22:\"Salesforce Integration\";s:4:\"slug\";s:17:\"wpcf7r-salesforce\";s:12:\"premium_slug\";s:17:\"wpcf7r-salesforce\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:5;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9555\";s:11:\"description\";s:132:\"Contact Form 7 to Salesforce Integration extensions adds the ability to send submission forms from Contact Form 7 to Salesforce CRM.\";s:17:\"short_description\";s:51:\"Integrate your contact form 7 forms with Salesforce\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9555/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9555/card_banner.png\";s:15:\"selling_point_0\";s:62:\"Select from a list of available objects to update on your CRM.\";s:15:\"selling_point_1\";s:30:\"Update default/custom objects.\";s:15:\"selling_point_2\";s:42:\"Map your form fields with your CRM fields.\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9555/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2537\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-12-17 16:39:25\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_33a94c674259ac5addbd61f1bcb69\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9555\";s:7:\"updated\";s:19:\"2024-04-06 11:29:42\";s:7:\"created\";s:19:\"2021-12-17 12:08:23\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:7;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:21:\"Front End Create Post\";s:4:\"slug\";s:18:\"wpcf7r-create-post\";s:12:\"premium_slug\";s:18:\"wpcf7r-create-post\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9556\";s:11:\"description\";s:119:\"Allow users to publish blog-posts.\nCreate Woo-commerce coupons.\nCreate support tickets.\nInsert new Woo-commerce orders.\";s:17:\"short_description\";s:114:\"Frontend Publish Post extension adds the ability to allow your users to publish posts from your website front-end.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9556/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9556/card_banner.png\";s:15:\"selling_point_0\";s:84:\"Select which post type to create – custom post types and Taxonomies are supported.\";s:15:\"selling_point_1\";s:21:\"Map custom meta keys.\";s:15:\"selling_point_2\";s:103:\"Assign post to specific category/taxonomy or let the users choose category/taxonomy from any for field.\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9556/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9556/screenshots/1.jpeg\";}s:2:\"id\";s:4:\"2538\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-12-17 17:00:49\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_71c2812495ff719dd3f5c59d8160f\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9556\";s:7:\"updated\";s:19:\"2024-03-10 09:00:42\";s:7:\"created\";s:19:\"2021-12-17 16:41:29\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:8;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:18:\"Custom Validations\";s:4:\"slug\";s:20:\"wpcf7r-custom-errors\";s:12:\"premium_slug\";s:20:\"wpcf7r-custom-errors\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:3;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9557\";s:11:\"description\";N;s:17:\"short_description\";s:84:\"Custom Validations extension adds the ability to manage your form fields validation.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9557/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9557/card_banner.png\";s:15:\"selling_point_0\";s:57:\"Set custom validation rules for each of your form fields.\";s:15:\"selling_point_1\";s:48:\"Set custom error messages for individual fields.\";s:15:\"selling_point_2\";s:62:\"Set any validation rule/s to any of your contact form 7 forms.\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9557/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2539\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-12-17 18:19:33\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_cd176f7d3a819754da960c28302c8\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9557\";s:7:\"updated\";s:19:\"2024-04-04 17:46:04\";s:7:\"created\";s:19:\"2021-12-17 17:02:43\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:9;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:22:\"Mail-chimp Integration\";s:4:\"slug\";s:16:\"wpcf7r-mailchimp\";s:12:\"premium_slug\";s:16:\"wpcf7r-mailchimp\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:2;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9559\";s:11:\"description\";N;s:17:\"short_description\";s:116:\"Subscribe Users To Mail-chimp extension adds the ability to register submitted forms to any of your Mail-chimp list.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9559/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9559/card_banner.png\";s:15:\"selling_point_0\";s:22:\"Manage each form list.\";s:15:\"selling_point_1\";s:34:\"Map your custom Mail-chimp fields.\";s:15:\"selling_point_2\";s:22:\"Control double Opt-In.\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9559/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2540\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-12-17 19:43:57\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_4aa97db128c81596b751fc80e6584\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9559\";s:7:\"updated\";s:19:\"2024-04-08 09:04:44\";s:7:\"created\";s:19:\"2021-12-17 18:27:19\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:10;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:18:\"Custom Login Forms\";s:4:\"slug\";s:12:\"wpcf7r-login\";s:12:\"premium_slug\";s:12:\"wpcf7r-login\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:4;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9560\";s:11:\"description\";N;s:17:\"short_description\";s:96:\"Custom Login Forms extension will allow you to create custom login forms for your website users.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9560/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9560/card_banner.png\";s:15:\"selling_point_0\";s:28:\"Define the user login field.\";s:15:\"selling_point_1\";s:31:\"Define the user password field.\";s:15:\"selling_point_2\";s:33:\"Add your general failure message.\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9560/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2541\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-12-17 19:55:35\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_0d66cb30ec55c7f23e45cc41c3e43\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9560\";s:7:\"updated\";s:19:\"2024-03-28 09:32:40\";s:7:\"created\";s:19:\"2021-12-17 19:45:13\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:11;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:25:\"Custom Registration Forms\";s:4:\"slug\";s:15:\"wpcf7r-register\";s:12:\"premium_slug\";s:15:\"wpcf7r-register\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:2;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9564\";s:11:\"description\";s:441:\"Define password and password validation fields or generate auto passwords.\nSend new user email notifications with your custom template.\nOptionally auto login the user after completed registration.\nDefine the registered user role.\nAlongside conditional actions logic extension define different set of registration rules.\nMap custom user meta fields that will be added to the user on your admin panel.\nUse any contact form 7 tag/multiple tags.\";s:17:\"short_description\";s:93:\"Custom Registration Forms extension adds the ability to create custom user registration form.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9564/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9564/card_banner.png\";s:15:\"selling_point_0\";s:49:\"Easily create multiple custom registration Forms.\";s:15:\"selling_point_1\";s:57:\"Map basic user fields and/or create new user meta fields.\";s:15:\"selling_point_2\";s:74:\"Define password and password validation fields or generate auto passwords.\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9564/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9564/screenshots/1.jpeg\";}s:2:\"id\";s:4:\"2543\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-12-18 07:36:31\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_e1418dc8f85eaee980271a67e446e\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9564\";s:7:\"updated\";s:19:\"2024-04-04 09:29:11\";s:7:\"created\";s:19:\"2021-12-18 07:20:55\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:12;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:18:\"Paypal integration\";s:4:\"slug\";s:13:\"wpcf7r-paypal\";s:12:\"premium_slug\";s:13:\"wpcf7r-paypal\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9565\";s:11:\"description\";s:467:\"Unlimited forms.\nDefine your product settings.\nMap optional user fields (addresses/names/phone numbers etc.).\nDefine return and cancel url.\nSelect the interface language.\nSelect the payment currency.\nSelect the payment action (Sale/Authorize)\nUse any available contact form 7 shortcode to define the product details/quantities and more.\nUse conditional actions logic to sell different products.\nUse sandbox/live account.\nOpen PayPal on a new window/redirect the user.\";s:17:\"short_description\";s:80:\"Redirect to PayPal extension will allow you to collect payments from your users.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9565/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9565/card_banner.png\";s:15:\"selling_point_0\";s:54:\"Sell any product you like with an easy and fast setup.\";s:15:\"selling_point_1\";s:62:\"Map optional user fields (addresses/names/phone numbers etc.).\";s:15:\"selling_point_2\";s:29:\"Define return and cancel url.\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9565/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9565/screenshots/1.jpeg\";s:12:\"screenshot_2\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9565/screenshots/2.jpeg\";}s:2:\"id\";s:4:\"2544\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2021-12-18 07:52:29\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_56f0e90cd42f5de7ebe7c1e5f2bd3\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9565\";s:7:\"updated\";s:19:\"2024-04-04 09:28:44\";s:7:\"created\";s:19:\"2021-12-18 07:38:12\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:13;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:15:\"Sms with twilio\";s:4:\"slug\";s:14:\"wpcf7r-twillio\";s:12:\"premium_slug\";s:22:\"wpcf7r-twillio-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9592\";s:11:\"description\";N;s:17:\"short_description\";s:103:\"Sms with twilio allows you to send sms notifications to your users/yourself about new form submissions.\";s:10:\"banner_url\";s:68:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9592/banner.jpeg\";s:15:\"card_banner_url\";s:73:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9592/card_banner.jpeg\";s:15:\"selling_point_0\";s:45:\"Get notifications about new form submissions.\";s:15:\"selling_point_1\";s:36:\"Send success messages to your users.\";s:15:\"selling_point_2\";s:38:\"Send information to your users via SMS\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9592/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2557\";s:7:\"updated\";s:19:\"2023-12-21 19:12:00\";s:7:\"created\";s:19:\"2021-12-25 15:43:36\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_077760f2a7ad36b614bf7bdfcf2bb\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9592\";s:7:\"updated\";s:19:\"2024-04-04 09:32:08\";s:7:\"created\";s:19:\"2021-12-25 15:11:18\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:14;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:18:\"Send slack message\";s:4:\"slug\";s:12:\"wpcf7r-slack\";s:12:\"premium_slug\";s:20:\"wpcf7r-slack-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:1;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"9824\";s:11:\"description\";s:56:\"Send a message to your slack channel on every submission\";s:17:\"short_description\";N;s:10:\"banner_url\";s:68:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9824/banner.jpeg\";s:15:\"card_banner_url\";s:73:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9824/card_banner.jpeg\";s:15:\"selling_point_0\";s:56:\"Send a message to your slack channel on every submission\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9824/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2679\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2022-03-04 21:25:37\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_4cd7cd394e366889689f3ec1146a4\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"9824\";s:7:\"updated\";s:19:\"2023-12-10 09:00:46\";s:7:\"created\";s:19:\"2022-01-31 21:02:53\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:15;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:20:\"Eliminate Duplicates\";s:4:\"slug\";s:27:\"wpcf7r-eliminate-duplicates\";s:12:\"premium_slug\";s:28:\"eliminate-duplicates-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:3;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:5:\"12020\";s:11:\"description\";N;s:17:\"short_description\";s:31:\"Limit multiple form submissions\";s:10:\"banner_url\";s:69:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12020/banner.jpeg\";s:15:\"card_banner_url\";s:74:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12020/card_banner.jpeg\";s:15:\"selling_point_0\";s:58:\"Limit multiple submissions forms from the same IP address.\";s:15:\"selling_point_1\";s:56:\"Limit multiple submissions by any combination of fields.\";s:15:\"selling_point_2\";s:72:\"Set a time frame in which the user wont be able to submit a second form.\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12020/screenshots/0.png\";}s:2:\"id\";s:4:\"3350\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2023-02-13 23:31:56\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_03d1080f5aa780b42ca9a5e77075d\";s:10:\"secret_key\";N;s:2:\"id\";s:5:\"12020\";s:7:\"updated\";s:19:\"2024-03-27 10:54:33\";s:7:\"created\";s:19:\"2023-02-13 21:00:24\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:16;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:15:\"Multi Step Form\";s:4:\"slug\";s:15:\"multi-step-form\";s:12:\"premium_slug\";s:22:\"wpcf7r-multi-step-form\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:2;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:5:\"12446\";s:11:\"description\";N;s:17:\"short_description\";N;s:10:\"banner_url\";s:69:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12446/banner.jpeg\";s:15:\"card_banner_url\";s:74:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12446/card_banner.jpeg\";s:15:\"selling_point_0\";s:29:\"Easily create multistep forms\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:76:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12446/screenshots/0.jpeg\";s:12:\"screenshot_2\";s:76:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12446/screenshots/2.jpeg\";}s:2:\"id\";s:4:\"3464\";s:7:\"updated\";s:19:\"2023-04-12 08:04:15\";s:7:\"created\";s:19:\"2023-04-12 07:42:05\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_5b6f73cca1ea5bfc1c81c0e57187f\";s:10:\"secret_key\";N;s:2:\"id\";s:5:\"12446\";s:7:\"updated\";s:19:\"2024-04-08 09:08:41\";s:7:\"created\";s:19:\"2023-04-11 12:53:20\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:17;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:5:\"title\";s:18:\"Monday Integration\";s:4:\"slug\";s:18:\"monday-integration\";s:12:\"premium_slug\";s:26:\"monday-integration-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:0;s:22:\"premium_releases_count\";i:7;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:5:\"12516\";s:11:\"description\";s:1296:\"With Monday Integration Add-on, you can easily connect your Contact Form 7 forms to Monday.com and automatically create items or tasks in your Monday.com boards or projects when a form is submitted. This add-on eliminates the need for manual data entry and streamlines your workflow, making it more efficient and error-free.\n\nThe features of Monday Integration Add-on may include:\n\nAutomatic creation of items or tasks in Monday.com when a Contact Form 7 form is submitted, based on predefined mapping of form fields to Monday.com fields.\nCustomizable mapping of Contact Form 7 form fields to Monday.com fields, allowing you to map form data to the relevant fields in your Monday.com boards or projects.\nWith Conditional logic of actions Add-on - Support for multiple Monday.com boards or projects, allowing you to send form submissions to different boards or projects based on your requirements.\n\nEasy setup and configuration through a user-friendly interface, allowing you to set up the integration without any coding knowledge.\n\nIn summary, Monday Integration Add-on is a powerful tool that enables seamless integration between Contact Form 7 and Monday.com, saving you time and effort by automating the process of capturing form data and transferring it to your Monday.com boards or projects.\";s:17:\"short_description\";s:133:\"Easily connect your Contact Form 7 forms to Monday.com and automatically create items or tasks in your Monday.com boards or projects.\";s:10:\"banner_url\";s:69:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12516/banner.jpeg\";s:15:\"card_banner_url\";s:74:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12516/card_banner.jpeg\";s:15:\"selling_point_0\";s:128:\"Automatic creation of items or tasks in Monday.com when a Contact Form 7 form is submitted, based on predefined mapping of form \";s:15:\"selling_point_1\";s:128:\"Customizable mapping of Contact Form 7 form fields to Monday.com fields, allowing you to map form data to the relevant fields in\";s:15:\"selling_point_2\";s:128:\"Easy setup and configuration through a user-friendly interface, allowing you to set up the integration without any coding knowle\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:76:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12516/screenshots/0.jpeg\";s:12:\"screenshot_2\";s:76:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12516/screenshots/2.jpeg\";}s:2:\"id\";s:4:\"3474\";s:7:\"updated\";s:19:\"2023-12-21 18:59:19\";s:7:\"created\";s:19:\"2023-04-20 22:16:22\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_db378fcc4056228190315e47ba62f\";s:10:\"secret_key\";N;s:2:\"id\";s:5:\"12516\";s:7:\"updated\";s:19:\"2024-03-27 18:24:41\";s:7:\"created\";s:19:\"2023-04-20 22:02:25\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:13:\"admin_notices\";a:1:{s:14:\"wpcf7-redirect\";a:0:{}}}','yes'),(6248,'fs_api_cache','a:2:{s:55:\"get:/v1/plugins/9546/addons.json?enriched=true&count=50\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:7:\"plugins\";a:18:{i:0;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8700567\";s:4:\"slug\";s:24:\"wpcf7r-conditional-logic\";s:5:\"title\";s:25:\"Actions conditional logic\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9547/icons/a22486ab43b55042bba960bd03a29b22.png\";s:15:\"default_plan_id\";s:5:\"16063\";s:5:\"plans\";i:16063;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:3;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_7b26566eaa100fecced4da79f1b89\";s:2:\"id\";s:4:\"9547\";s:7:\"created\";s:19:\"2021-12-17 06:51:50\";s:7:\"updated\";s:19:\"2024-04-08 00:52:19\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9547\";s:3:\"url\";s:75:\"https://redirection-for-contact-form7.com/product/wpcf7r-conditional-logic/\";s:11:\"description\";s:297:\"Conditional logic of actions extension adds powerful conditional rules management to your submission actions.\nSet If/Or rules for each action according to user input.\nYou will be able to control each of the available actions and define different scenarios according to the data filled by the user.\";s:17:\"short_description\";s:109:\"Conditional logic of actions extension adds powerful conditional rules management to your submission actions.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9547/banner.jpg\";s:15:\"card_banner_url\";s:73:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9547/card_banner.jpeg\";s:15:\"selling_point_0\";s:69:\"Redirect to different thank you pages with the basic redirect action.\";s:15:\"selling_point_1\";s:50:\"Sell different products with the PayPal extension.\";s:15:\"selling_point_2\";s:83:\"Manage your conversion pixels by user selections (use the free fire script action).\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9547/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9547/screenshots/1.jpeg\";}s:2:\"id\";s:4:\"2530\";s:7:\"created\";s:19:\"2021-12-17 07:05:46\";s:7:\"updated\";s:19:\"2021-12-17 09:20:19\";}s:12:\"premium_slug\";s:24:\"wpcf7r-conditional-logic\";}i:1;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8701150\";s:4:\"slug\";s:10:\"wpcf7r-api\";s:5:\"title\";s:16:\"API Integrations\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9549/icons/a936e38f73ccd2e8852eb0e46e923fab.png\";s:15:\"default_plan_id\";s:5:\"16067\";s:5:\"plans\";i:16067;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:3;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_1717795231fbbf807b4db7b2c127d\";s:2:\"id\";s:4:\"9549\";s:7:\"created\";s:19:\"2021-12-17 09:40:43\";s:7:\"updated\";s:19:\"2024-04-08 07:24:09\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9549\";s:3:\"url\";N;s:11:\"description\";s:424:\"3rd party integration for Contact Form 7 is easy with contact-form-7 to API.\n\nUse the API results with custom JavaScript/Send the data using www-form-urlencoded.\nAlongside conditional actions logic extension define different set of registration rules.\nUse any contact form 7 tag/multiple tags.\nManipulate the user input with custom functions (MD5/Urlencode/Base64_encode/Utf8 Decode).\nTest your settings and view debug logs.\";s:17:\"short_description\";s:58:\"API extension allows you to Send your Leads to remote API.\";s:10:\"banner_url\";s:68:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9549/banner.jpeg\";s:15:\"card_banner_url\";s:73:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9549/card_banner.jpeg\";s:15:\"selling_point_0\";s:47:\"Supports POST/GET/DELETE/PATCH PARAMS/JSON/XML.\";s:15:\"selling_point_1\";s:72:\"Map your custom form fields according to your API provider instructions.\";s:15:\"selling_point_2\";s:24:\"Set custom HTTP HEADERS.\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9549/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9549/screenshots/1.jpeg\";s:12:\"screenshot_2\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9549/screenshots/2.jpeg\";}s:2:\"id\";s:4:\"2531\";s:7:\"created\";s:19:\"2021-12-17 10:07:59\";s:7:\"updated\";s:19:\"2023-12-21 19:03:23\";}s:12:\"premium_slug\";s:10:\"wpcf7r-api\";}i:2;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8701315\";s:4:\"slug\";s:12:\"wpcf7r-popup\";s:5:\"title\";s:15:\"Thank You Popup\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9551/icons/9d5febf940a349ccb340cf82ce7d81c6.png\";s:15:\"default_plan_id\";s:5:\"16070\";s:5:\"plans\";i:16070;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_b496c98190df71609959aae524a62\";s:2:\"id\";s:4:\"9551\";s:7:\"created\";s:19:\"2021-12-17 10:14:18\";s:7:\"updated\";s:19:\"2024-04-08 11:42:22\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9551\";s:3:\"url\";N;s:11:\"description\";s:121:\"Contact Form 7 Thank You Popup extension adds the ability to thank your users with a noticeable designed thank-you popup.\";s:17:\"short_description\";s:121:\"Contact Form 7 Thank You Popup extension adds the ability to thank your users with a noticeable designed thank-you popup.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9551/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9551/card_banner.png\";s:15:\"selling_point_0\";s:37:\"Create a popup for any of your forms.\";s:15:\"selling_point_1\";s:86:\"Easy design tools allows you to match the colors and styles to your own website style.\";s:15:\"selling_point_2\";s:39:\"You can create your own popup template!\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9551/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9551/screenshots/1.jpeg\";}s:2:\"id\";s:4:\"2532\";s:7:\"created\";s:19:\"2021-12-17 10:31:52\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:12:\"wpcf7r-popup\";}i:3;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8701411\";s:4:\"slug\";s:17:\"wpcf7r-create-pdf\";s:5:\"title\";s:11:\"PDF Creator\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9552/icons/cb39a59e80247e084d1414de343f7b0f.png\";s:15:\"default_plan_id\";s:5:\"16072\";s:5:\"plans\";i:16072;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:7;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_116f452f6f2a22d22516d54cd06d8\";s:2:\"id\";s:4:\"9552\";s:7:\"created\";s:19:\"2021-12-17 10:38:05\";s:7:\"updated\";s:19:\"2024-03-15 02:07:14\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9552\";s:3:\"url\";N;s:11:\"description\";s:27:\"Create PDF After Submission\";s:17:\"short_description\";s:92:\"Create PDF extension adds the option to create and send PDF using the submitted form fields.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9552/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9552/card_banner.png\";s:15:\"selling_point_0\";s:26:\"Set PDF header and footer.\";s:15:\"selling_point_1\";s:27:\"Set a background watermark.\";s:15:\"selling_point_2\";s:46:\"Separate pages and set padding and page sizes.\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9552/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9552/screenshots/1.jpeg\";}s:2:\"id\";s:4:\"2533\";s:7:\"created\";s:19:\"2021-12-17 11:03:12\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:17:\"wpcf7r-create-pdf\";}i:4;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8701549\";s:4:\"slug\";s:13:\"wpcf7r-stripe\";s:5:\"title\";s:18:\"Stripe Integration\";s:11:\"environment\";i:0;s:4:\"icon\";s:100:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9553/icons/c74fed8257a94cdce06f70b1a6eade0f.jpeg\";s:15:\"default_plan_id\";s:5:\"16074\";s:5:\"plans\";i:16074;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_84905c0f9166b5f0282d3031cd353\";s:2:\"id\";s:4:\"9553\";s:7:\"created\";s:19:\"2021-12-17 11:08:26\";s:7:\"updated\";s:19:\"2024-04-07 16:07:46\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9553\";s:3:\"url\";N;s:11:\"description\";N;s:17:\"short_description\";s:90:\"Collect Payments with Stripe extension will allow you to collect payments from your users.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9553/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9553/card_banner.png\";s:15:\"selling_point_0\";s:29:\"Define your product settings.\";s:15:\"selling_point_1\";s:25:\"Map optional user fields.\";s:15:\"selling_point_2\";s:21:\"Add custom meta-data.\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9553/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9553/screenshots/1.jpeg\";s:12:\"screenshot_2\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9553/screenshots/2.jpeg\";}s:2:\"id\";s:4:\"2534\";s:7:\"created\";s:19:\"2021-12-17 11:37:04\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:13:\"wpcf7r-stripe\";}i:5;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8701696\";s:4:\"slug\";s:14:\"wpcf7r-hubspot\";s:5:\"title\";s:19:\"HubSpot Integration\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9554/icons/76b1a57c10c718b71490c266672b1e0c.png\";s:15:\"default_plan_id\";s:5:\"16076\";s:5:\"plans\";i:16076;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:4;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_07a13955ff7fbbd212e4c200a9540\";s:2:\"id\";s:4:\"9554\";s:7:\"created\";s:19:\"2021-12-17 11:42:41\";s:7:\"updated\";s:19:\"2024-04-01 18:51:05\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9554\";s:3:\"url\";N;s:11:\"description\";N;s:17:\"short_description\";s:108:\"Hubspot Integration extensions adds the ability to send form submissions from Contact Form 7 to HubSpot CRM.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9554/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9554/card_banner.png\";s:15:\"selling_point_0\";s:55:\"Get a list of available entities to update on your CRM.\";s:15:\"selling_point_1\";s:42:\"Map your form fields with your CRM fields.\";s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9554/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2535\";s:7:\"created\";s:19:\"2021-12-17 12:06:30\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:14:\"wpcf7r-hubspot\";}i:6;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8701812\";s:4:\"slug\";s:17:\"wpcf7r-salesforce\";s:5:\"title\";s:22:\"Salesforce Integration\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9555/icons/0e93c3dfc42f42bdaa088837226214f6.png\";s:15:\"default_plan_id\";s:5:\"16078\";s:5:\"plans\";i:16078;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:5;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_33a94c674259ac5addbd61f1bcb69\";s:2:\"id\";s:4:\"9555\";s:7:\"created\";s:19:\"2021-12-17 12:08:23\";s:7:\"updated\";s:19:\"2024-04-06 11:29:42\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9555\";s:3:\"url\";N;s:11:\"description\";s:132:\"Contact Form 7 to Salesforce Integration extensions adds the ability to send submission forms from Contact Form 7 to Salesforce CRM.\";s:17:\"short_description\";s:51:\"Integrate your contact form 7 forms with Salesforce\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9555/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9555/card_banner.png\";s:15:\"selling_point_0\";s:62:\"Select from a list of available objects to update on your CRM.\";s:15:\"selling_point_1\";s:30:\"Update default/custom objects.\";s:15:\"selling_point_2\";s:42:\"Map your form fields with your CRM fields.\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9555/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2537\";s:7:\"created\";s:19:\"2021-12-17 16:39:25\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:17:\"wpcf7r-salesforce\";}i:7;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8703162\";s:4:\"slug\";s:18:\"wpcf7r-create-post\";s:5:\"title\";s:21:\"Front End Create Post\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9556/icons/71a27485896f22967971bccbb9373d1e.png\";s:15:\"default_plan_id\";s:5:\"16080\";s:5:\"plans\";i:16080;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_71c2812495ff719dd3f5c59d8160f\";s:2:\"id\";s:4:\"9556\";s:7:\"created\";s:19:\"2021-12-17 16:41:29\";s:7:\"updated\";s:19:\"2024-03-10 09:00:42\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9556\";s:3:\"url\";N;s:11:\"description\";s:119:\"Allow users to publish blog-posts.\nCreate Woo-commerce coupons.\nCreate support tickets.\nInsert new Woo-commerce orders.\";s:17:\"short_description\";s:114:\"Frontend Publish Post extension adds the ability to allow your users to publish posts from your website front-end.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9556/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9556/card_banner.png\";s:15:\"selling_point_0\";s:84:\"Select which post type to create – custom post types and Taxonomies are supported.\";s:15:\"selling_point_1\";s:21:\"Map custom meta keys.\";s:15:\"selling_point_2\";s:103:\"Assign post to specific category/taxonomy or let the users choose category/taxonomy from any for field.\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9556/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9556/screenshots/1.jpeg\";}s:2:\"id\";s:4:\"2538\";s:7:\"created\";s:19:\"2021-12-17 17:00:49\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:18:\"wpcf7r-create-post\";}i:8;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8703252\";s:4:\"slug\";s:20:\"wpcf7r-custom-errors\";s:5:\"title\";s:18:\"Custom Validations\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9557/icons/2351be9c57fbdaa9f672060a73173e7c.png\";s:15:\"default_plan_id\";s:5:\"16083\";s:5:\"plans\";i:16083;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:3;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_cd176f7d3a819754da960c28302c8\";s:2:\"id\";s:4:\"9557\";s:7:\"created\";s:19:\"2021-12-17 17:02:43\";s:7:\"updated\";s:19:\"2024-04-04 17:46:04\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9557\";s:3:\"url\";N;s:11:\"description\";N;s:17:\"short_description\";s:84:\"Custom Validations extension adds the ability to manage your form fields validation.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9557/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9557/card_banner.png\";s:15:\"selling_point_0\";s:57:\"Set custom validation rules for each of your form fields.\";s:15:\"selling_point_1\";s:48:\"Set custom error messages for individual fields.\";s:15:\"selling_point_2\";s:62:\"Set any validation rule/s to any of your contact form 7 forms.\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9557/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2539\";s:7:\"created\";s:19:\"2021-12-17 18:19:33\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:20:\"wpcf7r-custom-errors\";}i:9;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8703637\";s:4:\"slug\";s:16:\"wpcf7r-mailchimp\";s:5:\"title\";s:22:\"Mail-chimp Integration\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9559/icons/bc8157734ab14e2451e5c5ac5f579d6b.png\";s:15:\"default_plan_id\";s:5:\"16086\";s:5:\"plans\";i:16086;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:2;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_4aa97db128c81596b751fc80e6584\";s:2:\"id\";s:4:\"9559\";s:7:\"created\";s:19:\"2021-12-17 18:27:19\";s:7:\"updated\";s:19:\"2024-04-08 09:04:44\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9559\";s:3:\"url\";N;s:11:\"description\";N;s:17:\"short_description\";s:116:\"Subscribe Users To Mail-chimp extension adds the ability to register submitted forms to any of your Mail-chimp list.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9559/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9559/card_banner.png\";s:15:\"selling_point_0\";s:22:\"Manage each form list.\";s:15:\"selling_point_1\";s:34:\"Map your custom Mail-chimp fields.\";s:15:\"selling_point_2\";s:22:\"Control double Opt-In.\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9559/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2540\";s:7:\"created\";s:19:\"2021-12-17 19:43:57\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:16:\"wpcf7r-mailchimp\";}i:10;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8703966\";s:4:\"slug\";s:12:\"wpcf7r-login\";s:5:\"title\";s:18:\"Custom Login Forms\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9560/icons/5e4ac8c31d7c775e9ceb8fa2a84e5dbd.png\";s:15:\"default_plan_id\";s:5:\"16088\";s:5:\"plans\";i:16088;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:4;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_0d66cb30ec55c7f23e45cc41c3e43\";s:2:\"id\";s:4:\"9560\";s:7:\"created\";s:19:\"2021-12-17 19:45:13\";s:7:\"updated\";s:19:\"2024-03-28 09:32:40\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9560\";s:3:\"url\";N;s:11:\"description\";N;s:17:\"short_description\";s:96:\"Custom Login Forms extension will allow you to create custom login forms for your website users.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9560/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9560/card_banner.png\";s:15:\"selling_point_0\";s:28:\"Define the user login field.\";s:15:\"selling_point_1\";s:31:\"Define the user password field.\";s:15:\"selling_point_2\";s:33:\"Add your general failure message.\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9560/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2541\";s:7:\"created\";s:19:\"2021-12-17 19:55:35\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:12:\"wpcf7r-login\";}i:11;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8705400\";s:4:\"slug\";s:15:\"wpcf7r-register\";s:5:\"title\";s:25:\"Custom Registration Forms\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9564/icons/d594e55adf7086848936916ce05c4667.png\";s:15:\"default_plan_id\";s:5:\"16095\";s:5:\"plans\";i:16095;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:2;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_e1418dc8f85eaee980271a67e446e\";s:2:\"id\";s:4:\"9564\";s:7:\"created\";s:19:\"2021-12-18 07:20:55\";s:7:\"updated\";s:19:\"2024-04-04 09:29:11\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9564\";s:3:\"url\";N;s:11:\"description\";s:441:\"Define password and password validation fields or generate auto passwords.\nSend new user email notifications with your custom template.\nOptionally auto login the user after completed registration.\nDefine the registered user role.\nAlongside conditional actions logic extension define different set of registration rules.\nMap custom user meta fields that will be added to the user on your admin panel.\nUse any contact form 7 tag/multiple tags.\";s:17:\"short_description\";s:93:\"Custom Registration Forms extension adds the ability to create custom user registration form.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9564/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9564/card_banner.png\";s:15:\"selling_point_0\";s:49:\"Easily create multiple custom registration Forms.\";s:15:\"selling_point_1\";s:57:\"Map basic user fields and/or create new user meta fields.\";s:15:\"selling_point_2\";s:74:\"Define password and password validation fields or generate auto passwords.\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9564/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9564/screenshots/1.jpeg\";}s:2:\"id\";s:4:\"2543\";s:7:\"created\";s:19:\"2021-12-18 07:36:31\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:15:\"wpcf7r-register\";}i:12;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8705428\";s:4:\"slug\";s:13:\"wpcf7r-paypal\";s:5:\"title\";s:18:\"Paypal integration\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9565/icons/1656469977acf131a54444602ced0db9.png\";s:15:\"default_plan_id\";s:5:\"16097\";s:5:\"plans\";i:16097;s:8:\"features\";N;s:17:\"money_back_period\";i:14;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_56f0e90cd42f5de7ebe7c1e5f2bd3\";s:2:\"id\";s:4:\"9565\";s:7:\"created\";s:19:\"2021-12-18 07:38:12\";s:7:\"updated\";s:19:\"2024-04-04 09:28:44\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9565\";s:3:\"url\";N;s:11:\"description\";s:467:\"Unlimited forms.\nDefine your product settings.\nMap optional user fields (addresses/names/phone numbers etc.).\nDefine return and cancel url.\nSelect the interface language.\nSelect the payment currency.\nSelect the payment action (Sale/Authorize)\nUse any available contact form 7 shortcode to define the product details/quantities and more.\nUse conditional actions logic to sell different products.\nUse sandbox/live account.\nOpen PayPal on a new window/redirect the user.\";s:17:\"short_description\";s:80:\"Redirect to PayPal extension will allow you to collect payments from your users.\";s:10:\"banner_url\";s:67:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9565/banner.png\";s:15:\"card_banner_url\";s:72:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9565/card_banner.png\";s:15:\"selling_point_0\";s:54:\"Sell any product you like with an easy and fast setup.\";s:15:\"selling_point_1\";s:62:\"Map optional user fields (addresses/names/phone numbers etc.).\";s:15:\"selling_point_2\";s:29:\"Define return and cancel url.\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9565/screenshots/0.jpeg\";s:12:\"screenshot_1\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9565/screenshots/1.jpeg\";s:12:\"screenshot_2\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9565/screenshots/2.jpeg\";}s:2:\"id\";s:4:\"2544\";s:7:\"created\";s:19:\"2021-12-18 07:52:29\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:13:\"wpcf7r-paypal\";}i:13;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8738840\";s:4:\"slug\";s:14:\"wpcf7r-twillio\";s:5:\"title\";s:15:\"Sms with twilio\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9592/icons/5452ba2c4c5d469fa75cc6a14a65124a.png\";s:15:\"default_plan_id\";s:5:\"16146\";s:5:\"plans\";i:16146;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:1;s:22:\"premium_releases_count\";i:1;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_077760f2a7ad36b614bf7bdfcf2bb\";s:2:\"id\";s:4:\"9592\";s:7:\"created\";s:19:\"2021-12-25 15:11:18\";s:7:\"updated\";s:19:\"2024-04-04 09:32:08\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9592\";s:3:\"url\";N;s:11:\"description\";N;s:17:\"short_description\";s:103:\"Sms with twilio allows you to send sms notifications to your users/yourself about new form submissions.\";s:10:\"banner_url\";s:68:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9592/banner.jpeg\";s:15:\"card_banner_url\";s:73:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9592/card_banner.jpeg\";s:15:\"selling_point_0\";s:45:\"Get notifications about new form submissions.\";s:15:\"selling_point_1\";s:36:\"Send success messages to your users.\";s:15:\"selling_point_2\";s:38:\"Send information to your users via SMS\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9592/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2557\";s:7:\"created\";s:19:\"2021-12-25 15:43:36\";s:7:\"updated\";s:19:\"2023-12-21 19:12:00\";}s:12:\"premium_slug\";s:22:\"wpcf7r-twillio-premium\";}i:14;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:7:\"8943348\";s:4:\"slug\";s:12:\"wpcf7r-slack\";s:5:\"title\";s:18:\"Send slack message\";s:11:\"environment\";i:0;s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9824/icons/bd210d6b81f7600e44af25f632912e5d.png\";s:15:\"default_plan_id\";s:5:\"16791\";s:5:\"plans\";i:16791;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:1;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_4cd7cd394e366889689f3ec1146a4\";s:2:\"id\";s:4:\"9824\";s:7:\"created\";s:19:\"2022-01-31 21:02:53\";s:7:\"updated\";s:19:\"2023-12-10 09:00:46\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"9824\";s:3:\"url\";N;s:11:\"description\";s:56:\"Send a message to your slack channel on every submission\";s:17:\"short_description\";N;s:10:\"banner_url\";s:68:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9824/banner.jpeg\";s:15:\"card_banner_url\";s:73:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9824/card_banner.jpeg\";s:15:\"selling_point_0\";s:56:\"Send a message to your slack channel on every submission\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/9824/screenshots/0.jpeg\";}s:2:\"id\";s:4:\"2679\";s:7:\"created\";s:19:\"2022-03-04 21:25:37\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:20:\"wpcf7r-slack-premium\";}i:15;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:8:\"11349269\";s:4:\"slug\";s:27:\"wpcf7r-eliminate-duplicates\";s:5:\"title\";s:20:\"Eliminate Duplicates\";s:11:\"environment\";i:0;s:4:\"icon\";s:100:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12020/icons/bca1d711da03b2d418f55e008e706627.png\";s:15:\"default_plan_id\";s:5:\"20423\";s:5:\"plans\";i:20423;s:8:\"features\";N;s:17:\"money_back_period\";i:7;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:3;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_03d1080f5aa780b42ca9a5e77075d\";s:2:\"id\";s:5:\"12020\";s:7:\"created\";s:19:\"2023-02-13 21:00:24\";s:7:\"updated\";s:19:\"2024-03-27 10:54:33\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:5:\"12020\";s:3:\"url\";N;s:11:\"description\";N;s:17:\"short_description\";s:31:\"Limit multiple form submissions\";s:10:\"banner_url\";s:69:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12020/banner.jpeg\";s:15:\"card_banner_url\";s:74:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12020/card_banner.jpeg\";s:15:\"selling_point_0\";s:58:\"Limit multiple submissions forms from the same IP address.\";s:15:\"selling_point_1\";s:56:\"Limit multiple submissions by any combination of fields.\";s:15:\"selling_point_2\";s:72:\"Set a time frame in which the user wont be able to submit a second form.\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:75:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12020/screenshots/0.png\";}s:2:\"id\";s:4:\"3350\";s:7:\"created\";s:19:\"2023-02-13 23:31:56\";s:7:\"updated\";N;}s:12:\"premium_slug\";s:28:\"eliminate-duplicates-premium\";}i:16;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:8:\"11848297\";s:4:\"slug\";s:15:\"multi-step-form\";s:5:\"title\";s:15:\"Multi Step Form\";s:11:\"environment\";i:0;s:4:\"icon\";s:101:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12446/icons/e7ca286375ae14916912b61b5e83c93e.jpeg\";s:15:\"default_plan_id\";s:5:\"21069\";s:5:\"plans\";i:21069;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:2;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_5b6f73cca1ea5bfc1c81c0e57187f\";s:2:\"id\";s:5:\"12446\";s:7:\"created\";s:19:\"2023-04-11 12:53:20\";s:7:\"updated\";s:19:\"2024-04-08 09:08:41\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:5:\"12446\";s:3:\"url\";s:66:\"https://redirection-for-contact-form7.com/product/multi-step-form/\";s:11:\"description\";N;s:17:\"short_description\";N;s:10:\"banner_url\";s:69:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12446/banner.jpeg\";s:15:\"card_banner_url\";s:74:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12446/card_banner.jpeg\";s:15:\"selling_point_0\";s:29:\"Easily create multistep forms\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:76:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12446/screenshots/0.jpeg\";s:12:\"screenshot_2\";s:76:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12446/screenshots/2.jpeg\";}s:2:\"id\";s:4:\"3464\";s:7:\"created\";s:19:\"2023-04-12 07:42:05\";s:7:\"updated\";s:19:\"2023-04-12 08:04:15\";}s:12:\"premium_slug\";s:22:\"wpcf7r-multi-step-form\";}i:17;O:8:\"stdClass\":34:{s:16:\"parent_plugin_id\";s:4:\"9546\";s:12:\"developer_id\";s:5:\"12857\";s:8:\"store_id\";s:4:\"4180\";s:10:\"install_id\";s:8:\"11929993\";s:4:\"slug\";s:18:\"monday-integration\";s:5:\"title\";s:18:\"Monday Integration\";s:11:\"environment\";i:0;s:4:\"icon\";s:101:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12516/icons/d352e460590906948a8db3374054eb5e.jpeg\";s:15:\"default_plan_id\";s:5:\"21158\";s:5:\"plans\";i:21158;s:8:\"features\";N;s:17:\"money_back_period\";i:30;s:13:\"refund_policy\";s:6:\"strict\";s:24:\"annual_renewals_discount\";i:10;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:1;s:19:\"is_wp_org_compliant\";b:0;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:7;s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:9:\"is_static\";b:0;s:10:\"public_key\";s:32:\"pk_db378fcc4056228190315e47ba62f\";s:2:\"id\";s:5:\"12516\";s:7:\"created\";s:19:\"2023-04-20 22:02:25\";s:7:\"updated\";s:19:\"2024-03-27 18:24:41\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:5:\"12516\";s:3:\"url\";N;s:11:\"description\";s:1296:\"With Monday Integration Add-on, you can easily connect your Contact Form 7 forms to Monday.com and automatically create items or tasks in your Monday.com boards or projects when a form is submitted. This add-on eliminates the need for manual data entry and streamlines your workflow, making it more efficient and error-free.\n\nThe features of Monday Integration Add-on may include:\n\nAutomatic creation of items or tasks in Monday.com when a Contact Form 7 form is submitted, based on predefined mapping of form fields to Monday.com fields.\nCustomizable mapping of Contact Form 7 form fields to Monday.com fields, allowing you to map form data to the relevant fields in your Monday.com boards or projects.\nWith Conditional logic of actions Add-on - Support for multiple Monday.com boards or projects, allowing you to send form submissions to different boards or projects based on your requirements.\n\nEasy setup and configuration through a user-friendly interface, allowing you to set up the integration without any coding knowledge.\n\nIn summary, Monday Integration Add-on is a powerful tool that enables seamless integration between Contact Form 7 and Monday.com, saving you time and effort by automating the process of capturing form data and transferring it to your Monday.com boards or projects.\";s:17:\"short_description\";s:133:\"Easily connect your Contact Form 7 forms to Monday.com and automatically create items or tasks in your Monday.com boards or projects.\";s:10:\"banner_url\";s:69:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12516/banner.jpeg\";s:15:\"card_banner_url\";s:74:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12516/card_banner.jpeg\";s:15:\"selling_point_0\";s:128:\"Automatic creation of items or tasks in Monday.com when a Contact Form 7 form is submitted, based on predefined mapping of form \";s:15:\"selling_point_1\";s:128:\"Customizable mapping of Contact Form 7 form fields to Monday.com fields, allowing you to map form data to the relevant fields in\";s:15:\"selling_point_2\";s:128:\"Easy setup and configuration through a user-friendly interface, allowing you to set up the integration without any coding knowle\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:76:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12516/screenshots/0.jpeg\";s:12:\"screenshot_2\";s:76:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/12516/screenshots/2.jpeg\";}s:2:\"id\";s:4:\"3474\";s:7:\"created\";s:19:\"2023-04-20 22:16:22\";s:7:\"updated\";s:19:\"2023-12-21 18:59:19\";}s:12:\"premium_slug\";s:26:\"monday-integration-premium\";}}}s:7:\"created\";i:1712643430;s:9:\"timestamp\";i:1712729830;}s:53:\"get:/v1/plugins/9546/addons/pricing.json?type=visible\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:6:\"addons\";a:18:{i:0;O:8:\"stdClass\":2:{s:2:\"id\";i:9547;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9547\";s:4:\"name\";s:16:\"wpcf7r_cl_single\";s:5:\"title\";s:7:\"General\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";s:17:\"info@querysol.com\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16063\";s:7:\"created\";s:19:\"2021-12-17 07:29:19\";s:7:\"updated\";s:19:\"2022-08-05 17:37:58\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16063\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:29.9;s:14:\"lifetime_price\";d:139.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17894\";s:7:\"created\";s:19:\"2021-12-17 07:29:56\";s:7:\"updated\";s:19:\"2023-04-20 23:06:51\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16063\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:7.99;s:12:\"annual_price\";d:79.99;s:14:\"lifetime_price\";d:239.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17898\";s:7:\"created\";s:19:\"2021-12-17 07:32:04\";s:7:\"updated\";s:19:\"2021-12-18 09:00:26\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16063\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17899\";s:7:\"created\";s:19:\"2021-12-17 07:32:27\";s:7:\"updated\";s:19:\"2021-12-18 09:01:26\";s:8:\"currency\";s:3:\"usd\";}}}}}i:1;O:8:\"stdClass\":2:{s:2:\"id\";i:9549;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9549\";s:4:\"name\";s:9:\"wpcf7rapi\";s:5:\"title\";s:7:\"General\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";s:17:\"info@querysol.com\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16067\";s:7:\"created\";s:19:\"2021-12-17 09:43:44\";s:7:\"updated\";s:19:\"2022-12-12 04:14:03\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16067\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:3.99;s:12:\"annual_price\";d:29.9;s:14:\"lifetime_price\";d:139.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17905\";s:7:\"created\";s:19:\"2021-12-17 09:44:11\";s:7:\"updated\";s:19:\"2023-05-02 04:15:04\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16067\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:7.99;s:12:\"annual_price\";d:79.99;s:14:\"lifetime_price\";d:239.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17906\";s:7:\"created\";s:19:\"2021-12-17 09:44:31\";s:7:\"updated\";s:19:\"2021-12-18 09:00:28\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16067\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17907\";s:7:\"created\";s:19:\"2021-12-17 09:45:03\";s:7:\"updated\";s:19:\"2021-12-18 09:01:30\";s:8:\"currency\";s:3:\"usd\";}}}}}i:2;O:8:\"stdClass\":2:{s:2:\"id\";i:9551;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9551\";s:4:\"name\";s:11:\"wpcf7rpopup\";s:5:\"title\";s:30:\"Contact Form 7 Thank You Popup\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16070\";s:7:\"created\";s:19:\"2021-12-17 10:16:12\";s:7:\"updated\";s:19:\"2022-01-14 10:01:41\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16070\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:4.99;s:12:\"annual_price\";d:19.9;s:14:\"lifetime_price\";d:119.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17908\";s:7:\"created\";s:19:\"2021-12-17 10:16:25\";s:7:\"updated\";s:19:\"2022-01-16 06:43:43\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16070\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:59.99;s:14:\"lifetime_price\";d:179.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17909\";s:7:\"created\";s:19:\"2021-12-17 10:16:50\";s:7:\"updated\";s:19:\"2021-12-18 09:01:04\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16070\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17910\";s:7:\"created\";s:19:\"2021-12-17 10:17:23\";s:7:\"updated\";s:19:\"2021-12-18 09:01:55\";s:8:\"currency\";s:3:\"usd\";}}}}}i:3;O:8:\"stdClass\":2:{s:2:\"id\";i:9552;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9552\";s:4:\"name\";s:15:\"wpcf7rcreatepdf\";s:5:\"title\";s:7:\"General\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";s:17:\"info@querysol.com\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16072\";s:7:\"created\";s:19:\"2021-12-17 10:42:26\";s:7:\"updated\";s:19:\"2022-08-05 17:38:36\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16072\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:29.9;s:14:\"lifetime_price\";d:139.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17911\";s:7:\"created\";s:19:\"2021-12-17 10:42:39\";s:7:\"updated\";s:19:\"2022-01-16 06:41:36\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16072\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:7.99;s:12:\"annual_price\";d:79.99;s:14:\"lifetime_price\";d:239.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17912\";s:7:\"created\";s:19:\"2021-12-17 10:43:02\";s:7:\"updated\";s:19:\"2021-12-18 09:00:23\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16072\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17913\";s:7:\"created\";s:19:\"2021-12-17 10:43:30\";s:7:\"updated\";s:19:\"2021-12-18 08:47:07\";s:8:\"currency\";s:3:\"usd\";}}}}}i:4;O:8:\"stdClass\":2:{s:2:\"id\";i:9553;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9553\";s:4:\"name\";s:12:\"wpcf7rstripe\";s:5:\"title\";s:18:\"Stripe Integration\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16074\";s:7:\"created\";s:19:\"2021-12-17 11:25:27\";s:7:\"updated\";s:19:\"2022-01-14 10:02:16\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16074\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:4.99;s:12:\"annual_price\";d:19.9;s:14:\"lifetime_price\";d:119.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17914\";s:7:\"created\";s:19:\"2021-12-17 11:25:40\";s:7:\"updated\";s:19:\"2023-06-10 20:25:41\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16074\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:49.99;s:14:\"lifetime_price\";d:179.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17915\";s:7:\"created\";s:19:\"2021-12-17 11:25:51\";s:7:\"updated\";s:19:\"2023-06-10 20:25:43\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16074\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17916\";s:7:\"created\";s:19:\"2021-12-17 11:26:14\";s:7:\"updated\";s:19:\"2021-12-18 09:01:57\";s:8:\"currency\";s:3:\"usd\";}}}}}i:5;O:8:\"stdClass\":2:{s:2:\"id\";i:9554;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9554\";s:4:\"name\";s:13:\"wpcf7rhubspot\";s:5:\"title\";s:7:\"General\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16076\";s:7:\"created\";s:19:\"2021-12-17 11:44:52\";s:7:\"updated\";s:19:\"2022-01-14 10:00:01\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16076\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:29.9;s:14:\"lifetime_price\";d:99.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17917\";s:7:\"created\";s:19:\"2021-12-17 11:45:02\";s:7:\"updated\";s:19:\"2022-01-16 06:42:38\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16076\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:7.99;s:12:\"annual_price\";d:79.99;s:14:\"lifetime_price\";d:239.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17918\";s:7:\"created\";s:19:\"2021-12-17 11:45:25\";s:7:\"updated\";s:19:\"2021-12-18 09:00:30\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16076\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17919\";s:7:\"created\";s:19:\"2021-12-17 11:45:44\";s:7:\"updated\";s:19:\"2021-12-18 09:01:32\";s:8:\"currency\";s:3:\"usd\";}}}}}i:6;O:8:\"stdClass\":2:{s:2:\"id\";i:9555;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9555\";s:4:\"name\";s:16:\"wpcf7rsalesforce\";s:5:\"title\";s:22:\"Salesforce Integration\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16078\";s:7:\"created\";s:19:\"2021-12-17 12:30:34\";s:7:\"updated\";s:19:\"2022-08-05 17:38:11\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16078\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:29.9;s:14:\"lifetime_price\";d:139.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17920\";s:7:\"created\";s:19:\"2021-12-17 12:30:45\";s:7:\"updated\";s:19:\"2022-01-16 06:44:09\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16078\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:7.99;s:12:\"annual_price\";d:79.99;s:14:\"lifetime_price\";d:239.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17921\";s:7:\"created\";s:19:\"2021-12-17 12:31:08\";s:7:\"updated\";s:19:\"2021-12-18 09:00:36\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16078\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17922\";s:7:\"created\";s:19:\"2021-12-17 12:31:29\";s:7:\"updated\";s:19:\"2021-12-18 09:01:38\";s:8:\"currency\";s:3:\"usd\";}}}}}i:7;O:8:\"stdClass\":2:{s:2:\"id\";i:9556;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9556\";s:4:\"name\";s:16:\"wpcf7rcreatepost\";s:5:\"title\";s:7:\"General\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16080\";s:7:\"created\";s:19:\"2021-12-17 16:44:51\";s:7:\"updated\";s:19:\"2022-08-05 17:38:42\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16080\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:3.99;s:12:\"annual_price\";d:19.9;s:14:\"lifetime_price\";d:89.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17923\";s:7:\"created\";s:19:\"2021-12-17 16:45:06\";s:7:\"updated\";s:19:\"2022-01-16 06:42:00\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16080\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:59.99;s:14:\"lifetime_price\";d:179.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17924\";s:7:\"created\";s:19:\"2021-12-17 16:45:17\";s:7:\"updated\";s:19:\"2021-12-18 09:00:54\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16080\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17925\";s:7:\"created\";s:19:\"2021-12-17 16:45:37\";s:7:\"updated\";s:19:\"2021-12-18 09:01:44\";s:8:\"currency\";s:3:\"usd\";}}}}}i:8;O:8:\"stdClass\":2:{s:2:\"id\";i:9557;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9557\";s:4:\"name\";s:18:\"wpcf7rcustomerrors\";s:5:\"title\";s:18:\"Custom Validations\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16083\";s:7:\"created\";s:19:\"2021-12-17 18:08:30\";s:7:\"updated\";s:19:\"2022-08-05 17:38:49\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16083\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:4.99;s:12:\"annual_price\";d:19.9;s:14:\"lifetime_price\";d:89.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17926\";s:7:\"created\";s:19:\"2021-12-17 18:08:38\";s:7:\"updated\";s:19:\"2022-01-16 06:42:16\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16083\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:59.99;s:14:\"lifetime_price\";d:179.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17927\";s:7:\"created\";s:19:\"2021-12-17 18:08:52\";s:7:\"updated\";s:19:\"2021-12-18 09:00:56\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16083\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17928\";s:7:\"created\";s:19:\"2021-12-17 18:09:15\";s:7:\"updated\";s:19:\"2021-12-18 09:01:46\";s:8:\"currency\";s:3:\"usd\";}}}}}i:9;O:8:\"stdClass\":2:{s:2:\"id\";i:9559;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9559\";s:4:\"name\";s:15:\"wpcf7rmailchimp\";s:5:\"title\";s:7:\"General\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16086\";s:7:\"created\";s:19:\"2021-12-17 19:34:19\";s:7:\"updated\";s:19:\"2022-01-14 10:01:12\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16086\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:4.99;s:12:\"annual_price\";d:19.9;s:14:\"lifetime_price\";d:89.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17931\";s:7:\"created\";s:19:\"2021-12-17 19:34:31\";s:7:\"updated\";s:19:\"2022-01-16 06:43:12\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16086\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:59.99;s:14:\"lifetime_price\";d:179.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17932\";s:7:\"created\";s:19:\"2021-12-17 19:35:03\";s:7:\"updated\";s:19:\"2021-12-18 09:01:01\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16086\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17933\";s:7:\"created\";s:19:\"2021-12-17 19:35:26\";s:7:\"updated\";s:19:\"2021-12-18 09:01:52\";s:8:\"currency\";s:3:\"usd\";}}}}}i:10;O:8:\"stdClass\":2:{s:2:\"id\";i:9560;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9560\";s:4:\"name\";s:11:\"wpcf7rlogin\";s:5:\"title\";s:7:\"General\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16088\";s:7:\"created\";s:19:\"2021-12-17 19:47:32\";s:7:\"updated\";s:19:\"2022-01-14 10:00:46\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16088\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:4.99;s:12:\"annual_price\";d:19.9;s:14:\"lifetime_price\";d:89.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17934\";s:7:\"created\";s:19:\"2021-12-17 19:47:41\";s:7:\"updated\";s:19:\"2022-01-16 06:42:56\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16088\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:59.99;s:14:\"lifetime_price\";d:179.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17935\";s:7:\"created\";s:19:\"2021-12-17 19:47:49\";s:7:\"updated\";s:19:\"2021-12-18 09:00:58\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16088\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17936\";s:7:\"created\";s:19:\"2021-12-17 19:48:08\";s:7:\"updated\";s:19:\"2021-12-18 09:01:50\";s:8:\"currency\";s:3:\"usd\";}}}}}i:11;O:8:\"stdClass\":2:{s:2:\"id\";i:9564;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9564\";s:4:\"name\";s:23:\"wpcf7r_register_general\";s:5:\"title\";s:7:\"General\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16095\";s:7:\"created\";s:19:\"2021-12-18 07:23:51\";s:7:\"updated\";s:19:\"2022-01-14 10:01:53\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16095\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:29.9;s:14:\"lifetime_price\";d:139.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17941\";s:7:\"created\";s:19:\"2021-12-18 07:23:58\";s:7:\"updated\";s:19:\"2022-01-16 06:43:57\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16095\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:7.99;s:12:\"annual_price\";d:79.99;s:14:\"lifetime_price\";d:239.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17942\";s:7:\"created\";s:19:\"2021-12-18 07:24:08\";s:7:\"updated\";s:19:\"2021-12-18 09:00:40\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16095\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17943\";s:7:\"created\";s:19:\"2021-12-18 07:24:28\";s:7:\"updated\";s:19:\"2021-12-18 09:01:41\";s:8:\"currency\";s:3:\"usd\";}}}}}i:12;O:8:\"stdClass\":2:{s:2:\"id\";i:9565;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9565\";s:4:\"name\";s:21:\"wpcf7r_paypal_general\";s:5:\"title\";s:7:\"General\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16097\";s:7:\"created\";s:19:\"2021-12-18 07:40:38\";s:7:\"updated\";s:19:\"2022-01-14 10:01:31\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16097\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:29.9;s:14:\"lifetime_price\";d:139.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17944\";s:7:\"created\";s:19:\"2021-12-18 07:40:45\";s:7:\"updated\";s:19:\"2022-01-16 06:43:28\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16097\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:7.99;s:12:\"annual_price\";d:79.99;s:14:\"lifetime_price\";d:239.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17945\";s:7:\"created\";s:19:\"2021-12-18 07:40:56\";s:7:\"updated\";s:19:\"2021-12-18 09:00:34\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16097\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17946\";s:7:\"created\";s:19:\"2021-12-18 07:41:16\";s:7:\"updated\";s:19:\"2021-12-18 09:01:35\";s:8:\"currency\";s:3:\"usd\";}}}}}i:13;O:8:\"stdClass\":2:{s:2:\"id\";i:9592;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9592\";s:4:\"name\";s:13:\"wpcf7r_twilio\";s:5:\"title\";s:20:\"Send sms with twilio\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16146\";s:7:\"created\";s:19:\"2021-12-25 15:12:39\";s:7:\"updated\";s:19:\"2022-01-14 10:02:29\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16146\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:4.99;s:12:\"annual_price\";d:19.9;s:14:\"lifetime_price\";d:99.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17996\";s:7:\"created\";s:19:\"2021-12-25 15:12:50\";s:7:\"updated\";s:19:\"2022-01-16 06:44:39\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16146\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:59.99;s:14:\"lifetime_price\";d:179.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17997\";s:7:\"created\";s:19:\"2021-12-25 15:13:40\";s:7:\"updated\";s:19:\"2021-12-25 15:13:58\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16146\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:99.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"17998\";s:7:\"created\";s:19:\"2021-12-25 15:14:13\";s:7:\"updated\";s:19:\"2021-12-25 15:14:22\";s:8:\"currency\";s:3:\"usd\";}}}}}i:14;O:8:\"stdClass\":2:{s:2:\"id\";i:9824;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:4:\"9824\";s:4:\"name\";s:10:\"wpcf7slack\";s:5:\"title\";s:7:\"General\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:25:\"is_block_features_monthly\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:3;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"16791\";s:7:\"created\";s:19:\"2022-03-04 21:26:13\";s:7:\"updated\";s:19:\"2022-03-04 21:27:54\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16791\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:29.99;s:14:\"lifetime_price\";d:89.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"18832\";s:7:\"created\";s:19:\"2022-03-04 21:26:21\";s:7:\"updated\";s:19:\"2022-03-04 21:26:40\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16791\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:95.99;s:14:\"lifetime_price\";d:289.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"18833\";s:7:\"created\";s:19:\"2022-03-04 21:26:44\";s:7:\"updated\";s:19:\"2022-03-04 21:27:00\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"16791\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:19.99;s:12:\"annual_price\";d:129.99;s:14:\"lifetime_price\";d:389.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"18834\";s:7:\"created\";s:19:\"2022-03-04 21:27:01\";s:7:\"updated\";s:19:\"2022-03-04 21:27:29\";s:8:\"currency\";s:3:\"usd\";}}}}}i:15;O:8:\"stdClass\":2:{s:2:\"id\";i:12020;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:5:\"12020\";s:4:\"name\";s:25:\"wpcf7eliminatesubmissions\";s:5:\"title\";s:12:\"General plan\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:25:\"is_block_features_monthly\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:10;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"20423\";s:7:\"created\";s:19:\"2023-02-13 23:32:30\";s:7:\"updated\";s:19:\"2023-02-13 23:34:11\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"20423\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:5.99;s:12:\"annual_price\";d:19.9;s:14:\"lifetime_price\";d:69.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"23500\";s:7:\"created\";s:19:\"2023-02-13 23:32:39\";s:7:\"updated\";s:19:\"2023-06-10 20:23:46\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"20423\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:14.99;s:12:\"annual_price\";d:49.9;s:14:\"lifetime_price\";d:179.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"23501\";s:7:\"created\";s:19:\"2023-02-13 23:33:02\";s:7:\"updated\";s:19:\"2023-06-10 20:23:49\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"20423\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:39.99;s:12:\"annual_price\";d:189.99;s:14:\"lifetime_price\";d:399.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"23502\";s:7:\"created\";s:19:\"2023-02-13 23:33:24\";s:7:\"updated\";s:19:\"2023-02-13 23:34:02\";s:8:\"currency\";s:3:\"usd\";}}}}}i:16;O:8:\"stdClass\":2:{s:2:\"id\";i:12446;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:5:\"12446\";s:4:\"name\";s:19:\"wpcf7rmultistepform\";s:5:\"title\";s:7:\"General\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:25:\"is_block_features_monthly\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:7;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"21069\";s:7:\"created\";s:19:\"2023-04-11 12:55:34\";s:7:\"updated\";s:19:\"2023-04-11 12:57:17\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"21069\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:3.99;s:12:\"annual_price\";d:19.9;s:14:\"lifetime_price\";d:59.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"24440\";s:7:\"created\";s:19:\"2023-04-11 12:55:51\";s:7:\"updated\";s:19:\"2023-04-11 12:56:20\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"21069\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:9.99;s:12:\"annual_price\";d:59.9;s:14:\"lifetime_price\";d:299.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"24442\";s:7:\"created\";s:19:\"2023-04-11 12:56:31\";s:7:\"updated\";s:19:\"2023-04-12 07:59:53\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"21069\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:26.99;s:12:\"annual_price\";d:99.9;s:14:\"lifetime_price\";d:779.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"24441\";s:7:\"created\";s:19:\"2023-04-11 12:56:25\";s:7:\"updated\";s:19:\"2023-04-12 07:59:57\";s:8:\"currency\";s:3:\"usd\";}}}}}i:17;O:8:\"stdClass\":2:{s:2:\"id\";i:12516;s:5:\"plans\";a:1:{i:0;O:8:\"stdClass\":23:{s:9:\"plugin_id\";s:5:\"12516\";s:4:\"name\";s:23:\"wpcf7rmondayintegration\";s:5:\"title\";s:7:\"General\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:25:\"is_block_features_monthly\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:7;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"21158\";s:7:\"created\";s:19:\"2023-04-20 22:17:07\";s:7:\"updated\";s:19:\"2023-04-20 22:19:36\";s:7:\"pricing\";a:3:{i:0;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"21158\";s:8:\"licenses\";i:1;s:13:\"monthly_price\";d:4.99;s:12:\"annual_price\";d:19.9;s:14:\"lifetime_price\";d:69.9;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"24527\";s:7:\"created\";s:19:\"2023-04-20 22:17:18\";s:7:\"updated\";s:19:\"2023-06-10 20:28:56\";s:8:\"currency\";s:3:\"usd\";}i:1;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"21158\";s:8:\"licenses\";i:5;s:13:\"monthly_price\";d:12.99;s:12:\"annual_price\";d:49.99;s:14:\"lifetime_price\";d:179.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"24528\";s:7:\"created\";s:19:\"2023-04-20 22:18:19\";s:7:\"updated\";s:19:\"2023-06-10 20:28:59\";s:8:\"currency\";s:3:\"usd\";}i:2;O:8:\"stdClass\":11:{s:7:\"plan_id\";s:5:\"21158\";s:8:\"licenses\";N;s:13:\"monthly_price\";d:33.99;s:12:\"annual_price\";d:149.99;s:14:\"lifetime_price\";d:449.99;s:15:\"is_whitelabeled\";b:0;s:9:\"is_hidden\";b:0;s:2:\"id\";s:5:\"24529\";s:7:\"created\";s:19:\"2023-04-20 22:18:37\";s:7:\"updated\";s:19:\"2023-06-10 20:27:32\";s:8:\"currency\";s:3:\"usd\";}}}}}}}s:7:\"created\";i:1704201957;s:9:\"timestamp\";i:1704288357;}}','no'),(6251,'wpcf7_redirect_dismiss_banner','0','yes'),(6252,'wpcf7_redirect_version','3.1.2','yes'),(6254,'wpcf7_migration_completed','1','yes'),(6675,'cfdb7_view_install_date','2023-08-10 10:12:50','yes'),(7276,'db_upgraded','','yes'),(7336,'ip2location_country_blocker_access_email_notification','none','yes'),(7337,'ip2location_country_blocker_api_key','','yes'),(7338,'ip2location_country_blocker_backend_banlist','','yes'),(7339,'ip2location_country_blocker_backend_block_mode','1','yes'),(7340,'ip2location_country_blocker_backend_block_proxy','0','yes'),(7341,'ip2location_country_blocker_backend_bots_list','','yes'),(7342,'ip2location_country_blocker_backend_enabled','0','yes'),(7343,'ip2location_country_blocker_backend_error_page','','yes'),(7344,'ip2location_country_blocker_backend_auto_block_threshold','','yes'),(7345,'ip2location_country_blocker_backend_ip_blacklist','','yes'),(7346,'ip2location_country_blocker_backend_ip_whitelist','','yes'),(7347,'ip2location_country_blocker_backend_option','1','yes'),(7348,'ip2location_country_blocker_backend_redirect_url','','yes'),(7349,'ip2location_country_blocker_backend_skip_bots','1','yes'),(7350,'ip2location_country_blocker_bypass_code','','yes'),(7351,'ip2location_country_blocker_database','IP2LOCATION-LITE-DB1.BIN','yes'),(7352,'ip2location_country_blocker_debug_log_enabled','0','yes'),(7353,'ip2location_country_blocker_detect_forwarder_ip','1','yes'),(7354,'ip2location_country_blocker_email_notification','none','yes'),(7355,'ip2location_country_blocker_frontend_banlist','a:1:{i:0;s:0:\"\";}','yes'),(7356,'ip2location_country_blocker_frontend_block_mode','1','yes'),(7357,'ip2location_country_blocker_frontend_block_proxy','0','yes'),(7358,'ip2location_country_blocker_frontend_bots_list','a:1:{i:0;s:0:\"\";}','yes'),(7359,'ip2location_country_blocker_frontend_enabled','1','yes'),(7360,'ip2location_country_blocker_frontend_error_page','','yes'),(7361,'ip2location_country_blocker_frontend_auto_block_threshold','','yes'),(7362,'ip2location_country_blocker_frontend_ip_blacklist','','yes'),(7363,'ip2location_country_blocker_frontend_ip_whitelist','','yes'),(7364,'ip2location_country_blocker_frontend_option','1','yes'),(7365,'ip2location_country_blocker_frontend_redirect_url','','yes'),(7366,'ip2location_country_blocker_frontend_skip_bots','1','yes'),(7367,'ip2location_country_blocker_frontend_whitelist_logged_user','1','yes'),(7368,'ip2location_country_blocker_log_enabled','0','yes'),(7369,'ip2location_country_blocker_lookup_mode','bin','yes'),(7370,'ip2location_country_blocker_px_api_key','','yes'),(7371,'ip2location_country_blocker_px_database','','yes'),(7372,'ip2location_country_blocker_px_lookup_mode','','yes'),(7373,'ip2location_country_blocker_token','eHICZv27cF9fPE9M0tdkObx1UQaBPx9Ic5TU8YeyiggSZon2plkLCh9Hdy6MeFfP','yes'),(7374,'ip2location_country_blocker_download_ipv4_only','1','yes'),(7381,'ip2location_country_blocker_frontend_block_proxy_type','','yes'),(7613,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:3:\"6.5\";s:7:\"current\";s:5:\"6.4.1\";s:10:\"error_code\";s:32:\"copy_failed_for_update_core_file\";s:10:\"error_data\";s:33:\"wp-admin/includes/update-core.php\";s:9:\"timestamp\";i:1712618480;s:5:\"retry\";b:0;}','no'),(7614,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:19:\"info@arukustech.com\";s:7:\"version\";s:3:\"6.5\";s:9:\"timestamp\";i:1712618480;}','no'),(11257,'ewww_image_optimizer_dismiss_review_notice','1','no'),(11723,'elementor_active_kit','1053','yes'),(11724,'elementor_font_display','swap','yes'),(11727,'elementor_version','3.17.3','yes'),(11728,'elementor_install_history','a:1:{s:6:\"3.17.3\";i:1699528804;}','yes'),(11730,'elementor_events_db_version','1.0.0','no'),(11731,'elementor_onboarded','1','yes'),(11734,'_elementor_installed_time','1699528857','yes'),(11735,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:19:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:19:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:19:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:19:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:19:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:19:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:19:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:19:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:19:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:19:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:19:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:19:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:19:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:19:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:19:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:19:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:19:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:19:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:19:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:19:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:19:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:19:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:19:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:19:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:19:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:19:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:19:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:19:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:19:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:19:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:19:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:19:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:19:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:19:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:19:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:19:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:19:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:19:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:19:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:19:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:19:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:19:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:19:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:19:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:19:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:19:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:19:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:19:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:19:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:19:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:19:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:19:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:19:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:19:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:19:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:19:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:19:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:19:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:19:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:19:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:19:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:19:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:19:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:19:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:19:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:19:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:19:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:19:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:19:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:19:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:19:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:19:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:19:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:19:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:19:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:19:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:19:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:19:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:19:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:19:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:19:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:19:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:19:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:19:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:19:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:19:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:19:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:19:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:19:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:19:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:19:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:19:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:19:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:19:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:19:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:19:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:19:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:19:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:19:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:19:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:19:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:19:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:19:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:19:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:19:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:19:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:19:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:19:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:19:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:19:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:19:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:19:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:19:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:19:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:19:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:19:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:19:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:19:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:19:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:19:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:19:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:19:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:19:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:19:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:19:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:19:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:19:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:19:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:19:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:19:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:19:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:19:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:19:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:19:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:19:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:19:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:19:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:19:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:19:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:19:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:19:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:19:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:19:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:19:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:19:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:19:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:19:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:19:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:19:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:19:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:19:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:19:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:19:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:19:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:19:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:19:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:19:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:19:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:19:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:19:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:19:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:19:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:19:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:19:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:19:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:19:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:19:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:19:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:19:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:19:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:19:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:19:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:19:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:19:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:19:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:19:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:19:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:19:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:19:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:19:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:19:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:19:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:19:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:19:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:19:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:19:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:19:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:19:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:19:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:19:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:19:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:19:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:19:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:19:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:19:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:19:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:19:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:19:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:19:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:19:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:19:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:19:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:19:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:19:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:19:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:19:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:19:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:19:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:19:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:19:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:19:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:19:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:19:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:19:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:19:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:19:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:19:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:19:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:19:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:19:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:19:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:19:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:19:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:19:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:19:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:19:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:19:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:19:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:19:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:19:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:19:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:19:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:19:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:19:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:19:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:19:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:19:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:19:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:19:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:19:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:19:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:19:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:19:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:19:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:19:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:19:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:19:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:19:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:19:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:19:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:19:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:19:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:19:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:19:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:19:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:19:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:19:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:19:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:19:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:19:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:19:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:19:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:19:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:19:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:19:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:19:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:19:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:19:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:19:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:19:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:19:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:19:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:19:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:19:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:19:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:19:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:19:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:19:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:19:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:19:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:19:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:19:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:19:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:19:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:19:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:19:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:19:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:19:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:19:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:19:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:19:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:19:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:19:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:19:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:19:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:19:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:19:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:19:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:19:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:19:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:19:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:19:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:19:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:19:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:19:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:19:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:19:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:19:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:19:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:19:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:19:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:19:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:19:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:19:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:19:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:19:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:19:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:19:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:19:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:19:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:19:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:19:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:19:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:19:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:19:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:19:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:19:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:19:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:19:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:19:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:19:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:19:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:19:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:19:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:19:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:19:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:19:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:19:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:19:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:19:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:19:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:19:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:19:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:19:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:19:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:19:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:19:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:19:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:19:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:19:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:19:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:19:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:19:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:19:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:19:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:19:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:19:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:19:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:19:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:19:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:19:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:19:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:19:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:19:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:19:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:19:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:19:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:19:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:19:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:19:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:19:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:19:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:19:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:19:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:19:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:19:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:19:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:19:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:19:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:19:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:19:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:19:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:19:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:19:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:19:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:19:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:19:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:19:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:19:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:19:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:19:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:19:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:19:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:19:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:19:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:19:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:19:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:19:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:19:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:19:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:19:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:19:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:19:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:19:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:19:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:19:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:19:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:19:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:19:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:19:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:19:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:19:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:19:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:19:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:19:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:19:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:19:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:19:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:19:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:19:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:19:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:19:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:19:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:19:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:19:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:19:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:19:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:19:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:19:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:19:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:19:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:19:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:19:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:19:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:19:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:19:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:19:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:19:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:19:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:19:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:19:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:19:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:19:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:19:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:19:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:19:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:19:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:19:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:19:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:19:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:19:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:19:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:19:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:19:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:19:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:19:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:19:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:19:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:19:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:19:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:19:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:19:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:19:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:19:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:19:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:19:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:19:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:19:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:19:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:19:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:19:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:19:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:19:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:19:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:19:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:19:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:19:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:19:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:19:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:19:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:19:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:19:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:19:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:19:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:19:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:19:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:19:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:19:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:19:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:19:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:19:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:19:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:19:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:19:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:19:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:19:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:19:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:19:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:19:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:19:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:19:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:19:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:19:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:19:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:19:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:19:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:19:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:19:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:19:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:19:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:19:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:19:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:19:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:19:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:19:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:19:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:19:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:19:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:19:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:19:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:19:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:19:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:19:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:19:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:19:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:19:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:19:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:19:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:19:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:19:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:19:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:19:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:19:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:19:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:19:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:19:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:19:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:19:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:19:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:19:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:19:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:19:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:19:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:19:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:19:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:19:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:19:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:19:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:19:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:19:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:19:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:19:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:19:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:19:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:19:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:19:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:19:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:19:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:19:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:19:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:19:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:19:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:19:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:19:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:19:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:19:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:19:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:19:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:19:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:19:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:19:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:19:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:19:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:19:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:19:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:19:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:19:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:19:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:19:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:19:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:19:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:19:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:19:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:19:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:19:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:19:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:19:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:19:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:19:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:19:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:19:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:19:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:19:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:19:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:19:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:19:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:19:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:19:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:19:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:19:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:19:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:19:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:19:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:19:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:19:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:19:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:19:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:19:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:19:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:19:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:19:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:19:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:19:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:19:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:19:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:19:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:19:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:19:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:19:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:19:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:19:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:19:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:19:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:19:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:19:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:19:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:19:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:19:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:19:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:19:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:19:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:19:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:19:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:19:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:19:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:19:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:19:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:19:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:19:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:19:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:19:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:19:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:19:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:19:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:19:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:19:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:19:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:19:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:19:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:19:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:19:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:19:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:19:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:19:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:19:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:19:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:19:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:19:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:19:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:19:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:19:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:19:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:19:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:19:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:19:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:19:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:19:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:19:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:19:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:19:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:19:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:19:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:19:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:19:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:19:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:19:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:19:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:19:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:19:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:19:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:19:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:19:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:19:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:19:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:19:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:19:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:19:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:19:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:19:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:19:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:19:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:19:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:19:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:19:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:19:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:19:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:19:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:19:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:19:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:19:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:19:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:19:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:19:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:19:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:19:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:19:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:19:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:19:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:19:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:19:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:19:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:19:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:19:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:19:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:19:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:19:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:19:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:19:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:19:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:19:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:19:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:19:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:19:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:19:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:19:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:19:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:19:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:19:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:19:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:19:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:19:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:19:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:19:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:19:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:19:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:19:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:19:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:19:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:19:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:19:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:19:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:19:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:19:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:19:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:19:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:19:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:19:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:19:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:19:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:19:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:19:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:19:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:19:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:19:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:19:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:19:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:19:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:19:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:19:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:19:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:19:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:19:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:19:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:19:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:19:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:19:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:19:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:19:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:19:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:19:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:19:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:19:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:19:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:19:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:19:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:19:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:19:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:19:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:19:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:19:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:19:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:19:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:19:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:19:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:19:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:19:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:19:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:19:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:19:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:19:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:19:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:19:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:19:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:19:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:19:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:19:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:19:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:19:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:19:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:19:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:19:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:19:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:19:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:19:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:19:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:19:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:19:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:19:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:19:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:19:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:19:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:19:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:19:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:19:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:19:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:19:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:19:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:19:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:19:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:19:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:19:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:19:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:19:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(11736,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:84:\"Introducing Elementor 3.20: New Display Condition Features, Performance Improvements\";s:7:\"excerpt\";s:190:\"Version 3.20 introduces exciting new features that enhance the flexibility of Display Conditions. This version also improves the loading time of your site’s frontend and backend, and more!\";s:7:\"created\";i:1710845895;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:175:\"https://blog-0c81.site.strattic.io/elementor-320-display-conditions-enhacments-peformance-improvements/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.19: Display Conditions, Role Permissions in the Element Manager, and More\";s:7:\"excerpt\";s:230:\"Create dynamic visitor experiences, customize your teammates’ widget panels, protect forms from spam submissions, generate variations in the template library, and use URLs from the open web as a reference to generate containers.\";s:7:\"created\";i:1707315304;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:152:\"https://elementor.com/blog/elementor-319-display-conditions-akismet-integration/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:75:\"Redefining the Web Creation Experience: Elementor Unveils AI for Containers\";s:7:\"excerpt\";s:296:\"Elementor has always been a pioneer in the WordPress ecosystem, and now, we\'re taking a monumental leap into the future with the release of our advanced AI editor capability for containers. We are thrilled to introduce a groundbreaking AI capability that will reshape the way you create websites.\";s:7:\"created\";i:1702548879;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:160:\"https://elementor.com/blog/new-web-creation-experience-with-elementor-ai-for-containers/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(11739,'elementor_log','a:3:{s:32:\"ef52369c2ef0bb44d0ee334de273969f\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-11-09 11:20:58\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:112:\"Creation of dynamic property Elementor\\Includes\\Elements\\Container::$logical_dimensions_inline_end is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:108;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-12-06 10:03:40\";i:1;s:19:\"2023-12-06 10:08:15\";i:2;s:19:\"2023-12-06 10:08:18\";i:3;s:19:\"2023-12-06 10:10:34\";i:4;s:19:\"2023-12-06 10:11:01\";i:5;s:19:\"2023-12-06 10:12:35\";i:6;s:19:\"2023-12-06 10:13:25\";i:7;s:19:\"2023-12-06 10:14:05\";i:8;s:19:\"2023-12-06 10:14:30\";i:9;s:19:\"2023-12-06 10:16:21\";i:10;s:19:\"2023-12-06 11:06:34\";i:11;s:19:\"2023-12-06 11:06:57\";i:12;s:19:\"2023-12-06 11:09:01\";i:13;s:19:\"2023-12-06 11:09:41\";i:14;s:19:\"2023-12-06 11:14:06\";i:15;s:19:\"2023-12-06 11:17:44\";i:16;s:19:\"2023-12-06 12:51:38\";i:17;s:19:\"2023-12-06 13:02:28\";i:18;s:19:\"2023-12-06 16:42:39\";i:19;s:19:\"2023-12-06 16:43:17\";i:20;s:19:\"2023-12-08 07:40:29\";i:21;s:19:\"2023-12-13 14:06:21\";i:22;s:19:\"2023-12-13 14:10:56\";i:23;s:19:\"2023-12-13 14:33:35\";i:24;s:19:\"2023-12-13 14:34:05\";i:25;s:19:\"2023-12-13 14:35:17\";i:26;s:19:\"2023-12-13 14:37:40\";i:27;s:19:\"2023-12-13 14:38:14\";i:28;s:19:\"2023-12-13 14:38:31\";i:29;s:19:\"2023-12-13 14:39:00\";i:30;s:19:\"2023-12-13 14:39:16\";i:31;s:19:\"2023-12-13 14:52:10\";i:32;s:19:\"2023-12-13 14:54:17\";i:33;s:19:\"2023-12-13 15:12:53\";i:34;s:19:\"2023-12-14 06:34:27\";i:35;s:19:\"2023-12-14 06:50:43\";i:36;s:19:\"2023-12-14 06:58:07\";i:37;s:19:\"2023-12-14 08:14:34\";i:38;s:19:\"2023-12-14 08:20:43\";i:39;s:19:\"2023-12-21 20:24:25\";i:40;s:19:\"2023-12-26 12:27:24\";i:41;s:19:\"2024-01-02 08:52:35\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:112:\"Creation of dynamic property Elementor\\Includes\\Elements\\Container::$logical_dimensions_inline_end is deprecated\";s:4:\"file\";s:90:\"/var/www/vhost/arukustech.com/wp-content/plugins/elementor/includes/elements/container.php\";s:4:\"line\";i:43;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:90:\"/var/www/vhost/arukustech.com/wp-content/plugins/elementor/includes/elements/container.php\";s:7:\"\0*\0line\";i:43;}s:32:\"38d2745972e53e9e3b57c783bf055a52\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-11-10 10:19:51\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type bool\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:38;s:14:\"\0*\0times_dates\";a:38:{i:0;s:19:\"2023-11-10 10:19:51\";i:1;s:19:\"2023-11-10 11:57:10\";i:2;s:19:\"2023-11-10 12:21:07\";i:3;s:19:\"2023-11-10 12:25:01\";i:4;s:19:\"2023-11-10 13:27:14\";i:5;s:19:\"2023-11-10 13:36:59\";i:6;s:19:\"2023-11-11 13:17:36\";i:7;s:19:\"2023-11-11 13:19:38\";i:8;s:19:\"2023-11-14 08:27:42\";i:9;s:19:\"2023-11-14 08:29:45\";i:10;s:19:\"2023-11-14 08:30:20\";i:11;s:19:\"2023-11-14 08:30:43\";i:12;s:19:\"2023-11-14 08:34:49\";i:13;s:19:\"2023-11-14 08:37:09\";i:14;s:19:\"2023-11-14 08:37:39\";i:15;s:19:\"2023-12-05 14:00:12\";i:16;s:19:\"2023-12-06 09:31:25\";i:17;s:19:\"2023-12-06 10:12:37\";i:18;s:19:\"2023-12-06 10:13:26\";i:19;s:19:\"2023-12-06 10:14:36\";i:20;s:19:\"2023-12-06 11:06:36\";i:21;s:19:\"2023-12-06 11:09:04\";i:22;s:19:\"2023-12-06 11:14:08\";i:23;s:19:\"2023-12-06 12:51:41\";i:24;s:19:\"2023-12-06 13:02:32\";i:25;s:19:\"2023-12-06 16:42:41\";i:26;s:19:\"2023-12-08 07:40:33\";i:27;s:19:\"2023-12-13 14:06:23\";i:28;s:19:\"2023-12-13 14:37:42\";i:29;s:19:\"2023-12-13 14:38:33\";i:30;s:19:\"2023-12-13 14:39:18\";i:31;s:19:\"2023-12-13 14:52:12\";i:32;s:19:\"2023-12-13 15:12:55\";i:33;s:19:\"2023-12-14 06:34:29\";i:34;s:19:\"2023-12-14 06:50:48\";i:35;s:19:\"2023-12-14 06:58:13\";i:36;s:19:\"2023-12-14 08:14:37\";i:37;s:19:\"2023-12-14 08:20:48\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:51:\"Trying to access array offset on value of type bool\";s:4:\"file\";s:102:\"/var/www/vhost/arukustech.com/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-logo.php\";s:4:\"line\";i:32;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:102:\"/var/www/vhost/arukustech.com/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-logo.php\";s:7:\"\0*\0line\";i:32;}s:32:\"71ad6ec2c9feb647d14bf58acb7750b2\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-11-30 09:56:56\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:57:\"Using ${var} in strings is deprecated, use {$var} instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:6;s:14:\"\0*\0times_dates\";a:6:{i:0;s:19:\"2023-11-30 09:56:56\";i:1;s:19:\"2023-12-27 12:57:45\";i:2;s:19:\"2023-12-28 07:23:34\";i:3;s:19:\"2024-01-31 13:15:30\";i:4;s:19:\"2024-04-04 10:22:04\";i:5;s:19:\"2024-04-09 06:34:55\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:57:\"Using ${var} in strings is deprecated, use {$var} instead\";s:4:\"file\";s:85:\"/var/www/vhost/arukustech.com/wp-content/plugins/elementor-pro/core/editor/editor.php\";s:4:\"line\";i:129;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:85:\"/var/www/vhost/arukustech.com/wp-content/plugins/elementor-pro/core/editor/editor.php\";s:7:\"\0*\0line\";i:129;}}','no'),(11754,'elementor_pro_license_key','activated','yes'),(11755,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1712687899;s:5:\"value\";s:71:\"{\"success\":true,\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":[]}\";}','yes'),(11756,'elementor_pro_version','3.17.1','yes'),(11757,'elementor_pro_install_history','a:1:{s:6:\"3.17.3\";i:1699536667;}','yes'),(11758,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(11759,'_elementor_pro_installed_time','1699536668','yes'),(11760,'elementor_submissions_db_version','5','yes'),(11761,'elementor_fonts_manager_font_types','a:0:{}','yes'),(11762,'elementor_fonts_manager_fonts','a:0:{}','yes'),(11763,'elementor_custom_icon_sets_config','a:0:{}','yes'),(11766,'_elementor_pro_api_requests_lock','a:1:{s:11:\"get_version\";i:1712643554;}','yes'),(11772,'eael_setup_wizard','complete','yes'),(11773,'eael_save_settings','a:57:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";s:0:\"\";s:13:\"facebook-feed\";s:0:\"\";s:19:\"advanced-data-table\";i:1;s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";s:0:\"\";s:14:\"contact-form-7\";i:1;s:7:\"weforms\";s:0:\"\";s:10:\"ninja-form\";s:0:\"\";s:9:\"formstack\";s:0:\"\";s:12:\"gravity-form\";s:0:\"\";s:12:\"caldera-form\";s:0:\"\";s:7:\"wpforms\";s:0:\"\";s:10:\"fluentform\";s:0:\"\";s:8:\"typeform\";s:0:\"\";s:24:\"betterdocs-category-grid\";s:0:\"\";s:23:\"betterdocs-category-box\";s:0:\"\";s:22:\"betterdocs-search-form\";s:0:\"\";s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";s:0:\"\";s:10:\"embedpress\";i:1;s:24:\"crowdfundly-organization\";i:1;s:24:\"crowdfundly-all-campaign\";i:1;s:27:\"crowdfundly-single-campaign\";i:1;s:12:\"woo-checkout\";s:0:\"\";s:8:\"woo-cart\";s:0:\"\";s:14:\"login-register\";s:0:\"\";s:18:\"woocommerce-review\";i:1;s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";s:0:\"\";s:20:\"woo-product-carousel\";s:0:\"\";s:11:\"simple-menu\";i:1;s:19:\"woo-product-gallery\";s:0:\"\";s:18:\"interactive-circle\";i:1;s:14:\"better-payment\";i:1;s:11:\"nft-gallery\";i:1;s:16:\"business-reviews\";s:0:\"\";s:8:\"svg-draw\";i:1;}','yes'),(11774,'wpdeveloper_plugins_data','a:1:{s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:2:{s:6:\"opt_in\";i:1701953612;s:6:\"review\";i:1702192202;}s:4:\"time\";i:1699536740;s:7:\"version\";s:6:\"5.8.15\";}}','yes'),(11775,'eael_version','5.9','yes'),(11776,'eael_admin_menu_notice','10','no'),(11777,'_elementor_settings_update_time','1699536824','yes'),(11778,'elementor_cpt_support','a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:4:\"blog\";}','yes'),(11779,'elementor_disable_color_schemes','','yes'),(11780,'elementor_disable_typography_schemes','','yes'),(11781,'elementor_allow_tracking','no','yes'),(11782,'elementor_google_maps_api_key','','yes'),(11783,'elementor_pro_recaptcha_site_key','','yes'),(11784,'elementor_pro_recaptcha_secret_key','','yes'),(11785,'elementor_pro_recaptcha_v3_site_key','','yes'),(11786,'elementor_pro_recaptcha_v3_secret_key','','yes'),(11787,'elementor_pro_recaptcha_v3_threshold','0.5','yes'),(11788,'elementor_pro_facebook_app_id','','yes'),(11789,'elementor_pro_mailchimp_api_key','','yes'),(11790,'elementor_validate_api_data','','yes'),(11791,'elementor_pro_drip_api_token','','yes'),(11792,'elementor_pro_activecampaign_api_key','','yes'),(11793,'elementor_pro_activecampaign_api_url','','yes'),(11794,'elementor_pro_getresponse_api_key','','yes'),(11795,'elementor_pro_convertkit_api_key','','yes'),(11796,'elementor_pro_mailerlite_api_key','','yes'),(11797,'elementor_typekit-kit-id','','yes'),(11798,'elementor_font_awesome_pro_kit_id','','yes'),(11799,'elementor_pro_stripe_test_secret_key','','yes'),(11800,'elementor_validate_stripe_api_test_secret_key_button','','yes'),(11801,'elementor_pro_stripe_live_secret_key','','yes'),(11802,'elementor_validate_stripe_api_live_secret_key_button','','yes'),(11803,'elementor_stripe_legal_disclaimer','','yes'),(11804,'elementor_css_print_method','external','yes'),(11805,'elementor_editor_break_lines','','yes'),(11806,'elementor_unfiltered_files_upload','','yes'),(11807,'elementor_google_font','1','yes'),(11808,'elementor_load_fa4_shim','','yes'),(11809,'elementor_meta_generator_tag','','yes'),(11810,'elementor_experiment-e_font_icon_svg','default','yes'),(11811,'elementor_experiment-container','default','yes'),(11812,'elementor_experiment-container_grid','default','yes'),(11813,'elementor_experiment-editor_v2','default','yes'),(11814,'elementor_experiment-block_editor_assets_optimize','default','yes'),(11815,'elementor_experiment-landing-pages','default','yes'),(11816,'elementor_experiment-nested-elements','default','yes'),(11817,'elementor_experiment-e_lazyload','default','yes'),(11818,'elementor_experiment-e_image_loading_optimization','default','yes'),(11819,'elementor_experiment-e_global_styleguide','default','yes'),(11820,'elementor_experiment-mega-menu','default','yes'),(11821,'elementor_experiment-taxonomy-filter','default','yes'),(11822,'elementor_experiment-e_dom_optimization','default','yes'),(11823,'elementor_experiment-e_optimized_assets_loading','default','yes'),(11824,'elementor_experiment-e_optimized_css_loading','default','yes'),(11825,'elementor_experiment-additional_custom_breakpoints','default','yes'),(11826,'elementor_experiment-e_swiper_latest','default','yes'),(11827,'elementor_experiment-theme_builder_v2','default','yes'),(11828,'elementor_experiment-page-transitions','default','yes'),(11829,'elementor_experiment-notes','default','yes'),(11830,'elementor_experiment-form-submissions','default','yes'),(11831,'elementor_experiment-e_scroll_snap','default','yes'),(11834,'elementor_pro_theme_builder_conditions','a:0:{}','yes'),(11835,'eael_editor_updated_at','1702479257','yes');
INSERT INTO `wp_options` VALUES (11921,'_elementor_assets_data','a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:5:{s:15:\"eael-data-table\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.17.3\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.17.3\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.17.3\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:118:\"<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.17.3\";}s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.17.3\";}}}}','yes'),(11922,'eael_global_settings','a:1:{s:22:\"eael_ext_scroll_to_top\";a:0:{}}','yes'),(11934,'_elementor_global_css','a:6:{s:4:\"time\";i:1699617011;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(13322,'wp_attachment_pages_enabled','1','yes'),(13350,'essential-addons-for-elementor_notices','a:3:{s:19:\"black_friday_notice\";a:4:{s:5:\"start\";i:1701338062;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:3:\"5.9\";s:6:\"expire\";i:1701561599;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"review\";a:3:{s:5:\"start\";i:1701942872;s:10:\"recurrence\";i:30;s:7:\"refresh\";s:3:\"5.9\";}}','no'),(13356,'wpcf7_redirect_notifications','a:1:{s:28:\"notice-success wpcf7r-notice\";s:397:\"<p><span class=\"dashicons dashicons-feedback\"></span> <a href=\"https://arukustech.com/wp-admin/admin.php?page=wpc7_redirect-addons\">  Redirection for Contact Form 7 - check out our new forms extensions - don\'t miss it!</a></p><p>Also, we will be happy if you can take a few moments and <a href=\"https://wordpress.org/support/plugin/wpcf7-redirect/reviews/\" target=\"_blank\">rate our plugin</a>.</p>\";}','yes'),(14360,'blog-category_children','a:0:{}','yes'),(15412,'eael_show_reset_password_on_form_submit_226','1','no'),(15662,'elementor_pro_remote_info_api_data_3.17.1','a:2:{s:7:\"timeout\";i:1712686755;s:5:\"value\";s:216258:\"{\"stable_version\":\"3.20.2\",\"last_updated\":\"2022-05-10 14:03:37\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:201943:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Missing CSS stylesheet in Loop Item template [ED-13534] (#3555)<\\/li>\\n<li>Tweak: AI - Remove AI icon from irrelevant places [ED-13430] (#3559)<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Add to the File Upload field the option to upload a file as an attachment [ED-2192] (#3072)<\\/li>\\n<li>Fix: Fix name for global widget repackaging [ED-12746] (#3228)<\\/li>\\n<li>Tweak: Added styling option for the dropdown indicator in the new menu widget [ED-11085] (#3224)<\\/li>\\n<li>Fix: Taxonomy + Loop grid AJAX pagination fix [ED-12380] (#3231)<\\/li>\\n<li>Fix: Form not submitting when File Upload field is added on PHP 8.1+ [ED-12761] (#3236)<\\/li>\\n<li>Fix: Form Telephone field placeholder RTL problem [ED-12689] (#3230)<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation [ED-12122] (#3256)<\\/li>\\n<li>Fix: Second Pro rollback installs the latest version [ED-10534] (#3268)<\\/li>\\n<li>Revert Display Conditions b89c355bf498c9f8a5ccdcd184ba3c5266f44bf8 (#3284)<\\/li>\\n<li>Fix: Dynamic Background isn\'t displayed in combination with Ajax Pagination [ED-12977] (#3296)<\\/li>\\n<li>Fix: UX issues when using menu and in-place editing [ED-12131] (#3270)<\\/li>\\n<li>Fix: Notes still appear in Admin Bar when turned off [ED-13019] (#3306)<\\/li>\\n<li>Fix: Taxonomy filter no results when reload with deep link and de-selecting terms [ED-12963] (#3291)<\\/li>\\n<li>Fix: Page Reload pagination doesn\'t work - Grid + Taxonomy filter + archive template [ED-12790] (#3304)<\\/li>\\n<li>Fix: Elementor v3.18 Incompatibility issue with PHP 8.1 or 8.2 [ED-13044] (#3325)<\\/li>\\n<li>Tweak: Use CSS logical properties in Reviews widget [ED-11580] (#2871)<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid [ED-12415] (#3315)<\\/li>\\n<li>Tweak: Use CSS logical properties in Nav Menu widget [ED-10986] (#2780)<\\/li>\\n<li>New: Added Akismet integration to Forms widget [ED-12997] (#3300)<\\/li>\\n<li>Tweak: Removed ai buttons from some controls [ED-13123] (#3355)<\\/li>\\n<li>Fix: History panel deprecation notices in console log [ED-10226] (#3351)<\\/li>\\n<li>Tweak: Added additional units everywhere [ED-13118] (#3354)<\\/li>\\n<li>Fix: Display Conditions build icons issue [ED-13098] (#3359)<\\/li>\\n<li>Fix: Kit is not being deleted when using Remove Kit feature [ED-12797] (#3373)<\\/li>\\n<li>Fix: Button styles in Flip Box widget appear when deactivated [ED-8694] (#3374)<\\/li>\\n<li>Fix: Hide Countdown Label style controls when labels are hidden [ED-2414] (#3376)<\\/li>\\n<li>Fix: Login widget, Logged in Message Style appears even the field is hidden [ED-2388] (#3377)<\\/li>\\n<li>New: Added Permissions functionality to Element Manager [ED-13115] (#3399)<\\/li>\\n<li>Tweak: Menu feature promoted to beta status [ED-13291] (#3406)<\\/li>\\n<li>Tweak: Optimized DOM Output feature merged to version CP [ED-13290] (#3409)<\\/li>\\n<li>Fix: Add placeholder to DC text input [ED-13331] (#3441)<\\/li>\\n<li>Fix: Display Conditions fixes [ED-13360] (#3460)<\\/li>\\n<li>Fix: Fix current day test beta [ED-13392] (#3465)<\\/li>\\n<li>Fix: Loop Builder - Deprecated message on PHP 8.2 in Loop Grid widget [ED-13348] (#3479)<\\/li>\\n<li>Fix: Remove default value from current day condition [ED-13429] (#3486)<\\/li>\\n<li>Fix: WooCommerce test fail [ED-13444] (#3510)<\\/li>\\n<li>Fix: Email being sent to mail even when marked as spam with Akismet integration [ED-13361] (#3511)<\\/li>\\n<li>Fix: Page name special character are escaped on Display Condition [ED-13441] (#3506)<\\/li>\\n<li>Fix: \'WooCommerce notices\' [ED-13218] (#3520)<\\/li>\\n<\\/ul>\\n<h4>3.18.3 - 2024-01-17<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<li>Fix: Kit is not being deleted when using Remove Kit feature<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.3 - 2023-04-23<\\/h4>\\n<ul>\\n<li>Fix: Document is not loading after assigning a CSS ID value to a menu item in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21934\\\">#21934<\\/a>)<\\/li>\\n<li>Fix: Elementor CLI causes conflicts with other CLI commands when using PHP 8+ (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21582\\\">#21582<\\/a>)<\\/li>\\n<li>Fix: Dropdown content area is not working as expected with Space Between and Margins in Menu widget<\\/li>\\n<li>Fix: Reverted the option to set a custom icon to Remove Item in Menu Cart widget<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle from the Loop Carousel becomes inaccessible in some cases ([#21316]<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-21<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-07<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated ([#19553] (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553<\\/a>))<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes characher is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629]\\\">#18629<\\/a><\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"#11475\\\"><a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475<\\/a><\\/a>, <a href=\\\"#10690\\\"><a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690<\\/a><\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.20.2\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.5\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hcnVrdXN0ZWNoLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MTI2NDM1NTQsImV4cCI6MTcxMjcyOTk1NH0.eZCz8oCgszeOn47VncjXcidVwy-sNkLTtX-J4GgVv4g\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hcnVrdXN0ZWNoLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MTI2NDM1NTQsImV4cCI6MTcxMjcyOTk1NH0.eZCz8oCgszeOn47VncjXcidVwy-sNkLTtX-J4GgVv4g\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.5\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hcnVrdXN0ZWNoLmNvbSIsImlhdCI6MTcxMjY0MzU1NCwiZXhwIjoxNzEyNzI5OTU0fQ.r7bePMXj9weyFXIF5K66tmB1GOrZHa0x1ERephYKjxs\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hcnVrdXN0ZWNoLmNvbSIsImlhdCI6MTcxMjY0MzU1NCwiZXhwIjoxNzEyNzI5OTU0fQ.r7bePMXj9weyFXIF5K66tmB1GOrZHa0x1ERephYKjxs\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}','no'),(16170,'eael_show_reset_password_on_form_submit_58','1','no'),(16379,'eael_show_reset_password_on_form_submit_35','1','no'),(16655,'eael_show_reset_password_on_form_submit_75','1','no'),(16879,'eael_show_reset_password_on_form_submit_13','1','no'),(17069,'eael_show_reset_password_on_form_submit_1','1','no'),(17075,'eael_show_reset_password_on_form_submit_80','1','no'),(17270,'eael_show_reset_password_on_form_submit_61','1','no'),(17737,'eael_show_reset_password_on_form_submit_24','1','no'),(17999,'eael_show_reset_password_on_form_submit_43','1','no'),(18230,'eael_show_reset_password_on_form_submit_45','1','no'),(18692,'eael_show_reset_password_on_form_submit_60','1','no'),(18922,'eael_show_reset_password_on_form_submit_53','1','no'),(19167,'eael_show_reset_password_on_form_submit_48','1','no'),(19411,'eael_show_reset_password_on_form_submit_99','1','no'),(19575,'_site_transient_timeout_browser_5e705226acd7a97aa6ee95ab188632d6','1712733143','no'),(19576,'_site_transient_browser_5e705226acd7a97aa6ee95ab188632d6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"123.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(19690,'eael_show_reset_password_on_form_submit_36','1','no'),(19825,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1712643560;s:8:\"response\";a:12:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"6.2.9\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.6.2.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=2892919\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=2892919\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:3:\"6.5\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{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:\"5.3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{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:\"5.9.3\";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.5.9.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{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:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:3:\"6.5\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:79:\"contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:51:\"w.org/plugins/contact-form-7-dynamic-text-extension\";s:4:\"slug\";s:37:\"contact-form-7-dynamic-text-extension\";s:6:\"plugin\";s:79:\"contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php\";s:11:\"new_version\";s:5:\"4.4.0\";s:3:\"url\";s:68:\"https://wordpress.org/plugins/contact-form-7-dynamic-text-extension/\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/plugin/contact-form-7-dynamic-text-extension.4.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:90:\"https://ps.w.org/contact-form-7-dynamic-text-extension/assets/icon-256x256.png?rev=3019574\";s:2:\"1x\";s:90:\"https://ps.w.org/contact-form-7-dynamic-text-extension/assets/icon-128x128.png?rev=3019574\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:93:\"https://ps.w.org/contact-form-7-dynamic-text-extension/assets/banner-1544x500.png?rev=3019574\";s:2:\"1x\";s:92:\"https://ps.w.org/contact-form-7-dynamic-text-extension/assets/banner-772x250.png?rev=3019574\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:3:\"6.5\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:1:{i:0;s:14:\"contact-form-7\";}s:14:\"upgrade_notice\";s:237:\"<p>Introducing dynamic attributes and the new <code>dynamic_label</code> form tag! See <a href=\"https://plugins.trac.wordpress.org/browser/contact-form-7-dynamic-text-extension/trunk/changelog.txt\">the changelog</a> for more details.</p>\";}s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:32:\"w.org/plugins/contact-form-cfdb7\";s:4:\"slug\";s:18:\"contact-form-cfdb7\";s:6:\"plugin\";s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";s:11:\"new_version\";s:7:\"1.2.6.8\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/contact-form-cfdb7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-cfdb7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/contact-form-cfdb7/assets/icon-256x256.png?rev=1619878\";s:2:\"1x\";s:71:\"https://ps.w.org/contact-form-cfdb7/assets/icon-128x128.png?rev=1619878\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/contact-form-cfdb7/assets/banner-772x250.png?rev=1619902\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.8\";s:6:\"tested\";s:3:\"6.5\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.20.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3005087\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3005087\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:3:\"6.5\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:6:\"5.9.14\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.5.9.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.png?rev=2598498\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.png?rev=2598498\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.gif?rev=3029978\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.gif?rev=3029978\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.5\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/ewww-image-optimizer\";s:4:\"slug\";s:20:\"ewww-image-optimizer\";s:6:\"plugin\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:11:\"new_version\";s:5:\"7.5.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/ewww-image-optimizer/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/ewww-image-optimizer.7.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-256x256.png?rev=1582276\";s:2:\"1x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-128x128.png?rev=1582276\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/ewww-image-optimizer/assets/banner-1544x500.jpg?rev=1582276\";s:2:\"1x\";s:75:\"https://ps.w.org/ewww-image-optimizer/assets/banner-772x250.jpg?rev=1582276\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.1\";s:6:\"tested\";s:3:\"6.5\";s:12:\"requires_php\";s:3:\"7.3\";s:16:\"requires_plugins\";a:0:{}}s:59:\"ip2location-country-blocker/ip2location-country-blocker.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:41:\"w.org/plugins/ip2location-country-blocker\";s:4:\"slug\";s:27:\"ip2location-country-blocker\";s:6:\"plugin\";s:59:\"ip2location-country-blocker/ip2location-country-blocker.php\";s:11:\"new_version\";s:6:\"2.34.6\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/ip2location-country-blocker/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/ip2location-country-blocker.2.34.6.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:80:\"https://ps.w.org/ip2location-country-blocker/assets/icon-128x128.png?rev=2121917\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:82:\"https://ps.w.org/ip2location-country-blocker/assets/banner-772x250.png?rev=1749732\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:3:\"6.5\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:37:\"post-types-order/post-types-order.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/post-types-order\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"plugin\";s:37:\"post-types-order/post-types-order.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/post-types-order/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/post-types-order.2.2.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/post-types-order/assets/banner-1544x500.png?rev=1675574\";s:2:\"1x\";s:71:\"https://ps.w.org/post-types-order/assets/banner-772x250.png?rev=2870026\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.8\";s:6:\"tested\";s:3:\"6.5\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{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:4:\"22.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:3:\"6.5\";s:12:\"requires_php\";s:5:\"7.2.5\";s:16:\"requires_plugins\";a:0:{}}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":17:{s:14:\"stable_version\";s:6:\"3.20.2\";s:12:\"last_updated\";s:19:\"2022-05-10 14:03:37\";s:11:\"new_version\";s:6:\"3.20.2\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.5\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:324:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hcnVrdXN0ZWNoLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MTI2NDM1NTQsImV4cCI6MTcxMjcyOTk1NH0.eZCz8oCgszeOn47VncjXcidVwy-sNkLTtX-J4GgVv4g/package_download\";s:13:\"download_link\";s:324:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hcnVrdXN0ZWNoLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3MTI2NDM1NTQsImV4cCI6MTcxMjcyOTk1NH0.eZCz8oCgszeOn47VncjXcidVwy-sNkLTtX-J4GgVv4g/package_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.5\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:301:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hcnVrdXN0ZWNoLmNvbSIsImlhdCI6MTcxMjY0MzU1NCwiZXhwIjoxNzEyNzI5OTU0fQ.r7bePMXj9weyFXIF5K66tmB1GOrZHa0x1ERephYKjxs/previous_download\";s:13:\"download_link\";s:301:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hcnVrdXN0ZWNoLmNvbSIsImlhdCI6MTcxMjY0MzU1NCwiZXhwIjoxNzEyNzI5OTU0fQ.r7bePMXj9weyFXIF5K66tmB1GOrZHa0x1ERephYKjxs/previous_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:73:\"country-phone-field-contact-form-7/country-phone-field-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:48:\"w.org/plugins/country-phone-field-contact-form-7\";s:4:\"slug\";s:34:\"country-phone-field-contact-form-7\";s:6:\"plugin\";s:73:\"country-phone-field-contact-form-7/country-phone-field-contact-form-7.php\";s:11:\"new_version\";s:5:\"2.4.6\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/country-phone-field-contact-form-7/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/country-phone-field-contact-form-7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/country-phone-field-contact-form-7/assets/icon-256x256.png?rev=2064274\";s:2:\"1x\";s:87:\"https://ps.w.org/country-phone-field-contact-form-7/assets/icon-128x128.png?rev=2064274\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:58:\"date-time-picker-for-contact-form-7/cf7-datetimepicker.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:49:\"w.org/plugins/date-time-picker-for-contact-form-7\";s:4:\"slug\";s:35:\"date-time-picker-for-contact-form-7\";s:6:\"plugin\";s:58:\"date-time-picker-for-contact-form-7/cf7-datetimepicker.php\";s:11:\"new_version\";s:5:\"1.1.1\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/date-time-picker-for-contact-form-7/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/date-time-picker-for-contact-form-7.1.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/date-time-picker-for-contact-form-7/assets/icon-256x256.png?rev=2394324\";s:2:\"1x\";s:88:\"https://ps.w.org/date-time-picker-for-contact-form-7/assets/icon-128x128.png?rev=2394324\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/date-time-picker-for-contact-form-7/assets/banner-1544x500.png?rev=2394324\";s:2:\"1x\";s:90:\"https://ps.w.org/date-time-picker-for-contact-form-7/assets/banner-772x250.png?rev=2394324\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:33:\"wpcf7-redirect/wpcf7-redirect.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/wpcf7-redirect\";s:4:\"slug\";s:14:\"wpcf7-redirect\";s:6:\"plugin\";s:33:\"wpcf7-redirect/wpcf7-redirect.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wpcf7-redirect/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpcf7-redirect.3.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wpcf7-redirect/assets/icon-256x256.png?rev=2415635\";s:2:\"1x\";s:67:\"https://ps.w.org/wpcf7-redirect/assets/icon-128x128.png?rev=2415635\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wpcf7-redirect/assets/banner-1544x500.png?rev=2415635\";s:2:\"1x\";s:69:\"https://ps.w.org/wpcf7-redirect/assets/banner-772x250.png?rev=2415635\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.1\";}s:21:\"cf7-smtp/cf7-smtp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/cf7-smtp\";s:4:\"slug\";s:8:\"cf7-smtp\";s:6:\"plugin\";s:21:\"cf7-smtp/cf7-smtp.php\";s:11:\"new_version\";s:5:\"0.0.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/cf7-smtp/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/cf7-smtp.0.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:53:\"https://ps.w.org/cf7-smtp/assets/icon.svg?rev=2821098\";s:3:\"svg\";s:53:\"https://ps.w.org/cf7-smtp/assets/icon.svg?rev=2821098\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}}s:7:\"checked\";a:18:{s:30:\"advanced-custom-fields/acf.php\";s:5:\"6.2.4\";s:19:\"akismet/akismet.php\";s:3:\"5.3\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.3\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.8.5\";s:79:\"contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php\";s:5:\"4.1.0\";s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";s:7:\"1.2.6.7\";s:73:\"country-phone-field-contact-form-7/country-phone-field-contact-form-7.php\";s:5:\"2.4.6\";s:58:\"date-time-picker-for-contact-form-7/cf7-datetimepicker.php\";s:5:\"1.1.1\";s:23:\"elementor/elementor.php\";s:6:\"3.17.3\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.20.2\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:3:\"5.9\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:5:\"7.2.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:59:\"ip2location-country-blocker/ip2location-country-blocker.php\";s:6:\"2.33.2\";s:37:\"post-types-order/post-types-order.php\";s:5:\"2.1.1\";s:33:\"wpcf7-redirect/wpcf7-redirect.php\";s:5:\"3.1.2\";s:21:\"cf7-smtp/cf7-smtp.php\";s:5:\"0.0.1\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"21.6\";}}','no'),(19838,'_transient_timeout_wpseo_total_unindexed_post_type_archives','1712729831','no'),(19839,'_transient_wpseo_total_unindexed_post_type_archives','0','no'),(19840,'_transient_timeout_wpseo_total_unindexed_general_items','1712729831','no'),(19841,'_transient_wpseo_total_unindexed_general_items','0','no'),(19842,'_transient_timeout_wpseo_unindexed_post_link_count','1712729831','no'),(19843,'_transient_wpseo_unindexed_post_link_count','0','no'),(19844,'_transient_timeout_wpseo_unindexed_term_link_count','1712729831','no'),(19845,'_transient_wpseo_unindexed_term_link_count','0','no'),(19846,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1713248232','no'),(19847,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(19848,'_transient_timeout_elementor_remote_info_api_data_3.17.3','1712686633','no'),(19849,'_transient_elementor_remote_info_api_data_3.17.3','a:4:{s:9:\"timestamp\";s:10:\"1712643237\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.5\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(19850,'_transient_timeout_wpseo-statistics-totals','1712729835','no'),(19851,'_transient_wpseo-statistics-totals','a:1:{i:1;a:2:{s:6:\"scores\";a:0:{}s:8:\"division\";b:0;}}','no'),(19852,'_site_transient_timeout_community-events-d903c9c68466444eead5a61fc46ef66c','1712686636','no'),(19853,'_site_transient_community-events-d903c9c68466444eead5a61fc46ef66c','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"49.37.10.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"General Monthly Meetup April 2024\";s:3:\"url\";s:63:\"https://www.meetup.com/kolkatawordpressmeetups/events/296582434\";s:6:\"meetup\";s:24:\"Kolkata WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/KolkataWordPressMeetups/\";s:4:\"date\";s:19:\"2024-04-27 10:30:00\";s:8:\"end_date\";s:19:\"2024-04-27 12:30:00\";s:20:\"start_unix_timestamp\";i:1714194000;s:18:\"end_unix_timestamp\";i:1714201200;s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Kolkata, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:22.571445;s:9:\"longitude\";d:88.437416;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:27:\"WordCamp Sylhet, Bangladesh\";s:3:\"url\";s:33:\"https://sylhet.wordcamp.org/2024/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2024-05-10 00:00:00\";s:8:\"end_date\";s:19:\"2024-05-11 00:00:00\";s:20:\"start_unix_timestamp\";i:1715277600;s:18:\"end_unix_timestamp\";i:1715364000;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Sylhet, Bangladesh\";s:7:\"country\";s:2:\"BD\";s:8:\"latitude\";d:24.9123583;s:9:\"longitude\";d:91.8281763;}}}}','no'),(19854,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1712686636','no'),(19855,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Apr 2024 20:18:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.6-alpha-57946\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WP Briefing: Episode 76: A WordPress 6.5 Sneak Peek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2024/04/episode-76-a-wordpress-6-5-sneak-peek/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Apr 2024 20:18:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17158\";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:276:\"Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the upcoming WordPress 6.5 release, accompanied by special guest Dave Smith, one of the Editor Tech leads for this release. Don’t miss this opportunity for an insider’s look!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2024/04/WPB076.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s: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:40466:\"\n<p>Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the upcoming WordPress 6.5 release, accompanied by special guest Dave Smith, one of the Editor Tech leads for this release. Don&#8217;t miss this opportunity for an insider&#8217;s look!</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Guest:&nbsp;<a href=\"https://profiles.wordpress.org/mikachan/\">Dave Smith</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a> and <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/download/\">WordPress Download</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/6-5/#:~:text=To%20get%20involved%20in%20WordPress,leave%20feedback%20on%20the%20ticket.\">WordPress 6.5 Development Cycle</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/03/07/unblocking-wp6-5-font-library-and-synced-pattern-overrides/\">Unblocking WP6.5 – Font Library and Synced Pattern Overrides</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-dataviews/\">Data Views</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/12/admin-design/\">WP-Admin Redesign</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/ticket/59166\">Font Library</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/02/29/an-introduction-to-block-based-mega-menus/\">An Introduction to Block-Based Mega Menus</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/daveonwp\">Dave on WP</a>\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=ySyJRYAbU_M\">These TINY Link Editing CHANGES Just Made WORDPRESS 6.5 So Much Better</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/\">Interactivity API in 6.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2024/01/13/early-opportunities-to-test-wordpress-6-5/\">Opportunities to Test WordPress 6.5</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2024/03/08/asia-meetup-revival-project-2024/\" target=\"_blank\" rel=\"noreferrer noopener\">Asia Meetup Revival Project 2024</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meetings/\" target=\"_blank\" rel=\"noreferrer noopener\">Upcoming WordPress Meetings</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2024/03/20/making-a-wordpress-media-corps/\" target=\"_blank\" rel=\"noreferrer noopener\">Making a WordPress Media Corps</a></li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to <a href=\"mailto:wpbriefing@WordPress.org\">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-17158\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go!&nbsp;</p>\n\n\n\n<p>[00:00:28] (Intro Music)&nbsp;</p>\n\n\n\n<p>[00:00:39] <strong>Josepha:</strong> Dave, I&#8217;m so excited to have you here with us today. Welcome.</p>\n\n\n\n<p>[00:00:42] <strong>Dave:</strong> Thank you. I&#8217;m really excited to be here. Thank you so much for inviting me on.</p>\n\n\n\n<p>[00:00:46] <strong>Josepha:</strong> Yeah. So before we get much further, how about you tell us a little bit about what you do on the WordPress project? And if I recall correctly, that you have a role on the release squad. So just let us know a bit about what that role is and what that looks like.</p>\n\n\n\n<p>[00:01:00] <strong>Dave:</strong> Sure. Absolutely. Well, obviously said I&#8217;m Dave Smith. I&#8217;m from England in the United Kingdom, and I am full-time contributor to WordPress. I&#8217;ve focused primarily on the Block Editor during that time. And I&#8217;ve been doing it for about three years now. And fortunately for me, I am sponsored by Automattic, so that allows me to contribute full-time to the project, which is fantastic.</p>\n\n\n\n<p>But my history of WordPress goes back a fair way longer than that, and I used to work in agency land, and so I used WordPress for making things for a living before I worked in WordPress if you see what I mean.&nbsp;</p>\n\n\n\n<p>[00:01:35] <strong>Josepha:</strong> I, no, I definitely understand. I also was agency before WordPress.&nbsp;</p>\n\n\n\n<p>[00:01:40] <strong>Dave:</strong> I think it&#8217;s a common origin story, if you see what I mean. And yes, you&#8217;re absolutely right. I&#8217;ve been fortunate enough in this release, WordPress 6.5, to be the Co-editor Tech Lead. Obviously alongside my colleague which is Riad Benguella. Some of you may know him. He is the lead architect of Gutenberg. So yeah, it&#8217;s been fantastic to work alongside him.</p>\n\n\n\n<p>[00:02:00] <strong>Josepha:</strong> Yeah, excellent. One of these days, I&#8217;m going to get Riad on here. I think I&#8217;ve never had him on.</p>\n\n\n\n<p>[00:02:05] <strong>Dave:</strong> Oh, you should definitely.&nbsp;</p>\n\n\n\n<p>[00:02:06] <strong>Josepha:</strong> He&#8217;s so kind and reasonable. And I was just gonna tell a personal anecdote about Riad, and I don&#8217;t know that it makes any sense, but I&#8217;m gonna do it anyway. I&#8217;m gonna do it anyway. I saw him at an event like right after he came back from his most recent sabbatical, and he was like, it was great being away, but also like, I had forgotten what kind of energy events like this really bring in.</p>\n\n\n\n<p>And he has always struck me as an introvert, but I think maybe he&#8217;s like an outgoing introvert or something. Cause normally, like, introvert introverts are not like, this gives me so much energy. They&#8217;re like, I know that this is important work, and I&#8217;m here. And so that&#8217;s my personal anecdote about Riad, I am, gonna get him on here someday, but be that as it may, we&#8217;re delighted to have you.</p>\n\n\n\n<p>So, 6.5 is coming out are you excited, number one?</p>\n\n\n\n<p>[00:02:54] <strong>Dave:</strong> I am very excited. Yeah, it&#8217;s been a long road into this release. As you may know, well, as you do know, it&#8217;s, it was delayed by one week. That was actually, I think was, was a good decision. We&#8217;ve had a lot of work needing to go into the Font Library feature. I&#8217;ve seen a few posts saying there were bugs.</p>\n\n\n\n<p>[00:03:09] <strong>Dave:</strong> I think mainly it was a decision about where to upload fonts to, which seems quite amazing when you think about it. I was talking to my wife about it the other day, and she said, really, you&#8217;re delaying a release because of where to upload things. But, yeah, this is software that runs a considerable part of the web.</p>\n\n\n\n<p>So when we make these decisions about where things uploaded, we&#8217;ve got to be really confident that they are the right decisions. And so, yeah, that decision to delay the release has been good. And we&#8217;ve had an opportunity to make sure the release is fully robust and ready to go out. So yeah, I&#8217;m super excited to see it land.</p>\n\n\n\n<p>[00:03:40] <strong>Josepha:</strong> Yeah. I have some follow up questions about just like, how doing all of that work in public feels. But probably, we should get through the bulk of the sorts of things that people tune into this episode for, so like, let&#8217;s talk about some of the big features that are going into 6.5 so that folks have a sense for that.</p>\n\n\n\n<p>And then we&#8217;ll take a look at just like things that you&#8217;re excited to get in, things that I&#8217;m excited to get in. And maybe like if there&#8217;s a hidden surprise for users, things that will be really beneficial to users, but they don&#8217;t quite see it yet. We can maybe cover that too, but like, what are the big things going into this release from your perspective?</p>\n\n\n\n<p>[00:04:17] <strong>Dave:</strong> Sure. There&#8217;s some highlights, I think that the key highlights, and we should probably cover them. So the first one we&#8217;ve already touched on it is the Fonts Library. And this has been brewing for a while now, and it&#8217;s finally come to fruition. And it basically allows you to manage, install, and upload custom fonts for use on your website. And it&#8217;s really, really powerful. It&#8217;s, I think it&#8217;s going to really change the way people create themes and create their websites. It is unlocking a lot of power for users.</p>\n\n\n\n<p>[00:04:46] <strong>Josepha:</strong> And for folks who&#8217;ve been listening to this podcast for a long time, you have heard me say for, I think, like a year, basically every release podcast where we&#8217;re looking at what&#8217;s coming up. I&#8217;m like, and this time it&#8217;s fonts. I&#8217;m so excited. And so I&#8217;m saying it again this time, &#8217;cause it&#8217;s really happening this time.</p>\n\n\n\n<p>[00:05:03] <strong>Dave:</strong> It&#8217;s finally here. Yeah, it&#8217;s a great feature. There&#8217;s a lot of work gone into it. It&#8217;s really, really good.</p>\n\n\n\n<p>[00:05:07] <strong>Josepha:</strong> So much work. We&#8217;ve been working on it for like two or three years. And it&#8217;s at the point where like getting it out in front of people is the only way to figure out where the remaining problems will be. And it is the most scary part of any software release, I assume, the things where you&#8217;re like, this is time for people to tell us how it&#8217;s broken. Please look at it and break it for a while.</p>\n\n\n\n<p>[00:05:29] <strong>Dave:</strong> Yeah, absolutely. We&#8217;ve been working on resolving any bugs that we could find, but there&#8217;s always going to be things we haven&#8217;t noticed. So yeah, we can&#8217;t wait for users to get their hands on it. Exactly. Other than fonts, we&#8217;ve also got revisions that are now in place in the Site Editor. And this is more than just undo, redo that people may be already familiar with in the editor.</p>\n\n\n\n<p>It actually gives you the ability to fully revert your site back to any state that you previously had it. So you could make some changes in the editor. You could completely close down your computer, go away for a week, come back. And you&#8217;ve still got the opportunity to say, &#8220;Ah, do you know what? I don&#8217;t like the way that looks. I&#8217;m just gonna; I&#8217;m gonna roll that back.&#8221; And there&#8217;s a nice UI that shows you what it will affect. And you can even roll back styles, you know, like style changes. So it&#8217;s, it&#8217;s super, super powerful. And it&#8217;s just something we&#8217;ve been waiting for for such a long time. Just, it&#8217;s fantastic to see it land.</p>\n\n\n\n<p>[00:06:17] <strong>Josepha:</strong> I&#8217;m really excited about this one personally because I have been to so many meetup events with like new users being taught how to do things with WordPress. And invariably, in the last two or three years, the people who are presenting to new users are saying consistently like, &#8220;You can do any experimental thing that you feel like you need to do with your sites because there&#8217;s an undo button. WordPress wouldn&#8217;t let you do things that fully break your site.&#8221;</p>\n\n\n\n<p>Like there is a lot of trust in our kind of like time machine, roll-it-back kind of implementations. And so I&#8217;m really excited about this one. I think that for all of our new and mid-level users. Who like, have a little bit of fear, but mostly joy around it. Like, this will only increase that and so I&#8217;m super excited for this one to go in there.</p>\n\n\n\n<p>[00:07:09] <strong>Dave:</strong> Yeah, it&#8217;s really nice. Other than that, the two things I wanted to touch on as well, which is we&#8217;ve got these new views now for key objects in WordPress. So things like pages, patterns, templates, and template parts in the Site Editor. You can now view these in a sort of a table layout or in a grid layout. So it gives you a much easier way to sort them, find them, filter them. And I think it points us forward to the possibilities we&#8217;ve got in the future for the editor sort of taking some parts of WP Admin and making them more accessible without having to leave the Site Editor. And it&#8217;s extremely powerful; you can search in real-time, find things very, very quickly, do all the things you&#8217;re used to from the post listing screen, but all within the Site Editor. And it&#8217;s for these key objects that you use quite a lot of the time. So I think it&#8217;s going to be really, a really great thing for users to get hold of.</p>\n\n\n\n<p>[00:07:55] <strong>Josepha:</strong> Is this related to the Data Views work that we&#8217;ve been doing in the first part of the year here?</p>\n\n\n\n<p>[00:08:00] <strong>Dave:</strong> Exactly that exactly. The Data Views work has been a major feed into this, and this is where we see the fruits of all that work coming to the fore for the first time. And I expect to see more of that in future releases as well.</p>\n\n\n\n<p>[00:08:12] <strong>Josepha:</strong> Yeah. For folks who are really, really watching, like, our administrative side of things, you probably are aware that we, I don&#8217;t know, I wouldn&#8217;t say that we paused the phase three roadmap for this, but I do think that we made a clear choice to get this Data Views work done first so that we could, in parallel with phase three, do a bit of work on the WP Admin redesign, the dashboard redesign, which we all know, like, we love this dashboard, but also this dashboard, it needs a sprucing up, it needs a little bit of, of polish and a little bit of 2024 style I was going to say design. I don&#8217;t know if the design folks would love if I just was like, it needs to be modernized that way, but also like it, it does, right?</p>\n\n\n\n<p>[00:09:00] <strong>Dave:</strong> Yeah, and I mean, you know, we all know that the Site Editor is being used more and more. If you&#8217;ve got a Block theme, you&#8217;re using the Site Editor increasingly, and you&#8217;re spending less and less time sort of going between screens in WP Admin. So it makes sense that, you know, these things are accessible within that one interface of the Site Editor. So, yeah, it&#8217;s only going to be a good thing for users going forward.</p>\n\n\n\n<p>[00:09:20] <strong>Josepha:</strong> Yeah, absolutely. I probably should have like a whole episode about Data Views and what it&#8217;s intending to do, what it&#8217;s actually doing, what it&#8217;s going to look like as it goes because that&#8217;s such a big project. And so many things rely on it. And so, note to self and all listeners, that&#8217;s the thing that you should keep an eye out for. We&#8217;re going to get it done. But you said you had a final thing also.</p>\n\n\n\n<p>[00:09:40] <strong>Dave:</strong> Yeah, I&#8217;ve got one more which is this is for our users of classic themes. We haven&#8217;t forgotten about you. Basically, we now have support for appearance tools. So in prior releases, the Block themes have got these really cool design tools like ability to set border colors, border radius, link colors, you name it. We&#8217;ve got all these tools, but they haven&#8217;t been always available to classic themes. And classic themes can use the Block Editor; they may not be using the Site Editor in the same way, but they can use the Block Editor. And we&#8217;ve not made those things available in the same way, but there&#8217;s been work going into this release to allow that to happen.</p>\n\n\n\n<p>[00:10:11] <strong>Dave:</strong> So now you can opt into those if you so wish. And it is an opt-in basis. So none your themes will break out of the box if you&#8217;ve got classic theme or classic site. But it is a powerful tool to those people who are using classic themes, and that&#8217;s completely legitimate.</p>\n\n\n\n<p>[00:10:26] <strong>Josepha:</strong> And so is the opt in like something that you can do for yourself or something that your developer needs to do?</p>\n\n\n\n<p>[00:10:32] <strong>Dave:</strong> You would need to do it in your theme code. So you&#8217;d need to do that with PHP. So, your theme developer, if they choose to update their theme and provide support for these things. Then, they would obviously need to test their theme works with those new tools, make sure it&#8217;s ready, and then they would ship that update.</p>\n\n\n\n<p>And so maybe after 6.5 is released, you may see some themes incrementally adding support. My understanding at the moment is that the core themes, the Block themes, will not automatically add those straight away. I think they need more time to allow them to bed in and more time to get them ready for prime time if you see what I mean, but you know the fact that they&#8217;re there and ready means that the wider theme audience and theme developers can start taking advantage of them.</p>\n\n\n\n<p>[00:11:15] <strong>Josepha:</strong> Nice, nice. I have been wondering lately, this is only marginally related, but I&#8217;m gonna wonder it out loud anyway. I&#8217;ve been wondering lately if like, our classic themes, our most favorite, our most loved classic themes do need a little bit of help moving into a Block theme future. And I think that this will help. I think, on the one hand this will help, and on the other hand, like, what would it take for us to just say, and you&#8217;re not the theme person I know, but like, what would it take for us to just say, &#8220;These are our top five most favorite, most used, classic themes that we&#8217;ve got in WordPress. Let&#8217;s rebuild it in blocks and just ship the block version of it and help the classic themes users that love the design, love the look, love the features get introduced to this new block territory so that they can see that not only do they have the look, the feel, the features, but also the flexibility that comes with that and a little bit more feeling of safety as they wander around modifying themes.&#8221;</p>\n\n\n\n<p>[00:12:18] <strong>Josepha:</strong> I have no fear of any code changes and didn&#8217;t when I started working with WordPress, as opposed to working in WordPress, but I think that that&#8217;s not the way that that works right now. Like there&#8217;s a whole lot of like, I need to get it right-ish with folks who are using our software. And so I just wonder if that will help everybody feel a little more confident in what they&#8217;re doing, knowing they&#8217;re not going to break things because we&#8217;ve built it so you can&#8217;t.</p>\n\n\n\n<p>[00:12:45] <strong>Dave:</strong> It could do, it could do. And I was just thinking as you were talking, like, do we have any themes that already do that? And, of course, we do have 2021. If you can think back that far into the mists of time, we had 2021 classic, which is that it&#8217;s called 2021, but we also 2021 blocks, which is doing very much what you&#8217;ve just described.</p>\n\n\n\n<p>[00:13:03] <strong>Dave:</strong> So we haven&#8217;t pursued that for the new default themes or block themes, but, you know, it might be something to look at for onboarding if there are any of classic themes from the more distant past, you know, maybe some of those could do with a block theme equivalent just to let people on board to that experience and just feel comfortable. Yeah, interesting, interesting. You should definitely talk to the theme people about that.</p>\n\n\n\n<p>[00:13:23] <strong>Josepha:</strong> I&#8217;m going to. They&#8217;re going to love it. They&#8217;re going to be like, Yay! Of course! Of course! I don&#8217;t know, actually. I don&#8217;t know if anyone ever loves the things that I suggest, but that doesn&#8217;t mean that they&#8217;re not going to get suggested. I have all these ideas, and they got to come out somewhere. Okay. So do you have something that you worked on that&#8217;s not in this big list of features or that you helped people to really shepherd into the release that you think is really cool? Like, maybe it&#8217;s not going to be super visible or something, but like that you&#8217;ve personally felt was like a cool feature, excited for it to get into the release.</p>\n\n\n\n<p>[00:13:53] <strong>Dave:</strong> Yeah, there are a couple of things, a couple of things at the top of mind. One of them is user-facing and one of them is more developer-facing features. So, I&#8217;ll start with the developer feature first. And this one is a change to an API. Now, that API is always a slightly intimidating word, I think, but it just means a set of tools, a standardized set of tools that developers can use to do something. And in this case, it&#8217;s the allowed blocks API. </p>\n\n\n\n<p>[00:14:20] <strong>Josepha:</strong> Sounds so fun.&nbsp;</p>\n\n\n\n<p>[00:14:21] <strong>Dave:</strong> Yeah, I know it&#8217;s riveting, isn&#8217;t it? But trust me, it does come with some benefits. So the Navigation block is a good example. It&#8217;s a block that acts as a container and it&#8217;s got child blocks. Okay. But you can only insert certain blocks. You can insert links, you can insert social icons, you can insert search. But if you want to insert, I don&#8217;t know, an Icon block, for example. You can&#8217;t do that, but you can with WordPress 6.5 because of the change to the allow box API. And what it allows you to do is say, &#8220;I want to additionally allow the following blocks to be inserted as well.&#8221;</p>\n\n\n\n<p>So as a developer, you can hook into this filter and change those blocks. Now, okay, so far, so good. &#8220;What&#8217;s the big deal?&#8221; you might say, well, it&#8217;s open the door, is open the door to some very, very interesting explorations. Some of which I&#8217;ve no doubt that you and your listeners would have already encountered. And one is by a colleague of mine called Nick Diego. And I think it&#8217;s on the WordPress Developer blog right now. I think he&#8217;s done a fantastic inspiration into mega menus in the navigation block. I&#8217;m someone who&#8217;s worked on the Navigation block extensively in the past, and I&#8217;m very aware of how much users want mega menus to be a part of the Navigation block.</p>\n\n\n\n<p>[00:15:30] <strong>Dave:</strong> I was never convinced it was going to be something we were going to do in core, because it requires so many different things. But Nick has actually managed with this allow blocks API and some other tweaks as well to build a mega menu as a plugin for WordPress using the standard Navigation block.</p>\n\n\n\n<p>And I think that&#8217;s just one example of the utility of this API. But for example, I mentioned that you could add icons to your Navigation block and you can&#8217;t really do that at the moment. It&#8217;s pretty powerful. It&#8217;s kind of hidden away. It&#8217;s in the release notes, but it&#8217;s not massively clear, but it does open some pretty big doors. And I think if you&#8217;re a developer or a theme author, indeed, you should you should definitely be looking into that and see what it enables for you.</p>\n\n\n\n<p>[00:16:06] <strong>Josepha:</strong> Yeah, we&#8217;ll put a link to Nick&#8217;s post in the show notes, and we&#8217;ll share it around the social spaces. So like, I hear you saying it&#8217;s buried, it&#8217;s hard to see, it won&#8217;t necessarily be exciting now, but will be exciting later, but like mega menus and sliders, those are the most contested things that people want to put on sites all the time. Like from my agency days, like when I was thinking in the mindset of a strategist, a data person, that&#8217;s what I was doing. Like, I never wanted sliders. I never wanted mega menus because it just implied that we didn&#8217;t have a decision about the sites we were making, like we had not decided the primary purpose, and also it was just hard to track, but it was always literally every single time people are like well if Amazon has it why can&#8217;t we have it? You&#8217;re like, yeah, I know, but they&#8217;re Amazon. They&#8217;re not the same like mega menus sliders. I know that from a project perspective that we&#8217;re like, that should be a theme thing. That should be in theme territory. But I think it makes sense to have in core because so many people want to be able to do it.</p>\n\n\n\n<p>[00:17:14] <strong>Josepha:</strong> And just because like someone like me feels like it&#8217;s not the right call for your business doesn&#8217;t mean that you shouldn&#8217;t be able to make that decision for yourself, you know, I think that&#8217;s a, I think that&#8217;s a great, a great feature to call out.</p>\n\n\n\n<p>[00:17:28] <strong>Dave:</strong> Yeah, absolutely. I completely agree. I can look for my agency days. I can exactly imagine that sort of thing. We have a lot of people, a problem that a lot of people are facing. So it&#8217;s really important that we provide the tools to allow people to do that now. And we can always look at if it&#8217;s valid to include it in core later, then we can look at that as well.</p>\n\n\n\n<p>Yeah. So that&#8217;s, that&#8217;s the first one I had. The second one is a little bit more user-facing. I would say it&#8217;s hidden away. But I&#8217;m not 100 percent sure it is. I mean, Josepha, how often do you create links when you&#8217;re working with WordPress?</p>\n\n\n\n<p>[00:17:58] <strong>Josepha:</strong> Like every time that I&#8217;m in WordPress.</p>\n\n\n\n<p>[00:18:00] <strong>Dave:</strong> Yeah, exactly. Same here. I do it all the time, right? And a lot of people do. And for a long while, contributors to the editor have been sort of collecting and collating the feedback that&#8217;s come in from people about their frustrations with the built in link interface in the Block Editor. So if you&#8217;re creating a hyperlink to, you know, hyperlink to another page or, you know, you&#8217;re going to link to Nick&#8217;s mega menu article, you&#8217;re going to be doing that a lot, right?</p>\n\n\n\n<p>That&#8217;s something that people do when they&#8217;re creating content in WordPress. And so we worked a lot to refine that with a contributor who, who you may know, Rich Tabor. Who&#8217;s also, I think, on the release squad as well. An influencer in the WordPress space as well. He spent a lot of time looking at the UX and myself and a number of other contributors have spent a lot of time in this release refining that. And I think it&#8217;s surprisingly difficult to get right, but I think we&#8217;ve, I think we&#8217;ve made some nice improvements to that will be nice quality of life for people who, to do this sort of content creation quite a lot.</p>\n\n\n\n<p>So there&#8217;s things like now when you create the link for the first time, it remains open on the initial creation of the link. So that means you can quickly then easily adjust the link. I mean, it seems obvious, doesn&#8217;t it? Yeah, but it&#8217;s not happening. It just used to just automatically close, and the people are like, &#8220;Hey, I wanted to make more adjustments. &#8220;</p>\n\n\n\n<p>[00:19:08] <strong>Josepha:</strong> I wasn&#8217;t done yet.&nbsp;</p>\n\n\n\n<p>[00:19:10] <strong>Dave:</strong> Exactly. Yeah, exactly. We&#8217;ve, we&#8217;ve streamlined the UI. We&#8217;ve removed a lot of clutter, but we&#8217;ve also added some useful tools, like ability to copy a link and remove the link directly from the control itself. And lastly along with lots of other accessibility changes in this release. We have worked a lot on refining the implementation.</p>\n\n\n\n<p>So that is discoverable for, for users of assistive tech because we spent a lot of time talking to core accessibility team and other people, and they were finding it very hard to perceive that the UI was there because of the way that keyboard interactions work and you&#8217;ve got the block toolbar in the way and things like that.</p>\n\n\n\n<p>We think we&#8217;ve nailed on a really good solution now that works for, not only uses assistive tech, but actually provides benefits for sighted users as well. It&#8217;s kind of difficult to talk about. I mean, I have got a video covering this on my YouTube channel, which kind of shows it in a bit more detail, but we&#8217;re happy it&#8217;s in a much better place.</p>\n\n\n\n<p>[00:20:02] <strong>Dave:</strong> And yeah if people have got feedback about it, and when, when 6.5 comes out, we&#8217;re always happy to hear that. And you can go to the WordPress GitHub repository and raise an issue. And one of us will jump on it and see what we can do.</p>\n\n\n\n<p>[00:20:13] <strong>Josepha:</strong> And we can include a link to that video also. So like, for folks where this sounded intriguing, but they don&#8217;t quite get the concept, like video content all day, let&#8217;s pop it into our show notes. And everybody can take a look at it there. I think that&#8217;s a great idea.</p>\n\n\n\n<p>[00:20:28] <strong>Dave:</strong> Great. Yeah, I appreciate that.</p>\n\n\n\n<p>[00:20:30] <strong>Josepha:</strong> So final question, maybe, maybe final question, final planned question. Is there anything from a user-facing perspective again that you feel has not really gotten the airtime that it needs so far?&nbsp;</p>\n\n\n\n<p>[00:20:44] <strong>Dave:</strong> I think there&#8217;s a lot of technical changes that have happened in this release. So it&#8217;s easy to look at those. I mean, we&#8217;ve covered quite a lot of the key ones that will be user-facing in terms of Font Library and Revisions. We&#8217;ve got things that are going to this release that enable things a lot for people to experience in the future, I think, so underlying changes like the Interactivity API becoming public. Now that&#8217;s public, plugin developers can start to make sites much more interactive on the front of the site rather than just in the editor. So I think that once 6.5 has gone in, and people have started to explore the Interactivity API in more detail, we might see more plugins offering sort of interactivity on the fronts of their sites. An example is obviously the lightbox you&#8217;ve got with images in core, but I can; there&#8217;s way more stuff that you can do with that. So we&#8217;re going to see more of that. </p>\n\n\n\n<p>[00:21:28] <strong>Dave:</strong> We&#8217;ve got Block Hooks that have landed in 6.5, and this is going to open for things like ecommerce plugins and to be able to add, you know, cart blocks or log in, log out blocks to things like navigation, for example, or you might want a ability to like all your comments, and you can do that with Block Hooks and then a plugin developer can just, you know, when the plugin is enabled, they can just make it so that those things just appear on your site, but you still got control over the design.</p>\n\n\n\n<p>So there&#8217;s a lot of like hidden things I think are going to uncover new features for users over time as a result of the community getting involved and changing their plugins and themes to do these take advantage of these new tools.&nbsp;</p>\n\n\n\n<p>[00:22:07] <strong>Josepha:</strong> Yeah, so the Interactivity API, obviously it has &#8220;API&#8221; on it. And so no one&#8217;s thinking, well, this is a user-facing thing. And while the API is not a user facing thing, like, I think that you&#8217;re right. That what it enables absolutely is going to be really useful and hopefully really engaging for like end-to-end users, like the users that are not listening to this podcast and they don&#8217;t know we exist, like they don&#8217;t know that WordPress has a community building it, they&#8217;re just like, it exists, there&#8217;s a software that came out of nowhere, like, I&#8217;m really excited to see how our developers in the community start to use that in their plugins and themes and get that out to end users. I&#8217;m really, really excited to see how creative they get with it.</p>\n\n\n\n<p>Did you have a final thing?</p>\n\n\n\n<p>[00:22:51] <strong>Dave:</strong> There&#8217;s a lot of design changes, I think. I mean, we can&#8217;t cover them all, obviously, in verbal form in this podcast, but some things that are just standing out to me if we look at the source of truth for, for WordPress 6.5, it is, it is big. There&#8217;s a lot in this release. But there&#8217;s some very cool things for, I don&#8217;t know, quality. I like to see them as like quality of life design design changes. Things like, if you drop an image, as a background image of a cover block, it automatically sets the overlay color for that cover block to match the most prominent color of the background image. Like things like that, they seem small, but over time, they just, you just drop that thing, and it just does it. And it&#8217;s like, this is nice. And it feels like a nice tool to use that just is intuitive. And I think there&#8217;s, we&#8217;ll see a lot of those things landing in this release that can just make the experience of working with WordPress and working in the Site Editor much, much nicer.</p>\n\n\n\n<p>[00:23:41] <strong>Josepha:</strong> Yeah. I remember when I first ran into that particular thing, it was on the Showcase, our most recent redesign of it. We&#8217;re using that functionality in there before it was available in core. Obviously, I know, but it was really fascinating. I&#8217;m not great with color combinations. Like, I don&#8217;t have a sense for, like, oh, that&#8217;s the primary thing. That&#8217;s not. And so having that being done kind of automatically so that my stuff looks good anyway, despite what my color sense said to do or not. I thought it was great. Makes you look good as somebody who&#8217;s running a business. You don&#8217;t have to know how things work in order to have excellently functional, really beautiful things.</p>\n\n\n\n<p>[00:24:21] <strong>Josepha:</strong> And I think that&#8217;s a great thing about all of our releases. Obviously, everything is supposed to work that way, but like this one has a lot of really cool things like that available. I think those are really the questions that I had. Is there anything you want to make sure to share before we kind of give last thoughts and head out?</p>\n\n\n\n<p>[00:24:39] <strong>Dave:</strong> Yeah, I was, I was thinking a lot about, you know, the community we&#8217;ve got with WordPress, and I think that people outside of WordPress may not really understand that how amazing this community is that we&#8217;ve got here, but I wanted to say to people like don&#8217;t shy away from contributing to WordPress. I get that, you know, people like myself are fortunate enough to be sponsored to do it. But there&#8217;s always something that people can do, even if that&#8217;s just spending like 30 minutes testing a release or donating some of your time to run one of the meetings. It can really make a difference overall. Even just filing a bug report for something you see in WordPress 6.5 or testing 6.5 before it goes out, those little things do make a big difference. And if you&#8217;re not sure where to go, then we can signpost you with links, no doubt in this, in the podcast description with where where&#8217;s to go. But yeah, I just want to encourage people to get involved, basically.</p>\n\n\n\n<p>[00:25:27] <strong>Josepha:</strong> Yeah. And it&#8217;s all working out in public, like we&#8217;ve got developers, designers, marketing folks, community folks like all doing this work out where everybody can see it. And so that, I know, can look really kind of overwhelming. But I want to just highlight, like, you don&#8217;t have to know everything about what&#8217;s happening in the project in order to get involved in the project. Like every small bit of contribution toward like finding a new bug or confirming that a bug happens across other devices, other setups, things like that, like those all help make things better and keep things moving as quickly as we are able to make them move. And so, yeah, I&#8217;ll second that every little thing that you think like that won&#8217;t make a difference. It does. We can&#8217;t tell that things are broken or things are working or things are in need of some care unless you highlight those for us. And this is the best way to do it is to show up and give 30 minutes to send out a group testing invite to your meetup group or whatever it is that you all have been thinking you should do, like, this is your sign. You can do it.</p>\n\n\n\n<p>[00:26:34] <strong>Dave:</strong> Everyone should get involved if they can.</p>\n\n\n\n<p>[00:26:37] <strong>Josepha:</strong> I agree. I agree. Dave, this has been such an excellent conversation. Thank you so much for joining me today.</p>\n\n\n\n<p>[00:26:42] <strong>Dave:</strong> Oh, thank you very much. It&#8217;s a pleasure.</p>\n\n\n\n<p>[00:26:43] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:26:49] <strong>Josepha:</strong> What an interesting release we&#8217;ve got coming out this week. I&#8217;m so glad you all made it this far in the pod, and now it&#8217;s time for our small list of big things.</p>\n\n\n\n<p>[00:27:00] <strong>Josepha:</strong> First up, following up on the WordPress meetup reactivation project that we had in 2022, we aim to revive some meetup groups in big cities that are inactive or help the local WordPress community that are not yet part of our meetup chapter program to join our program. There is a post out on the community P2 on the community site. That is titled Asia Meetup Revival Project 2024. I&#8217;ll leave a link to that in the show notes if you want to read more about that and figure out how to get involved.</p>\n\n\n\n<p>And speaking of getting involved, we have roughly a million meetings. Because it&#8217;s a new month, we&#8217;re in April now. New month, new opportunities. There are a lot of things happening in April. We will be coming out of a major release, obviously, and so there will be some minor release follow up to do. There will be a lot of discussion about what&#8217;s coming next, what&#8217;s in trunk, what&#8217;s not in trunk. But also a lot of work being done around our next big major events, our next big major training initiatives. There&#8217;s just so much happening. Spring is a time when we are looking at stuff that&#8217;s new, what we want to invest in, what we want to grow. And so if you have not attended one in a while or even at all if you&#8217;ve never attended a meeting in the community, then this is a great time to start and join your fellow community members trying to make WordPress better every day.</p>\n\n\n\n<p>[00:28:23] <strong>Josepha:</strong> And then the final thing on our small list of big things is I am looking at helping to shift the focus of our WordPress marketing community. We&#8217;ve had a bit of a struggle over the years to figure out what our primary focus and our primary impact can be. So there&#8217;s a post up called &#8216;Making a WordPress Media Corps&#8217;. It&#8217;s gotten quite a bit of attention, and I do really think that it has a lot of potential for solving some of the issues that we have and kind of getting some quick wins into our recent history of that team so that we can move forward confidently together. So pop on over, give it a read, share your thoughts. And if you are one of these qualified media partners, also let us know.&nbsp;</p>\n\n\n\n<p>[00:29:08] <strong>Josepha:</strong> That, my friends, is your small list of big things.</p>\n\n\n\n<p>Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. And if you liked what you heard today, share it with a fellow WordPresser, or if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thank you for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17158\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 6.5 “Regina”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2024/04/regina/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Apr 2024 18:42: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:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.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:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17132\";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:202:\"WordPress 6.5 \"Regina\" is here! Named in honor of Regina Carter, renowned jazz violinist and educator, this release was made possible by over 700 contributors. Download WordPress 6.5 “Regina” today.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:70187:\"\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=1024%2C683&#038;ssl=1\" alt=\"WordPress 6.5 &quot;Regina&quot;\" class=\"wp-image-17178\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=2048%2C1365&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Say hello to WordPress 6.5 “Regina,” inspired by the dynamic versatility of renowned jazz violinist <a href=\"https://en.wikipedia.org/wiki/Regina_Carter\">Regina Carter</a>. An award-winning artist and storied jazz educator known for transcending genre, Regina’s technical foundations in classical music and deep understanding of jazz have earned her the reputation of boldly going beyond what’s possible with the violin.&nbsp;</p>\n\n\n\n<p>Let the stunning twists and subtle turns of <a href=\"https://open.spotify.com/playlist/37i9dQZF1DZ06evO1WEiVo?si=534335c984804713\" data-type=\"link\" data-id=\"https://open.spotify.com/playlist/37i9dQZF1DZ06evO1WEiVo?si=534335c984804713\">Regina’s genre-bending sound</a> surprise you as you explore everything 6.5 offers.</p>\n\n\n\n<p>This latest version of WordPress puts more power into the details. It offers new and improved ways to fine-tune and enhance your site-building experience, letting you take control in ways that make it your own. You’ll find new ways to manage your site’s typography, more comprehensive revisions available in more places, and a collection of Site Editor updates paired with impressive performance gains to help you get things done smoother and faster.</p>\n\n\n\n<p>&#8220;Regina&#8221; also marks the introduction of some breakthrough developer tools that will start transforming how you use and extend blocks to craft engaging experiences. The Interactivity API opens up a world of creative front-end possibilities, while the Block Bindings API makes dynamic connections between blocks and data seamless. These, among other developer-focused improvements and updates, are ready to help you evolve how you build with WordPress.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/download/\">Download WordPress 6.5 &#8220;Regina&#8221;</a></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s inside 6.5</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Add and manage fonts across your site</h3>\n\n\n\n<p>The new Font Library puts you in control of an essential piece of your site’s design—typography—without coding or extra steps. Effortlessly install, remove, and activate local and Google Fonts across your site for any Block theme. The ability to include custom typography collections gives site creators and publishers more options when it comes to styling content.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"656\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/Font-Manager-2.png?resize=1024%2C656&#038;ssl=1\" alt=\"\" class=\"wp-image-17167\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/04/Font-Manager-2.png?resize=1024%2C656&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/Font-Manager-2.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/Font-Manager-2.png?resize=768%2C492&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/Font-Manager-2.png?w=1320&amp;ssl=1 1320w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Get more from your revisions—including revisions for templates and template parts</h3>\n\n\n\n<p>Work through creative projects with a more comprehensive picture of what’s been done—and what you can fall back on. Get details like time stamps, quick summaries, and a paginated list of all revisions. View revisions from the Style Book to see how changes impact every block. Revisions are also now available for templates and template parts.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"656\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/Revisions-1.png?resize=1024%2C656&#038;ssl=1\" alt=\"\" class=\"wp-image-17168\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/04/Revisions-1.png?resize=1024%2C656&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/Revisions-1.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/Revisions-1.png?resize=768%2C492&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/Revisions-1.png?w=1320&amp;ssl=1 1320w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Play with enhanced background and shadow tools</h3>\n\n\n\n<ul>\n<li>Control the size, repeat, and focal point options for background images in Group blocks so you can explore subtle or splashy ways to add visual interest to layouts.&nbsp;</li>\n\n\n\n<li>Set aspect ratios for Cover block images and easily add color overlays that automatically source color from your chosen image.&nbsp;</li>\n\n\n\n<li>Add box shadow support to more block types and create layouts with visual depth, or throw a little personality into your design.</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"656\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/design-tools-1.png?resize=1024%2C656&#038;ssl=1\" alt=\"\" class=\"wp-image-17169\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/04/design-tools-1.png?resize=1024%2C656&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/design-tools-1.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/design-tools-1.png?resize=768%2C492&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/design-tools-1.png?w=1320&amp;ssl=1 1320w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Discover new Data Views</h3>\n\n\n\n<p>Every piece of your site comes with a library of information and data—now, you can find what you need quickly and organize it however you like. Data views for pages, templates, patterns, and template parts let you see data in a table or grid view, with the option to toggle fields and make bulk changes.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"656\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/Data-Views-1.png?resize=1024%2C656&#038;ssl=1\" alt=\"\" class=\"wp-image-17165\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/04/Data-Views-1.png?resize=1024%2C656&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/Data-Views-1.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/Data-Views-1.png?resize=768%2C492&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/Data-Views-1.png?w=1320&amp;ssl=1 1320w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Smoother drag-and-drop</h3>\n\n\n\n<p>Feel the difference when you move things around, with helpful visual cues like displaced items in List View or frictionless dragging to anywhere in your workspace—from beginning to end.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"656\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/drag-and-drop-1.png?resize=1024%2C656&#038;ssl=1\" alt=\"\" class=\"wp-image-17170\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/04/drag-and-drop-1.png?resize=1024%2C656&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/drag-and-drop-1.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/drag-and-drop-1.png?resize=768%2C492&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/drag-and-drop-1.png?w=1320&amp;ssl=1 1320w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Improved link controls</h3>\n\n\n\n<p>Create and manage links easily with a more intuitive link-building experience, like a streamlined UI and a shortcut for copying links.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"656\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/link-controls-1.png?resize=1024%2C656&#038;ssl=1\" alt=\"\" class=\"wp-image-17171\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/04/link-controls-1.png?resize=1024%2C656&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/04/link-controls-1.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/04/link-controls-1.png?resize=768%2C492&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/04/link-controls-1.png?w=1320&amp;ssl=1 1320w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s fresh for developers in 6.5</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Bring interactions to blocks with the Interactivity API</h3>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/\">Interactivity API</a> offers developers a standardized method for building interactive front-end experiences with blocks. It simplifies the process, with fewer dependencies on external tooling, while maintaining optimal performance. Use it to create memorable user experiences, like fetching search results instantly or letting visitors interact with content in real time.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Connect blocks to custom fields or other dynamic content</h3>\n\n\n\n<p>Link core block attributes to custom fields and use the value of custom fields without creating custom blocks. Powered by the <a href=\"https://make.wordpress.org/core/2024/03/06/new-feature-the-block-bindings-api/\">Block Bindings API</a>, developers can extend this capability further to connect blocks to any dynamic content—even beyond custom fields. If there’s data stored elsewhere, easily point blocks to that new source with only a few lines of code.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Add appearance tools to Classic themes</h3>\n\n\n\n<p>Give designers and creators using Classic themes access to an upgraded design experience. Opt in to support for spacing, border, typography, and color options, even without using theme.json. Once support is enabled, more tools will be automatically added as they become available.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Explore improvements to the plugin experience</h3>\n\n\n\n<p>There&#8217;s now an <a href=\"https://make.wordpress.org/core/2024/03/05/introducing-plugin-dependencies-in-wordpress-6-5/\">easier way to manage plugin dependencies</a>. Plugin authors can supply a new <code>Requires Plugins</code> header with a comma-separated list of required plugin slugs, presenting users with links to install and activate those plugins first.</p>\n\n\n\n<h2 class=\"wp-block-heading\">From fast to faster: Performance updates</h2>\n\n\n\n<p>This release includes 110+ performance updates, resulting in an impressive increase in speed and efficiency across the Post Editor and Site Editor. Loading is over two times faster than in 6.4, with input processing speed up to five times faster than the previous release.</p>\n\n\n\n<p>&nbsp;Translated sites see up to 25% improvement in load time for this release courtesy of <a href=\"https://make.wordpress.org/core/2024/02/27/i18n-improvements-6-5-performant-translations/\">Performant Translations</a>. Additional performance highlights include <a href=\"https://make.wordpress.org/core/2024/02/23/wordpress-6-5-adds-avif-support/\">AVIF image support</a> and improvements for <a href=\"https://make.wordpress.org/core/2024/02/29/performance-improvements-for-registering-block-variations-with-callbacks/\">registering block variations with callbacks</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A tradition of inclusion</h2>\n\n\n\n<p>This release includes more than 65 accessibility improvements across the platform, making it more accessible than ever. It contains an important fix that unblocks access to the admin submenus for screen reader users and others who navigate by keyboard. This release also adds fixes to color contrast in admin focus states, positioning of elements, and cursor focus, among many others, that help improve the WordPress experience for everyone.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.5</h2>\n\n\n\n<p>Check out the new&nbsp;<a href=\"https://wordpress.org/download/releases/6-5/\">WordPress 6.5 page</a>&nbsp;to learn more about the numerous enhancements and features of this release—including short demos of some of the highlighted features. </p>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> for quick how-to videos, <a href=\"https://learn.wordpress.org/social-learning/\">online workshops</a>, and other free resources to level up your WordPress knowledge and skills.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2024/03/15/wordpress-6-5-field-guide/\">WordPress 6.5 Field Guide</a> for detailed technical information and <a href=\"https://make.wordpress.org/core/tag/dev-notes-6-5/\">developer notes</a> to help you build with WordPress and get the most out of this release. Don’t forget to subscribe to the <a href=\"https://developer.wordpress.org/news/\">Developer Blog</a> for developer updates, feature tutorials, and other helpful WordPress content from a developer perspective.</p>\n\n\n\n<p>For more information about installation, file changes, fixes, and other updates, read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-5/\">6.5 release notes</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.5 release squad</h2>\n\n\n\n<p>Every release has many moving parts with its own triumphs and challenges. It takes a dedicated team of enthusiastic contributors to help keep things on track and moving smoothly. 6.5 is made possible by a cross-functional group of contributors, always ready to champion ideas, remove blockers, and resolve issues.</p>\n\n\n\n<ul>\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordinators: <a href=\"https://profiles.wordpress.org/akshayar/\">Akshaya Rane</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a></li>\n\n\n\n<li>Core Tech Leads: <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a></li>\n\n\n\n<li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a></li>\n\n\n\n<li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</a></li>\n\n\n\n<li>Editor Triage Leads: <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a></li>\n\n\n\n<li>Design Leads: <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a></li>\n\n\n\n<li>Marketing and Communication Leads: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a></li>\n\n\n\n<li>Documentation Leads: <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/leonnugraha/\">Leonardus Nugraha</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">Steven Lin</a></li>\n\n\n\n<li>Performance Leads: <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a></li>\n\n\n\n<li>Test Leads: <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/lumiblog/\">Patrick Lumumba</a>, <a href=\"https://profiles.wordpress.org/vipuljnext/\">Vipul Ghori</a></li>\n\n\n\n<li>Default Themes Leads: <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p>WordPress believes in democratizing publishing and the <a href=\"https://opensource.org/osd-annotated\">freedoms that come with open source</a>. Supporting this idea is a global and diverse community of people collaborating to strengthen the software.&nbsp;</p>\n\n\n\n<p>WordPress 6.5 reflects the countless efforts and passion of around 700 contributors in at least 57 countries. This release also welcomed over 150 first-time contributors!</p>\n\n\n\n<p>Their collaboration delivered more than 2,500 enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress open source community.</p>\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/benniledl/\">!Benni</a> · <a href=\"https://profiles.wordpress.org/_ck_/\">_ck_</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/abletec/\">abletec</a> · <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/adarshposimyth/\">Adarsh Akshat</a> · <a href=\"https://profiles.wordpress.org/ajmcfadyen/\">admcfajn</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a> · <a href=\"https://profiles.wordpress.org/skyakash12/\">Akash Muchandikar</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/akmelias/\">akmelias</a> · <a href=\"https://profiles.wordpress.org/wpfy/\">Akramul Hasan</a> · <a href=\"https://profiles.wordpress.org/akshayar/\">Akshaya Rane</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanfuller/\">Alan Fuller</a> · <a href=\"https://profiles.wordpress.org/ahoereth/\">Alex</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/alexkingorg/\">Alex King</a> · <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alexandrebuffet/\">Alexandre Buffet</a> · <a href=\"https://profiles.wordpress.org/alexanderkoledov/\">AlexKole</a> · <a href=\"https://profiles.wordpress.org/alh0319/\">Amber Hinds</a> · <a href=\"https://profiles.wordpress.org/sabreuse/\">Amy Hendrix (sabreuse)</a> · <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a> · <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/euthelup/\">Andrei Lupu</a> · <a href=\"https://profiles.wordpress.org/andrewhayward/\">Andrew Hayward</a> · <a href=\"https://profiles.wordpress.org/l1nuxjedi/\">Andrew Hutchings</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/norcross/\">Andrew Norcross</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/andrewleap/\">andrewleap</a> · <a href=\"https://profiles.wordpress.org/andbalashov/\">Andrii Balashov</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André Maneiro</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a> · <a href=\"https://profiles.wordpress.org/aneeshd16/\">Aneesh Devasthale</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ant1busted/\">Antoine</a> · <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a> · <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/lighthouse79/\">Antonella</a> · <a href=\"https://profiles.wordpress.org/colomet/\">Antonio D.</a> · <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a> · <a href=\"https://profiles.wordpress.org/arena94/\">arena94</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Kalwar</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/iamarunchaitanyajami/\">Arun Chaitanya Jami</a> · <a href=\"https://profiles.wordpress.org/dextorlobo/\">Arun Sharma</a> · <a href=\"https://profiles.wordpress.org/ideag/\">Arunas Liuiza</a> · <a href=\"https://profiles.wordpress.org/iamasadpolash/\">Asad Polash</a> · <a href=\"https://profiles.wordpress.org/ashfame/\">Ashish Kumar (Ashfame)</a> · <a href=\"https://profiles.wordpress.org/mohonchandra/\">Asish Chandra Mohon</a> · <a href=\"https://profiles.wordpress.org/audunmb/\">audunmb</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/filosofo/\">Austin Matzko</a> · <a href=\"https://profiles.wordpress.org/axwax/\">axwax</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/beryldlg/\">B&#233;ryl de La Grandi&#232;re</a> · <a href=\"https://profiles.wordpress.org/bahia0019/\">bahia0019</a> · <a href=\"https://profiles.wordpress.org/balub/\">Balu B</a> · <a href=\"https://profiles.wordpress.org/bangank36/\">bangank36</a> · <a href=\"https://profiles.wordpress.org/barry/\">Barry</a> · <a href=\"https://profiles.wordpress.org/barryhughes-1/\">Barry</a> · <a href=\"https://profiles.wordpress.org/bartkalisz/\">Bart Kalisz</a> · <a href=\"https://profiles.wordpress.org/bartkleinreesink/\">bartkleinreesink</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/beaulebens/\">Beau Lebens</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/benharri/\">ben</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/ubernaut/\">Ben Hansen</a> · <a href=\"https://profiles.wordpress.org/husobj/\">Ben Huson</a> · <a href=\"https://profiles.wordpress.org/blobaugh/\">Ben Lobaugh (blobaugh)</a> · <a href=\"https://profiles.wordpress.org/britner/\">Ben Ritner - Kadence WP</a> · <a href=\"https://profiles.wordpress.org/retlehs/\">Ben Word</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/benjaminknox/\">benjaminknox</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">bernhard-reiter</a> · <a href=\"https://profiles.wordpress.org/billseymour/\">billseymour</a> · <a href=\"https://profiles.wordpress.org/bplv/\">Biplav</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/born2webdesign/\">born2webdesign</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradparbs/\">Brad Parbs</a> · <a href=\"https://profiles.wordpress.org/williamsba1/\">Brad Williams</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/drrobotnik/\">Brandon Lavigne</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bacoords/\">Brian Coords</a> · <a href=\"https://profiles.wordpress.org/fischfood/\">Brian Fischer</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke</a> · <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a> · <a href=\"https://profiles.wordpress.org/ecc/\">camya</a> · <a href=\"https://profiles.wordpress.org/karl94/\">Carlo Cannas</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos G. P.</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cenkdemir/\">cenkdemir</a> · <a href=\"https://profiles.wordpress.org/cfinnberg/\">cfinnberg</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/chasedsiedu/\">chased@si.edu</a> · <a href=\"https://profiles.wordpress.org/mel_cha/\">chiilog (Chiaki Okamoto)</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/chrisdavidmiles/\">Chris David Miles</a> · <a href=\"https://profiles.wordpress.org/jazzs3quence/\">Chris Reynolds</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/itschristiandale/\">christian-dale</a> · <a href=\"https://profiles.wordpress.org/christopherplus/\">Christopher</a> · <a href=\"https://profiles.wordpress.org/chrystl/\">Chrystl</a> · <a href=\"https://profiles.wordpress.org/codepo8/\">codepo8</a> · <a href=\"https://profiles.wordpress.org/cdevroe/\">Colin Devroe</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">Cory Birdsong</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/creativeslice/\">Creative Slice</a> · <a href=\"https://profiles.wordpress.org/crstauf/\">crstauf</a> · <a href=\"https://profiles.wordpress.org/cwhitmore/\">Cullen Whitmore</a> · <a href=\"https://profiles.wordpress.org/cu121/\">Cupid Chakma</a> · <a href=\"https://profiles.wordpress.org/cvorko/\">cvorko</a> · <a href=\"https://profiles.wordpress.org/didierjm/\">cybeardjm</a> · <a href=\"https://profiles.wordpress.org/cyberchicken/\">Cyberchicken</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/mzaweb/\">Daniel Dvorkin</a> · <a href=\"https://profiles.wordpress.org/mapumba/\">Daniel K&#228;fer</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/schutzsmith/\">Daniel Schutzsmith</a> · <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a> · <a href=\"https://profiles.wordpress.org/darshitrajyaguru97/\">Darshit Rajyaguru</a> · <a href=\"https://profiles.wordpress.org/darssen/\">darssen</a> · <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">David Levine</a> · <a href=\"https://profiles.wordpress.org/dglingren/\">David Lingren</a> · <a href=\"https://profiles.wordpress.org/davidperez/\">David Perez</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a> · <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a> · <a href=\"https://profiles.wordpress.org/dionysous/\">Dennis Hipp</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dennysdionigi/\">Dennys Dionigi</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">Derek Blank</a> · <a href=\"https://profiles.wordpress.org/valendesigns/\">Derek Herman</a> · <a href=\"https://profiles.wordpress.org/derekspringer/\">Derek Springer</a> · <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a> · <a href=\"https://profiles.wordpress.org/desrosjbot/\">Desrosj Bot</a> · <a href=\"https://profiles.wordpress.org/dernin/\">Devin Curtis</a> · <a href=\"https://profiles.wordpress.org/dlocc/\">Devin Walker</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruvishah2203/\">Dhruvi Shah</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/dougal/\">Dougal Campbell</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/lots0logs/\">Dustin Falgout</a> · <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a> · <a href=\"https://profiles.wordpress.org/emirpprime/\">emirpprime</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/endymion00/\">Endymion00</a> · <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a> · <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a> · <a href=\"https://profiles.wordpress.org/fabiorubioglio/\">Fabio Rubioglio</a> · <a href=\"https://profiles.wordpress.org/faisalahammad/\">Faisal Ahammad</a> · <a href=\"https://profiles.wordpress.org/faisalahmed29/\">Faisal Ahmed</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fanly/\">Fanly</a> · <a href=\"https://profiles.wordpress.org/feastdesignco/\">Feast Design Co.</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/fgiannar/\">fgiannar</a> · <a href=\"https://profiles.wordpress.org/flhz/\">Florent Hernandez</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/francescocarlucci/\">FrancescoCarlucci</a> · <a href=\"https://profiles.wordpress.org/fotodrachen/\">Frank J&#228;ger</a> · <a href=\"https://profiles.wordpress.org/nexflaszlo/\">Frank Laszlo</a> · <a href=\"https://profiles.wordpress.org/wazeter/\">Frank Wazeter</a> · <a href=\"https://profiles.wordpress.org/fushar/\">fushar</a> · <a href=\"https://profiles.wordpress.org/gajendrasingh/\">Gajendra Singh</a> · <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a> · <a href=\"https://profiles.wordpress.org/garibiza/\">Garbi&#241;e</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/gavande1/\">gavande1</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/gerardreches/\">Gerard Reches</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a> · <a href=\"https://profiles.wordpress.org/giuseppemazzapica-1/\">Giuseppe Mazzapica</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregbenz/\">gregbenz</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/poran766/\">H.M. Mushfiqur Rahman</a> · <a href=\"https://profiles.wordpress.org/hanneslsm/\">hanneslsm</a> · <a href=\"https://profiles.wordpress.org/hardik2221/\">Hardik Raval</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/harshgajipara/\">Harsh Gajipara</a> · <a href=\"https://profiles.wordpress.org/harsh175/\">Harsh Patel</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman Shamim</a> · <a href=\"https://profiles.wordpress.org/halounsbury/\">Heather Lounsbury</a> · <a href=\"https://profiles.wordpress.org/muhme/\">Heiko L&#252;bbe</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/tejwanihemant/\">Hemant Tejwani</a> · <a href=\"https://profiles.wordpress.org/kurudrive/\">Hidekazu Ishikawa</a> · <a href=\"https://profiles.wordpress.org/panchalhimani711/\">Himani Panchal</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/hiteshtalpada/\">Hitesh Talpada</a> · <a href=\"https://profiles.wordpress.org/h71/\">Hossein</a> · <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a> · <a href=\"https://profiles.wordpress.org/hrrarya/\">Hridoy Mozumder</a> · <a href=\"https://profiles.wordpress.org/hrithikd/\">Hrithik Dalal</a> · <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a> · <a href=\"https://profiles.wordpress.org/ganon/\">Hugo Chinchilla</a> · <a href=\"https://profiles.wordpress.org/hugod/\">hugod</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/idad5/\">idad5</a> · <a href=\"https://profiles.wordpress.org/igmoweb/\">Ignacio Cruz Moreno</a> · <a href=\"https://profiles.wordpress.org/ignatiusjeroe/\">ignatiusjeroe</a> · <a href=\"https://profiles.wordpress.org/shaampk1/\">Ihtisham Zahoor</a> · <a href=\"https://profiles.wordpress.org/fnpen/\">Ilya Zolotov</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/iseulde/\">iseulde</a> · <a href=\"https://profiles.wordpress.org/itpathsolutions/\">IT Path Solutions</a> · <a href=\"https://profiles.wordpress.org/itecrs/\">itecrs</a> · <a href=\"https://profiles.wordpress.org/ivanzhuck/\">Ivan Zhuck</a> · <a href=\"https://profiles.wordpress.org/jacobcassidy/\">Jacob Cassidy</a> · <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a> · <a href=\"https://profiles.wordpress.org/jamescollins/\">James Collins</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/james roberts/\">James Roberts</a> · <a href=\"https://profiles.wordpress.org/jamieblomerus/\">Jamie Blomerus</a> · <a href=\"https://profiles.wordpress.org/perrelet/\">Jamie Perrelet</a> · <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a> · <a href=\"https://profiles.wordpress.org/jane/\">jane</a> · <a href=\"https://profiles.wordpress.org/whiteshadow/\">Janis Elsts</a> · <a href=\"https://profiles.wordpress.org/jsandtro/\">jansan</a> · <a href=\"https://profiles.wordpress.org/japh/\">Japh</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/jarednova/\">jarednova</a> · <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a> · <a href=\"https://profiles.wordpress.org/pbking/\">Jason Crist</a> · <a href=\"https://profiles.wordpress.org/coolmann/\">Jason Crouse</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jayadevankbh/\">Jayadevan k</a> · <a href=\"https://profiles.wordpress.org/jbobich/\">jbobich</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/cheffheid/\">Jeffrey de Wit</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/amieiro/\">Jes&#250;s Amieiro</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jghazally/\">jghazally</a> · <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a> · <a href=\"https://profiles.wordpress.org/jivygraphics/\">jivygraphics</a> · <a href=\"https://profiles.wordpress.org/jltallon/\">jltallon</a> · <a href=\"https://profiles.wordpress.org/joanrodas/\">Joan</a> · <a href=\"https://profiles.wordpress.org/morehawes/\">Joe</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joelcj91/\">Joel James</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnciacia/\">johnciacia</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/duck_/\">Jon Cave</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/jbrinley/\">Jonathan Brinley</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/joppuyo/\">joppuyo</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/jorgevilchez/\">Jorge Vilchez</a> · <a href=\"https://profiles.wordpress.org/jornp/\">jornp</a> · <a href=\"https://profiles.wordpress.org/joefusco/\">Joseph Fusco</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/joshcanhelp/\">joshcanhelp</a> · <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrtashjian/\">JR Tashjian</a> · <a href=\"https://profiles.wordpress.org/jsmoriss/\">JS Morisset</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juhise/\">Juhi Saxena</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/ashikur698/\">K M Ashikur Rahman</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/bosskhj/\">Kamrul Hasan</a> · <a href=\"https://profiles.wordpress.org/karinclimber/\">Kari Anderson</a> · <a href=\"https://profiles.wordpress.org/karlijnbk/\">Karlijn Bok</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/thekt12/\">Karthik Thayyil</a> · <a href=\"https://profiles.wordpress.org/tadamarketing/\">Katka</a> · <a href=\"https://profiles.wordpress.org/kawsaralameven/\">kawsaralameven</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">Kevin Batdorf</a> · <a href=\"https://profiles.wordpress.org/kevincoleman/\">Kevin Coleman</a> · <a href=\"https://profiles.wordpress.org/ktaron/\">Kevin Taron</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a> · <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a> · <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/koen12344/\">Koen Reus</a> · <a href=\"https://profiles.wordpress.org/koesper/\">Koesper</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kurtpayne/\">Kurt Payne</a> · <a href=\"https://profiles.wordpress.org/kushang78/\">Kushang Tailor</a> · <a href=\"https://profiles.wordpress.org/kdowns/\">Kylen Downs</a> · <a href=\"https://profiles.wordpress.org/laumindproductscomau/\">lau@mindproducts.com.au</a> · <a href=\"https://profiles.wordpress.org/lada7042/\">Laura Adamonis</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a> · <a href=\"https://profiles.wordpress.org/wplmillet/\">Laurent MILLET</a> · <a href=\"https://profiles.wordpress.org/lakshmananphp/\">Lax Mariappan</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/munizleo/\">Leo Muniz</a> · <a href=\"https://profiles.wordpress.org/leonnugraha/\">Leonardus Nugraha</a> · <a href=\"https://profiles.wordpress.org/lgladdy/\">Liam Gladdy</a> · <a href=\"https://profiles.wordpress.org/liammcarthur/\">LiamMcArthur</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/liviopv/\">liviopv</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/logikal16/\">logikal16</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/luboslives/\">luboslives</a> · <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">Luis Herranz</a> · <a href=\"https://profiles.wordpress.org/lpawlik/\">Lukas Pawlik</a> · <a href=\"https://profiles.wordpress.org/wpfed/\">Lukasz</a> · <a href=\"https://profiles.wordpress.org/lukefiretoss/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/maartenbelmans/\">Maarten</a> · <a href=\"https://profiles.wordpress.org/mrdollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/mahnewr/\">mahnewr</a> · <a href=\"https://profiles.wordpress.org/maahrokh/\">Mahrokh</a> · <a href=\"https://profiles.wordpress.org/malae/\">Malae</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manyourisms/\">manyourisms</a> · <a href=\"https://profiles.wordpress.org/marc_j/\">Marc_J</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/marcoevich/\">Marcoevich</a> · <a href=\"https://profiles.wordpress.org/margolisj/\">margolisj</a> · <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a> · <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a> · <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mathewemoore/\">mathewemoore</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/matiasrecondo77/\">matiasrecondo77</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/matteoenna/\">Matteo Enna</a> · <a href=\"https://profiles.wordpress.org/cadic/\">Max Lyuchin</a> · <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a> · <a href=\"https://profiles.wordpress.org/mayur8991/\">Mayur Prajapati</a> · <a href=\"https://profiles.wordpress.org/mhshohel/\">Md Hossain Shohel</a> · <a href=\"https://profiles.wordpress.org/hrshahin/\">Md HR Shahin</a> · <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a> · <a href=\"https://profiles.wordpress.org/megane9988/\">megane9988</a> · <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/melcarthus/\">melcarthus</a> · <a href=\"https://profiles.wordpress.org/meta4/\">meta4</a> · <a href=\"https://profiles.wordpress.org/metropolis_john/\">metropolis_john</a> · <a href=\"https://profiles.wordpress.org/254volkan/\">mevolkan</a> · <a href=\"https://profiles.wordpress.org/wpscholar/\">Micah Wood</a> · <a href=\"https://profiles.wordpress.org/mshowes/\">Michael Showes</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michalooki/\">Michalooki</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/miguelsansegundo/\">miguelsansegundo</a> · <a href=\"https://profiles.wordpress.org/miikkamakela/\">Miikka</a> · <a href=\"https://profiles.wordpress.org/mbijon/\">Mike Bijon</a> · <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley (a11n)</a> · <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/mikinc860/\">Mikin Chauhan</a> · <a href=\"https://profiles.wordpress.org/gonzomir/\">Milen Petrinski - Gonzo</a> · <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a> · <a href=\"https://profiles.wordpress.org/mkismy/\">mkismy</a> · <a href=\"https://profiles.wordpress.org/mnydigital/\">mnydigital</a> · <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a> · <a href=\"https://profiles.wordpress.org/boemedia/\">Monique Dubbelman</a> · <a href=\"https://profiles.wordpress.org/monzuralam/\">Monzur Alam</a> · <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/seusmaniqbal/\">Muhammad Usman Iqbal</a> · <a href=\"https://profiles.wordpress.org/devmuhib/\">Muhibul Haque</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/tanjimtc71/\">Musarrat Anjum Chowdhury</a> · <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a> · <a href=\"https://profiles.wordpress.org/nareshbheda/\">Naresh Bheda</a> · <a href=\"https://profiles.wordpress.org/nateallen/\">Nate Allen</a> · <a href=\"https://profiles.wordpress.org/navjotjsingh/\">Navjot Singh</a> · <a href=\"https://profiles.wordpress.org/neffff/\">neffff</a> · <a href=\"https://profiles.wordpress.org/neilorangepeel/\">Neil Hainsworth</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/nerdpressteam/\">NerdPress</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a> · <a href=\"https://profiles.wordpress.org/sessioncookiemonster/\">Nick Martianov</a> · <a href=\"https://profiles.wordpress.org/nickpagz/\">nickpagz</a> · <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a> · <a href=\"https://profiles.wordpress.org/nicolefurlan/\">Nicole Furlan</a> · <a href=\"https://profiles.wordpress.org/bgnicolepaschen/\">Nicole Paschen Caylor</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a> · <a href=\"https://profiles.wordpress.org/nihar007/\">Nihar Ranjan Das</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/nko/\">Nikita</a> · <a href=\"https://profiles.wordpress.org/nikmeyer/\">nikmeyer</a> · <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a> · <a href=\"https://profiles.wordpress.org/nilovelez/\">Nilo Velez</a> · <a href=\"https://profiles.wordpress.org/dhrupo/\">Niluthpal Purkayastha</a> · <a href=\"https://profiles.wordpress.org/niravsherasiya7707/\">Nirav Sherasiya</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/nosilver4u/\">nosilver4u</a> · <a href=\"https://profiles.wordpress.org/nvwd/\">Nowell VanHoesen</a> · <a href=\"https://profiles.wordpress.org/nudge/\">Nudge Themes</a> · <a href=\"https://profiles.wordpress.org/nwjames/\">nwjames</a> · <a href=\"https://profiles.wordpress.org/obliviousharmony/\">obliviousharmony</a> · <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/okat/\">okat</a> · <a href=\"https://profiles.wordpress.org/dargus/\">Old account</a> · <a href=\"https://profiles.wordpress.org/olegfuture/\">olegfuture</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pacicio/\">Pacicio</a> · <a href=\"https://profiles.wordpress.org/pannelars/\">pannelars</a> · <a href=\"https://profiles.wordpress.org/partyfrikadelle/\">partyfrikadelle</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/patricia70/\">Patricia BT</a> · <a href=\"https://profiles.wordpress.org/lumiblog/\">Patrick Lumumba</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/pauldewouters/\">Paul de Wouters</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/djpaul/\">Paul Wong-Gibbs</a> · <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a> · <a href=\"https://profiles.wordpress.org/pbaylies/\">Peter Baylies</a> · <a href=\"https://profiles.wordpress.org/provenself/\">Peter Rubin</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/tyrannous/\">Philipp Bammes</a> · <a href=\"https://profiles.wordpress.org/philipp15b/\">Philipp15b</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/mordauk/\">Pippin Williamson</a> · <a href=\"https://profiles.wordpress.org/pitamdey/\">Pitam Dey</a> · <a href=\"https://profiles.wordpress.org/pmeenan/\">pmeenan</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pooja9712/\">pooja9712</a> · <a href=\"https://profiles.wordpress.org/pouicpouic/\">pouicpouic</a> · <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a> · <a href=\"https://profiles.wordpress.org/pratikthink/\">Pratik Kumar</a> · <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a> · <a href=\"https://profiles.wordpress.org/rafiq91/\">Rafiq</a> · <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/rashiguptaa/\">Rashi Gupta</a> · <a href=\"https://profiles.wordpress.org/rawrly/\">rawrly</a> · <a href=\"https://profiles.wordpress.org/rcain/\">rcain</a> · <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho (a11n)</a> · <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a> · <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rdcoll/\">Rich Collier</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a> · <a href=\"https://profiles.wordpress.org/rishishah/\">Rishi Shah</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/room34/\">room34</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/pogidude/\">Ryann Micua</a> · <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a> · <a href=\"https://profiles.wordpress.org/sereedmedia/\">S&#233; Reed</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a> · <a href=\"https://profiles.wordpress.org/sachyya-sachet/\">Sachyya</a> · <a href=\"https://profiles.wordpress.org/sadizaman/\">Sadi Mohammad Zaman</a> · <a href=\"https://profiles.wordpress.org/sadpencil/\">sadpencil</a> · <a href=\"https://profiles.wordpress.org/introvertedbot/\">Sahil</a> · <a href=\"https://profiles.wordpress.org/tohincoderex/\">Saiduzzaman Tohin</a> · <a href=\"https://profiles.wordpress.org/sakibsnaz/\">Sakib MD Nazmush</a> · <a href=\"https://profiles.wordpress.org/salcode/\">Sal Ferrarello</a> · <a href=\"https://profiles.wordpress.org/samba45/\">samba45</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/kim88/\">Samuel R&#252;egger</a> · <a href=\"https://profiles.wordpress.org/samuelsidler/\">Samuel Sidler</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/sacerro/\">Santiago Cerro L&#243;pez</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/hellosatya/\">Satyam Vishwakarma (Satya)</a> · <a href=\"https://profiles.wordpress.org/saxonafletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/sayful/\">Sayful Islam</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sgr33n/\">Sergio de Falco</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</a> · <a href=\"https://profiles.wordpress.org/shahariaazam/\">Shaharia Azam</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/shanef/\">ShaneF</a> · <a href=\"https://profiles.wordpress.org/cafenoirdesign/\">Shannon Smith</a> · <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a> · <a href=\"https://profiles.wordpress.org/shooper/\">Shawn Hooper</a> · <a href=\"https://profiles.wordpress.org/shidouhikari/\">shidouhikari</a> · <a href=\"https://profiles.wordpress.org/shiponkarmakar/\">Shipon Karmakar</a> · <a href=\"https://profiles.wordpress.org/shreyash3087/\">Shreyash Srivastava</a> · <a href=\"https://profiles.wordpress.org/shubhamsedani/\">Shubham Sedani</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth ravikumar</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/sirajummahdi/\">Sirajum Mahdi</a> · <a href=\"https://profiles.wordpress.org/sjregan/\">sjregan</a> · <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a> · <a href=\"https://profiles.wordpress.org/virtality-marketing-solutions/\">SourceView</a> · <a href=\"https://profiles.wordpress.org/sruthi89/\">sruthi89</a> · <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/stephencronin/\">Stephen Cronin</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephenh1988/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/stevenlinx/\">Steven Lin</a> · <a href=\"https://profiles.wordpress.org/strarsis/\">strarsis</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sumisubedi/\">Sumi Subedi</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/svitlana41319/\">Svitlana Sukhoveiko</a> · <a href=\"https://profiles.wordpress.org/syamraj24/\">syamraj24</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a> · <a href=\"https://profiles.wordpress.org/nuhel/\">Syed Nuhel</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/iamtakashi/\">Takashi Irie</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan Kumer Das</a> · <a href=\"https://profiles.wordpress.org/sparklingrobots/\">Tara King</a> · <a href=\"https://profiles.wordpress.org/buley/\">Taylor</a> · <a href=\"https://profiles.wordpress.org/taylorde/\">Taylor Dewey</a> · <a href=\"https://profiles.wordpress.org/taylorgorman/\">Taylor Gorman</a> · <a href=\"https://profiles.wordpress.org/tazotodua/\">tazotodua</a> · <a href=\"https://profiles.wordpress.org/tykoted/\">Teddy Patriarca</a> · <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a> · <a href=\"https://profiles.wordpress.org/thakordarshil/\">Thakor Darshil</a> · <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a> · <a href=\"https://profiles.wordpress.org/thinkluke/\">thinkluke</a> · <a href=\"https://profiles.wordpress.org/griffinjt/\">Thomas Griffin</a> · <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a> · <a href=\"https://profiles.wordpress.org/threadi/\">threadi</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timbroddin/\">timbroddin</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomybyte/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tomjcafferkey/\">Tom Cafferkey</a> · <a href=\"https://profiles.wordpress.org/hifidesign/\">Tom Finley</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/tomluckies/\">tomluckies</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/tomsommer/\">tomsommer</a> · <a href=\"https://profiles.wordpress.org/tomxygen/\">tomxygen</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a> · <a href=\"https://profiles.wordpress.org/toscho/\">toscho</a> · <a href=\"https://profiles.wordpress.org/wpsmith/\">Travis Smith</a> · <a href=\"https://profiles.wordpress.org/tropicalista/\">tropicalista</a> · <a href=\"https://profiles.wordpress.org/truptikanzariya/\">Trupti Kanzariya</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/up1512001/\">Utsav Patel</a> · <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a> · <a href=\"https://profiles.wordpress.org/ukdrahul/\">Uttam Kumar Dash</a> · <a href=\"https://profiles.wordpress.org/valerogarte/\">valerogarte</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/vikram6/\">vikram6</a> · <a href=\"https://profiles.wordpress.org/viliamkopecky/\">viliamkopecky</a> · <a href=\"https://profiles.wordpress.org/vipuljnext/\">Vipul Ghori</a> · <a href=\"https://profiles.wordpress.org/vivekawsm/\">vivekawsm</a> · <a href=\"https://profiles.wordpress.org/vladimiraus/\">vladimiraus</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/vrajadas/\">Vraja Das</a> · <a href=\"https://profiles.wordpress.org/wasiur195/\">Wasiur Rahman</a> · <a href=\"https://profiles.wordpress.org/welaunchio/\">welaunchio</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whsajid/\">WHSajid</a> · <a href=\"https://profiles.wordpress.org/wpcorner/\">WP Corner</a> · <a href=\"https://profiles.wordpress.org/xlthlx/\">xlthlx</a> · <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a> · <a href=\"https://profiles.wordpress.org/yguyon/\">Yannis Guyon</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a> · <a href=\"https://profiles.wordpress.org/yuvrajsinh2211/\">Yuvrajsinh Sisodiya</a> · <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a> · <a href=\"https://profiles.wordpress.org/zanematthew/\">Zane Matthew</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>Over <a href=\"https://translate.wordpress.org/stats/\">70 locales have translated 90 percent</a> or more of WordPress 6.5 into their language. Community translators are working hard to ensure more translations are on their way. Thank you to everyone who helps make WordPress available in 200 languages.</p>\n\n\n\n<p>Last but not least, thanks to the volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved and contribute</h3>\n\n\n\n<p>Participation in WordPress is not limited to coding. If contributing appeals to you, learning more and getting involved is easy. Discover the teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a>, and use <a href=\"https://make.wordpress.org/contribute/\">this interactive tool</a> to help you decide which is right for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">One more haiku</h2>\n\n\n\n<p>6.5 is here!<br>Play, interact, build better,<br>Stronger and faster.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17132\";s: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:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.5 Release Candidate 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 16:34:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"6.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:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17136\";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:214:\"WordPress 6.5 RC4 is ready for download and testing. Reaching this phase of the release cycle is an important milestone. Check out what\'s coming in this release and how to get involved with the open source project.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Lauren Stein\";s: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:6752:\"\n<p>The latest release candidate (RC4) for WordPress 6.5 is ready!&nbsp;</p>\n\n\n\n<p>This release candidate is an addition to the existing WordPress 6.5 release cycle. It allows more time for testing to ensure every feature and improvement is in the best shape possible.&nbsp;</p>\n\n\n\n<p>The updated target for the WordPress 6.5 release is <strong>April 2, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-5/\">6.5 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-5/\">6.5-related posts</a> for further details.&nbsp;If you’re looking for more detailed technical notes on new features and improvements, the <a href=\"https://make.wordpress.org/core/2024/03/15/wordpress-6-5-field-guide/\">WordPress 6.5 Field Guide</a> is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What to expect in WordPress 6.5 RC4</h2>\n\n\n\n<p>There’s been a lot of helpful feedback regarding one of this release’s highlighted features: the Font Library. This has resulted in some <a href=\"https://make.wordpress.org/core/2024/03/25/wordpress-6-5-release-delayed-1-week/\">additional improvements needed</a> to make sure the greatest number of sites possible can benefit from this anticipated new feature.&nbsp;</p>\n\n\n\n<p>This release also includes six<strong> </strong>bug fixes for the Editor and 10+ <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F13%2F2024..03%2F19%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">tickets for WordPress Core</a>. For more technical information related to issues addressed since RC3, you can browse the following links: </p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-03-20&amp;until=2024-03-28\">GitHub commits for 6.5</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F20%2F2024..03%2F28%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed </a><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F13%2F2024..03%2F19%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F20%2F2024..03%2F28%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\"> tickets</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How to test</h2>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC4 on a test server and site.</p>\n\n\n\n<p>While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.5 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.5 RC4 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.5-RC4.zip\">RC4 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.5-RC</code>4</td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\">6.5 RC4 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Here comes the haiku</h2>\n\n\n\n<p>With some extra time<br>Test, rinse, repeat, and refresh<br>WordPress will really shine</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17136\";s: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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.5 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Mar 2024 16:19:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.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:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17110\";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:214:\"WordPress 6.5 RC3 is ready for download and testing. Reaching this phase of the release cycle is an important milestone. Check out what\'s coming in this release and how to get involved with the open source project.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Lauren Stein\";s: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:9078:\"\n<p>The third release candidate (RC3) for WordPress 6.5 is ready!&nbsp;</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC3 on a test server and site.</p>\n\n\n\n<p>While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.5 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.5 RC3 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.5-RC3.zip\">RC3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.5-RC</code>3</td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\">6.5 RC3 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table></figure>\n\n\n\n<p>The current target for the WordPress 6.5 release is <strong>March 26, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-5/\">6.5 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-5/\">6.5-related posts</a> in the coming weeks for further details. </p>\n\n\n\n<p>If you’re looking for more detailed technical notes on new features and improvements, the <a href=\"https://make.wordpress.org/core/2024/03/15/wordpress-6-5-field-guide/\">WordPress 6.5 Field Guide</a> is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What to expect in WordPress 6.5 RC3</h2>\n\n\n\n<p>Thanks to the many contributors testing up to this point, this release includes 10+ bug fixes for the Editor and around 15 <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F13%2F2024..03%2F19%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">tickets for WordPress Core</a>. For more technical information related to issues addressed since RC2, you can browse the following links:&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-03-13&amp;until=2024-03-19\">GitHub commits for 6.5</a> </li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F13%2F2024..03%2F19%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> </li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute to this release</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get involved in testing</h2>\n\n\n\n<p>Testing for issues is critical to ensuring WordPress is performant and stable. It’s also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/02/28/help-test-wordpress-beta-3/\">This detailed guide</a> will walk you through testing features in WordPress 6.5. For those new to testing, follow <a href=\"https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>During the release candidate phase of WordPress 6.5, the <a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp;</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.5 beta releases. With RC3, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.5.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Русский? 日本? हिन्दी? বাংলা? You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>Another RC<br>We are getting really close<br>Have you tested yet?</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a></em>, <em><a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17110\";s: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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WP Briefing: Episode 75: WordCamp Asia 2024 Unwrapped\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/news/2024/03/episode-75-wordcamp-asia-2024-unwrapped/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Mar 2024 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17107\";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:485:\"WordCamp Asia 2024 was a dynamic three-day celebration of collaboration, diversity, and innovation in the WordPress project. This week, Executive Director Josepha Haden Chomphosy shares her insights and experiences from the event, which featured one of the largest Contributor Days in the region, a variety of speakers, engaging panel discussions, and workshops. Josepha offers her thoughts on the latest topics being discussed within the community and forming the future of WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2024/03/WPB075.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s: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:12163:\"\n<p>WordCamp Asia 2024 was a dynamic three-day celebration of collaboration, diversity, and innovation in the WordPress project. This week, Executive Director Josepha Haden Chomphosy shares her insights and experiences from the event, which featured one of the largest Contributor Days in the region, a variety of speakers, engaging panel discussions, and workshops. Josepha offers her thoughts on the latest topics being discussed within the community and forming the future of WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia 2024</a>\n<ul>\n<li><a href=\"https://asia.wordcamp.org/2024/contributor-day/\">Contributor Day</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETpYuALlCQPikuKEuihFsvU\">WordCamp Asia Playlist</a></li>\n</ul>\n</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://wordpress.org/news/category/releases/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 6.5</a> is on target for release on&nbsp;March 26, 2024.</li>\n\n\n\n<li>Get involved with WordPress events:\n<ul>\n<li>Find events near you on <a href=\"https://events.wordpress.org/\">events.WordPress.org</a> and <a href=\"https://central.wordcamp.org/\">WordCamp Central</a></li>\n\n\n\n<li>Learn more about <a href=\"https://events.wordpress.org/organize-an-event/\">organizing your own local event</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2024/03/06/proposal-non-editable-footer-for-all-event-website-pages/\" target=\"_blank\" rel=\"noreferrer noopener\">Proposal: Non-editable Footer for all Event Website Pages</a></li>\n</ul>\n</li>\n\n\n\n<li>Have a question you&#8217;d like answered? Submit them to <a href=\"mailto:wpbriefing@WordPress.org\">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-17107\"></span>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.&nbsp;</p>\n\n\n\n<p>[00:00:29] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40]&nbsp;<strong>Josepha:</strong> I have returned from WordCamp Asia and struggled my way through some truly aggressive jet lag, so that means it&#8217;s time for a little WordCamp wrap-up. I spoke with a couple hundred people at the event, and I came away with a few topics that seemed to be on everyone&#8217;s minds. Those topics are: making business in WordPress, the business of making WordPress, and how to communicate both sides a little better.</p>\n\n\n\n<p>[00:01:04] <strong>Josepha:</strong> So first, let&#8217;s start with making business in WordPress. This comes up at every event, and that honestly just makes sense. WordPress is a tool that people use to power their businesses across our global economy, and sometimes the businesses are closely related to WordPress itself. They are creating custom themes or plugins, building WordPress powered commerce sites for clients, or offering any number of agency services. But there are also businesses that are a little less close: restaurants, museums, local governments, schools. But it was clear that they all rely on the software just as much as the other.</p>\n\n\n\n<p>So, it was nice to see some sessions that focused specifically on business matters in WordPress. And I heard so many people tell me about a conversation they had had earlier in the day with someone who helped them figure out their pricing or advised them on early errors they made in their business journey and generally helped them feel a little less lost.</p>\n\n\n\n<p>I always love seeing this. Hearing how people are accomplishing their goals because of connections they made at one of our events, it&#8217;s enough to keep me coming back for years.</p>\n\n\n\n<p>[00:02:10] <strong>Josepha:</strong> The next thing that came up a lot was the business of making WordPress. I don&#8217;t know if that came up a lot because of the sorts of conversations that people are willing to bring to me these days or because there was overwhelming interest in knowing how we keep all these trains on their tracks. But either way, it was refreshing to be able to have so many conversations about the invisible work that goes into a project like this. There was a Contributor Day that hosted over 600 people, if I recall correctly, which makes it the largest Contributor Day in the area to date. 35 percent of those people had never attended a Contributor Day before, so there were a lot of people who were discovering the WordPress community for the first time.</p>\n\n\n\n<p>And for folks who&#8217;ve been here for a long time, it&#8217;s so easy for us to forget how much there is to learn at first. Even if you happen to show up with a skill set that fits a contributor team&#8217;s needs exactly, you still have to learn where we collaborate, how distributed contribution works, and all these rules and guidelines about open source freedoms and copyleft.</p>\n\n\n\n<p>[00:03:10] <strong><strong>Josepha</strong>:</strong> And then also you have to come to terms with the fact that we define and design all of our spaces and programs with belonging in mind. I mean, for every one question that you get answered, there are going to be six new ones that you didn&#8217;t know you had yet. So I came away from a lot of these conversations with the reminder that it&#8217;s important in so many ways for us to talk about the work that we do, even when it&#8217;s boring, even when we think it doesn&#8217;t really matter, because a lot of people have questions about how this works, how it runs, and how they can be part of making sure that it&#8217;s around for the long-term.</p>\n\n\n\n<p>And the final thing that came up all over the place last week was how to communicate these things better. It&#8217;s easy to forget that folks who listen to this podcast don&#8217;t actually make up like a hundred percent of the people using WordPress; that&#8217;s on me. So just cause I&#8217;ve said here that, you know, enterprise is our next big space for biz dev or that, our primary growth markets are APAC, or that events are our best tool for brand expression.</p>\n\n\n\n<p>[00:04:08] <strong><strong>Josepha</strong>:</strong> Like, just because I said it doesn&#8217;t mean that everyone heard it. And we absolutely have to get those messages to more people, more frequently, and with more certainty. You&#8217;ll hear often from WordPress pundits that rising tides lift all boats, and the bigger the pie, the more the slices. We believe fully in the spirit of coopetition here, that we are all better together.</p>\n\n\n\n<p>But I can&#8217;t shake the feeling that we&#8217;re mostly just talking to ourselves about it. It&#8217;s hard to get outside our own little bubble, but I believe completely that doing so is the best thing for our project in the long term. Not only so that we can continue to grow and provide access to the opportunities we know we offer but also so that we can do more to dignify our profession.</p>\n\n\n\n<p>WordPress developers are not taken seriously, and yet you all are some of the smartest and most compassionate people I&#8217;ve ever met in my career. And I&#8217;d like to see how we can fix that perception together. And so that&#8217;s it. Those are the big, big, giant, old topics that came up a lot in conversation last week.</p>\n\n\n\n<p>[00:05:14] <strong><strong>Josepha</strong>:</strong> Don&#8217;t forget that you can catch up on all the sessions via the live stream, or if you are feeling inspired to contribute, reach out to the community team and see what sorts of meetup events you can host.&nbsp;</p>\n\n\n\n<p>[00:05:24] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:05:32] <strong><strong>Josepha</strong>:</strong> Which brings us now to our small list of big things. I have two big things and one slightly less big thing, but they&#8217;re all fairly big.</p>\n\n\n\n<p>So, the first thing on the list is that the latest version of WordPress, WordPress 6.5, is on target for release on March 26th. That&#8217;s, I think, a couple weeks from now. So keep an eye out for that. In the event, I mean, we have auto-updates everywhere, and probably you are on a WordPress-specific host and, so you won&#8217;t necessarily need to do anything. But if you have any desire or concerns about seeing the software a little bit ahead of time, you can always go and download the beta, give it a quick test or the release candidate, give that a quick test. See if there&#8217;s anything that&#8217;s not functioning as you expected it to function, and let us know if it&#8217;s not. But yeah, there are auto-updates. You don&#8217;t have to go out and proactively do anything if you don&#8217;t want to, that&#8217;s just in case you do want to. That&#8217;s coming up March 26th.&nbsp;</p>\n\n\n\n<p>[00:06:27] <strong><strong>Josepha</strong>:</strong> The next thing is that I want to give everybody a general call-in for event contribution. So, WordPress events is where I entered the community. It is one of the most affirming and life-changing types of contribution I&#8217;ve ever done because you get to see a bunch of people succeed in their own goals because of something that you were able to tell them. It&#8217;s like teaching, but with people who elected to be there. So we have a lot of opportunities, for contribution by volunteering at events, either as volunteering at the event itself or to volunteer to organize it. We have small-scale, easy-to-do meetups, but we also have slightly larger WordCamps that can be done. If you have any hope for doing that or are just kind of interested. I&#8217;ll leave a link for you in the show notes.&nbsp;</p>\n\n\n\n<p>[00:07:19] <strong><strong>Josepha</strong>:</strong> And then the final thing on here is that we actually have a pretty substantial proposal out at the moment. It&#8217;s for non-editable footers on all event website pages. This might not sound interesting to you, but it actually is kind of interesting. So, it&#8217;s been proposed to add a non-editable footer to all of the event website pages moving forward. So that&#8217;s everything that would be displayed on a WordCamp or on any of the new formatted event sites that we have. This proposal intends to meet two goals. One, it fills any legal requirements a site or country might have about displaying the privacy policy and other items. And two, it brings visibility to the new events.WordPress.org website, where a community member can find more events in their area.&nbsp;The last day to respond to that proposal is March 20th, which I think is two days from now. I think it&#8217;s on Wednesday and this is airing on Monday. So, I&#8217;ll have a link to that in the show notes as well in case you have any thoughts about it.</p>\n\n\n\n<p>[00:08:15] <strong><strong>Josepha</strong>:</strong> And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. And if you like what you heard today, share it with a fellow WordPresser. Or, if you ended up with questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:08:43] (Music outro)&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17107\";s: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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.5 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Mar 2024 16:58: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:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.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:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17053\";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:185:\"WordPress 6.5 RC2 is ready for download and testing. Reaching this phase of the release cycle is an important milestone. Check out what\'s coming in this release and how to get involved.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Lauren Stein\";s: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:9625:\"\n<p>The second release candidate (RC2) for WordPress 6.5 is ready!&nbsp;</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC2 on a test server and site.</p>\n\n\n\n<p>While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.5 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.5 RC2 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.5-RC2.zip\">RC2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.5-RC</code>2</td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\">6.5 RC2 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table></figure>\n\n\n\n<p>The current target for the WordPress 6.5 release is <strong>March 26, 2024</strong>. That’s a mere two weeks away! Get an overview of the <a href=\"https://make.wordpress.org/core/6-5/\">6.5 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-5/\">6.5-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What to expect in WordPress 6.5 RC2</h2>\n\n\n\n<p>Thanks to the many contributors testing up to this point, this release includes approximately 20 bug fixes for the Editor and 30+ <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F05%2F2024..03%2F12%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">tickets for WordPress Core</a>. For more technical information related to issues addressed since RC1, you can browse the following links:&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-03-05&amp;until=2024-03-12\">GitHub commits for 6.5</a> since March 5</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F05%2F2024..03%2F12%2F2024&amp;resolution=fixed&amp;milestone=6.5&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since March 5</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Update on content overrides for synced patterns</h3>\n\n\n\n<p>As synced patterns evolve and improve, every enhancement must continue to provide the best experience possible. With this in mind, WordPress 6.5 <a href=\"https://make.wordpress.org/core/2024/03/07/unblocking-wp6-5-font-library-and-synced-pattern-overrides/\">will not include the ability to override content in synced patterns</a>. This allows more time for feedback and testing to ensure it can really shine. Expect this feature to debut in the next major release!</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contribute to this release</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to ensuring WordPress is performant and stable. It’s also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/02/28/help-test-wordpress-beta-3/\">This detailed guide</a> will walk you through testing features in WordPress 6.5. For those new to testing, follow <a href=\"https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release candidate of WordPress 6.5 (scheduled for March 19), the <a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp;</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.5 beta releases. With RC1, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.5.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Русский? 日本? हिन्दी? বাংলা? You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>RC2, a bridge,<br>From development to launch,<br>One more step forward.<br>&#8211; <em>submitted by <a href=\'https://profiles.wordpress.org/huzaifaalmesbah/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>huzaifaalmesbah</a></em></p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a></em>, <a href=\"https://profiles.wordpress.org/get_dave/\">@get_dave</a>, and <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17053\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Highlights from WordCamp Asia 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2024/03/highlights-from-wordcamp-asia-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Mar 2024 13:39:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17064\";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:268:\"Over 1,300 attendees gathered at the Taipei International Convention Center in Taiwan for WordCamp Asia 2024. The three-day event emerged as a vibrant celebration showcasing the collaboration, diversity, and innovation that drive the world\'s most popular web platform.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Reyes Martínez\";s: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:7233:\"\n<p>Over 1,300 attendees gathered at the Taipei International Convention Center in Taiwan for <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia 2024</a>. This three-day event emerged as a vibrant celebration showcasing the collaboration, diversity, and innovation that drive the world&#8217;s most popular web platform.</p>\n\n\n\n<p>The Asian WordPress flagship event started with a dedicated Contributor Day, followed by two days of engaging talks, panels, hands-on workshops, and networking. Notable guests, including WordPress Cofounder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> and Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, joined the diverse lineup of <a href=\"https://asia.wordcamp.org/2024/speakers/\">speakers</a>. Popular topics featured cutting-edge web technologies and trends, use cases, open source dynamics, and more. WordPress enthusiasts seized the opportunity to gain insights from international and local industry experts and to learn about the project&#8217;s future.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Converting walled gardens into community gardens</h2>\n\n\n\n<p>On March 8, Josepha Haden Chomphosy <a href=\"https://www.youtube.com/live/UK7FnaEeTrU?si=0H6eEEijj4tDWm_t&amp;t=30830\">took the stage</a> for an insightful journey comparing and contrasting the “walled” and “community” gardens in software ecosystems, drawing an analogy between closed and open source platforms. After exploring both concepts, she posed an important question to the audience.</p>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>What would it take for someone to move from a walled garden to a community garden?</p>\n</blockquote>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Open source software, symbolized by community gardens, represents freedom from copyright restrictions and usage limitations. Unlike proprietary software (described as walled gardens), the core value lies in long-term empowerment, giving people control and ownership of their digital presence.</p>\n\n\n\n<p>Acknowledging the longstanding values held by WordPress and its open source community for two decades, Josepha focused on the importance of caring for foundations that make us strong, managing what distracts us, and nurturing growth by embracing new opportunities. She celebrated the strengths of the WordPress community and how its shared ethos furthers a thriving ecosystem.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=1024%2C576&#038;ssl=1\" alt=\"Slide from Josepha Haden Chomphosy\'s presentation showing colorful flowers on a blue background and the quote, &quot;To plant a garden is to believe in tomorrow&quot; by Audrey Hepburn.\" class=\"wp-image-17066\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-slide.png?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Quoting artist and activist Audrey Hepburn, Josepha expressed that, much like a community garden, the power of contributions—whether through time, knowledge, or product use— sustains and maintains shared spaces like WordPress.</p>\n\n\n\n<p>In the <a href=\"https://www.youtube.com/live/UK7FnaEeTrU?si=pjg0nkwla-d7mP69&amp;t=32274\">Q&amp;A portion</a> of her presentation, Josepha addressed inquiries about community involvement and contributions. Highlighted resources included the <a href=\"https://jobs.wordpress.net/\">WordPress job board</a> for opportunities within the ecosystem and the <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a> project, emphasizing its role in fostering a more open web and helping the transition out of proprietary platforms.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A with Matt Mullenweg</h2>\n\n\n\n<p>WordCamp Asia concluded with a live audience Q&amp;A session featuring WordPress Cofounder Matt Mullenweg. Attendees gained insights into the future of WordPress, including ongoing projects like <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a>, <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/inclusive-and-welcoming-events/community-inclusion-initiatives/\">community inclusion initiatives</a>, artificial intelligence (AI), and more.</p>\n\n\n\n<p>The atmosphere was filled with excitement when Matt revealed that this year’s State of the Word will take place in Tokyo, Japan, on December 16, 2024.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/EOF70YJLC5U?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<p>Additional questions from this session will be addressed in an upcoming post on the <a href=\"https://make.wordpress.org/project/\">Make WordPress Project blog</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Stay connected</h2>\n\n\n\n<p><a href=\"https://events.wordpress.org/\">WordPress events</a> enable technologists, open source enthusiasts, and community members around the globe to meet, share ideas, and collaborate to drive WordPress and the open web forward.</p>\n\n\n\n<p>Don’t forget to mark your calendars for <a href=\"https://europe.wordcamp.org/2024/\">WordCamp Europe</a> (Torino, Italy), <a href=\"https://us.wordcamp.org/2024/\">WordCamp US</a> (Portland, Oregon, United States), and next year’s <a href=\"https://asia.wordcamp.org/2025/\">WordCamp Asia</a> in Manila, Philippines!</p>\n\n\n\n<p><em>Thank you to the <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia</a> organizers, volunteers, and sponsors who made this event possible, and to <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a>, <a href=\'https://profiles.wordpress.org/bjmcsherry/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bjmcsherry</a> for collaborating on this post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17064\";s: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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"The Month in WordPress – February 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2024/03/the-month-in-wordpress-february-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2024 13:20:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17030\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"February saw significant progress towards the upcoming WordPress 6.5 release and final preparations for WordCamp Asia. The results of the annual WordPress survey were released, and discussions began on the next steps for the Data Liberation project. Read on for the latest happenings in the WordPress space. Get ready for WordCamp Asia The stage is [&#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:15:\"Reyes Martínez\";s: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:12384:\"\n<p>February saw significant progress towards the upcoming WordPress 6.5 release and final preparations for WordCamp Asia. The results of the annual WordPress survey were released, and discussions began on the next steps for the Data Liberation project. Read on for the latest happenings in the WordPress space.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Get ready for WordCamp Asia</h2>\n\n\n\n<p>The stage is ready for the first WordPress flagship event of the year in Taipei, Taiwan. WordCamp Asia 2024 will kick off on March 7, promising three days of learning, networking, and inspiration.</p>\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2024/schedule/\">This year’s schedule</a> features an extensive lineup of speakers, including guests <a href=\"https://asia.wordcamp.org/2024/speaker/josepha-haden-chomphosy/\">Josepha Haden Chomphosy</a>, <a href=\"https://asia.wordcamp.org/2024/speaker/ben-thompson/\">Ben Thompson</a>, <a href=\"https://asia.wordcamp.org/2024/speaker/noel-tock/\">Noel Tock</a>, and <a href=\"https://asia.wordcamp.org/2024/speaker/ju-chun-ko/\">JU-CHUN KO</a>. To conclude the summit, attendees can engage with WordPress co-founder <a href=\"https://asia.wordcamp.org/2024/speaker/matt-mullenweg/\">Matt Mullenweg</a> in a Q&amp;A session. <a href=\"https://wordpress.org/news/2024/03/wordcamp-asia-2024-qa-with-matt-mullenweg/\">Find out how to submit your questions</a>.</p>\n\n\n\n<p>Can’t make it to Taipei? Watch the event live stream on the <a href=\"https://www.youtube.com/wordpress\">WordPress YouTube channel</a>.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Countdown to WordPress 6.5</h2>\n\n\n\n<p>WordPress 6.5 is on track for its much-anticipated release on March 26. Following last month’s beta releases, the <a href=\"https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-1/\">first release candidate (RC1)</a> is now available for testing—marking another milestone in the development cycle.</p>\n\n\n\n<p>This major release will add finesse and fine-tuning to how you control your site-building experience, with lots to explore specifically for developers. Get a detailed overview of highlighted features in the <a href=\"https://wordpress.org/news/2024/02/wordpress-6-5-beta-1/\">Beta 1 announcement</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Stay on top of the latest updates in WordPress development with <a href=\"https://developer.wordpress.org/news/2024/02/10/whats-new-for-developers-february-2024/\">February’s edition of What’s New for Developers?</a></p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Two new versions of Gutenberg shipped in February:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2024/02/14/whats-new-in-gutenberg-17-7-14th-february/\"><strong>Gutenberg 17.7</strong></a> introduced multiple performance improvements, refinements to the link control UI, and shadow support for more blocks, among other notable highlights.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/02/28/whats-new-in-gutenberg-17-8-28-february/\"><strong>Gutenberg 17.8</strong></a> focused on stability updates. New features included a grid layout variation for the Group block, bulk export of patterns, and the ability to browse and try alternative templates from the editor’s sidebar.</li>\n</ul>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile has-off-white-2-background-color has-background\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;grid-template-columns:57% auto\"><figure class=\"wp-block-media-text__media\"><a href=\"https://make.wordpress.org/core/2024/02/10/core-editor-improvement-power-in-the-details/\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/03/Core-Editor-Improvement-Power-in-the-Details-Featured-Image.png?resize=1024%2C576&#038;ssl=1\" alt=\"Decorative blue background with text &quot;Core Editor Improvement: Power in the Details.&quot;\" class=\"wp-image-17031 size-full\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/03/Core-Editor-Improvement-Power-in-the-Details-Featured-Image.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/03/Core-Editor-Improvement-Power-in-the-Details-Featured-Image.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/03/Core-Editor-Improvement-Power-in-the-Details-Featured-Image.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/03/Core-Editor-Improvement-Power-in-the-Details-Featured-Image.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/03/Core-Editor-Improvement-Power-in-the-Details-Featured-Image.png?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></a></figure><div class=\"wp-block-media-text__content\">\n<p>Beyond major features, many small yet mighty updates are coming in WordPress 6.5 that will make a big difference in your WordPress experience. <a href=\"https://make.wordpress.org/core/2024/02/10/core-editor-improvement-power-in-the-details/\">Read more »</a></p>\n</div></div>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2024/02/2023-annual-survey-results-and-next-steps/\">Results of the 2023 annual WordPress survey</a> were announced last month.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/02/19/data-liberation-next-steps/\">An update on the Data Liberation project</a> informs the next steps of this initiative and how to contribute to current conversations.</li>\n\n\n\n<li>The Community team shared <a href=\"https://make.wordpress.org/community/2024/02/09/2023-wordpress-meetup-survey-key-findings/\">key findings from the 2023 WordPress meetup survey</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2024/02/16/contributor-mentorship-program-second-cohort-2024-q1/\">Meet the new cohort</a> of the Contributor Mentorship Program.</li>\n\n\n\n<li>The Photos team posted <a href=\"https://make.wordpress.org/photos/2024/02/02/alt-text-for-wordpress-photos/\">recommendations for improving alternative texts</a> when submitting images to the Photo Directory.</li>\n\n\n\n<li>Following discussions on the evolution of the Outreach Program, a <a href=\"https://make.wordpress.org/core/2024/02/27/connect-with-the-github-outreach-group-to-request-feedback-or-further-testing/\">new outreach group</a> has been created on GitHub. This group will provide expertise and feedback to those seeking additional testing or perspectives on a new feature or solution.</li>\n\n\n\n<li>Core team members introduced the <a href=\"https://make.wordpress.org/core/2024/02/22/introducing-the-wordpress-core-trac-sustainability-focus/\">WordPress Core Trac Sustainability Focus</a>, a part of the Sustainability team&#8217;s effort to enhance the sustainability of the WordPress codebase.</li>\n\n\n\n<li>A new release of WP-CLI is <a href=\"https://make.wordpress.org/cli/2024/02/08/wp-cli-v2-10-0-release-notes/\">now available</a>.</li>\n\n\n\n<li>Learn WordPress is regularly updated with new tutorials, online workshops, and more learning resources. <a href=\"https://learn.wordpress.org/learn-wordpress-newsletter-march-2024/\">Check out what’s new</a>.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2024/02/people-of-wordpress-sunita-rai/\">Sunita Rai</a>, a content marketer and volunteer translator from Nepal.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Requests for feedback and testing</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-1/\">Your help testing WordPress 6.5</a> is key to ensuring everything in this release is the best it can be. New to testing? <a href=\"https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1/\">Read this post</a> for more details on getting set up.</li>\n\n\n\n<li>The Training team is discussing <a href=\"https://make.wordpress.org/training/2024/02/20/discussion-bringing-accessibility-first-approaches-into-content-development/\">how to bring accessibility-first approaches</a> into their content creation and processes. Feedback is open until March 9.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2024/02/27/mobile-team-update-february-26th-2/\">Version 24.3</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events</h2>\n\n\n\n<ul>\n<li>WordCamp Europe 2024 is <a href=\"https://europe.wordcamp.org/2024/call-for-photographers-is-now-open/\">looking for photographers</a>.</li>\n\n\n\n<li>The WordPress Kerala Photo Festival wrapped up with great success. The event received over <a href=\"https://wordpress.org/photos/t/wpkeralaphotos/\">1,500 images</a> from 163 participants, contributing to the Photo Directory passing the 15,000 photo milestone. Winners were announced <a href=\"https://events.wordpress.org/kerala/2024/photo-festival/winners-of-the-kerala-wordpress-photo-festival/\">in this post</a>.</li>\n\n\n\n<li>Don’t miss these other WordPress events happening soon:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f1e8-1f1f7.png\" alt=\"🇨🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://events.wordpress.org/sanjose/2024/women-wordpress-day/\">Women WordPress Day</a>, Costa Rica, on March 8</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://events.wordpress.org/switzerland/2024/community-day/\">Switzerland Community Day</a> on March 23</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://torrelodones.wordcamp.org/2024/\">WordCamp Torrelodones</a>, Spain, on March 23-24</li>\n</ul>\n</li>\n\n\n\n<li>Find out more local events or apply to organize one on the <a href=\"https://events.wordpress.org/\">Events page</a>.</li>\n</ul>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em><strong>Have a story we should include in the next issue of The Month in WordPress? Fill out </strong></em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><em><strong> to let us know.</strong></em></p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading\">Subscribe to WordPress News</h3>\n\n\n\n<p>Join other subscribers and receive WordPress news directly in your inbox.</p>\n\n\n<div class=\"wp-block-jetpack-subscriptions__supports-newline is-style-split wp-block-jetpack-subscriptions\">\n		<div>\n			<div>\n				<div>\n					<p >\n						<a href=\"https://wordpress.org/news/?post_type=post&#038;p=17030\" style=\"font-size: 16px;padding: 15px 23px 15px 23px;margin: 0px; margin-left: 10px;border-radius: 0px;border-width: 1px; background-color: #113AF5; color: #FFFFFF; text-decoration: none; white-space: nowrap; margin-left: 0\">Subscribe</a>\n					</p>\n				</div>\n			</div>\n		</div>\n	</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17030\";s: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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.5 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Mar 2024 16:26:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.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:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17008\";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:185:\"WordPress 6.5 RC1 is ready for download and testing. Reaching this phase of the release cycle is an important milestone. Check out what\'s coming in this release and how to get involved.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Lauren Stein\";s: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:11482:\"\n<p>The first release candidate (RC1) for WordPress 6.5 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC1 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.5 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.5 RC1 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.5-RC1.zip\">RC1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.5-RC1</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\">6.5 RC1 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table></figure>\n\n\n\n<p>The current target for the WordPress 6.5 release is <strong>March 26, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-5/\">6.5 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-5/\">6.5-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 6.5 RC1?</h2>\n\n\n\n<p>Thanks to the many contributors testing up to this point, this release includes more than 20 bug fixes for the Editor and more than 40 <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=02%2F27%2F2024..03%2F05%2F2024&amp;milestone=6.5&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">tickets for WordPress Core</a>.</p>\n\n\n\n<p>Get a recap of WordPress 6.5’s highlighted features in the <a href=\"https://wordpress.org/news/2024/02/wordpress-6-5-beta-1/\">Beta 1 announcement</a>. For more technical information related to issues addressed since Beta 3, you can browse the following links:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-02-27&amp;until=2024-03-05\">GitHub commits for 6.5</a> since February 27</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=02%2F27%2F2024..03%2F05%2F2024&amp;milestone=6.5&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since February 27</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? These recent posts cover some of the latest updates:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2024/03/05/introducing-plugin-dependencies-in-wordpress-6-5/\" data-type=\"link\" data-id=\"https://make.wordpress.org/core/2024/03/05/introducing-plugin-dependencies-in-wordpress-6-5/\">Introducing Plugin Dependencies in WordPress 6.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/03/05/unification-of-the-site-and-post-editors-in-6-5/\" data-type=\"link\" data-id=\"https://make.wordpress.org/core/2024/03/05/unification-of-the-site-and-post-editors-in-6-5/\">Unification of the Site and Post Editors in 6.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/03/04/updates-to-the-html-api-in-6-5/\" data-type=\"link\" data-id=\"https://make.wordpress.org/core/2024/03/04/updates-to-the-html-api-in-6-5/\">Updates to the HTML API in 6.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/\" data-type=\"link\" data-id=\"https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/\">Interactivity API in 6.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/02/27/i18n-improvements-6-5-performant-translations/\">I18N Improvements in 6.5 (Performant Translations)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/02/23/wordpress-6-5-adds-avif-support/\">WordPress 6.5 adds AVIF support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/02/10/core-editor-improvement-power-in-the-details/\">Core Editor Improvement: Power in the Details</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/01/22/core-editor-improvement-robust-revisions-in-the-site-editor/\">Core Editor Improvement: Robust Revisions in the Site Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/tag/dev-notes-6-5/\">All 6.5-related developer notes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to ensuring WordPress is performant and stable. It’s also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/02/28/help-test-wordpress-beta-3/\">This detailed guide</a> will walk you through testing features in WordPress 6.5. For those new to testing, follow <a href=\"https://make.wordpress.org/test/2024/02/15/help-test-wordpress-6-5-beta-1\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release candidate of WordPress 6.5 (scheduled for March 19), the <a href=\"https://make.wordpress.org/security/2024/02/12/welcoming-2024-with-wordpress-6-5-beta-1/\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp;</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.5 beta releases. With RC1, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.5.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Русский? 日本? हिन्दी? বাংলা? You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>. This release milestone (RC1) also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.5 release cycle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>What’s this? RC1?<br>Three weeks left until it’s done.<br>Come and test. It’s fun!</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>,</em> <em><a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a>, <a href=\'https://profiles.wordpress.org/hellosatya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellosatya</a>, <a href=\'https://profiles.wordpress.org/huzaifaalmesbah/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>huzaifaalmesbah</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17008\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordCamp Asia 2024: Q&amp;A with Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2024/03/wordcamp-asia-2024-qa-with-matt-mullenweg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Mar 2024 15:50: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:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s: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:6:\"WCAsia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17015\";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:261:\"WordCamp Asia 2024 is just a few days away—starting on March 7 in Taipei, Taiwan. This three-day summit will feature a distinguished lineup of speakers, numerous networking opportunities, and a closing Q&#38;A session with WordPress co-founder Matt Mullenweg.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s: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:3072:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"299\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-logo.png?resize=1024%2C299&#038;ssl=1\" alt=\"WordCamp Asia 2024\" class=\"wp-image-17016\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-logo.png?resize=1024%2C299&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-logo.png?resize=300%2C87&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-logo.png?resize=768%2C224&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-logo.png?resize=1536%2C448&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/03/wcasia-logo.png?resize=2048%2C597&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>WordCamp Asia 2024 is just a few days away—starting on March 7 in Taipei, Taiwan. This unique three-day summit will feature a distinguished lineup of speakers, numerous networking opportunities, and a closing Q&amp;A experience with WordPress co-founder Matt Mullenweg. The live Q&amp;A session will be streamed for WordPress enthusiasts worldwide, beginning at 3:30 p.m. Taipei Standard Time (7:30 a.m. UTC) on Saturday, March 9, 2024.</p>\n\n\n\n<p>Watch the event live stream on the <a href=\"https://youtube.com/wordpress\">WordPress YouTube channel</a> or visit the <a href=\"https://asia.wordcamp.org/2024/\">event website</a> for more details.</p>\n\n\n\n<p><strong>What:</strong> Q&amp;A Session with Matt Mullenweg<br><strong>When: </strong>March 9, 2024 at 7:30 a.m. UTC (Start of live stream)<br><strong>Where: </strong><a href=\"https://asia.wordcamp.org/2024/location/\">Taipei International Convention Center<br></a><strong>Streaming: </strong><a href=\"https://youtube.com/wordpress\">Watch the live stream</a> on the WordPress YouTube channel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Have a question for Matt?</h2>\n\n\n\n<p>If you want to participate, please submit your question via Slido from March 7 until about 6:00 a.m. UTC on Friday, March 8. <em>Slido is now closed.</em></p>\n\n\n\n<p>Given the expected volume of submitted questions, only some will be answered live, while others will be covered in a follow-up post published after the event on <a href=\"https://make.wordpress.org/project\">make.wordpress.org/project</a>.</p>\n\n\n\n<p>See you in-person and online on March 7!</p>\n\n\n\n<p>谢谢!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Thank you to <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, and <a href=\'https://profiles.wordpress.org/bjmcsherry/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bjmcsherry</a> for reviewing this post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 09 Apr 2024 06:17:16 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 02 Apr 2024 20:18:01 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20231130082449\";}','no'),(19856,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1712686636','no'),(19857,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1712643436','no'),(19858,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1712686638','no'),(19859,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Do The Woo Community: Increase Your Woo Product Sales Using Admin Demos with Vikas Singhal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=81040\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://dothewoo.io/increase-your-woo-product-sales-using-admin-demos-with-vikas-singhal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"Vikas Singhal from InstaWP shares insights on the significance of admin demos in the WordPress and WooCommerce ecosystem.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Apr 2024 08:23:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"Gutenberg Times: WordPress 6.5, register Font collections, working with templates, or playground — Weekend Edition 290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=28091\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://gutenbergtimes.com/wordpress-6-5-register-font-collections-working-with-templates-or-playground-weekend-edition-290/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13157:\"<p>Howdy, </p>\n\n\n\n<p>This week, WordPress 6.5 certainly dominated the WordPress news cycle. Articles, Videos, Threads on X, and workshops are plenty available for every type of WordPress user. <a href=\"https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/\">I compiled a separate list for your perusal or to point people to wandering about</a>.</p>\n\n\n\n<p>As a reader of this newsletter, you have kept up with all the changes, for sure. &nbsp;😍 The newsletter is a little shorter today, so enjoy the rest of the weekend. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p><em>PS: I am experimenting with AI summaries, I slightly edited, mostly for brevity.  The two pieces are marked. Please reach out to me, how you think about it&#8230; </em></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-5-register-font-collections-working-with-templates-or-playground-weekend-edition-290/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-5-register-font-collections-working-with-templates-or-playground-weekend-edition-290/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-5-register-font-collections-working-with-templates-or-playground-weekend-edition-290/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-5-register-font-collections-working-with-templates-or-playground-weekend-edition-290/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ol>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>With the release, core contributors are starting to work on WordPress 6.6. <strong>Anne McCarthy</strong> invites you to a <a href=\"https://make.wordpress.org/core/2024/04/04/hallway-hangout-lets-chat-about-whats-next-in-gutenberg/\"><strong>Hallway Hangout: Let’s chat about what’s next in Gutenberg</strong></a>. The discussion/demos will cover Dataviews, synced pattern overrides, Zoomed out view, Grid layout, Pattern styles and Style inheritance. The virtual meeting will take place on <strong>April 24 at 23:00 UTC</strong> / 7 pm EDT / 4pm PDT.</p>\n\n\n<div class=\"ngl-articles colored ngl-articles-full ngl-articles-frontend\">\n\n	\n	<div class=\"ngl-articles-wrap ngl-articles-webview\">\n	\n						\n			<div class=\"ngl-article-mobile\">\n				<div width=\"100%\" border=\"0\">\n					<div>\n						<div valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/04/Features-WordPress-6.5-scaled.jpeg?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/\" target=\"_self\" rel=\"\"><span>About WordPress 6.5 &#8211; all in one list on blocks and site editor</span></a></div><div class=\"ngl-article-excerpt\">This week, WordPress 6.5 certainly dominated the WordPress news cycle. Articles, Videos, Threads on X, and workshops are plenty available for every type of WordPress user. This list of resources&hellip; <a href=\"https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/\" class=\"ngl-article-read-more\" target=\"_self\">Read more.</a></div>							</div>\n						</div>\n					</div>\n				</div>\n			</div>\n			\n			\n			\n\n		\n		\n		</div>\n\n</div>\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-b6fe42ed62408b6fe464d62777dc0282\">🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-98/\">Gutenberg Changelog #98 – WordPress 6.5, Gutenberg 18.0 Community Theme Project and the Contributor Mentorship Program</a> with special guest Maggie Cabrera</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Wes Theron</strong>, contributor to the training team, published a series of videos on  <strong>how to work with templates </strong>on YouTube </p>\n\n\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<p>In his video, <a href=\"https://www.youtube.com/watch?v=ICMir7dO9M4\"><strong>WordPress Block Themes in 250 seconds</strong></a>, <strong>Jamie Marsland</strong> provides a concise but comprehensive overview of Block Themes in WordPress. He covers the basics of how Block Themes work, demonstrates their flexibility and ease of use, and explains how they differ from traditional WordPress themes by enabling users to have more control over their site&#8217;s design without needing to write code. Jamie also gives a quick tour of the WordPress editor with a Block Theme enabled, highlighting its features and capabilities. <em>(AI, slightly edited) </em></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>Now the Font Library is part of WordPress, Justin Tadlock&#8217;s latest tutorial is on <a href=\"https://developer.wordpress.org/news/2024/04/01/how-to-register-custom-font-collections-for-the-font-library/\"><strong>How to register custom font collections for the Font Library</strong></a> with the built-in API. &#8220;By default, WordPress ships with a single collection that lets you install fonts from the Google Fonts library. But as a developer, you can offer a more curated experience by building custom collections.&#8221; he wrote.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In <em>WP Jukebox</em> podcast episode titled <a href=\"https://wptavern.com/podcast/114-tammie-lister-on-the-journey-through-design-and-theming\"><strong>Tammie Lister on the Journey Through Design and Theming</strong></a>, Tammie Lister discusses with <strong>Nathan Wrigley</strong> her experiences and the evolution of her career in design and WordPress theming. The conversation sheds light on the changing landscape of WordPress design, the introduction of new technologies, and how these shifts have influenced the approach to creating engaging and effective themes. Throughout the episode, Lister offers insights into her process and reflections on the future of design in the WordPress ecosystem. <em>(AI summary slightly edited for brevity)</em> </p>\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2024&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Jeremy Holcombe</strong> wrote a tutorial on <a href=\"https://kinsta.com/blog/headless-wordpress-gutenberg/\"><strong>How to parse Gutenberg content for headless WordPress</strong></a> and explained how to parse Gutenberg content as&nbsp;HTML&nbsp;using the&nbsp;WordPress REST API&nbsp;in a&nbsp;Next.js&nbsp;static site. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Artur Piszek</strong> shared a quick tip:  <a href=\"https://piszek.com/2024/03/19/get_comment_delimited_block_content/\"><strong>Writing serialized Gutenberg blocks in PHP</strong></a> on using the <code>get_comment_delimited_block_content</code> function. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://wordpress.github.io/wordpress-playground/\"><em>WordPress Playground</em></a> is so much bigger than Blocks. It&#8217;s a fascinating, if not mind blowing tool for developers and product companies. Ronny Shani wrote an <a href=\"https://developer.wordpress.org/news/2024/04/05/introduction-to-playground-running-wordpress-in-the-browser/\"><strong>Introduction to Playground: running WordPress in the browser</strong></a>. She covers the basic some built-in features and how to create a blueprint. She also has plenty of examples and links to learn more for you.</p>\n\n\n\n<p>You can use Playground to test the <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Gutenberg Nightly</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his live stream, <strong>Ryan Welcher</strong>  worked on a playground blueprint to for a live preview of his plugin Advanced Query Loop. He used various methods, to add content to a Playground site: <a href=\"https://www.youtube.com/watch?v=Bz2INc3_yAw\"><strong>Using Playground to preview plugins | Gutenberg 18.0 Review</strong></a></p>\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image:  Elephant-cement-blocks by Pooja Derashri, <a href=\"https://wordpress.org/photos/photo/32765c4d4c/\">found on WordPress Photos</a></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Apr 2024 11:30:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Gutenberg Times: About WordPress 6.5 – all in one list on blocks and site editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=28104\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17381:\"<p>This week, WordPress 6.5 certainly dominated the WordPress news cycle. Articles, Videos, Threads on X, and workshops are plenty available for every type of WordPress user. </p>\n\n\n\n<p>This list of resources if for all who need to dive deeper into certain aspects or have to field questions about the new release. I didn&#8217;t aim for completeness, I might have missed past publications for sure. If I did, feel free to email a link to pauli@gutenbergtimes.com. If you are seeking information not posted here, Anne McCarthy has you covered:</p>\n\n\n\n<p>📗 <strong>Anne McCarthy</strong> published the ultimate&nbsp;<a href=\"https://nomad.blog/2024/03/13/wordpress-6-5-source-of-truth/\"><strong>WordPress 6.5 Source of&nbsp;Truth</strong></a>&nbsp;for you. In this over 10,000-word opus, you’ll find the updates tagged for each group of WordPress users. They would be relevant to end users, theme or plugin authors, developers, site admins, and enterprises. For selective reading, you could use your browser’s “Find on page” feature and search for these tags. McCarthy lists 15 priority items, with an array of 26 sub-items, and then another 23 additional items, and closes with information about items that didn’t make it into the release for one reason or another.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2024/03/15/wordpress-6-5-field-guide/\">WordPress 6.5 Field Guide</a></blockquote>\n</div>\n\n\n\n<p class=\"has-light-background-background-color has-background has-large-font-size\">🎥 <strong>Bud Kraus</strong>&nbsp;invites you to the Learn WordPress Online Workshop:&nbsp;<strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/299175971/\">What’s New In WordPress 6.5</a></strong>? on&nbsp;<strong>April 9, 2024, at 19:00 UTC</strong>. He’ll cover, among other features</p>\n\n\n\n<p class=\"has-light-background-background-color has-background has-large-font-size\">🎥 Also,&nbsp;<strong>April 9, 2024, at 14:00 UTC</strong>,&nbsp;<strong>Nick Diego</strong>&nbsp;and&nbsp;<strong>Damon Cook</strong>&nbsp;invite you to the next&nbsp;<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/300032710/\"><strong>Developer Hours: Building custom blocks with the Interactivity API</strong>.&nbsp;</a><strong>Damon Cook</strong>&nbsp;from WP Engine will demonstrate how he built a form submission block that leverages the API.</p>\n\n\n\n<p class=\"has-large-font-size\"><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/#general-information\">General Information</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/#design-tools\">Design Tools</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/#font-library\">Font Library</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/#block-bindings-api\">Block Bindings API</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/#block-hooks-api\">Block Hooks API</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/#interactivity-api\">Interactivity API</a></li></ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"general-information\">General Information</h2>\n\n\n\n<p>🎉 <a href=\"https://wordpress.org/news/2024/04/regina/\"><strong>WordPress 6.5 “Regina”</strong></a> Official Release Post</p>\n\n\n\n<div class=\"wp-block-group has-accent-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<a href=\"https://wordpress.org/news/2024/04/regina/\"><img width=\"652\" height=\"435\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/04/image.png?resize=652%2C435&ssl=1\" alt=\"\" class=\"wp-image-28113\" /></a>\n</div></div>\n\n\n\n<p>🛬 <strong><a href=\"https://wordpress.org/download/releases/6-5/\">WordPress 6.5 Landing page</a></strong> Check out the new&nbsp;WordPress 6.5 page&nbsp;to learn more about the numerous enhancements and features of this release—including short demos of highlighted features.</p>\n\n\n\n<p>📗 <strong>Leonardo Nurugha</strong>, documentation co-lead of the release, posted: <a href=\"https://www.hostinger.com/blog/wordpress-6-5\"><strong>WordPress 6.5 “Regina” Is Here – Key Features and Changes</strong></a></p>\n\n\n\n<p>📗 <strong>Carlos Daniele</strong>&nbsp;took a deep dive into the most important features for the Kinsta Blog:&nbsp;<a href=\"https://www.therepository.email/?mailpoet_router&endpoint=track&action=click&data=WyI1NTYiLCIxam9oNGRrYjZ2Zm84dzRvb293ZzRvczg4Z2swNHM0dyIsIjEwMTgiLCJkYjkzYzgwOWZlZmIiLGZhbHNlXQ\"><strong>What’s new in WordPress 6.5: Font Library, DataViews, Block Bindings, Interactivity API, and much more!</strong></a></p>\n\n\n\n<p>📗 <strong>Courtney Robertson</strong>&nbsp;published a&nbsp;<a href=\"https://www.godaddy.com/resources/news/whats-new-in-wordpress-6-5\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>What’s new in WordPress 6.5</strong></a>&nbsp;walk-through and separated the updates for site builders and users from those relevant for developers.</p>\n\n\n\n<p>🧵 <strong>Rich Tabor</strong> created an <a href=\"https://twitter.com/richard_tabor/status/1775477094031741249\"><strong>18-message Twitter thread</strong></a> listing the main highlights of the release together with mini-videos. <a href=\"https://rich.blog/wordpress-6-5/\">The list</a> is also available on his blog</p>\n\n\n\n<p>📘 <strong>Matt Medeiros</strong> has some sound advice for WordPress users around 6.5 in his video <a href=\"https://www.youtube.com/watch?v=U5aYK1MPbWA\"><strong>Watch BEFORE You Update to WordPress 6.5 &#8220;Regina&#8221;</strong></a></p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<p>📽️ Learn.WordPress contributor, Wes Theron, posted a <a href=\"https://www.youtube.com/watch?v=DtJwcJF9LM8\">walk -through the WordPress 6.5 version on YouTube</a>. He covered:</p>\n\n\n\n<ul>\n<li>Improvements to the Cover block</li>\n\n\n\n<li>Renaming blocks and improved drag and drop functionality </li>\n\n\n\n<li>Box shadow support</li>\n\n\n\n<li>New powerful views in the Site Editor</li>\n\n\n\n<li>Robust revisions  </li>\n\n\n\n<li>Using the Font Library </li>\n\n\n\n<li>General UX improvements</li>\n</ul>\n\n\n\n<p>&nbsp;📽️ <strong>Jamie Marsland</strong>&nbsp;<a href=\"https://www.youtube.com/watch?v=tf8w0xMNToY\"><strong>explains WordPress 6.5 in 250 seconds</strong></a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2024/03/09/miscellaneous-editor-changes-in-wordpress-6-5/\">Miscellaneous Editor changes in WordPress 6.5</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2024/03/05/unification-of-the-site-and-post-editors-in-6-5/\">Unification of the site and post editors in 6.5</a></blockquote>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"design-tools\">Design Tools</h2>\n\n\n\n<p>📽️ <strong>Dave Smith</strong> published a video to show off <a href=\"https://www.youtube.com/watch?v=ySyJRYAbU_M\"><strong>these tiny link editing changes that just made WordPress 6.5 so much better</strong></a>.</p>\n\n\n\n<p>📙 <a href=\"https://developer.wordpress.org/news/2024/03/21/drop-shadow-updates-in-wordpress-6-5/\"><strong>Drop Shadow updates in WordPress 6.5</strong></a> &#8211; WordPress 6.5 brings drop shadow options to the end user. This post summarizes how to use the controls for various blocks, and how to remove core presets.</p>\n\n\n\n		\n			<div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n			\n			\n		\n		\n\n\n		\n			<div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n			\n			\n		\n		\n\n\n<h2 class=\"wp-block-heading\" id=\"font-library\">Font Library</h2>\n\n\n\n		\n			<div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n			\n			\n		\n		\n\n\n<p>📙 <strong><a href=\"https://developer.wordpress.org/news/2024/04/01/how-to-register-custom-font-collections-for-the-font-library/\">How to register custom font collections for the Font Library</a> </strong>&#8211; WordPress 6.5 will ship with the Font Library. Learn how to use a built-in API for registering custom font collections. <em>(WordPress Developer Blog)</em></p>\n\n\n\n<p>📽️ <strong>Anne McCarthy</strong>&nbsp;posted a new video:&nbsp;<strong><a href=\"https://www.youtube.com/watch?v=Pnx_nkB-O2E\">No Code, All Fonts thanks to the Font Library in WordPress 6.5</a>.</strong>&nbsp;She wrote in the description:</p>\n\n\n\n<ul>\n<li>The Font Library operates globally, similar to the Media Library, allowing you to easily install, remove, and activate fonts across your entire site.</li>\n\n\n\n<li>Whether a font is installed by you or provided by your theme or plugin, the Font Library provides seamless selection across your editing experience.</li>\n\n\n\n<li>Google Fonts is integrated into the Font Library experience, offering various typography options and quick uploads.</li>\n\n\n\n<li>This new ability empowers you to control a foundational aspect of your site’s design without the need for coding.</li>\n\n\n\n<li>Extenders can provide their font collections and manage permissions, including turning the feature off.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2024/03/14/new-feature-font-library/\">New Feature: Font Library</a></blockquote>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-bindings-api\">Block Bindings API</h2>\n\n\n<div class=\"ngl-articles colored ngl-articles-50_50 ngl-articles-frontend\">\n\n	\n	<div class=\"ngl-articles-wrap ngl-articles-webview\">\n	\n						\n			<div class=\"ngl-article-mobile\">\n				<div width=\"100%\" border=\"0\">\n					<div>\n						<div valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/block-bindings-and-custom-fields-an-almost-no-code-example/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2024-02-21-at-11.06.40.png?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/block-bindings-and-custom-fields-an-almost-no-code-example/\" target=\"_self\" rel=\"\"><span>Block Bindings and Custom Fields &#8211;  an (almost) no-code example</span></a></div><div class=\"ngl-article-excerpt\">This article received two updates today, March 13, 2024: Link to second part of the Introducing Block Bindings article series. Screenshot of the visual indicator for single block With the&hellip;</div>							</div>\n						</div>\n					</div>\n				</div>\n			</div>\n			\n			\n			\n\n		\n		\n		</div>\n\n</div>\n\n\n<p>📙 <strong><a href=\"https://developer.wordpress.org/news/2024/02/20/introducing-block-bindings-part-1-connecting-custom-fields/\">Introducing Block Bindings, part 1: connecting custom fields</a> </strong>&#8211; The first tutorial in a two-part series that introduces the Block Bindings API in WordPress 6.5. Part 1 focuses on custom fields. <em>(WordPress Developer Blog)</em></p>\n\n\n\n<p>📙 <a href=\"https://developer.wordpress.org/news/2024/03/06/introducing-block-bindings-part-2-working-with-custom-binding-sources/\"><strong>Introducing Block Bindings, part 2: Working with custom binding sources</strong></a> &#8211; The second tutorial in a two-part series that introduces the Block Bindings API in WordPress 6.5. Part 2 focuses on registering and using custom binding sources.<em>(WordPress Developer Blog)</em></p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2024/03/06/new-feature-the-block-bindings-api/\">New Feature: The Block Bindings API</a></blockquote>\n</div>\n\n\n\n<p>🗞️ <strong>Brian Coords</strong>&nbsp;reported for the WPTavern on&nbsp;<a href=\"https://wptavern.com/the-block-bindings-api-brings-dynamic-data-to-blocks\"><strong>The Block Bindings API Brings Dynamic Data to Blocks</strong></a>. “As the block editor continues to evolve its content management capabilities, the lack of support for custom fields has been one of the key roadblocks for users and developers. While custom fields in WordPress are still widely used, in the block editor they’ve been relegated to a drawer at the bottom of the screen, and haven’t been as deeply integrated as many would like. With the coming&nbsp;Block Bindings API, things are about to change in a very good way.” he wrote.</p>\n\n\n\n<p>📽️ In his latest video on YouTube, <strong>Brian Coords</strong>&nbsp;shows you how he uses&nbsp;<a href=\"https://www.youtube.com/watch?v=qD5U7TNUKTQ\"><strong>Block Variations with the Block Bindings API</strong></a>&nbsp;and how you can offer a “no-code” experience for your users with Block Variations. Coords shared&nbsp;<a href=\"https://github.com/bacoords/example-block-variation\">his code via GitHub</a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-hooks-api\">Block Hooks API</h2>\n\n\n\n<p>📽️ <strong>Bernie Reiter</strong>&nbsp;and&nbsp;<strong>Nick Diego</strong>&nbsp;took participants of the Developer Hours on the journey&nbsp;<a href=\"https://www.youtube.com/watch?v=ezPHiyhhaoQ\">exploring Block Hooks in WordPress 6.5</a>. In addition to covering the basics, they looked at practical examples that you can implement in your projects.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<p>📙 <a href=\"https://developer.wordpress.org/news/2024/03/25/exploring-the-block-hooks-api-in-wordpress-6-5/\"><strong>Exploring the Block Hooks API in WordPress 6.5</strong></a> &#8211; The Block Hooks API is an extensibility mechanism that allows you to dynamically insert blocks into block themes. Learn how to use the API in your projects in this comprehensive overview. <em>(WordPress Developer Blog)</em></p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2024/03/04/updates-to-block-hooks-in-6-5/\">Updates to Block Hooks in 6.5</a></blockquote>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"interactivity-api\">Interactivity API</h2>\n\n\n\n<p>🎙️ If you don’t have a lot of time, but are curious about the Interactivity API, you and listen to&nbsp;<strong>Mario Santos</strong>,&nbsp;<strong>Ryan Welcher</strong>&nbsp;and&nbsp;<strong>Josepha Haden Chomphosy</strong>&nbsp;on the 73rd episode of the<strong>&nbsp;<a href=\"https://wordpress.org/news/2024/02/episode-73-inside-the-interactivity-api\">WP Briefing discussing the Interactivity API</a></strong>. “a new foundational tool that helps developers create memorable interactive front-end experiences.” and the show notes lists a ton of resources.</p>\n\n\n\n<a href=\"https://wordpress.org/news/2024/02/episode-73-inside-the-interactivity-api\"><img width=\"652\" height=\"367\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/WPBriefingInteractivityAPI.jpeg?resize=652%2C367&ssl=1\" alt=\"Cover image of the podcast episode in Interactivity API\" class=\"wp-image-27606\" /></a>\n\n\n\n<p>🗞️ On the WPTavern site,&nbsp;<strong><a href=\"https://twitter.com/jamesgiroux\">James Giroux</a></strong>&nbsp;reported on&nbsp;<a href=\"https://wptavern.com/interactivity-api-prepares-for-its-official-debut-in-wordpress-6-5\"><strong>Interactivity API Prepares for its Official Debut in WordPress 6.5</strong></a>. “The Interactivity API and how it uses WordPress could be a pivotal moment in the Project’s history. It could create a new way of working with WordPress.&nbsp;” he wrote. And he might be right. It’s definitely exciting, and I am excited about all the tutorials and case studies that will be written in the upcoming months.</p>\n\n\n\n<p>📙 <a href=\"https://developer.wordpress.org/news/2024/02/29/an-introduction-to-block-based-mega-menus/\"><strong>An introduction to block-based mega menus</strong></a> &#8211; In this tutorial, we’ll explore how to build a Mega Menu block that integrates with the Core Navigation block using new features coming in WordPress 6.5. <em>(WordPress Developer Blog)</em></p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/\">Interactivity API in 6.5</a></blockquote>\n</div>\n\n\n\n<p>📗 <strong>Jonathan Bossenger</strong>&nbsp;experimented with the Interactivity API and used&nbsp;<a href=\"https://jonathanbossenger.com/2023/12/wordpress-as-a-game-development-platform/\"><strong>WordPress as a game development platform.</strong></a>&nbsp;It’s a fun game, where the logos of other web development platform chase after the WordPress logo. I lasted 25 seconds. How long did you last?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Apr 2024 15:46:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Do The Woo Community: Introducing Groundbreaker, Empowering Women in Tech in Uganda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=80862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://dothewoo.io/introducing-groundbreaker-empowering-women-in-tech-in-uganda/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"During CloudFest 2024, BobWP met with Groundbreaker, a nonprofit empowering young women in Uganda for tech careers through scholarships. Find more on groundbreaker.org.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Apr 2024 08:59:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Do The Woo Community: Accessibility Comes to Do the Woo with Anne and Taeke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=80839\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://dothewoo.io/accessibility-comes-to-do-the-woo-with-anne-and-taeke/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"Anne and Taeke discuss the expansive realm of web accessibility, covering its intersection with profitability, society, and legal compliance. They invite listener engagement and promise a diverse range of topics in future episodes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Apr 2024 08:48:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: #114 – Tammie Lister on the Journey Through Design and Theming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=155234\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/podcast/114-tammie-lister-on-the-journey-through-design-and-theming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48061:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, design and the future of theming in WordPress.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WP Tavern.com forward slash feed forward slash podcast. And you can copy that URL in to most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you, or your idea, featured on the show. Head to WP Tavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Tammie Lister. Tammie is a product creator focusing on WordPress. She has a hybrid background across product, design, psychology and development. She contributes to WordPress and is passionate about open source and the community. If you&#8217;ve been in the WordPress space for awhile, Tammie&#8217;s name is likely a familiar one. She&#8217;s an 18 year veteran of the project. A talented designer, developer and a key contributor to the project. Her journey has made her wear a variety of hats in both agency, life and product development.</p>\n\n\n\n<p>Today, Tammie shares insights that span from the practical, to the philosophical within the open source landscape. We get to hear Tammie&#8217;s perspective on this crucial experimentation phase in WordPress theme development. The balance she seeks between minimalist design and functional complexity, and active roles, including the default theme task force.</p>\n\n\n\n<p>Our discussion takes us into the evolving WordPress editor experience, user roles and interface design. We discussed the future of WordPress UI and UX, touching on visual configurations and how the Gutenberg site editor continues to shape our digital toolkit.</p>\n\n\n\n<p>For those inspired by themes, Tammie reveals her passion for them from preserving the essence of classic themes, to ways that the project might break new ground.</p>\n\n\n\n<p>She also introduces us to some of our own projects, such as Composition Themes and discusses her Classic to Block Themes project as well.</p>\n\n\n\n<p>Tammie shares some of the resources that she recommends for both beginners and seasoned developers alike, bringing to light the many pathways that you can now choose to learn about WordPress.</p>\n\n\n\n<p>Looking over the horizon of collaborative editing and design systems, Tammie&#8217;s excitement for what&#8217;s next is palpable.</p>\n\n\n\n<p>So, whether you&#8217;re a developer, a designer or a WordPress aficionado this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WP Tavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>A quick note, before we begin, this episode was recorded live at WordCamp Asia. There was quite a lot of background noise to contend with, and I&#8217;ve done my best to make the audio as easy to listen to as possible.</p>\n\n\n\n<p>And so without further delay, I bring you Tammie Lister.</p>\n\n\n\n<p>I am joined on the podcast by Tammie Lister. Hello Tammie.</p>\n\n\n\n<p>[00:03:44] <strong>Tammie Lister:</strong> Hello. How are you?</p>\n\n\n\n<p>[00:03:45] <strong>Nathan Wrigley:</strong> Yeah, good. Thank you for joining me today. We are at WordCamp Asia. I actually don&#8217;t know the name of the venue, but we are at WordCamp Asia. And Tammie&#8217;s giving us a presentation during the event. But before she tells us about that, just give us a little bit of a background. Give us your potted biography. Tell us who you are, where you&#8217;ve been, whatever you like.</p>\n\n\n\n<p>[00:04:04] <strong>Tammie Lister:</strong> Ah, yeah. So my name is Tammie Lister. I have been involved in project, oh, I think 18 years or so now, a little while. I have been pretty much, designer, developer, worn most hats around the project. I&#8217;ve been a full-time contributor, I&#8217;ve worked on phase one of Gutenberg, and I&#8217;ve also worked in agencies. And currently, I am working a kind of hybrid function, working with products, and also doing some sponsored contribution.</p>\n\n\n\n<p>[00:04:32] <strong>Nathan Wrigley:</strong> You&#8217;ve been around the houses, haven&#8217;t you, basically? You&#8217;ve been there, done that. What&#8217;s your talk about? It&#8217;s called The Elements of WordPress, but I&#8217;ve got it written down in front of me, so I know what it&#8217;s about. But you want to, just for the sake of the audience, maybe somebody listening to this will be able to watch it on WordPress TV. Tell us what you&#8217;re intending to say.</p>\n\n\n\n<p>[00:04:48] <strong>Tammie Lister:</strong> Yeah. So my talk is specifically looking at the elements of WordPress, going up from blocks, to patterns, to template parts, to templates, and then styling. And looking at how they all come together. So everything on the front end of the site, but also the hidden design system as well.</p>\n\n\n\n<p>[00:05:03] <strong>Nathan Wrigley:</strong> So that&#8217;s the talk. You haven&#8217;t done it yet, have you?</p>\n\n\n\n<p>[00:05:06] <strong>Tammie Lister:</strong> Yes.</p>\n\n\n\n<p>[00:05:06] <strong>Nathan Wrigley:</strong> You have. And how did it go?</p>\n\n\n\n<p>[00:05:08] <strong>Tammie Lister:</strong> It went really well. I was really pleased to be able to deliver it and, as of all these talks, I think it&#8217;s a good idea to kind of deliver it. I always like writing blog posts, so I&#8217;m hoping to write a blog post about it, and then iterate on it. And some of the conversations are really interesting afterwards as well.</p>\n\n\n\n<p>[00:05:22] <strong>Nathan Wrigley:</strong> Yeah. A little bit off piste, but how do you manage the nerves for things like that?</p>\n\n\n\n<p>[00:05:26] <strong>Tammie Lister:</strong> I am atrocious with nerves. I am not one of those people that ever doesn&#8217;t have nerves. I would probably worry if I didn&#8217;t have nerves.</p>\n\n\n\n<p>[00:05:33] <strong>Nathan Wrigley:</strong> Well, it&#8217;s something that I couldn&#8217;t do, so bravo. Thank you for doing that. So I&#8217;ve got a list of questions here, and I&#8217;ll go through them, and we&#8217;ll tackle them one at a time. So my first question to you, and because I know of the history that you&#8217;ve had, this question seems like on message, but we&#8217;ll see.</p>\n\n\n\n<p>I&#8217;ve written down, over the last 10 years let&#8217;s say, WordPress, well, let&#8217;s maybe go for 5 years. WordPress has changed a lot. Tell us what you make of everything that&#8217;s happened since your involvement, you know, phase one, and all of that. What sticks out as the most important moments?</p>\n\n\n\n<p>[00:06:02] <strong>Tammie Lister:</strong> The word at the moment that I&#8217;m focusing on is patterns. I love patterns because they, and I kind of said this in my talk, because when people think of a site, they don&#8217;t think of blocks, they think of patterns. If you shut your eyes and you think of a site. So that, to me, is really significant because it&#8217;s starting to deal with the science and deal with the interface as people see it.</p>\n\n\n\n<p>A lot of the work that we&#8217;ve done, is dealing with it as people see it, because a lot of phase one, and a lot of all that work was foundational. I kind of use the term iceberg. And it was all that kind of groundwork, or that big foundational pieces. And you don&#8217;t see that, and you don&#8217;t recognise that.</p>\n\n\n\n<p>The work now is refinements on top of that, and it can seem bigger, but it&#8217;s making all of that hidden work visible. So I really like that. I like it when something that I made is changed, I get great delight in that. I like it when the language is firmed, both visually and also that we start having solid names for things, and the name stick, rather than the names changing.</p>\n\n\n\n<p>[00:07:03] <strong>Nathan Wrigley:</strong> We&#8217;ve had a a lot of changing of names, haven&#8217;t we?</p>\n\n\n\n<p>[00:07:05] <strong>Tammie Lister:</strong> Yeah. I really like that we are using proper things, so we&#8217;ll get examples, reusable blocks, and then patterns, and syncing, and all those kind of things. That we&#8217;re also making things in response to how they&#8217;re being used, is really important as well.</p>\n\n\n\n<p>Initially, you&#8217;re going to make the best bet that you can be. So phase one was very much a, well, we know we need the editor, we know we need this, the block kind of needs it, this is how an editor kind of should work, rough bet, you know, throw something.</p>\n\n\n\n<p>But then you only know when people are using it how to refine it. And then, even more so when site editor, the site editor and block editor are very different. So all of that kind of information refines and changes it as well.</p>\n\n\n\n<p>[00:07:44] <strong>Nathan Wrigley:</strong> You mentioned an iceberg, and whilst I don&#8217;t want to sort of open up Pandora&#8217;s box a little bit, how well do you feel the whole of the Gutenberg project, from phase one, was communicated? Because it feels, right now, 2024, it feels like a lot of things are beginning to land, and are beginning to be understood. I&#8217;ve got the intuition that, for the last five years or so there was, just maybe the communication wasn&#8217;t what it could have been, or something like that. So it was difficult for people to understand, and that leads to all sorts of interesting conversations.</p>\n\n\n\n<p>[00:08:13] <strong>Tammie Lister:</strong> I think communication is a conversation, and conversations need to happen between two, both ways. That&#8217;s where I come back to. I think everyone has learned in this, you know, we didn&#8217;t even really have a concept of developer relations. You know, we were asking the people who were building it to do developer relations, who weren&#8217;t doing developer relations, who didn&#8217;t know how to do developer relations, right? Or we were asking people to build it, whilst also advocating for it.</p>\n\n\n\n<p>You know, all these kind of different things. And we&#8217;ve learned over time, and how to do an awful lot in this project. And we&#8217;ve had to learn a lot of, we have things like hallway hangouts, now and we have all these amazing, like the developer blog, and we have all these amazing resources that we didn&#8217;t have in phase one.</p>\n\n\n\n<p>We had, just had some like user feedback sessions, and we didn&#8217;t have the FSE program, the outreach. That kind of didn&#8217;t happen, that started happening later. We didn&#8217;t have specific people who were specifically focused on things. That was the people who were building it as well.</p>\n\n\n\n<p>So I think we&#8217;ve learned from having those conversations and refining it. But also, it&#8217;s really hard to communicate what you don&#8217;t know yet, whilst you are learning how to do it. So if you&#8217;re like, I need to experiment and I need to explore this thing, but you need to give me time to experiment and explore this thing, that&#8217;s a completely different conversation.</p>\n\n\n\n<p>[00:09:31] <strong>Nathan Wrigley:</strong> Yeah, I was having, a chat with somebody yesterday, and sort of explaining that if WordPress was a, I don&#8217;t know, a blue chip company, and it was a for-profit entity, and you had a hierarchy with the CEO at the top, you could communicate everything down with just a memo. But the nature of the WordPress project, given that there&#8217;s loads of volunteer hours, and contributor hours, and people are in different time zones, I think that&#8217;s a really difficult thing to manage.</p>\n\n\n\n<p>[00:09:51] <strong>Tammie Lister:</strong> Well you couldn&#8217;t say like, hey, can everyone just go into experimentation mode for like four years, and just everyone not judge anything that&#8217;s going to be produced. That&#8217;s a whole different conversation. And then who&#8217;s going to get the memo that we&#8217;re actually all in experimentation. And then if Bob in the corner, and then Mary in the other corner doesn&#8217;t get that memo, they&#8217;re going to be judging something. Bob and Mary are super awesome people, but they&#8217;re not going to have that knowledge to make those judgements on different things.</p>\n\n\n\n<p>[00:10:15] <strong>Nathan Wrigley:</strong> Yeah. I have no intuition as to whether anything&#8217;s changed in the background, but it sounds, from everything that you&#8217;ve said and the messaging that I&#8217;m receiving, that that message has been understood, in the places where it needs to be understood. That getting the message out, getting buy-in from people who are using it, communicating it, setting up things like the FSE program as you mentioned, and the Learn WordPress, and the mentor sponsorship.</p>\n\n\n\n<p>[00:10:37] <strong>Tammie Lister:</strong> It&#8217;s maturing of the project as well, and maturing of concepts and learning, like we all learn. I think that&#8217;s one of the things in the open source projects, you learn by doing. And it&#8217;s as safe a place as you can have as any to learn from, and as gentle a place.</p>\n\n\n\n<p>But we all need to be very gentle with allowing that learning, and just give that consideration of, we&#8217;re all learning together, we&#8217;re all reflecting on what we do. That ability to experiment, if we can kind of replicate that and keep that, I think that&#8217;s going to serve us well in the future as well.</p>\n\n\n\n<p>[00:11:10] <strong>Nathan Wrigley:</strong> I haven&#8217;t been in the WordPress ecosystem since day one, probably more like 12 years or something like that. So long enough to know a bit, but not long enough to know everything. But it does feel like when phase one began, that was probably the moment where WordPress changed beyond all recognition, in a way that it had never done before. So there may was no need to communicate on such a deep level.</p>\n\n\n\n<p>[00:11:33] <strong>Tammie Lister:</strong> I think there&#8217;s always been pivotal changes. They&#8217;ve just sometimes not, if it&#8217;s not impacting your area, impacted so many areas, I think if it impacts your area, it may have impacted a smaller area, so it would&#8217;ve felt huge in that smaller area, to that group of people.</p>\n\n\n\n<p>Because it impacted so many people, it&#8217;s the editor, right? The editor is where you go to write things. You want to impact a big area of WordPress, impact the editor. It&#8217;s pretty much impacting the heart, right? In a beautiful way.</p>\n\n\n\n<p>It really is important to think about, there&#8217;s been, you know, from plugins, to themes, to different things. There&#8217;s been so many areas that have had pivotal changes from day one that, I&#8217;m sure different people would have this on this day, and this time. This was this change that shook me, right? And I can think of many little kerfuffles, that kind of people would&#8217;ve felt, or little blips that people felt.</p>\n\n\n\n<p>But we kind of have learned along the way to have those, and learn from those. And each one you learn from, and each one as a community. I think one of the big things to do is think, okay, how do we then progress? How do we then take those learnings? How do we then get better? And I do think we have some strong learnings from this project.</p>\n\n\n\n<p>[00:12:49] <strong>Nathan Wrigley:</strong> Yeah. I also feel the footprint is important, because back 12 years ago, let&#8217;s just use that number. I don&#8217;t know what the percentage was, but it wasn&#8217;t 43 that this number, this percentage of the internet&#8217;s being used. So obviously the impact.</p>\n\n\n\n<p>[00:13:00] <strong>Tammie Lister:</strong> The footprint and the businesses that are established on it, and the livelihoods, and the families, and the people that depend on it, you know? And the children, and the partners, and there&#8217;s passion, and there&#8217;s the depth and the roots, and the people that have been on it for decades, or whatever. That leaves a lot of change. You know, trying to change things when someone has been very used to something for 15, whatever years, is quite a change.</p>\n\n\n\n<p>[00:13:26] <strong>Nathan Wrigley:</strong> How confusing do you think the editing experience is at the moment? So I&#8217;m in WordPress all the time, I have this subset of things that I need to achieve. And so for me to do that is really straightforward, because I&#8217;ve spent the time to understand the things that I need to do.</p>\n\n\n\n<p>But if I was somebody brand new coming to WordPress, what&#8217;s your intuition about how finished it is as an editing experience? Do you think we&#8217;ve got a way to go? Are you happy? Of anybody that I&#8217;ve met, you&#8217;ve probably put as much thought into this as anybody. And so I&#8217;m just curious what you think.</p>\n\n\n\n<p>[00:13:57] <strong>Tammie Lister:</strong> So I don&#8217;t think it&#8217;s baked yet, seeing it as a cake, because I think it&#8217;s getting there. One of the things with core is it&#8217;s always going to be the middle ground. And I think we often forget that when we&#8217;re looking at the interface, or we&#8217;re looking at the product, that it&#8217;s the middle that it&#8217;s going for.</p>\n\n\n\n<p>And I would always encourage people to think about how, yes, you can use it out of the box, you can use the middle, but maybe, what do you want to turn on or off? There are options that you can turn, settings as well. I would like to have more configurations to be able to be done, so that you can have less or more, depending on that.</p>\n\n\n\n<p>One of the big things from an agency perspective, is more control from user locking, and user roles, and user capacities. I&#8217;m also probably a big critic as well. I think those people that have been involved in the project, are probably way more critical than those who are outside.</p>\n\n\n\n<p>I always find that interesting. Like, you&#8217;re always going to be more critical of the things that you&#8217;ve ever touched, than anyone else&#8217;s going to be critical. If you know how the cake&#8217;s made, you&#8217;re going to be more critical about the cake.</p>\n\n\n\n<p>I think, for me, I have a personal taste, and then I have a work taste. And so I can share both of those. My personal taste is super minimal, so I would actually like to see, how less distilled can it be. But I also know, for most jobs to be done, that&#8217;s also not going to be the case at all. So I don&#8217;t want to see that to be the default of the interface.</p>\n\n\n\n<p>What I maybe want from a design perspective is absolutely not what should be the default case. And that is always the challenge as a creator of interfaces. But I would definitely like to see different types. I would like to see more visual configuration of that. And I would like to see the ability to, just be able to change the experience a lot more, and style it.</p>\n\n\n\n<p>[00:15:37] <strong>Nathan Wrigley:</strong> Do you feel that the project is heading in the right direction with the UI, the UX that we&#8217;ve got at the moment? Where patterns seem to be taking a bit more of a leading role, and also we&#8217;ve got FSE. I mean, goodness me, we could spend, honestly we could do two hours on FSE. But, is this the direction you want to see it go in? Some like really visual way of just, okay, I want to put that little pattern in that row.</p>\n\n\n\n<p>[00:15:57] <strong>Tammie Lister:</strong> So I love using the site editor&#8217;s Dreamweaver. And I go back, like super dates me. But it is right. Like, for me, that&#8217;s how I make themes now. I love Figma, but Figma, I really use, I don&#8217;t know if you know the concept of style tiles, which is basically just like, you pick your colors, you pick your fonts, and then you just make a little tile basically.</p>\n\n\n\n<p>That&#8217;s kind of what I do. And then I put that into a theme json, and then I load it up, using create block theme, the plugin. I always get those words muddled round. And then I go straight into the editor, and then I start mixing stuff around, and I make my patterns, and I do export. So I&#8217;m basically using it like Dreamweaver, that&#8217;s what I&#8217;m doing, because I find it incredibly effective.</p>\n\n\n\n<p>I strongly recommend people do that, because you are then in it and, would you release it like that? No, probably not, because then you don&#8217;t get translatable, all of those things. But I find it a really effective tool, and it&#8217;s become not just a way to do it, it&#8217;s a way to create. It&#8217;s almost like a coding tool that way.</p>\n\n\n\n<p>Patterns being central, I think is way more important. We do put too much emphasis on blocks, because patterns to me are way more important. One of the things I want with patterns is, I want pattern variations. I really would love to see that.</p>\n\n\n\n<p>[00:17:08] <strong>Nathan Wrigley:</strong> Just tell us more about that, because I think that could easily get missed.</p>\n\n\n\n<p>[00:17:11] <strong>Tammie Lister:</strong> Yeah, so as we have, you know, we have block styles or pattern styles, maybe we call it. Being able to attach different styling to different patterns that you can change. I don&#8217;t know how that happens, but I think that that would be really nice, to be able to switch that in the interface somehow. No idea how that happens.</p>\n\n\n\n<p>The other thing I would love is easier sharing styling. In fact, I&#8217;ve had a couple of conversations at this WordCamp of people just being like, I just want to port. People are going back to CSS Zen Garden. It&#8217;s got a place in everyone&#8217;s heart, right? And what if, bear with me, I&#8217;ve had more than one person say this to me in the past couple of days. What if you could go on the site, and you could grab a load of code, and no matter what theme you had, you could put it in, and then your site would look like that.</p>\n\n\n\n<p>[00:17:56] <strong>Nathan Wrigley:</strong> Neat. Neat. Really neat.</p>\n\n\n\n<p>[00:17:59] <strong>Tammie Lister:</strong> That is kind of what we want. And if it&#8217;s just styling, I mean, it&#8217;s going to be more or less, right? Because of the patterns and everything. But if you are grabbing that and getting the styles, that&#8217;s kind of where we probably should be heading, I think, personally. Very opinions on my own.</p>\n\n\n\n<p>But for me, that&#8217;s true independence of styling. And that&#8217;s what I really want, because I love ephemeral styling. That creative freedom. I think it opens up, not just to developers. It allows front end developers to really polish their fine art. They can boost their skills. They can do even more CSS on top of it, if they want to.</p>\n\n\n\n<p>And they can do even more amazing animation. It opens all these things up to more designers to be able to do it without having to know to code. So at both ends, more capable as well. So it doesn&#8217;t limit anyone.</p>\n\n\n\n<p>[00:18:48] <strong>Nathan Wrigley:</strong> Some of the steps that you mentioned, I don&#8217;t exactly know the level of every listener to this podcast, but some of them will be very technical, and would&#8217;ve understood everything that you&#8217;ve said. But then you may have said something like theme json, and then some people are glazing over and thinking, what? What&#8217;s your intuition as to where being able to create themes and patterns, what level of expertise would you ideally like to see that? Would it be ideal to allow anybody?</p>\n\n\n\n<p>[00:19:12] <strong>Tammie Lister:</strong> I would literally love you to be able to, you know, the Pattern Directory, or the Museum of Block Art. Maybe we can literal just go, pattern directory. I would love a style directory. Where you could literally go and grab a style, grab it, and then you can put it.</p>\n\n\n\n<p>[00:19:23] <strong>Nathan Wrigley:</strong> So no knowledge required, you just need to be able to just go through the directory, copy and paste.</p>\n\n\n\n<p>[00:19:27] <strong>Tammie Lister:</strong> I would love that. WordPress Zen Garden.</p>\n\n\n\n<p>[00:19:30] <strong>Nathan Wrigley:</strong> Yeah, Zen Garden takes me right back.</p>\n\n\n\n<p>[00:19:32] <strong>Tammie Lister:</strong> WordPress Zengarden. How amazing would that be, right?</p>\n\n\n\n<p>[00:19:34] <strong>Nathan Wrigley:</strong> But I guess even that step for some people, I know it seems almost ridiculous on a WordPress podcast, to say even that step might be a of a leap.</p>\n\n\n\n<p>[00:19:41] <strong>Tammie Lister:</strong> But if you had it in the interface.</p>\n\n\n\n<p>[00:19:43] <strong>Nathan Wrigley:</strong> In the interface. Okay, so it&#8217;s not like a separate Zen Garden site.</p>\n\n\n\n<p>[00:19:46] <strong>Tammie Lister:</strong> The pattern directory is in the interface. So if you had the style interface in there somehow, and you could browse it, and you could be like, I want a whatever. I have this rather peculiar analogy I&#8217;m going to share for theming, which is, at the moment, themeing should be super easy to change. But at the moment, changing a theme is like removing your head, rather than changing your clothes. Changing your jumpers should be easy, right?</p>\n\n\n\n<p>And it should just be super simple to change styling. And themes are great and amazing, but they&#8217;re a package, that&#8217;s what they are. And we need to just go back to having that beautiful freedom. And then we can have these creative freedoms.</p>\n\n\n\n<p>Themes to me are, we talk about design. Design and art are very, very different. But art is where meets WordPress in theming, to me. And art is part of my background. And there is potential for us to have some beautiful art in themes again. If we just have that freedom, and we stop themes having to have all this weight in them as well, and be tied down.</p>\n\n\n\n<p>[00:20:47] <strong>Nathan Wrigley:</strong> I get the feeling that an ideal place for you to land with this would be that, most people can do most of what they need to do when they want to style their own website. But there&#8217;s always still going to be an area for a professional.</p>\n\n\n\n<p>[00:20:59] <strong>Tammie Lister:</strong> If you think of it like fashion, is good example. So you can go and have custom fashion, you can go and have high-end, haute couture. You can always go and have custom tailoring. You can go and have all of that. Or you can go to high street, and go get something off the rack. And I think that&#8217;s a really good model for us to kind of think of it as well, right?</p>\n\n\n\n<p>[00:21:16] <strong>Nathan Wrigley:</strong> Nobody&#8217;s used that on me before. That actually sums it up perfectly. That&#8217;s nice, yeah.</p>\n\n\n\n<p>[00:21:20] <strong>Tammie Lister:</strong> Yeah. And that isn&#8217;t belittling anything. That&#8217;s totally fine, you know. And that still allows us to have theme shops, fashion shops, right? That still allows us to have very functional, you know, we have very functional clothing, we have functional themes as well.</p>\n\n\n\n<p>And I think it&#8217;s really important to think about the site works, the site has to do something. Some fashion is very frivolous. Some themes are going to be incredibly frivolous as well. And I actually adore frivolous themes. I don&#8217;t think we have enough of them.</p>\n\n\n\n<p>But some are going to have to just be functional, and jobs to be done as well, because absolutely. And some are going to be frameworks, and some are going to be whatevers, you know. But it&#8217;s having those options. You know, you&#8217;re looking at high street, you have the options to be able to wear different clothing as well.</p>\n\n\n\n<p>And some people are going to be super dependent on a brand, and super passionate about only wearing that brand as well, you know, all those kind of things.</p>\n\n\n\n<p>[00:22:13] <strong>Nathan Wrigley:</strong> So you can peel back the curtain a little bit on this, because of your experience inside the project, trying to drive this change. How does it happen? Are there certain people that we should be, you know, if we&#8217;re strongly into themes, and we&#8217;re opinionated about that, and we want to make the change, where do we go? Do we start talking directly to people like you? Are there other people that we need to be banging on the door and saying, this is what we want?</p>\n\n\n\n<p>[00:22:36] <strong>Tammie Lister:</strong> So I&#8217;m not a full-time contributor, so I&#8217;m just like anybody else in that sense. I mean, I have the knowledge, I&#8217;ve been in the project, but there&#8217;s many people who&#8217;ve been in the project and have that knowledge.</p>\n\n\n\n<p>My biggest thing is use the things, start experimenting, start creating if you can. And I&#8217;m well aware, I&#8217;m suggesting that most people have a time machine to do that, because you are trying to do your job as well as you&#8217;re doing that. But if you can, in your projects, start using them. As you start using new things, you&#8217;re going to find bugs, because the universe.</p>\n\n\n\n<p>And then you can start reporting those issues, and then you can start saying, these things need to change, when you&#8217;re changing classic themes to block themes, that&#8217;s one of the big things at the moment. So you can help with those things.</p>\n\n\n\n<p>And just find the area that you want to help with. Reporting one issue, which is a few minutes, is an incredibly big help. Having one conversation is incredibly helpful. Watching one hallway hangout, which is an hour, is a big help. Watching a video, going to a talk. But then scaling it up, going to a triage session.</p>\n\n\n\n<p>It&#8217;s really finding where you are. Experiment, have a pattern in the Museum of Block Art. Have a pattern in the Pattern Directory. Find where you want to join in. But by using these things, you start to contribute, is the biggest thing, because you start then knowing how they fit.</p>\n\n\n\n<p>To dive in straight away and say, these things should be this way, without having used them in their current state, is a little bit, you might not be knowing how they are utilised. I would also always encourage people to search to see that something&#8217;s not coming up. So if you&#8217;re going to log something as an issue, just have a little quick search, and see whether it&#8217;s coming up to be fixed, before you log it in the GitHub repo. That&#8217;s always a really good kind of tip as well.</p>\n\n\n\n<p>There&#8217;s the channels in Slack, but Slack can also be quite a lot for a lot of people. So just, yeah, just using it, and just figure out where your happy is. But just start experimenting and using is the biggest one.</p>\n\n\n\n<p>[00:24:33] <strong>Nathan Wrigley:</strong> Yeah, joining in, we could probably sum it up, couldn&#8217;t we? That&#8217;s nice. Where would you go? There was a nice little segue there, because you were talking about ways to learn, and you mentioned a couple of things.</p>\n\n\n\n<p>But, where do you find to be the best places to send somebody who&#8217;s, well, let&#8217;s just say a novice? Let&#8217;s go with that. Where are the online resources, the places to hang out?</p>\n\n\n\n<p>[00:24:51] <strong>Tammie Lister:</strong> So there&#8217;s a couple of different ones. We are very lucky, we have a developer blog now, which is incredible good resources. But all the Hallway Hangouts, amazing to watch back. Learn WordPress is also a really good resource. And between all of those, you&#8217;ve just got your good start then.</p>\n\n\n\n<p>And then there&#8217;s quite a few people in between those that start doing. So Ryan has been doing some through develop blog, has also been doing some live streams. So just doing things like that.</p>\n\n\n\n<p>The problem with a lot of these things are, maybe a live stream is like an hour watching. That might be quite a lot of time for you. So that&#8217;s why maybe following like a quick little tutorial, that maybe has a GitHub repo that you can do quickly. Again it&#8217;s, how much time have you got?</p>\n\n\n\n<p>I find pointing people to the Museum of Block Art&#8217;s quite good, because they can just go there, they can see the code, they can drop it in. And then they can learn, oh, this is what a pattern is. And some of those are quite fun. Or go to the Pattern Directory, and then they can be like, oh okay, well, this is what a pattern is, and this is how it forms. Yeah, so those kind of things as well.</p>\n\n\n\n<p>WordPress.tv is also really, really good, because, if you&#8217;ve got some time, type in whatever you want to follow, and just start learning that way. You can learn some really diverse things that way. Following along some State of the Words, the kind of pivotal points, you are going to find out the points of the project that way as well, is a good milestone as well.</p>\n\n\n\n<p>[00:26:11] <strong>Nathan Wrigley:</strong> I will make sure that there is a link to everything that Tammie just said. So if you go to wptavern.com/podcast, and you search for Tammie&#8217;s episode and you find it, there will be all of the links in there.</p>\n\n\n\n<p>Lets pivot a little bit. It&#8217;s not apropos of themes at all but, what do you think about this current phase that we&#8217;re in of Gutenberg? Which is called phase three. But the highlight item for me, I mean there&#8217;s absolutely loads to be honest, but I&#8217;m just going to talk about collaborative editing. What do you make about that? And especially related to themes and sites more generally, not just the content, but editing collaboratively, just the way the whole site looks, so the theme.</p>\n\n\n\n<p>[00:26:47] <strong>Tammie Lister:</strong> I think it hasn&#8217;t been worked out yet, how it&#8217;s going to work on the theme. I don&#8217;t know if it means you are creating the theme collaboratively.</p>\n\n\n\n<p>[00:26:54] <strong>Nathan Wrigley:</strong> It&#8217;s to imagine actually.</p>\n\n\n\n<p>[00:26:56] <strong>Tammie Lister:</strong> Well, it definitely means you&#8217;re creating, so if you think of the site editor as the builder of the theme, which it kind of is, then technically, if you are creating content, which is the theme, you are creating that collaboratively, so yes. Collaborative editing at enterprise scale is something that happens quite often anyway.</p>\n\n\n\n<p>[00:27:17] <strong>Nathan Wrigley:</strong> So tools like Figma, you can do all of that collaborative editing is my understanding.</p>\n\n\n\n<p>[00:27:20] <strong>Tammie Lister:</strong> Yeah. So I&#8217;m very, if I put my design hat on, very used to, in Figma, like comments and, or even like in Google Docs, people are very used to like leaving messages and whatever. So I just think being very aware of those kind of workflows, is kind of interesting.</p>\n\n\n\n<p>One of the things we might find is, someone would just set up a template, and it&#8217;d be like, add something here, and something here later. So adding comments to your templates, might be curious and interesting.</p>\n\n\n\n<p>A different aspect might be people using different themes in the backend. That kind of comes to mind, from accessibility reasons. That is also something that I&#8217;ve always thought about is, could people want to have different editor experiences depending on their accessibility. Which you might do as well. So collaborative editor experiences, or different editor experiences. Which is slightly a sidetrack of this, but it&#8217;s something to consider.</p>\n\n\n\n<p>But phase three is collaborative editing, and plus, plus, plus. Which also the design system, finally, kind of flow. And that kind of, to me, is more Lego pieces to play with. And that&#8217;s the bit that I am incredibly excited about. Because a lot of the stuff that&#8217;s been hidden, we&#8217;ve had a design system all along. It&#8217;s really good.</p>\n\n\n\n<p>People, when they talk about the work that&#8217;s recently done, they&#8217;re pointing just to like the editor. Yes, but it&#8217;s not going to just be the editor. It&#8217;s going to be coming into the settings, into the admin, and to everything, because it needs to. There&#8217;s areas of WordPress that haven&#8217;t been touched for a very long time. And by bringing these components, and being this unification through, it&#8217;s better user experience. But it&#8217;s one user experience.</p>\n\n\n\n<p>Again, that point of, it&#8217;s a middle road. If it&#8217;s, the way that it&#8217;s being done, means you then will be able to have the same level of customisation, the same level of extensibility, the same level of styling on top of it. So you&#8217;ll be able to then, for your end users, customise it how you want to. So you have that flexibility still, yeah.</p>\n\n\n\n<p>[00:29:17] <strong>Nathan Wrigley:</strong> I think it&#8217;s fabulous that somebody who&#8217;s been around in the projects as long as you have, and I&#8217;m sure you&#8217;ve had your ups and downs, I&#8217;m sure that, you know, some days it&#8217;s like, oh, WordPress. It sounds like you are very, very, genuinely excited about what&#8217;s coming. That&#8217;s amazing.</p>\n\n\n\n<p>[00:29:30] <strong>Tammie Lister:</strong> And I&#8217;m excited about who&#8217;s doing it.</p>\n\n\n\n<p>[00:29:32] <strong>Nathan Wrigley:</strong> Oh, okay. Yeah.</p>\n\n\n\n<p>[00:29:33] <strong>Tammie Lister:</strong> It&#8217;s exciting the new, I love when you have fresher people have fresher eyes on it. I love when older people have fresh eyes on it as well, and different energy. I love when, as I&#8217;ve mentioned previously, when someone re-does work that I&#8217;ve done, I&#8217;m so excited. I&#8217;m like, yes, that&#8217;s gone.</p>\n\n\n\n<p>But it&#8217;s exciting to see areas that haven&#8217;t been touched for such a long time. We shouldn&#8217;t have areas that haven&#8217;t been for 10 years, because that&#8217;s how many years. That&#8217;s like dog years.</p>\n\n\n\n<p>[00:30:02] <strong>Nathan Wrigley:</strong> Tell us a little bit about your stuff. We&#8217;ve heard about your relationship with WordPress. Let&#8217;s just get into what you are doing at the minute. I think you said you had four hats or something. Is it four hats?</p>\n\n\n\n<p>[00:30:11] <strong>Tammie Lister:</strong> Yeah, I go with lots of hats.</p>\n\n\n\n<p>[00:30:12] <strong>Nathan Wrigley:</strong> What are the four hats? What&#8217;s keeping Tammie busy at the minute?</p>\n\n\n\n<p>[00:30:14] <strong>Tammie Lister:</strong> So I&#8217;m working on a project called Gildenberg. I&#8217;m working with Luke and Jonathan. What we&#8217;re doing is, we&#8217;re working on a guild of product creators, and we&#8217;re working to support them through that as well. That&#8217;s really exciting. So I&#8217;m doing that a little bit.</p>\n\n\n\n<p>I&#8217;m also creating my own, looking to create my own products. I&#8217;m working out what that means. Spoilers, going to start with theming. I&#8217;m also collaborating with some, doing some agency work as well. And I&#8217;ve been collab&#8217;ing some awesome plugins, doing some classic block based work. Which I actually really enjoy.</p>\n\n\n\n<p>There&#8217;s something about converting classic themes to block. One, because I&#8217;m learning where the friction points are. I&#8217;m also really lucky to be sponsored by Automattic, to be doing two days a week on the default theme task force.</p>\n\n\n\n<p>[00:30:59] <strong>Nathan Wrigley:</strong> Go on, tell us more about that. That sounds fun.</p>\n\n\n\n<p>[00:31:00] <strong>Tammie Lister:</strong> Yeah, I am really excited about that. It&#8217;s 400 odd tickets on the default themes. So the idea is, eventually, it came from the community summit. There&#8217;s actually a post up by Jonathan Desrosiers. Rather than scorch earthing, and removing all the default themes, it&#8217;s what if we actually fixed them? Which is a beautiful and wonderful concept.</p>\n\n\n\n<p>So what we&#8217;re doing is, we&#8217;re going through each ticket, and we are going to analyse, does it need fixing? Some of those tickets have been sat there for four, five years. They haven&#8217;t had attention.</p>\n\n\n\n<p>So we&#8217;re going to look at it, we&#8217;re going to see if it even stands in this time. If it does, great, let&#8217;s ship it, let&#8217;s get that patch in. If it doesn&#8217;t, it&#8217;s got a new patch. If it needs closing, let&#8217;s close it. And then we&#8217;ll able to see the lay of the land, once we don&#8217;t have this amount of tickets. Then we can decide where we go from this, on block based theme.</p>\n\n\n\n<p>[00:31:48] <strong>Nathan Wrigley:</strong> Kind of a nice project, that you can see that 400 dropping.</p>\n\n\n\n<p>[00:31:51] <strong>Tammie Lister:</strong> Oh goodness, yeah. We&#8217;ve already done some at contribution day.</p>\n\n\n\n<p>[00:31:53] <strong>Nathan Wrigley:</strong> Oh nice. Lovely.</p>\n\n\n\n<p>[00:31:55] <strong>Tammie Lister:</strong> And it is. I got to be part of some of the default themes. You know, one of my first roles within WordPress, you know, I kind of came in through theming. Theming has been a theme throughout my whole history of WordPress, throughout everything. And my heart is strongly there.</p>\n\n\n\n<p>And default themes, yes, some of them are classic, and we could be like, oh, just forget it. I don&#8217;t believe that. I think it&#8217;s history. It&#8217;s like denying that we have a history, right? And I love block themes. I think they&#8217;re amazing and they&#8217;re fantastic, but that doesn&#8217;t mean that we should forget that we have these themes.</p>\n\n\n\n<p>I think we should look at how we can bring the essence of those, if we want to bring them. Or we should look at how can we support the people that are still using them and how can we have that respect. So, if someone&#8217;s using 2011, how can we still respect that they&#8217;re using 2011?</p>\n\n\n\n<p>[00:32:50] <strong>Nathan Wrigley:</strong> Yeah. Yeah.</p>\n\n\n\n<p>[00:32:51] <strong>Tammie Lister:</strong> As well.</p>\n\n\n\n<p>[00:32:52] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s a lovely project. You very quickly glossed over, there was one there where you are going to be looking at doing your own projects, but you didn&#8217;t dive into that. Maybe it&#8217;s because you haven&#8217;t distilled it quite yet.</p>\n\n\n\n<p>[00:33:03] <strong>Tammie Lister:</strong> I haven&#8217;t yet fully.</p>\n\n\n\n<p>[00:33:04] <strong>Nathan Wrigley:</strong> What&#8217;s, the kind of intuition that that you&#8217;re going to tackle.</p>\n\n\n\n<p>[00:33:08] <strong>Tammie Lister:</strong> I really want to start creating my own themes again, that&#8217;s one of the things. And I also want to start exploring maybe some plugins as well. I don&#8217;t have an idea yet, but the idea that I can start. I&#8217;m going to use the word playing, but playing to an end. I have so many ideas, and that&#8217;s awesome, but I need to work out which idea I&#8217;m going to work on.</p>\n\n\n\n<p>[00:33:30] <strong>Nathan Wrigley:</strong> Okay, so maybe we should do this conversation again in 2025, and see where you are?</p>\n\n\n\n<p>[00:33:34] <strong>Tammie Lister:</strong> I have a theme site, Composition Themes, and I want to, I want to start making themes that have one purpose and, both that are beautiful, but also that have one purpose for types as well. That&#8217;s where I want to be themeing. But I also really like the idea of doing similar for plugins.</p>\n\n\n\n<p>Maybe it&#8217;s blocks, but maybe it&#8217;s also companion experience plugins. Going back to that idea of experience. I love the idea of maybe making the experience lesser for the editor or maybe exploring different things around that.</p>\n\n\n\n<p>[00:34:04] <strong>Nathan Wrigley:</strong> Yeah. Okay. 2025 is the date. We&#8217;ll have you back and we&#8217;ll see. What was it again?</p>\n\n\n\n<p>[00:34:08] <strong>Tammie Lister:</strong> Composition Themes.</p>\n\n\n\n<p>[00:34:10] <strong>Nathan Wrigley:</strong> Composition Themes.</p>\n\n\n\n<p>[00:34:10] <strong>Tammie Lister:</strong> Yeah. I also have Classic to Block Themes as well.</p>\n\n\n\n<p>[00:34:13] <strong>Nathan Wrigley:</strong> Oh, nice. Okay, we&#8217;ll put both of those in the show notes. Great. Well, Tammie Lister, thank you so much for joining me on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:34:21] <strong>Tammie Lister:</strong> Thank you.</p>\n\n\n\n<p>[00:34:21] <strong>Nathan Wrigley:</strong> You are very welcome.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://tammielister.com/\">Tammie Lister</a>.</p>\n\n\n\n<p>Tammie is a product creator focusing on WordPress. She has a hybrid background across product, design, psychology and development. She contributes to WordPress and is passionate about open source, and the community.</p>\n\n\n\n<p>If you’ve been in the WordPress space for a while, Tammie&#8217;s name is likely a familiar one. She&#8217;s an 18-year veteran of the project, a talented designer, developer, and a key contributor to the project. Her journey has made her wear a variety of hats in both agency life and product development.</p>\n\n\n\n<p>Today, Tammie shares insights that span from the practical to the philosophical within the open-source landscape. We get to hear Tammie&#8217;s perspective on this crucial experimentation phase in WordPress theme development, the balance she seeks between minimalist design and functional complexity, and her active roles, including the default theme task force.</p>\n\n\n\n<p>Our discussion takes us into the evolving WordPress editor experience, user roles, and interface design. We discuss the future of WordPress UI / UX, touching on visual configurations and how the Gutenberg site editor continues to shape our digital toolkit.</p>\n\n\n\n<p>For those inspired by themes, Tammie reveals her passion for them. From preserving the essence of classic themes to ways that the project might break new ground.</p>\n\n\n\n<p>She also introduces us to some of her own projects, such as Composition Themes, and discusses her Classic to Block Themes project as well.</p>\n\n\n\n<p>Tammie shares some of the resources that she recommends for both beginners and seasoned developers alike, bringing to light the many pathways that you can now choose to learn about WordPress.</p>\n\n\n\n<p>Looking over the horizon of collaborative editing and design systems, Tammie&#8217;s excitement for what&#8217;s next is palpable. So, whether you&#8217;re a developer, a designer, or a WordPress aficionado, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme plugin</a></p>\n\n\n\n<p><a href=\"https://www.csszengarden.com/\">CSS Zen Garden</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/patterns/\">Pattern Directory</a></p>\n\n\n\n<p><a href=\"https://block-museum.com/\">Museum of Block Art</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/\">Developer blog</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/tag/hallwayhangout/\">Hallway Hangouts</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://wordpress.tv/\">WordPress.tv</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/state-of-the-word/\">State of the Word from 2024</a></p>\n\n\n\n<p><a href=\"https://guildenberg.com/\">Gildenberg</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/12/05/proposal-default-theme-task-force-for-2024/\">Jonathan Desrosiers&#8217; post &#8220;Proposal: Default Theme Task Force for 2024&#8221;</a></p>\n\n\n\n<p><a href=\"https://compositionthemes.com/\">Composition Themes</a></p>\n\n\n\n<p><a href=\"https://classictoblock.com/\">Classic to Block Themes</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Apr 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Do The Woo Community: You Don’t Need to be a Developer to Join a Hackathon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=80797\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://dothewoo.io/you-dont-need-to-a-developer-to-join-a-hackathon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"Patricia, a non-developer and WordPress contributor, shares her experience and the value of having diverse skills at CloudFest Hackathon.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Apr 2024 09:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"HeroPress: The Time I Left My Island – Quella volta che sono uscito dalla mia isola\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=6656\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:214:\"https://heropress.com/essays/the-time-i-left-my-island-quella-volta-che-sono-uscito-dalla-mia-isola/#utm_source=rss&utm_medium=rss&utm_campaign=the-time-i-left-my-island-quella-volta-che-sono-uscito-dalla-mia-isola\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21363:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2024/04/040224-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The sea has never been a limit, now that I know the way, I can cross it whenever I want. - Il mare non è mai stato un limite, ora che conosco la strada, posso attraversarlo tutte le volte che voglio.\" /><p><a href=\"https://heropress.com/feed/#italian\">Questo saggio è disponibile anche in italiano.</a></p>\n\n\n\n<p>Perfect, I have my blank sheet, notes on what I need to express, and I&#8217;m ready to write this essay. I have my hot coffee on the desk and my compilation of Bob Dylan playing in my ears, but we&#8217;re on the tenth song and I haven&#8217;t written a word yet, in fact, I&#8217;ve written and then deleted many. Do you know what happens? I&#8217;m not a writer, I spend my life in PHP, why should I completely detach from what is my daily routine? Okay, here we go! I&#8217;ll open my code editor, coffee, and Dylan at this hour are constants, let&#8217;s see if the words flow now.</p>\n\n\n\n<h2 class=\"kt-adv-heading6656_ed8ffe-24 wp-block-kadence-advancedheading\">My Island</h2>\n\n\n\n<p>I&#8217;m Sardinian, I come from an island in the Mediterranean envied for its sea, climate, food, and the warmth of its people. Let&#8217;s talk about an island, and sometimes the sea is a boundary, it&#8217;s a beautiful blue wall that separates you from the rest of the world, often it&#8217;s difficult to feel Italian, let alone European.</p>\n\n\n\n<p>My story begins here, with a strong introversion orchestrating my life, a passion for computer science, PHP which had been accompanying me for about 5 years, and some small attempts to overcome my shyness. Not to mention the years of studying English at school, which remained theoretical and never put into practice. To help me overcome shyness, I had started speaking at small events about Free Software, and there had been some small improvements. Meanwhile, I was beginning to get to know a CMS called WordPress, required by several companies; at that time, I didn&#8217;t know what it would give me.</p>\n\n\n\n<p>I had left my small town and moved to Cagliari, the city, on my island and facing the sea. Imagine, in 10 minutes with public transport, I was at the nearest beach, and in 30 minutes, I was at those beaches you see in screensavers. I felt in my place, at least geographically. But sometimes an island doesn&#8217;t offer you much from a work perspective, and remote work wasn&#8217;t yet so widespread. But my move to Cagliari was just a first step, like when you dip your foot in the water to see if it&#8217;s cold, before taking a run and diving in.</p>\n\n\n\n<h2 class=\"kt-adv-heading6656_06671b-01 wp-block-kadence-advancedheading\">Let&#8217;s change the song, but also the city and life.</h2>\n\n\n\n<p>I packed my bags, took a flight, and changed regions to pursue a job. I was leaving the place that De Andrè, a famous Italian singer-songwriter, described: &#8220;Life in Sardinia is perhaps the best a man can wish for: twenty-four thousand kilometers of forests, countryside, coasts immersed in a miraculous sea should coincide with what I would recommend to God to give us as Paradise.&#8221; And I arrived in what another famous Italian singer, Ligabue, describes as &#8220;This city is a hell disguised as paradise, where every dream is at risk of burning.&#8221;</p>\n\n\n\n<p>The city called me, and now I&#8217;m here. There are proposals, there are opportunities, there are hopes, and there are dreams, all within reach, my reach. The city is ready to give me everything but it needs me, my time, and my hard work. I just had to change, the island had to become a city, shyness must disappear here and change pace. Walking following that frenetic rhythm, which I didn&#8217;t understand, but which was ready to give me more and more.</p>\n\n\n\n<p>If you walk fast, in a place you don&#8217;t know, you risk coming across a street you don&#8217;t know and you could find yourself in a situation you never want to relive. You could walk on asphalt, on the sidewalk, or on a lawn, and if you&#8217;re not careful, it&#8217;s easy to stumble upon something, and from a panic attack, it&#8217;s not always easy to get back up, from two, worse.</p>\n\n\n\n<p>During the same period, I found myself on a fairly intense WordPress-based project, and between one check and another, my eye fell on a type of event I didn&#8217;t know, called WordCamp Torino, just over an hour by train from where I was.</p>\n\n\n\n<p>Early wake-up call, coffee, and off to the station, the train departs and slowly the city fades away. I participate in a contributor day and a day of talks. A nice event, I took thousands of notes but experienced only as much as my shyness allowed me to.</p>\n\n\n\n<p>I knew that this event was much more beautiful than what I had experienced, so I started paying more and more attention to that part of the site until I found two tickets, Zurich and Verona. I bought the ticket to Verona immediately, but Zurich was two weeks earlier and the choice wasn&#8217;t so easy.</p>\n\n\n\n<p>Zurich is part of German-speaking Switzerland, okay that the WordCamp was organized in two languages, but my English had been stagnant for almost 12 years, plus it was a trip to be done alone.</p>\n\n\n\n<p>Verona was a great WordCamp, I began to understand how these events work and to meet some members of the city&#8217;s MeetUp.</p>\n\n\n\n<p>Honestly, I remember Zurich less and less, it was a beautiful WordCamp, but I learned more things about myself there than about WordPress. I just wonder if there are Swiss people who believe that my surname is &#8220;sorry my English is terrible&#8221;, because when I&#8217;m a bit nervous, I speak faster and to introduce myself I would say &#8220;My name is Matteo sorry my English is terrible, nice to meet you&#8221;. The thing I remember best is that I filled out the application to be a speaker and volunteer during the return trip. Let&#8217;s talk about WordCamp Milano.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-but-it-s-just-a-tool-how-can-it-do-all-this\">But it&#8217;s just a tool, how can it do all this?</h2>\n\n\n\n<p>I was preparing my slides, comparing WordPress development with another CMS, starting from the latter. After finishing the first section where I had to talk about WordPress, I had to create a separation slide. Somewhat sarcastically, I wrote &#8220;But we&#8217;re at a WordCamp so let&#8217;s go home!&#8221; Ajo is a word widely used in Sardinia, taking it away from a Sardinian is like preventing a Roman from saying daje, it&#8217;s the equivalent of an English &#8220;let’s go&#8221;.</p>\n\n\n\n<p>It wasn&#8217;t my first time in front of an audience, but I was used to a maximum of 20/30 people. I found myself facing a university class with a lot of people, I was extremely excited and super tense. But at my &#8220;ajo&#8221; moment, amidst some laughter and some smiles, I felt at home again, in my island but at the same time in Milan, what a strange feeling.</p>\n\n\n\n<p>But it&#8217;s just a CMS, a work tool, how can it do all this? A stupid question if the person asking it has books like &#8220;Just for Fun&#8221; by Linus Torvalds, &#8220;The Cathedral and the Bazaar&#8221; by Eric Steven Raymond, and &#8220;Free Software, Free Society&#8221; by Richard Stallman in their library. So the term &#8220;community&#8221; in those texts was true and WordPress was the best example I could come across.</p>\n\n\n\n<p>In the span of a few months, I also attended events in Dublin and volunteered in Glasgow, English wasn&#8217;t a limitation for me, just something I had to work on.</p>\n\n\n\n<p>Glasgow was at the beginning of 2020, the last memory of a WordCamp before a year of closure, a year where there were online events, but the energy was different. A period in which I changed two jobs.</p>\n\n\n\n<p>It was a period halfway between the city and the island until the end of 2021, when I saw &#8220;WordCamp Geneva&#8221;, I proposed to tell my story at WordCamps, how they helped me, but they still do, both with language confidence and shyness. It was accepted and that became both my first talk in English, but also the non-technical one. A talk that involved a higher intimacy never experienced before, which will always remain a source of pride for me.</p>\n\n\n\n<p>From that moment on, WordCamp after WordCamp, each stop began to give me more and more emotions and more and more lessons, especially about myself, but not about who I am, but about what I could and wanted to be.</p>\n\n\n\n<p>From WordCamp Italy where I first became an organizer to Turin and Verona as a speaker.</p>\n\n\n\n<p>In all three, I decided to participate both days, also attending contribution days and gladly joining the polyglots team, a group I have never abandoned.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-to-infinity-and-beyond\">To infinity and beyond</h2>\n\n\n\n<p>Then they announced WordCamp Europe in Turin, the city where it all started, I applied as an organizer, which was accepted. Now I find myself talking to many new people in English almost twice a week. Every time is a challenge to my shyness, but by now I&#8217;ve learned to accept them.</p>\n\n\n\n<p>Sometimes I find myself comparing my first and last WordCamp. From a silent Contribution Day to one where I shared my experience, from being an attendee to a speaker with many listeners, from a day in silence to being someone trying to integrate the newcomers, from a person who leaves early to the last person leaving the after-party.</p>\n\n\n\n<p>But WordPress is just a tool, the end goal is always something else, in my story it&#8217;s not a website but understanding a part of myself and stopping suffocating my true identity and starting to behave in my own way. Making me understand that my island side shouldn&#8217;t be suppressed but valued, it was always me. Like in the code, with oneself too, there are best practices, they are needed to look back and live in harmony with oneself. In my case, WordCamp after WordCamp, I added one more brick to my self-esteem and I understood something more about my shyness.</p>\n\n\n\n<p>In the end, living the WordPress community, getting to know many different people guided me towards rediscovering myself until I realized that I had never left my island, maybe it was the city&#8217;s fog that made me perceive it as farther away, it had always been here. The sea has never been a limit, now that I know the way, I can cross it whenever I want. My island was me and now I&#8217;ve learned to accept it.</p>\n\n\n\n<p>Yes, I&#8217;d say I did well to use the dark editor! Let&#8217;s contribute!</p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"italian\">Quella volta che sono uscito dalla mia isola</h1>\n\n\n\n<p>Perfetto, ho il mio foglio bianco, gli appunti su quello che devo esprimere e sono pronto a scrivere questo saggio. Ho il mio caffè caldo sulla scrivania e la mia compilation di Bob Dylan alle orecchie, ma siamo alla decima canzone e non ho ancora scritto una parola, anzi, ne ho scritte e poi cancellate tante. Sai che succede? Non sono uno scrittore, passo la mia vita in PHP, perché dovrei estraniarmi completamente da ciò che è la mia quotidianità? Ok, ci sono! Apro il mio editor di codice, il caffè e Dylan a quest&#8217;ora sono una costante, vediamo se ora le parole escono.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-la-mia-isola\">La mia isola</h2>\n\n\n\n<p>Sono sardo, vengo da un’isola del mediterraneo invidiata per il mare, il clima, il cibo ed il cuore delle persone. Parliamo di un isola, e il mare a volte è un limite, è un bellissimo muro blu che ti separa dal resto del mondo, spesso si ha la difficoltà di sentirsi italiani, figurati europei.</p>\n\n\n\n<p>La mia storia inizia qua, con una forte introversione che orchestrava la mia vita, la passione per l&#8217;informatica, il PHP che da circa 5 anni mi accompagnava e qualche piccolo tentativo di superare la mia timidezza. Senza dimenticare gli anni di studio dell&#8217;inglese a scuola, che sono rimasti teorici e mai messi in pratica. Per aiutarmi a sconfiggere la timidezza avevo iniziato a fare lo speaker in piccoli eventi sul Software Libero e qualche piccolo miglioramento c&#8217;era stato. Intanto iniziavo a conoscere un CMS chiamato WordPress richiesto da diverse aziende, in quel periodo non sapevo quello che mi avrebbe dato.</p>\n\n\n\n<p>Avevo lasciato il mio paesino e trasferito a Cagliari, la città, nella mia isola e davanti al mare. Pensate, in 10 minuti con i mezzi cittadini ero nella spiaggia più vicina e in 30 minuti ero in quelle spiagge che si vedono nei screensaver. Mi sentivo nel mio posto, almeno geograficamente. Ma un&#8217;isola a volte, non ti offre tantissimo da un punto di vista lavorativo e il lavoro da remoto non era ancora così diffuso. Ma il mio trasferimento a Cagliari era solo un primo passo, come quando metti il piede in acqua per sapere se è fredda, prima di prendere la rincorsa e tuffarsi.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-cambiamo-canzone-ma-anche-citta-e-vita\">Cambiamo canzone, ma anche città e vita</h2>\n\n\n\n<p>Avevo riempito le valigie, preso un volo e cambiato regione per seguire un lavoro. Lasciavo il luogo che De Andrè, un famoso cantautore italiano, descriveva: “La vita in Sardegna è forse la migliore che un uomo possa augurarsi: ventiquattromila chilometri di foreste, di campagne, di coste immerse in un mare miracoloso dovrebbero coincidere con quello che io consiglierei al buon Dio di regalarci come Paradiso” e arrivavo in quella che un altro famoso cantante italiano, Ligabue, descrive come “Questa città è un inferno travestito da paradiso, dove ogni sogno è a rischio di bruciarsi&#8221;.</p>\n\n\n\n<p>La città mi ha chiamato, ed ora sono qua. Ci sono proposte, ci sono occasioni, ci sono speranze e ci sono sogni e tutte a portata di mano, la mia mano. La città è pronta a darmi tutto ma ha bisogno di me, del mio tempo e del mio duro lavoro. Dovevo solo cambiare, l’isola doveva diventare città, la timidezza deve sparire qua e cambiare passo. Camminare seguendo quel ritmo frenetico, che non capivo, ma che era pronto a darmi sempre di più.</p>\n\n\n\n<p>Se cammini veloce, in un posto che non conosci, rischi di imbatterti in una strada che non conosci e potresti trovarti in una situazione che mai vorresti rivivere. Potresti camminare sull’asfalto, sul marciapiede o su un prato, e se non si sta attenti è facile inciampare su qualcosa e da un attacco di panico non sempre è facile rialzarsi, da due peggio.</p>\n\n\n\n<p>Nello stesso periodo mi sono ritrovato su un progetto basato su WordPress abbastanza intenso e tra un controllo e l&#8217;altro mi è caduto l’occhio su una tipologia di evento, che non conoscevo, chiamato WordCamp Torino a poco più di un ora di treno da dove stavo.&nbsp;</p>\n\n\n\n<p>Sveglia presto, caffè e di corsa in stazione, il treno parte e pian piano la città si allontana. Partecipo ad un giorno di contributor day e ad una giornata di talk. Un bel evento, preso migliaia di appunti ma vissuto come solo la mia timidezza mi permetteva di essere.&nbsp;</p>\n\n\n\n<p>Sapevo che questo evento era molto più bello di quello che avevo vissuto, quindi inizio a prestare sempre più attenzione a quella parte del sito sino a che non trovai due biglietti, Zurigo e Verona. Il biglietto di Verona lo presi subito, ma Zurigo era due settimane prima e la scelta non era così facile.&nbsp;</p>\n\n\n\n<p>Zurigo fa parte della Svizzera tedesca, ok che il WordCamp era organizzato in due lingue, ma il mio inglese era rimasto fermo da quasi 12 anni, in più era un viaggio da fare da solo.</p>\n\n\n\n<p>Verona fu un ottimo WordCamp, iniziai a capire il funzionamento di questi eventi e conoscere alcuni componenti dei MeetUp della città.</p>\n\n\n\n<p>Zurigo sinceramente lo ricordo sempre meno, è stato un bellissimo WordCamp, ma ho imparato lì più cose su me stesso che su WordPress. Mi chiedo solamente se ci sono svizzeri che credono che il mio cognome sia “sorry my English is terrible”, perchè quando sono un po’ nervoso, parlo più veloce e per presentarmi dicevo “My name is Matteo sorry my English is terrible, nice to meet you”. La cosa che ricordo meglio è che ho compilato la domanda per fare da speaker e volontario durante il viaggio di ritorno.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-parliamo-di-wordcamp-milano\">Parliamo di WordCamp Milano.</h2>\n\n\n\n<p>Ma è solo uno strumento, come può fare tutto questo?</p>\n\n\n\n<p>Preparo le mie slide, confrontavo lo sviluppo su WordPress con un altro CMS, partendo da quest’ultimo. Finito il primo pezzo dovevo parlare di WordPress, dovevo creare una slide di separazione, un po’ sarcasticamente scrissi “Ma siamo in un WordCamp quindi ajo a casa!”. Ajo è una parola molto usata in Sardegna, toglierla a un sardo è come impedire ad un romano di dire daje, è l&#8217;equivalente di un “let’s go” inglese.&nbsp;</p>\n\n\n\n<p>Non era la prima volta davanti ad un pubblico, ma ero abituato a un massimo di 20/30 persone, mi trovai davanti una classe universitaria con tantissime persone, ero emozionatissimo e super teso. Ma al mio momento del “ajo”, tra qualche risata e qualche sorriso mi sentii nuovamente a casa, nella mia isola ma allo stesso tempo a Milano, che strana emozione.&nbsp;</p>\n\n\n\n<p>Ma si tratta di un CMS, uno strumento di lavoro, come può fare tutto questo? Una domanda stupida se chi la fa ha nella sua libreria libri come “Rivoluzionario per caso” di Linus Torvald, “La cattedrale e il bazaar” di Eric Steven Raymond e “software libero, pensiero libero” di Richard Stallman. Quindi il termine “comunità” in quei testi era vero e WordPress era il miglior esempio in cui potevo capitare.</p>\n\n\n\n<p>Nel giro di pochi mesi, partecipai anche a Dublino e feci da volontario a Glasgow, l’inglese non era un mio limite, ma solo qualcosa su cui dovevo lavorare.&nbsp;</p>\n\n\n\n<p>Glasgow fu ad inizio 2020, l’ultimo ricordo di un WordCamp prima di un anno di chiusura, un anno in cui c&#8217;erano gli eventi online, ma l’energia era diversa. Un periodo in cui cambia due lavori.<br />Fu un periodo a metà tra la città e l’isola fino alla fine del 2021, quando vidi “WordCamp Ginevra”, proposi di raccontare la mia storia nei WordCamp, come mi aiutarono, ma lo fanno tutt’ora, sia con la sicurezza nella lingua che con la timidezza. Fu accettato e quello per me diventò sia il mio primo talk in inglese, ma anche quello non tecnico. Un talk che prevedeva un&#8217;intimità più alta mai sperimentata, che rimarrà per sempre un mio orgoglio.</p>\n\n\n\n<p>Da quel momento in poi, WordCamp dopo WordCamp, ogni tappa iniziò a regalarmi sempre più emozioni e sempre più lezioni, soprattutto su me stesso, ma non su come sono, ma su quello che potevo e volevo essere.&nbsp;</p>\n\n\n\n<p>Da WordCamp Italia in cui feci per la prima volta l’organizer a Torino e Verona da speaker.</p>\n\n\n\n<p>In tutti e tre decisi di partecipare entrambi i giorni, partecipando anche alle giornate di contribuzione e portandomi con piacere nel team polyglots, gruppo che non ho mai più abbandonato.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-verso-l-infinito-ed-oltre\">Verso l’infinito ed oltre</h2>\n\n\n\n<p>Poi annunciarono WordCamp Europe a Torino, la città dove tutto è iniziato, feci domanda come organizer, che fu accettata. Ora mi ritrovo a parlare con tantissime persone nuove in inglese quasi due volte alla settimana. Ogni volta è una sfida alla mia timidezza, ma ormai ho imparato ad accettarle.</p>\n\n\n\n<p>A volte mi capita di confrontare il mio primo ed ultimo WordCamp. Da un Contribution Day silenzioso ad uno in cui raccontavo la mia esperienza, solo attendee a speaker con tantissimi ascoltatori, da una giornata in silenzio a persona che cercava di far integrare i nuovi, da persona che rientra presto all’ultima persona che esce dall&#8217;after party.</p>\n\n\n\n<p>Ma WordPress è solo uno strumento, il fine è sempre un altro, nella mia storia non è un sito internet ma riuscire a capire una parte di me e smettere di soffocare la mia vera identità ed iniziare a comportarsi a modo mio. Facendomi capire che la mia parte isola non andava soffocata ma valorizzata, ero sempre io. Come nel codice, anche con se stessi, ci sono delle best practice, servono per riguardarsi e vivere in armonia con se stessi. Nel mio caso, WordCamp dopo WordCamp ho messo un mattoncino in più alla mia autostima e ho capito qualcosa in più sulla mia timidezza.</p>\n\n\n\n<p>Alla fine vivere la community di WordPress, conoscere tante persone diverse mi ha guidato verso la riscoperta di me stesso sino ad accorgermi che non avevo mai lasciato la mia isola, forse era la nebbia della città che me la faceva percepire più lontana, era sempre stata qui. Il mare non è mai stato un limite, ora che conosco la strada, posso attraversarlo tutte le volte che voglio. La mia isola ero io e ora ho imparato ad accettarlo.</p>\n\n\n\n<p>Si, direi che ho fatto bene ad usare l’editor scuro! Ajo a contribuire!</p>\n<p>The post <a href=\"https://heropress.com/essays/the-time-i-left-my-island-quella-volta-che-sono-uscito-dalla-mia-isola/\">The Time I Left My Island &#8211; Quella volta che sono uscito dalla mia isola</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Apr 2024 07:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matteo Enna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WordPress.org blog: WP Briefing: Episode 76: A WordPress 6.5 Sneak Peek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17158\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2024/04/episode-76-a-wordpress-6-5-sneak-peek/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:40474:\"<p>Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the upcoming WordPress 6.5 release, accompanied by special guest Dave Smith, one of the Editor Tech leads for this release. Don&#8217;t miss this opportunity for an insider&#8217;s look!</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br />Guest:&nbsp;<a href=\"https://profiles.wordpress.org/mikachan/\">Dave Smith</a><br />Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a> and <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/download/\">WordPress Download</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/6-5/#:~:text=To%20get%20involved%20in%20WordPress,leave%20feedback%20on%20the%20ticket.\">WordPress 6.5 Development Cycle</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/03/07/unblocking-wp6-5-font-library-and-synced-pattern-overrides/\">Unblocking WP6.5 – Font Library and Synced Pattern Overrides</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-dataviews/\">Data Views</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/07/12/admin-design/\">WP-Admin Redesign</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/ticket/59166\">Font Library</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/02/29/an-introduction-to-block-based-mega-menus/\">An Introduction to Block-Based Mega Menus</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/daveonwp\">Dave on WP</a>\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=ySyJRYAbU_M\">These TINY Link Editing CHANGES Just Made WORDPRESS 6.5 So Much Better</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/\">Interactivity API in 6.5</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2024/01/13/early-opportunities-to-test-wordpress-6-5/\">Opportunities to Test WordPress 6.5</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2024/03/08/asia-meetup-revival-project-2024/\" target=\"_blank\" rel=\"noreferrer noopener\">Asia Meetup Revival Project 2024</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meetings/\" target=\"_blank\" rel=\"noreferrer noopener\">Upcoming WordPress Meetings</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2024/03/20/making-a-wordpress-media-corps/\" target=\"_blank\" rel=\"noreferrer noopener\">Making a WordPress Media Corps</a></li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to <a href=\"mailto:wpbriefing@WordPress.org\">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-17158\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go!&nbsp;</p>\n\n\n\n<p>[00:00:28] (Intro Music)&nbsp;</p>\n\n\n\n<p>[00:00:39] <strong>Josepha:</strong> Dave, I&#8217;m so excited to have you here with us today. Welcome.</p>\n\n\n\n<p>[00:00:42] <strong>Dave:</strong> Thank you. I&#8217;m really excited to be here. Thank you so much for inviting me on.</p>\n\n\n\n<p>[00:00:46] <strong>Josepha:</strong> Yeah. So before we get much further, how about you tell us a little bit about what you do on the WordPress project? And if I recall correctly, that you have a role on the release squad. So just let us know a bit about what that role is and what that looks like.</p>\n\n\n\n<p>[00:01:00] <strong>Dave:</strong> Sure. Absolutely. Well, obviously said I&#8217;m Dave Smith. I&#8217;m from England in the United Kingdom, and I am full-time contributor to WordPress. I&#8217;ve focused primarily on the Block Editor during that time. And I&#8217;ve been doing it for about three years now. And fortunately for me, I am sponsored by Automattic, so that allows me to contribute full-time to the project, which is fantastic.</p>\n\n\n\n<p>But my history of WordPress goes back a fair way longer than that, and I used to work in agency land, and so I used WordPress for making things for a living before I worked in WordPress if you see what I mean.&nbsp;</p>\n\n\n\n<p>[00:01:35] <strong>Josepha:</strong> I, no, I definitely understand. I also was agency before WordPress.&nbsp;</p>\n\n\n\n<p>[00:01:40] <strong>Dave:</strong> I think it&#8217;s a common origin story, if you see what I mean. And yes, you&#8217;re absolutely right. I&#8217;ve been fortunate enough in this release, WordPress 6.5, to be the Co-editor Tech Lead. Obviously alongside my colleague which is Riad Benguella. Some of you may know him. He is the lead architect of Gutenberg. So yeah, it&#8217;s been fantastic to work alongside him.</p>\n\n\n\n<p>[00:02:00] <strong>Josepha:</strong> Yeah, excellent. One of these days, I&#8217;m going to get Riad on here. I think I&#8217;ve never had him on.</p>\n\n\n\n<p>[00:02:05] <strong>Dave:</strong> Oh, you should definitely.&nbsp;</p>\n\n\n\n<p>[00:02:06] <strong>Josepha:</strong> He&#8217;s so kind and reasonable. And I was just gonna tell a personal anecdote about Riad, and I don&#8217;t know that it makes any sense, but I&#8217;m gonna do it anyway. I&#8217;m gonna do it anyway. I saw him at an event like right after he came back from his most recent sabbatical, and he was like, it was great being away, but also like, I had forgotten what kind of energy events like this really bring in.</p>\n\n\n\n<p>And he has always struck me as an introvert, but I think maybe he&#8217;s like an outgoing introvert or something. Cause normally, like, introvert introverts are not like, this gives me so much energy. They&#8217;re like, I know that this is important work, and I&#8217;m here. And so that&#8217;s my personal anecdote about Riad, I am, gonna get him on here someday, but be that as it may, we&#8217;re delighted to have you.</p>\n\n\n\n<p>So, 6.5 is coming out are you excited, number one?</p>\n\n\n\n<p>[00:02:54] <strong>Dave:</strong> I am very excited. Yeah, it&#8217;s been a long road into this release. As you may know, well, as you do know, it&#8217;s, it was delayed by one week. That was actually, I think was, was a good decision. We&#8217;ve had a lot of work needing to go into the Font Library feature. I&#8217;ve seen a few posts saying there were bugs.</p>\n\n\n\n<p>[00:03:09] <strong>Dave:</strong> I think mainly it was a decision about where to upload fonts to, which seems quite amazing when you think about it. I was talking to my wife about it the other day, and she said, really, you&#8217;re delaying a release because of where to upload things. But, yeah, this is software that runs a considerable part of the web.</p>\n\n\n\n<p>So when we make these decisions about where things uploaded, we&#8217;ve got to be really confident that they are the right decisions. And so, yeah, that decision to delay the release has been good. And we&#8217;ve had an opportunity to make sure the release is fully robust and ready to go out. So yeah, I&#8217;m super excited to see it land.</p>\n\n\n\n<p>[00:03:40] <strong>Josepha:</strong> Yeah. I have some follow up questions about just like, how doing all of that work in public feels. But probably, we should get through the bulk of the sorts of things that people tune into this episode for, so like, let&#8217;s talk about some of the big features that are going into 6.5 so that folks have a sense for that.</p>\n\n\n\n<p>And then we&#8217;ll take a look at just like things that you&#8217;re excited to get in, things that I&#8217;m excited to get in. And maybe like if there&#8217;s a hidden surprise for users, things that will be really beneficial to users, but they don&#8217;t quite see it yet. We can maybe cover that too, but like, what are the big things going into this release from your perspective?</p>\n\n\n\n<p>[00:04:17] <strong>Dave:</strong> Sure. There&#8217;s some highlights, I think that the key highlights, and we should probably cover them. So the first one we&#8217;ve already touched on it is the Fonts Library. And this has been brewing for a while now, and it&#8217;s finally come to fruition. And it basically allows you to manage, install, and upload custom fonts for use on your website. And it&#8217;s really, really powerful. It&#8217;s, I think it&#8217;s going to really change the way people create themes and create their websites. It is unlocking a lot of power for users.</p>\n\n\n\n<p>[00:04:46] <strong>Josepha:</strong> And for folks who&#8217;ve been listening to this podcast for a long time, you have heard me say for, I think, like a year, basically every release podcast where we&#8217;re looking at what&#8217;s coming up. I&#8217;m like, and this time it&#8217;s fonts. I&#8217;m so excited. And so I&#8217;m saying it again this time, &#8217;cause it&#8217;s really happening this time.</p>\n\n\n\n<p>[00:05:03] <strong>Dave:</strong> It&#8217;s finally here. Yeah, it&#8217;s a great feature. There&#8217;s a lot of work gone into it. It&#8217;s really, really good.</p>\n\n\n\n<p>[00:05:07] <strong>Josepha:</strong> So much work. We&#8217;ve been working on it for like two or three years. And it&#8217;s at the point where like getting it out in front of people is the only way to figure out where the remaining problems will be. And it is the most scary part of any software release, I assume, the things where you&#8217;re like, this is time for people to tell us how it&#8217;s broken. Please look at it and break it for a while.</p>\n\n\n\n<p>[00:05:29] <strong>Dave:</strong> Yeah, absolutely. We&#8217;ve been working on resolving any bugs that we could find, but there&#8217;s always going to be things we haven&#8217;t noticed. So yeah, we can&#8217;t wait for users to get their hands on it. Exactly. Other than fonts, we&#8217;ve also got revisions that are now in place in the Site Editor. And this is more than just undo, redo that people may be already familiar with in the editor.</p>\n\n\n\n<p>It actually gives you the ability to fully revert your site back to any state that you previously had it. So you could make some changes in the editor. You could completely close down your computer, go away for a week, come back. And you&#8217;ve still got the opportunity to say, &#8220;Ah, do you know what? I don&#8217;t like the way that looks. I&#8217;m just gonna; I&#8217;m gonna roll that back.&#8221; And there&#8217;s a nice UI that shows you what it will affect. And you can even roll back styles, you know, like style changes. So it&#8217;s, it&#8217;s super, super powerful. And it&#8217;s just something we&#8217;ve been waiting for for such a long time. Just, it&#8217;s fantastic to see it land.</p>\n\n\n\n<p>[00:06:17] <strong>Josepha:</strong> I&#8217;m really excited about this one personally because I have been to so many meetup events with like new users being taught how to do things with WordPress. And invariably, in the last two or three years, the people who are presenting to new users are saying consistently like, &#8220;You can do any experimental thing that you feel like you need to do with your sites because there&#8217;s an undo button. WordPress wouldn&#8217;t let you do things that fully break your site.&#8221;</p>\n\n\n\n<p>Like there is a lot of trust in our kind of like time machine, roll-it-back kind of implementations. And so I&#8217;m really excited about this one. I think that for all of our new and mid-level users. Who like, have a little bit of fear, but mostly joy around it. Like, this will only increase that and so I&#8217;m super excited for this one to go in there.</p>\n\n\n\n<p>[00:07:09] <strong>Dave:</strong> Yeah, it&#8217;s really nice. Other than that, the two things I wanted to touch on as well, which is we&#8217;ve got these new views now for key objects in WordPress. So things like pages, patterns, templates, and template parts in the Site Editor. You can now view these in a sort of a table layout or in a grid layout. So it gives you a much easier way to sort them, find them, filter them. And I think it points us forward to the possibilities we&#8217;ve got in the future for the editor sort of taking some parts of WP Admin and making them more accessible without having to leave the Site Editor. And it&#8217;s extremely powerful; you can search in real-time, find things very, very quickly, do all the things you&#8217;re used to from the post listing screen, but all within the Site Editor. And it&#8217;s for these key objects that you use quite a lot of the time. So I think it&#8217;s going to be really, a really great thing for users to get hold of.</p>\n\n\n\n<p>[00:07:55] <strong>Josepha:</strong> Is this related to the Data Views work that we&#8217;ve been doing in the first part of the year here?</p>\n\n\n\n<p>[00:08:00] <strong>Dave:</strong> Exactly that exactly. The Data Views work has been a major feed into this, and this is where we see the fruits of all that work coming to the fore for the first time. And I expect to see more of that in future releases as well.</p>\n\n\n\n<p>[00:08:12] <strong>Josepha:</strong> Yeah. For folks who are really, really watching, like, our administrative side of things, you probably are aware that we, I don&#8217;t know, I wouldn&#8217;t say that we paused the phase three roadmap for this, but I do think that we made a clear choice to get this Data Views work done first so that we could, in parallel with phase three, do a bit of work on the WP Admin redesign, the dashboard redesign, which we all know, like, we love this dashboard, but also this dashboard, it needs a sprucing up, it needs a little bit of, of polish and a little bit of 2024 style I was going to say design. I don&#8217;t know if the design folks would love if I just was like, it needs to be modernized that way, but also like it, it does, right?</p>\n\n\n\n<p>[00:09:00] <strong>Dave:</strong> Yeah, and I mean, you know, we all know that the Site Editor is being used more and more. If you&#8217;ve got a Block theme, you&#8217;re using the Site Editor increasingly, and you&#8217;re spending less and less time sort of going between screens in WP Admin. So it makes sense that, you know, these things are accessible within that one interface of the Site Editor. So, yeah, it&#8217;s only going to be a good thing for users going forward.</p>\n\n\n\n<p>[00:09:20] <strong>Josepha:</strong> Yeah, absolutely. I probably should have like a whole episode about Data Views and what it&#8217;s intending to do, what it&#8217;s actually doing, what it&#8217;s going to look like as it goes because that&#8217;s such a big project. And so many things rely on it. And so, note to self and all listeners, that&#8217;s the thing that you should keep an eye out for. We&#8217;re going to get it done. But you said you had a final thing also.</p>\n\n\n\n<p>[00:09:40] <strong>Dave:</strong> Yeah, I&#8217;ve got one more which is this is for our users of classic themes. We haven&#8217;t forgotten about you. Basically, we now have support for appearance tools. So in prior releases, the Block themes have got these really cool design tools like ability to set border colors, border radius, link colors, you name it. We&#8217;ve got all these tools, but they haven&#8217;t been always available to classic themes. And classic themes can use the Block Editor; they may not be using the Site Editor in the same way, but they can use the Block Editor. And we&#8217;ve not made those things available in the same way, but there&#8217;s been work going into this release to allow that to happen.</p>\n\n\n\n<p>[00:10:11] <strong>Dave:</strong> So now you can opt into those if you so wish. And it is an opt-in basis. So none your themes will break out of the box if you&#8217;ve got classic theme or classic site. But it is a powerful tool to those people who are using classic themes, and that&#8217;s completely legitimate.</p>\n\n\n\n<p>[00:10:26] <strong>Josepha:</strong> And so is the opt in like something that you can do for yourself or something that your developer needs to do?</p>\n\n\n\n<p>[00:10:32] <strong>Dave:</strong> You would need to do it in your theme code. So you&#8217;d need to do that with PHP. So, your theme developer, if they choose to update their theme and provide support for these things. Then, they would obviously need to test their theme works with those new tools, make sure it&#8217;s ready, and then they would ship that update.</p>\n\n\n\n<p>And so maybe after 6.5 is released, you may see some themes incrementally adding support. My understanding at the moment is that the core themes, the Block themes, will not automatically add those straight away. I think they need more time to allow them to bed in and more time to get them ready for prime time if you see what I mean, but you know the fact that they&#8217;re there and ready means that the wider theme audience and theme developers can start taking advantage of them.</p>\n\n\n\n<p>[00:11:15] <strong>Josepha:</strong> Nice, nice. I have been wondering lately, this is only marginally related, but I&#8217;m gonna wonder it out loud anyway. I&#8217;ve been wondering lately if like, our classic themes, our most favorite, our most loved classic themes do need a little bit of help moving into a Block theme future. And I think that this will help. I think, on the one hand this will help, and on the other hand, like, what would it take for us to just say, and you&#8217;re not the theme person I know, but like, what would it take for us to just say, &#8220;These are our top five most favorite, most used, classic themes that we&#8217;ve got in WordPress. Let&#8217;s rebuild it in blocks and just ship the block version of it and help the classic themes users that love the design, love the look, love the features get introduced to this new block territory so that they can see that not only do they have the look, the feel, the features, but also the flexibility that comes with that and a little bit more feeling of safety as they wander around modifying themes.&#8221;</p>\n\n\n\n<p>[00:12:18] <strong>Josepha:</strong> I have no fear of any code changes and didn&#8217;t when I started working with WordPress, as opposed to working in WordPress, but I think that that&#8217;s not the way that that works right now. Like there&#8217;s a whole lot of like, I need to get it right-ish with folks who are using our software. And so I just wonder if that will help everybody feel a little more confident in what they&#8217;re doing, knowing they&#8217;re not going to break things because we&#8217;ve built it so you can&#8217;t.</p>\n\n\n\n<p>[00:12:45] <strong>Dave:</strong> It could do, it could do. And I was just thinking as you were talking, like, do we have any themes that already do that? And, of course, we do have 2021. If you can think back that far into the mists of time, we had 2021 classic, which is that it&#8217;s called 2021, but we also 2021 blocks, which is doing very much what you&#8217;ve just described.</p>\n\n\n\n<p>[00:13:03] <strong>Dave:</strong> So we haven&#8217;t pursued that for the new default themes or block themes, but, you know, it might be something to look at for onboarding if there are any of classic themes from the more distant past, you know, maybe some of those could do with a block theme equivalent just to let people on board to that experience and just feel comfortable. Yeah, interesting, interesting. You should definitely talk to the theme people about that.</p>\n\n\n\n<p>[00:13:23] <strong>Josepha:</strong> I&#8217;m going to. They&#8217;re going to love it. They&#8217;re going to be like, Yay! Of course! Of course! I don&#8217;t know, actually. I don&#8217;t know if anyone ever loves the things that I suggest, but that doesn&#8217;t mean that they&#8217;re not going to get suggested. I have all these ideas, and they got to come out somewhere. Okay. So do you have something that you worked on that&#8217;s not in this big list of features or that you helped people to really shepherd into the release that you think is really cool? Like, maybe it&#8217;s not going to be super visible or something, but like that you&#8217;ve personally felt was like a cool feature, excited for it to get into the release.</p>\n\n\n\n<p>[00:13:53] <strong>Dave:</strong> Yeah, there are a couple of things, a couple of things at the top of mind. One of them is user-facing and one of them is more developer-facing features. So, I&#8217;ll start with the developer feature first. And this one is a change to an API. Now, that API is always a slightly intimidating word, I think, but it just means a set of tools, a standardized set of tools that developers can use to do something. And in this case, it&#8217;s the allowed blocks API. </p>\n\n\n\n<p>[00:14:20] <strong>Josepha:</strong> Sounds so fun.&nbsp;</p>\n\n\n\n<p>[00:14:21] <strong>Dave:</strong> Yeah, I know it&#8217;s riveting, isn&#8217;t it? But trust me, it does come with some benefits. So the Navigation block is a good example. It&#8217;s a block that acts as a container and it&#8217;s got child blocks. Okay. But you can only insert certain blocks. You can insert links, you can insert social icons, you can insert search. But if you want to insert, I don&#8217;t know, an Icon block, for example. You can&#8217;t do that, but you can with WordPress 6.5 because of the change to the allow box API. And what it allows you to do is say, &#8220;I want to additionally allow the following blocks to be inserted as well.&#8221;</p>\n\n\n\n<p>So as a developer, you can hook into this filter and change those blocks. Now, okay, so far, so good. &#8220;What&#8217;s the big deal?&#8221; you might say, well, it&#8217;s open the door, is open the door to some very, very interesting explorations. Some of which I&#8217;ve no doubt that you and your listeners would have already encountered. And one is by a colleague of mine called Nick Diego. And I think it&#8217;s on the WordPress Developer blog right now. I think he&#8217;s done a fantastic inspiration into mega menus in the navigation block. I&#8217;m someone who&#8217;s worked on the Navigation block extensively in the past, and I&#8217;m very aware of how much users want mega menus to be a part of the Navigation block.</p>\n\n\n\n<p>[00:15:30] <strong>Dave:</strong> I was never convinced it was going to be something we were going to do in core, because it requires so many different things. But Nick has actually managed with this allow blocks API and some other tweaks as well to build a mega menu as a plugin for WordPress using the standard Navigation block.</p>\n\n\n\n<p>And I think that&#8217;s just one example of the utility of this API. But for example, I mentioned that you could add icons to your Navigation block and you can&#8217;t really do that at the moment. It&#8217;s pretty powerful. It&#8217;s kind of hidden away. It&#8217;s in the release notes, but it&#8217;s not massively clear, but it does open some pretty big doors. And I think if you&#8217;re a developer or a theme author, indeed, you should you should definitely be looking into that and see what it enables for you.</p>\n\n\n\n<p>[00:16:06] <strong>Josepha:</strong> Yeah, we&#8217;ll put a link to Nick&#8217;s post in the show notes, and we&#8217;ll share it around the social spaces. So like, I hear you saying it&#8217;s buried, it&#8217;s hard to see, it won&#8217;t necessarily be exciting now, but will be exciting later, but like mega menus and sliders, those are the most contested things that people want to put on sites all the time. Like from my agency days, like when I was thinking in the mindset of a strategist, a data person, that&#8217;s what I was doing. Like, I never wanted sliders. I never wanted mega menus because it just implied that we didn&#8217;t have a decision about the sites we were making, like we had not decided the primary purpose, and also it was just hard to track, but it was always literally every single time people are like well if Amazon has it why can&#8217;t we have it? You&#8217;re like, yeah, I know, but they&#8217;re Amazon. They&#8217;re not the same like mega menus sliders. I know that from a project perspective that we&#8217;re like, that should be a theme thing. That should be in theme territory. But I think it makes sense to have in core because so many people want to be able to do it.</p>\n\n\n\n<p>[00:17:14] <strong>Josepha:</strong> And just because like someone like me feels like it&#8217;s not the right call for your business doesn&#8217;t mean that you shouldn&#8217;t be able to make that decision for yourself, you know, I think that&#8217;s a, I think that&#8217;s a great, a great feature to call out.</p>\n\n\n\n<p>[00:17:28] <strong>Dave:</strong> Yeah, absolutely. I completely agree. I can look for my agency days. I can exactly imagine that sort of thing. We have a lot of people, a problem that a lot of people are facing. So it&#8217;s really important that we provide the tools to allow people to do that now. And we can always look at if it&#8217;s valid to include it in core later, then we can look at that as well.</p>\n\n\n\n<p>Yeah. So that&#8217;s, that&#8217;s the first one I had. The second one is a little bit more user-facing. I would say it&#8217;s hidden away. But I&#8217;m not 100 percent sure it is. I mean, Josepha, how often do you create links when you&#8217;re working with WordPress?</p>\n\n\n\n<p>[00:17:58] <strong>Josepha:</strong> Like every time that I&#8217;m in WordPress.</p>\n\n\n\n<p>[00:18:00] <strong>Dave:</strong> Yeah, exactly. Same here. I do it all the time, right? And a lot of people do. And for a long while, contributors to the editor have been sort of collecting and collating the feedback that&#8217;s come in from people about their frustrations with the built in link interface in the Block Editor. So if you&#8217;re creating a hyperlink to, you know, hyperlink to another page or, you know, you&#8217;re going to link to Nick&#8217;s mega menu article, you&#8217;re going to be doing that a lot, right?</p>\n\n\n\n<p>That&#8217;s something that people do when they&#8217;re creating content in WordPress. And so we worked a lot to refine that with a contributor who, who you may know, Rich Tabor. Who&#8217;s also, I think, on the release squad as well. An influencer in the WordPress space as well. He spent a lot of time looking at the UX and myself and a number of other contributors have spent a lot of time in this release refining that. And I think it&#8217;s surprisingly difficult to get right, but I think we&#8217;ve, I think we&#8217;ve made some nice improvements to that will be nice quality of life for people who, to do this sort of content creation quite a lot.</p>\n\n\n\n<p>So there&#8217;s things like now when you create the link for the first time, it remains open on the initial creation of the link. So that means you can quickly then easily adjust the link. I mean, it seems obvious, doesn&#8217;t it? Yeah, but it&#8217;s not happening. It just used to just automatically close, and the people are like, &#8220;Hey, I wanted to make more adjustments. &#8220;</p>\n\n\n\n<p>[00:19:08] <strong>Josepha:</strong> I wasn&#8217;t done yet.&nbsp;</p>\n\n\n\n<p>[00:19:10] <strong>Dave:</strong> Exactly. Yeah, exactly. We&#8217;ve, we&#8217;ve streamlined the UI. We&#8217;ve removed a lot of clutter, but we&#8217;ve also added some useful tools, like ability to copy a link and remove the link directly from the control itself. And lastly along with lots of other accessibility changes in this release. We have worked a lot on refining the implementation.</p>\n\n\n\n<p>So that is discoverable for, for users of assistive tech because we spent a lot of time talking to core accessibility team and other people, and they were finding it very hard to perceive that the UI was there because of the way that keyboard interactions work and you&#8217;ve got the block toolbar in the way and things like that.</p>\n\n\n\n<p>We think we&#8217;ve nailed on a really good solution now that works for, not only uses assistive tech, but actually provides benefits for sighted users as well. It&#8217;s kind of difficult to talk about. I mean, I have got a video covering this on my YouTube channel, which kind of shows it in a bit more detail, but we&#8217;re happy it&#8217;s in a much better place.</p>\n\n\n\n<p>[00:20:02] <strong>Dave:</strong> And yeah if people have got feedback about it, and when, when 6.5 comes out, we&#8217;re always happy to hear that. And you can go to the WordPress GitHub repository and raise an issue. And one of us will jump on it and see what we can do.</p>\n\n\n\n<p>[00:20:13] <strong>Josepha:</strong> And we can include a link to that video also. So like, for folks where this sounded intriguing, but they don&#8217;t quite get the concept, like video content all day, let&#8217;s pop it into our show notes. And everybody can take a look at it there. I think that&#8217;s a great idea.</p>\n\n\n\n<p>[00:20:28] <strong>Dave:</strong> Great. Yeah, I appreciate that.</p>\n\n\n\n<p>[00:20:30] <strong>Josepha:</strong> So final question, maybe, maybe final question, final planned question. Is there anything from a user-facing perspective again that you feel has not really gotten the airtime that it needs so far?&nbsp;</p>\n\n\n\n<p>[00:20:44] <strong>Dave:</strong> I think there&#8217;s a lot of technical changes that have happened in this release. So it&#8217;s easy to look at those. I mean, we&#8217;ve covered quite a lot of the key ones that will be user-facing in terms of Font Library and Revisions. We&#8217;ve got things that are going to this release that enable things a lot for people to experience in the future, I think, so underlying changes like the Interactivity API becoming public. Now that&#8217;s public, plugin developers can start to make sites much more interactive on the front of the site rather than just in the editor. So I think that once 6.5 has gone in, and people have started to explore the Interactivity API in more detail, we might see more plugins offering sort of interactivity on the fronts of their sites. An example is obviously the lightbox you&#8217;ve got with images in core, but I can; there&#8217;s way more stuff that you can do with that. So we&#8217;re going to see more of that. </p>\n\n\n\n<p>[00:21:28] <strong>Dave:</strong> We&#8217;ve got Block Hooks that have landed in 6.5, and this is going to open for things like ecommerce plugins and to be able to add, you know, cart blocks or log in, log out blocks to things like navigation, for example, or you might want a ability to like all your comments, and you can do that with Block Hooks and then a plugin developer can just, you know, when the plugin is enabled, they can just make it so that those things just appear on your site, but you still got control over the design.</p>\n\n\n\n<p>So there&#8217;s a lot of like hidden things I think are going to uncover new features for users over time as a result of the community getting involved and changing their plugins and themes to do these take advantage of these new tools.&nbsp;</p>\n\n\n\n<p>[00:22:07] <strong>Josepha:</strong> Yeah, so the Interactivity API, obviously it has &#8220;API&#8221; on it. And so no one&#8217;s thinking, well, this is a user-facing thing. And while the API is not a user facing thing, like, I think that you&#8217;re right. That what it enables absolutely is going to be really useful and hopefully really engaging for like end-to-end users, like the users that are not listening to this podcast and they don&#8217;t know we exist, like they don&#8217;t know that WordPress has a community building it, they&#8217;re just like, it exists, there&#8217;s a software that came out of nowhere, like, I&#8217;m really excited to see how our developers in the community start to use that in their plugins and themes and get that out to end users. I&#8217;m really, really excited to see how creative they get with it.</p>\n\n\n\n<p>Did you have a final thing?</p>\n\n\n\n<p>[00:22:51] <strong>Dave:</strong> There&#8217;s a lot of design changes, I think. I mean, we can&#8217;t cover them all, obviously, in verbal form in this podcast, but some things that are just standing out to me if we look at the source of truth for, for WordPress 6.5, it is, it is big. There&#8217;s a lot in this release. But there&#8217;s some very cool things for, I don&#8217;t know, quality. I like to see them as like quality of life design design changes. Things like, if you drop an image, as a background image of a cover block, it automatically sets the overlay color for that cover block to match the most prominent color of the background image. Like things like that, they seem small, but over time, they just, you just drop that thing, and it just does it. And it&#8217;s like, this is nice. And it feels like a nice tool to use that just is intuitive. And I think there&#8217;s, we&#8217;ll see a lot of those things landing in this release that can just make the experience of working with WordPress and working in the Site Editor much, much nicer.</p>\n\n\n\n<p>[00:23:41] <strong>Josepha:</strong> Yeah. I remember when I first ran into that particular thing, it was on the Showcase, our most recent redesign of it. We&#8217;re using that functionality in there before it was available in core. Obviously, I know, but it was really fascinating. I&#8217;m not great with color combinations. Like, I don&#8217;t have a sense for, like, oh, that&#8217;s the primary thing. That&#8217;s not. And so having that being done kind of automatically so that my stuff looks good anyway, despite what my color sense said to do or not. I thought it was great. Makes you look good as somebody who&#8217;s running a business. You don&#8217;t have to know how things work in order to have excellently functional, really beautiful things.</p>\n\n\n\n<p>[00:24:21] <strong>Josepha:</strong> And I think that&#8217;s a great thing about all of our releases. Obviously, everything is supposed to work that way, but like this one has a lot of really cool things like that available. I think those are really the questions that I had. Is there anything you want to make sure to share before we kind of give last thoughts and head out?</p>\n\n\n\n<p>[00:24:39] <strong>Dave:</strong> Yeah, I was, I was thinking a lot about, you know, the community we&#8217;ve got with WordPress, and I think that people outside of WordPress may not really understand that how amazing this community is that we&#8217;ve got here, but I wanted to say to people like don&#8217;t shy away from contributing to WordPress. I get that, you know, people like myself are fortunate enough to be sponsored to do it. But there&#8217;s always something that people can do, even if that&#8217;s just spending like 30 minutes testing a release or donating some of your time to run one of the meetings. It can really make a difference overall. Even just filing a bug report for something you see in WordPress 6.5 or testing 6.5 before it goes out, those little things do make a big difference. And if you&#8217;re not sure where to go, then we can signpost you with links, no doubt in this, in the podcast description with where where&#8217;s to go. But yeah, I just want to encourage people to get involved, basically.</p>\n\n\n\n<p>[00:25:27] <strong>Josepha:</strong> Yeah. And it&#8217;s all working out in public, like we&#8217;ve got developers, designers, marketing folks, community folks like all doing this work out where everybody can see it. And so that, I know, can look really kind of overwhelming. But I want to just highlight, like, you don&#8217;t have to know everything about what&#8217;s happening in the project in order to get involved in the project. Like every small bit of contribution toward like finding a new bug or confirming that a bug happens across other devices, other setups, things like that, like those all help make things better and keep things moving as quickly as we are able to make them move. And so, yeah, I&#8217;ll second that every little thing that you think like that won&#8217;t make a difference. It does. We can&#8217;t tell that things are broken or things are working or things are in need of some care unless you highlight those for us. And this is the best way to do it is to show up and give 30 minutes to send out a group testing invite to your meetup group or whatever it is that you all have been thinking you should do, like, this is your sign. You can do it.</p>\n\n\n\n<p>[00:26:34] <strong>Dave:</strong> Everyone should get involved if they can.</p>\n\n\n\n<p>[00:26:37] <strong>Josepha:</strong> I agree. I agree. Dave, this has been such an excellent conversation. Thank you so much for joining me today.</p>\n\n\n\n<p>[00:26:42] <strong>Dave:</strong> Oh, thank you very much. It&#8217;s a pleasure.</p>\n\n\n\n<p>[00:26:43] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:26:49] <strong>Josepha:</strong> What an interesting release we&#8217;ve got coming out this week. I&#8217;m so glad you all made it this far in the pod, and now it&#8217;s time for our small list of big things.</p>\n\n\n\n<p>[00:27:00] <strong>Josepha:</strong> First up, following up on the WordPress meetup reactivation project that we had in 2022, we aim to revive some meetup groups in big cities that are inactive or help the local WordPress community that are not yet part of our meetup chapter program to join our program. There is a post out on the community P2 on the community site. That is titled Asia Meetup Revival Project 2024. I&#8217;ll leave a link to that in the show notes if you want to read more about that and figure out how to get involved.</p>\n\n\n\n<p>And speaking of getting involved, we have roughly a million meetings. Because it&#8217;s a new month, we&#8217;re in April now. New month, new opportunities. There are a lot of things happening in April. We will be coming out of a major release, obviously, and so there will be some minor release follow up to do. There will be a lot of discussion about what&#8217;s coming next, what&#8217;s in trunk, what&#8217;s not in trunk. But also a lot of work being done around our next big major events, our next big major training initiatives. There&#8217;s just so much happening. Spring is a time when we are looking at stuff that&#8217;s new, what we want to invest in, what we want to grow. And so if you have not attended one in a while or even at all if you&#8217;ve never attended a meeting in the community, then this is a great time to start and join your fellow community members trying to make WordPress better every day.</p>\n\n\n\n<p>[00:28:23] <strong>Josepha:</strong> And then the final thing on our small list of big things is I am looking at helping to shift the focus of our WordPress marketing community. We&#8217;ve had a bit of a struggle over the years to figure out what our primary focus and our primary impact can be. So there&#8217;s a post up called &#8216;Making a WordPress Media Corps&#8217;. It&#8217;s gotten quite a bit of attention, and I do really think that it has a lot of potential for solving some of the issues that we have and kind of getting some quick wins into our recent history of that team so that we can move forward confidently together. So pop on over, give it a read, share your thoughts. And if you are one of these qualified media partners, also let us know.&nbsp;</p>\n\n\n\n<p>[00:29:08] <strong>Josepha:</strong> That, my friends, is your small list of big things.</p>\n\n\n\n<p>Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. And if you liked what you heard today, share it with a fellow WordPresser, or if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thank you for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Apr 2024 20:18:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WordPress.org blog: WordPress 6.5 “Regina”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2024/04/regina/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:65839:\"<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/Release-Edition-Inline-Image.png?resize=1024%2C683&ssl=1\" alt=\"WordPress 6.5 \" />\n\n\n\n<p>Say hello to WordPress 6.5 “Regina,” inspired by the dynamic versatility of renowned jazz violinist <a href=\"https://en.wikipedia.org/wiki/Regina_Carter\">Regina Carter</a>. An award-winning artist and storied jazz educator known for transcending genre, Regina’s technical foundations in classical music and deep understanding of jazz have earned her the reputation of boldly going beyond what’s possible with the violin.&nbsp;</p>\n\n\n\n<p>Let the stunning twists and subtle turns of <a href=\"https://open.spotify.com/playlist/37i9dQZF1DZ06evO1WEiVo?si=534335c984804713\">Regina’s genre-bending sound</a> surprise you as you explore everything 6.5 offers.</p>\n\n\n\n<p>This latest version of WordPress puts more power into the details. It offers new and improved ways to fine-tune and enhance your site-building experience, letting you take control in ways that make it your own. You’ll find new ways to manage your site’s typography, more comprehensive revisions available in more places, and a collection of Site Editor updates paired with impressive performance gains to help you get things done smoother and faster.</p>\n\n\n\n<p>&#8220;Regina&#8221; also marks the introduction of some breakthrough developer tools that will start transforming how you use and extend blocks to craft engaging experiences. The Interactivity API opens up a world of creative front-end possibilities, while the Block Bindings API makes dynamic connections between blocks and data seamless. These, among other developer-focused improvements and updates, are ready to help you evolve how you build with WordPress.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/download/\">Download WordPress 6.5 &#8220;Regina&#8221;</a></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s inside 6.5</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Add and manage fonts across your site</h3>\n\n\n\n<p>The new Font Library puts you in control of an essential piece of your site’s design—typography—without coding or extra steps. Effortlessly install, remove, and activate local and Google Fonts across your site for any Block theme. The ability to include custom typography collections gives site creators and publishers more options when it comes to styling content.</p>\n\n\n\n<img width=\"1024\" height=\"656\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/Font-Manager-2.png?resize=1024%2C656&ssl=1\" alt=\"\" class=\"wp-image-17167\" />\n\n\n\n<h3 class=\"wp-block-heading\">Get more from your revisions—including revisions for templates and template parts</h3>\n\n\n\n<p>Work through creative projects with a more comprehensive picture of what’s been done—and what you can fall back on. Get details like time stamps, quick summaries, and a paginated list of all revisions. View revisions from the Style Book to see how changes impact every block. Revisions are also now available for templates and template parts.</p>\n\n\n\n<img width=\"1024\" height=\"656\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/Revisions-1.png?resize=1024%2C656&ssl=1\" alt=\"\" class=\"wp-image-17168\" />\n\n\n\n<h3 class=\"wp-block-heading\">Play with enhanced background and shadow tools</h3>\n\n\n\n<ul>\n<li>Control the size, repeat, and focal point options for background images in Group blocks so you can explore subtle or splashy ways to add visual interest to layouts.&nbsp;</li>\n\n\n\n<li>Set aspect ratios for Cover block images and easily add color overlays that automatically source color from your chosen image.&nbsp;</li>\n\n\n\n<li>Add box shadow support to more block types and create layouts with visual depth, or throw a little personality into your design.</li>\n</ul>\n\n\n\n<img width=\"1024\" height=\"656\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/design-tools-1.png?resize=1024%2C656&ssl=1\" alt=\"\" class=\"wp-image-17169\" />\n\n\n\n<h3 class=\"wp-block-heading\">Discover new Data Views</h3>\n\n\n\n<p>Every piece of your site comes with a library of information and data—now, you can find what you need quickly and organize it however you like. Data views for pages, templates, patterns, and template parts let you see data in a table or grid view, with the option to toggle fields and make bulk changes.</p>\n\n\n\n<img width=\"1024\" height=\"656\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/Data-Views-1.png?resize=1024%2C656&ssl=1\" alt=\"\" class=\"wp-image-17165\" />\n\n\n\n<h3 class=\"wp-block-heading\">Smoother drag-and-drop</h3>\n\n\n\n<p>Feel the difference when you move things around, with helpful visual cues like displaced items in List View or frictionless dragging to anywhere in your workspace—from beginning to end.</p>\n\n\n\n<img width=\"1024\" height=\"656\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/drag-and-drop-1.png?resize=1024%2C656&ssl=1\" alt=\"\" class=\"wp-image-17170\" />\n\n\n\n<h3 class=\"wp-block-heading\">Improved link controls</h3>\n\n\n\n<p>Create and manage links easily with a more intuitive link-building experience, like a streamlined UI and a shortcut for copying links.</p>\n\n\n\n<img width=\"1024\" height=\"656\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/04/link-controls-1.png?resize=1024%2C656&ssl=1\" alt=\"\" class=\"wp-image-17171\" />\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s fresh for developers in 6.5</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Bring interactions to blocks with the Interactivity API</h3>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/\">Interactivity API</a> offers developers a standardized method for building interactive front-end experiences with blocks. It simplifies the process, with fewer dependencies on external tooling, while maintaining optimal performance. Use it to create memorable user experiences, like fetching search results instantly or letting visitors interact with content in real time.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Connect blocks to custom fields or other dynamic content</h3>\n\n\n\n<p>Link core block attributes to custom fields and use the value of custom fields without creating custom blocks. Powered by the <a href=\"https://make.wordpress.org/core/2024/03/06/new-feature-the-block-bindings-api/\">Block Bindings API</a>, developers can extend this capability further to connect blocks to any dynamic content—even beyond custom fields. If there’s data stored elsewhere, easily point blocks to that new source with only a few lines of code.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Add appearance tools to Classic themes</h3>\n\n\n\n<p>Give designers and creators using Classic themes access to an upgraded design experience. Opt in to support for spacing, border, typography, and color options, even without using theme.json. Once support is enabled, more tools will be automatically added as they become available.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Explore improvements to the plugin experience</h3>\n\n\n\n<p>There&#8217;s now an <a href=\"https://make.wordpress.org/core/2024/03/05/introducing-plugin-dependencies-in-wordpress-6-5/\">easier way to manage plugin dependencies</a>. Plugin authors can supply a new <code>Requires Plugins</code> header with a comma-separated list of required plugin slugs, presenting users with links to install and activate those plugins first.</p>\n\n\n\n<h2 class=\"wp-block-heading\">From fast to faster: Performance updates</h2>\n\n\n\n<p>This release includes 110+ performance updates, resulting in an impressive increase in speed and efficiency across the Post Editor and Site Editor. Loading is over two times faster than in 6.4, with input processing speed up to five times faster than the previous release.</p>\n\n\n\n<p>&nbsp;Translated sites see up to 25% improvement in load time for this release courtesy of <a href=\"https://make.wordpress.org/core/2024/02/27/i18n-improvements-6-5-performant-translations/\">Performant Translations</a>. Additional performance highlights include <a href=\"https://make.wordpress.org/core/2024/02/23/wordpress-6-5-adds-avif-support/\">AVIF image support</a> and improvements for <a href=\"https://make.wordpress.org/core/2024/02/29/performance-improvements-for-registering-block-variations-with-callbacks/\">registering block variations with callbacks</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A tradition of inclusion</h2>\n\n\n\n<p>This release includes more than 65 accessibility improvements across the platform, making it more accessible than ever. It contains an important fix that unblocks access to the admin submenus for screen reader users and others who navigate by keyboard. This release also adds fixes to color contrast in admin focus states, positioning of elements, and cursor focus, among many others, that help improve the WordPress experience for everyone.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.5</h2>\n\n\n\n<p>Check out the new&nbsp;<a href=\"https://wordpress.org/download/releases/6-5/\">WordPress 6.5 page</a>&nbsp;to learn more about the numerous enhancements and features of this release—including short demos of some of the highlighted features. </p>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> for quick how-to videos, <a href=\"https://learn.wordpress.org/social-learning/\">online workshops</a>, and other free resources to level up your WordPress knowledge and skills.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2024/03/15/wordpress-6-5-field-guide/\">WordPress 6.5 Field Guide</a> for detailed technical information and <a href=\"https://make.wordpress.org/core/tag/dev-notes-6-5/\">developer notes</a> to help you build with WordPress and get the most out of this release. Don’t forget to subscribe to the <a href=\"https://developer.wordpress.org/news/\">Developer Blog</a> for developer updates, feature tutorials, and other helpful WordPress content from a developer perspective.</p>\n\n\n\n<p>For more information about installation, file changes, fixes, and other updates, read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-5/\">6.5 release notes</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.5 release squad</h2>\n\n\n\n<p>Every release has many moving parts with its own triumphs and challenges. It takes a dedicated team of enthusiastic contributors to help keep things on track and moving smoothly. 6.5 is made possible by a cross-functional group of contributors, always ready to champion ideas, remove blockers, and resolve issues.</p>\n\n\n\n<ul>\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordinators: <a href=\"https://profiles.wordpress.org/akshayar/\">Akshaya Rane</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a></li>\n\n\n\n<li>Core Tech Leads: <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a></li>\n\n\n\n<li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a></li>\n\n\n\n<li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</a></li>\n\n\n\n<li>Editor Triage Leads: <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a></li>\n\n\n\n<li>Design Leads: <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a></li>\n\n\n\n<li>Marketing and Communication Leads: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a></li>\n\n\n\n<li>Documentation Leads: <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/leonnugraha/\">Leonardus Nugraha</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">Steven Lin</a></li>\n\n\n\n<li>Performance Leads: <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a></li>\n\n\n\n<li>Test Leads: <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/lumiblog/\">Patrick Lumumba</a>, <a href=\"https://profiles.wordpress.org/vipuljnext/\">Vipul Ghori</a></li>\n\n\n\n<li>Default Themes Leads: <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p>WordPress believes in democratizing publishing and the <a href=\"https://opensource.org/osd-annotated\">freedoms that come with open source</a>. Supporting this idea is a global and diverse community of people collaborating to strengthen the software.&nbsp;</p>\n\n\n\n<p>WordPress 6.5 reflects the countless efforts and passion of around 700 contributors in at least 57 countries. This release also welcomed over 150 first-time contributors!</p>\n\n\n\n<p>Their collaboration delivered more than 2,500 enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress open source community.</p>\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/benniledl/\">!Benni</a> · <a href=\"https://profiles.wordpress.org/_ck_/\">_ck_</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/abletec/\">abletec</a> · <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/adarshposimyth/\">Adarsh Akshat</a> · <a href=\"https://profiles.wordpress.org/ajmcfadyen/\">admcfajn</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a> · <a href=\"https://profiles.wordpress.org/skyakash12/\">Akash Muchandikar</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/akmelias/\">akmelias</a> · <a href=\"https://profiles.wordpress.org/wpfy/\">Akramul Hasan</a> · <a href=\"https://profiles.wordpress.org/akshayar/\">Akshaya Rane</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanfuller/\">Alan Fuller</a> · <a href=\"https://profiles.wordpress.org/ahoereth/\">Alex</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/alexkingorg/\">Alex King</a> · <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alexanderkoledov/\">Alexander</a> · <a href=\"https://profiles.wordpress.org/alexandrebuffet/\">Alexandre Buffet</a> · <a href=\"https://profiles.wordpress.org/alh0319/\">Amber Hinds</a> · <a href=\"https://profiles.wordpress.org/sabreuse/\">Amy Hendrix (sabreuse)</a> · <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a> · <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/euthelup/\">Andrei Lupu</a> · <a href=\"https://profiles.wordpress.org/andrewhayward/\">Andrew Hayward</a> · <a href=\"https://profiles.wordpress.org/l1nuxjedi/\">Andrew Hutchings</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/norcross/\">Andrew Norcross</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/andrewleap/\">andrewleap</a> · <a href=\"https://profiles.wordpress.org/andbalashov/\">Andrii Balashov</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André Maneiro</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a> · <a href=\"https://profiles.wordpress.org/aneeshd16/\">Aneesh Devasthale</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ant1busted/\">Antoine</a> · <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a> · <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/lighthouse79/\">Antonella</a> · <a href=\"https://profiles.wordpress.org/colomet/\">Antonio D.</a> · <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a> · <a href=\"https://profiles.wordpress.org/arena94/\">arena94</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Kalwar</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/iamarunchaitanyajami/\">Arun Chaitanya Jami</a> · <a href=\"https://profiles.wordpress.org/dextorlobo/\">Arun Sharma</a> · <a href=\"https://profiles.wordpress.org/ideag/\">Arunas Liuiza</a> · <a href=\"https://profiles.wordpress.org/iamasadpolash/\">Asad Polash</a> · <a href=\"https://profiles.wordpress.org/ashfame/\">Ashish Kumar (Ashfame)</a> · <a href=\"https://profiles.wordpress.org/mohonchandra/\">Asish Chandra Mohon</a> · <a href=\"https://profiles.wordpress.org/audunmb/\">audunmb</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/filosofo/\">Austin Matzko</a> · <a href=\"https://profiles.wordpress.org/axwax/\">axwax</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/beryldlg/\">B&#233;ryl de La Grandi&#232;re</a> · <a href=\"https://profiles.wordpress.org/bahia0019/\">bahia0019</a> · <a href=\"https://profiles.wordpress.org/balub/\">Balu B</a> · <a href=\"https://profiles.wordpress.org/bangank36/\">bangank36</a> · <a href=\"https://profiles.wordpress.org/barryhughes-1/\">Barry</a> · <a href=\"https://profiles.wordpress.org/barry/\">Barry</a> · <a href=\"https://profiles.wordpress.org/bartkalisz/\">Bart Kalisz</a> · <a href=\"https://profiles.wordpress.org/bartkleinreesink/\">bartkleinreesink</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/beaulebens/\">Beau Lebens</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/benharri/\">ben</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/ubernaut/\">Ben Hansen</a> · <a href=\"https://profiles.wordpress.org/husobj/\">Ben Huson</a> · <a href=\"https://profiles.wordpress.org/blobaugh/\">Ben Lobaugh (blobaugh)</a> · <a href=\"https://profiles.wordpress.org/britner/\">Ben Ritner - Kadence WP</a> · <a href=\"https://profiles.wordpress.org/retlehs/\">Ben Word</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/benjaminknox/\">benjaminknox</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">bernhard-reiter</a> · <a href=\"https://profiles.wordpress.org/billseymour/\">billseymour</a> · <a href=\"https://profiles.wordpress.org/bplv/\">Biplav</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/born2webdesign/\">born2webdesign</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradparbs/\">Brad Parbs</a> · <a href=\"https://profiles.wordpress.org/williamsba1/\">Brad Williams</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/drrobotnik/\">Brandon Lavigne</a> · <a href=\"https://profiles.wordpress.org/bacoords/\">Brian Coords</a> · <a href=\"https://profiles.wordpress.org/fischfood/\">Brian Fischer</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke</a> · <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a> · <a href=\"https://profiles.wordpress.org/ecc/\">camya</a> · <a href=\"https://profiles.wordpress.org/karl94/\">Carlo Cannas</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos G. P.</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cenkdemir/\">cenkdemir</a> · <a href=\"https://profiles.wordpress.org/cfinnberg/\">cfinnberg</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/chasedsiedu/\">chased@si.edu</a> · <a href=\"https://profiles.wordpress.org/mel_cha/\">chiilog (Chiaki Okamoto)</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/chrisdavidmiles/\">Chris David Miles</a> · <a href=\"https://profiles.wordpress.org/jazzs3quence/\">Chris Reynolds</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/itschristiandale/\">christian-dale</a> · <a href=\"https://profiles.wordpress.org/christopherplus/\">Christopher</a> · <a href=\"https://profiles.wordpress.org/chrystl/\">Chrystl</a> · <a href=\"https://profiles.wordpress.org/codepo8/\">codepo8</a> · <a href=\"https://profiles.wordpress.org/cdevroe/\">Colin Devroe</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">Cory Birdsong</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/creativeslice/\">Creative Slice</a> · <a href=\"https://profiles.wordpress.org/crstauf/\">crstauf</a> · <a href=\"https://profiles.wordpress.org/cwhitmore/\">Cullen Whitmore</a> · <a href=\"https://profiles.wordpress.org/cu121/\">Cupid Chakma</a> · <a href=\"https://profiles.wordpress.org/cvorko/\">cvorko</a> · <a href=\"https://profiles.wordpress.org/didierjm/\">cybeardjm</a> · <a href=\"https://profiles.wordpress.org/cyberchicken/\">Cyberchicken</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/mzaweb/\">Daniel Dvorkin</a> · <a href=\"https://profiles.wordpress.org/mapumba/\">Daniel K&#228;fer</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/schutzsmith/\">Daniel Schutzsmith</a> · <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a> · <a href=\"https://profiles.wordpress.org/darshitrajyaguru97/\">Darshit Rajyaguru</a> · <a href=\"https://profiles.wordpress.org/darssen/\">darssen</a> · <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">David Levine</a> · <a href=\"https://profiles.wordpress.org/dglingren/\">David Lingren</a> · <a href=\"https://profiles.wordpress.org/davidperez/\">David Perez</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a> · <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a> · <a href=\"https://profiles.wordpress.org/dionysous/\">Dennis Hipp</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dennysdionigi/\">Dennys Dionigi</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">Derek Blank</a> · <a href=\"https://profiles.wordpress.org/valendesigns/\">Derek Herman</a> · <a href=\"https://profiles.wordpress.org/derekspringer/\">Derek Springer</a> · <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a> · <a href=\"https://profiles.wordpress.org/desrosjbot/\">Desrosj Bot</a> · <a href=\"https://profiles.wordpress.org/dernin/\">Devin Curtis</a> · <a href=\"https://profiles.wordpress.org/dlocc/\">Devin Walker</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruvishah2203/\">Dhruvi Shah</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/dougal/\">Dougal Campbell</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/lots0logs/\">Dustin Falgout</a> · <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a> · <a href=\"https://profiles.wordpress.org/emirpprime/\">emirpprime</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/endymion00/\">Endymion00</a> · <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a> · <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a> · <a href=\"https://profiles.wordpress.org/fabiorubioglio/\">Fabio Rubioglio</a> · <a href=\"https://profiles.wordpress.org/faisalahammad/\">Faisal Ahammad</a> · <a href=\"https://profiles.wordpress.org/faisalahmed29/\">Faisal Ahmed</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fanly/\">Fanly</a> · <a href=\"https://profiles.wordpress.org/feastdesignco/\">Feast Design Co.</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/fgiannar/\">fgiannar</a> · <a href=\"https://profiles.wordpress.org/flhz/\">Florent Hernandez</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/francescocarlucci/\">FrancescoCarlucci</a> · <a href=\"https://profiles.wordpress.org/fotodrachen/\">Frank J&#228;ger</a> · <a href=\"https://profiles.wordpress.org/nexflaszlo/\">Frank Laszlo</a> · <a href=\"https://profiles.wordpress.org/wazeter/\">Frank Wazeter</a> · <a href=\"https://profiles.wordpress.org/fushar/\">fushar</a> · <a href=\"https://profiles.wordpress.org/gajendrasingh/\">Gajendra Singh</a> · <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a> · <a href=\"https://profiles.wordpress.org/garibiza/\">Garbi&#241;e</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/gavande1/\">gavande1</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/gerardreches/\">Gerard Reches</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a> · <a href=\"https://profiles.wordpress.org/giuseppemazzapica-1/\">Giuseppe Mazzapica</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregbenz/\">gregbenz</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/poran766/\">H.M. Mushfiqur Rahman</a> · <a href=\"https://profiles.wordpress.org/hanneslsm/\">hanneslsm</a> · <a href=\"https://profiles.wordpress.org/hardik2221/\">Hardik Raval</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/harshgajipara/\">Harsh Gajipara</a> · <a href=\"https://profiles.wordpress.org/harsh175/\">Harsh Patel</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman Shamim</a> · <a href=\"https://profiles.wordpress.org/halounsbury/\">Heather Lounsbury</a> · <a href=\"https://profiles.wordpress.org/muhme/\">Heiko L&#252;bbe</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/tejwanihemant/\">Hemant Tejwani</a> · <a href=\"https://profiles.wordpress.org/kurudrive/\">Hidekazu Ishikawa</a> · <a href=\"https://profiles.wordpress.org/panchalhimani711/\">Himani Panchal</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/hiteshtalpada/\">Hitesh Talpada</a> · <a href=\"https://profiles.wordpress.org/h71/\">Hossein</a> · <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a> · <a href=\"https://profiles.wordpress.org/hrrarya/\">Hridoy Mozumder</a> · <a href=\"https://profiles.wordpress.org/hrithikd/\">Hrithik Dalal</a> · <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a> · <a href=\"https://profiles.wordpress.org/ganon/\">Hugo Chinchilla</a> · <a href=\"https://profiles.wordpress.org/hugod/\">hugod</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/idad5/\">idad5</a> · <a href=\"https://profiles.wordpress.org/igmoweb/\">Ignacio Cruz Moreno</a> · <a href=\"https://profiles.wordpress.org/ignatiusjeroe/\">ignatiusjeroe</a> · <a href=\"https://profiles.wordpress.org/shaampk1/\">Ihtisham Zahoor</a> · <a href=\"https://profiles.wordpress.org/fnpen/\">Ilya Zolotov</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/iseulde/\">iseulde</a> · <a href=\"https://profiles.wordpress.org/itpathsolutions/\">IT Path Solutions</a> · <a href=\"https://profiles.wordpress.org/itecrs/\">itecrs</a> · <a href=\"https://profiles.wordpress.org/ivanzhuck/\">Ivan Zhuck</a> · <a href=\"https://profiles.wordpress.org/jacobcassidy/\">Jacob Cassidy</a> · <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a> · <a href=\"https://profiles.wordpress.org/jamescollins/\">James Collins</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/james roberts/\">James Roberts</a> · <a href=\"https://profiles.wordpress.org/jamieblomerus/\">Jamie Blomerus</a> · <a href=\"https://profiles.wordpress.org/perrelet/\">Jamie Perrelet</a> · <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a> · <a href=\"https://profiles.wordpress.org/jane/\">jane</a> · <a href=\"https://profiles.wordpress.org/whiteshadow/\">Janis Elsts</a> · <a href=\"https://profiles.wordpress.org/jsandtro/\">jansan</a> · <a href=\"https://profiles.wordpress.org/japh/\">Japh</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/jarednova/\">jarednova</a> · <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a> · <a href=\"https://profiles.wordpress.org/pbking/\">Jason Crist</a> · <a href=\"https://profiles.wordpress.org/coolmann/\">Jason Crouse</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jayadevankbh/\">Jayadevan k</a> · <a href=\"https://profiles.wordpress.org/jbobich/\">jbobich</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/cheffheid/\">Jeffrey de Wit</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/amieiro/\">Jes&#250;s Amieiro</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jghazally/\">jghazally</a> · <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a> · <a href=\"https://profiles.wordpress.org/jivygraphics/\">jivygraphics</a> · <a href=\"https://profiles.wordpress.org/jltallon/\">jltallon</a> · <a href=\"https://profiles.wordpress.org/joanrodas/\">Joan</a> · <a href=\"https://profiles.wordpress.org/morehawes/\">Joe</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joelcj91/\">Joel James</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnciacia/\">johnciacia</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/duck_/\">Jon Cave</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/jbrinley/\">Jonathan Brinley</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/joppuyo/\">joppuyo</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/jorgevilchez/\">Jorge Vilchez</a> · <a href=\"https://profiles.wordpress.org/jornp/\">jornp</a> · <a href=\"https://profiles.wordpress.org/joefusco/\">Joseph Fusco</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/joshcanhelp/\">joshcanhelp</a> · <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrtashjian/\">JR Tashjian</a> · <a href=\"https://profiles.wordpress.org/jsmoriss/\">JS Morisset</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juhise/\">Juhi Saxena</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/ashikur698/\">K M Ashikur Rahman</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/bosskhj/\">Kamrul Hasan</a> · <a href=\"https://profiles.wordpress.org/karinclimber/\">Kari Anderson</a> · <a href=\"https://profiles.wordpress.org/karlijnbk/\">Karlijn Bok</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/thekt12/\">Karthik Thayyil</a> · <a href=\"https://profiles.wordpress.org/tadamarketing/\">Katka</a> · <a href=\"https://profiles.wordpress.org/kawsaralameven/\">kawsaralameven</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">Kevin Batdorf</a> · <a href=\"https://profiles.wordpress.org/kevincoleman/\">Kevin Coleman</a> · <a href=\"https://profiles.wordpress.org/ktaron/\">Kevin Taron</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a> · <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a> · <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/koen12344/\">Koen Reus</a> · <a href=\"https://profiles.wordpress.org/koesper/\">Koesper</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kurtpayne/\">Kurt Payne</a> · <a href=\"https://profiles.wordpress.org/kushang78/\">Kushang Tailor</a> · <a href=\"https://profiles.wordpress.org/kdowns/\">Kylen Downs</a> · <a href=\"https://profiles.wordpress.org/laumindproductscomau/\">lau@mindproducts.com.au</a> · <a href=\"https://profiles.wordpress.org/lada7042/\">Laura Adamonis</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a> · <a href=\"https://profiles.wordpress.org/wplmillet/\">Laurent MILLET</a> · <a href=\"https://profiles.wordpress.org/lakshmananphp/\">Lax Mariappan</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/munizleo/\">Leo Muniz</a> · <a href=\"https://profiles.wordpress.org/leonnugraha/\">Leonardus Nugraha</a> · <a href=\"https://profiles.wordpress.org/lgladdy/\">Liam Gladdy</a> · <a href=\"https://profiles.wordpress.org/liammcarthur/\">LiamMcArthur</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/liviopv/\">liviopv</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/logikal16/\">logikal16</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/luboslives/\">luboslives</a> · <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">Luis Herranz</a> · <a href=\"https://profiles.wordpress.org/lpawlik/\">Lukas Pawlik</a> · <a href=\"https://profiles.wordpress.org/wpfed/\">Lukasz</a> · <a href=\"https://profiles.wordpress.org/lukefiretoss/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/maartenbelmans/\">Maarten</a> · <a href=\"https://profiles.wordpress.org/mrdollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/mahnewr/\">mahnewr</a> · <a href=\"https://profiles.wordpress.org/maahrokh/\">Mahrokh</a> · <a href=\"https://profiles.wordpress.org/malae/\">Malae</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manyourisms/\">manyourisms</a> · <a href=\"https://profiles.wordpress.org/marc_j/\">Marc_J</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/marcoevich/\">Marcoevich</a> · <a href=\"https://profiles.wordpress.org/margolisj/\">margolisj</a> · <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a> · <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a> · <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mathewemoore/\">mathewemoore</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/matiasrecondo77/\">matiasrecondo77</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/matteoenna/\">Matteo Enna</a> · <a href=\"https://profiles.wordpress.org/cadic/\">Max Lyuchin</a> · <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a> · <a href=\"https://profiles.wordpress.org/mayur8991/\">Mayur Prajapati</a> · <a href=\"https://profiles.wordpress.org/mhshohel/\">Md Hossain Shohel</a> · <a href=\"https://profiles.wordpress.org/hrshahin/\">Md HR Shahin</a> · <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a> · <a href=\"https://profiles.wordpress.org/megane9988/\">megane9988</a> · <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/melcarthus/\">melcarthus</a> · <a href=\"https://profiles.wordpress.org/meta4/\">meta4</a> · <a href=\"https://profiles.wordpress.org/metropolis_john/\">metropolis_john</a> · <a href=\"https://profiles.wordpress.org/254volkan/\">mevolkan</a> · <a href=\"https://profiles.wordpress.org/wpscholar/\">Micah Wood</a> · <a href=\"https://profiles.wordpress.org/mshowes/\">Michael Showes</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michalooki/\">Michalooki</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/miguelsansegundo/\">miguelsansegundo</a> · <a href=\"https://profiles.wordpress.org/miikkamakela/\">Miikka</a> · <a href=\"https://profiles.wordpress.org/mbijon/\">Mike Bijon</a> · <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley (a11n)</a> · <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/mikinc860/\">Mikin Chauhan</a> · <a href=\"https://profiles.wordpress.org/gonzomir/\">Milen Petrinski - Gonzo</a> · <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a> · <a href=\"https://profiles.wordpress.org/mkismy/\">mkismy</a> · <a href=\"https://profiles.wordpress.org/mnydigital/\">mnydigital</a> · <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a> · <a href=\"https://profiles.wordpress.org/boemedia/\">Monique Dubbelman</a> · <a href=\"https://profiles.wordpress.org/monzuralam/\">Monzur Alam</a> · <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/seusmaniqbal/\">Muhammad Usman Iqbal</a> · <a href=\"https://profiles.wordpress.org/devmuhib/\">Muhibul Haque</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/tanjimtc71/\">Musarrat Anjum Chowdhury</a> · <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a> · <a href=\"https://profiles.wordpress.org/nareshbheda/\">Naresh Bheda</a> · <a href=\"https://profiles.wordpress.org/nateallen/\">Nate Allen</a> · <a href=\"https://profiles.wordpress.org/navjotjsingh/\">Navjot Singh</a> · <a href=\"https://profiles.wordpress.org/neffff/\">neffff</a> · <a href=\"https://profiles.wordpress.org/neilorangepeel/\">Neil Hainsworth</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/nerdpressteam/\">NerdPress</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a> · <a href=\"https://profiles.wordpress.org/sessioncookiemonster/\">Nick Martianov</a> · <a href=\"https://profiles.wordpress.org/nickpagz/\">nickpagz</a> · <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a> · <a href=\"https://profiles.wordpress.org/nicolefurlan/\">Nicole Furlan</a> · <a href=\"https://profiles.wordpress.org/bgnicolepaschen/\">Nicole Paschen Caylor</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a> · <a href=\"https://profiles.wordpress.org/nihar007/\">Nihar Ranjan Das</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/nko/\">Nikita</a> · <a href=\"https://profiles.wordpress.org/nikmeyer/\">nikmeyer</a> · <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a> · <a href=\"https://profiles.wordpress.org/nilovelez/\">Nilo Velez</a> · <a href=\"https://profiles.wordpress.org/dhrupo/\">Niluthpal Purkayastha</a> · <a href=\"https://profiles.wordpress.org/niravsherasiya7707/\">niravsherasiya7707</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/nosilver4u/\">nosilver4u</a> · <a href=\"https://profiles.wordpress.org/nvwd/\">Nowell VanHoesen</a> · <a href=\"https://profiles.wordpress.org/nudge/\">Nudge Themes</a> · <a href=\"https://profiles.wordpress.org/nwjames/\">nwjames</a> · <a href=\"https://profiles.wordpress.org/obliviousharmony/\">obliviousharmony</a> · <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/okat/\">okat</a> · <a href=\"https://profiles.wordpress.org/dargus/\">Old account</a> · <a href=\"https://profiles.wordpress.org/olegfuture/\">olegfuture</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pacicio/\">Pacicio</a> · <a href=\"https://profiles.wordpress.org/pannelars/\">pannelars</a> · <a href=\"https://profiles.wordpress.org/partyfrikadelle/\">partyfrikadelle</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/patricia70/\">Patricia BT</a> · <a href=\"https://profiles.wordpress.org/lumiblog/\">Patrick Lumumba</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/pauldewouters/\">Paul de Wouters</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/djpaul/\">Paul Wong-Gibbs</a> · <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a> · <a href=\"https://profiles.wordpress.org/pbaylies/\">Peter Baylies</a> · <a href=\"https://profiles.wordpress.org/provenself/\">Peter Rubin</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/tyrannous/\">Philipp Bammes</a> · <a href=\"https://profiles.wordpress.org/philipp15b/\">Philipp15b</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/mordauk/\">Pippin Williamson</a> · <a href=\"https://profiles.wordpress.org/pitamdey/\">Pitam Dey</a> · <a href=\"https://profiles.wordpress.org/pmeenan/\">pmeenan</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pooja9712/\">pooja9712</a> · <a href=\"https://profiles.wordpress.org/pouicpouic/\">pouicpouic</a> · <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a> · <a href=\"https://profiles.wordpress.org/pratikthink/\">Pratik Kumar</a> · <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a> · <a href=\"https://profiles.wordpress.org/rafiq91/\">Rafiq</a> · <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/rashiguptaa/\">Rashi Gupta</a> · <a href=\"https://profiles.wordpress.org/rawrly/\">rawrly</a> · <a href=\"https://profiles.wordpress.org/rcain/\">rcain</a> · <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho (a11n)</a> · <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a> · <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rdcoll/\">Rich Collier</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a> · <a href=\"https://profiles.wordpress.org/rishishah/\">Rishi Shah</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/room34/\">room34</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/pogidude/\">Ryann Micua</a> · <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a> · <a href=\"https://profiles.wordpress.org/sereedmedia/\">S&#233; Reed</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a> · <a href=\"https://profiles.wordpress.org/sachyya-sachet/\">Sachyya</a> · <a href=\"https://profiles.wordpress.org/sadizaman/\">Sadi Mohammad Zaman</a> · <a href=\"https://profiles.wordpress.org/sadpencil/\">sadpencil</a> · <a href=\"https://profiles.wordpress.org/introvertedbot/\">Sahil</a> · <a href=\"https://profiles.wordpress.org/tohincoderex/\">Saiduzzaman Tohin</a> · <a href=\"https://profiles.wordpress.org/sakibsnaz/\">Sakib MD Nazmush</a> · <a href=\"https://profiles.wordpress.org/salcode/\">Sal Ferrarello</a> · <a href=\"https://profiles.wordpress.org/samba45/\">samba45</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/kim88/\">Samuel R&#252;egger</a> · <a href=\"https://profiles.wordpress.org/samuelsidler/\">Samuel Sidler</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/sacerro/\">Santiago Cerro L&#243;pez</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/hellosatya/\">Satyam Vishwakarma (Satya)</a> · <a href=\"https://profiles.wordpress.org/saxonafletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/sayful/\">Sayful Islam</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sgr33n/\">Sergio de Falco</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</a> · <a href=\"https://profiles.wordpress.org/shahariaazam/\">Shaharia Azam</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/shanef/\">ShaneF</a> · <a href=\"https://profiles.wordpress.org/cafenoirdesign/\">Shannon Smith</a> · <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a> · <a href=\"https://profiles.wordpress.org/shooper/\">Shawn Hooper</a> · <a href=\"https://profiles.wordpress.org/shidouhikari/\">shidouhikari</a> · <a href=\"https://profiles.wordpress.org/shiponkarmakar/\">Shipon Karmakar</a> · <a href=\"https://profiles.wordpress.org/shreyash3087/\">Shreyash Srivastava</a> · <a href=\"https://profiles.wordpress.org/shubhamsedani/\">Shubham Sedani</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth ravikumar</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/sirajummahdi/\">Sirajum Mahdi</a> · <a href=\"https://profiles.wordpress.org/sjregan/\">sjregan</a> · <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a> · <a href=\"https://profiles.wordpress.org/virtality-marketing-solutions/\">SourceView</a> · <a href=\"https://profiles.wordpress.org/sruthi89/\">sruthi89</a> · <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/stephencronin/\">Stephen Cronin</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephenh1988/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/stevenlinx/\">Steven Lin</a> · <a href=\"https://profiles.wordpress.org/strarsis/\">strarsis</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sumisubedi/\">Sumi Subedi</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/svitlana41319/\">Svitlana Sukhoveiko</a> · <a href=\"https://profiles.wordpress.org/syamraj24/\">syamraj24</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a> · <a href=\"https://profiles.wordpress.org/nuhel/\">Syed Nuhel</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/iamtakashi/\">Takashi Irie</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan Kumer Das</a> · <a href=\"https://profiles.wordpress.org/sparklingrobots/\">Tara King</a> · <a href=\"https://profiles.wordpress.org/buley/\">Taylor</a> · <a href=\"https://profiles.wordpress.org/taylorde/\">Taylor Dewey</a> · <a href=\"https://profiles.wordpress.org/taylorgorman/\">Taylor Gorman</a> · <a href=\"https://profiles.wordpress.org/tazotodua/\">tazotodua</a> · <a href=\"https://profiles.wordpress.org/tykoted/\">Teddy Patriarca</a> · <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a> · <a href=\"https://profiles.wordpress.org/thakordarshil/\">Thakor Darshil</a> · <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a> · <a href=\"https://profiles.wordpress.org/thinkluke/\">thinkluke</a> · <a href=\"https://profiles.wordpress.org/griffinjt/\">Thomas Griffin</a> · <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a> · <a href=\"https://profiles.wordpress.org/threadi/\">threadi</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timbroddin/\">timbroddin</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomybyte/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tomjcafferkey/\">Tom Cafferkey</a> · <a href=\"https://profiles.wordpress.org/hifidesign/\">Tom Finley</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/tomluckies/\">tomluckies</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/tomsommer/\">tomsommer</a> · <a href=\"https://profiles.wordpress.org/tomxygen/\">tomxygen</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a> · <a href=\"https://profiles.wordpress.org/toscho/\">toscho</a> · <a href=\"https://profiles.wordpress.org/wpsmith/\">Travis Smith</a> · <a href=\"https://profiles.wordpress.org/tropicalista/\">tropicalista</a> · <a href=\"https://profiles.wordpress.org/truptikanzariya/\">Trupti Kanzariya</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/up1512001/\">Utsav Patel</a> · <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a> · <a href=\"https://profiles.wordpress.org/ukdrahul/\">Uttam Kumar Dash</a> · <a href=\"https://profiles.wordpress.org/valerogarte/\">valerogarte</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/vikram6/\">vikram6</a> · <a href=\"https://profiles.wordpress.org/viliamkopecky/\">viliamkopecky</a> · <a href=\"https://profiles.wordpress.org/vipuljnext/\">Vipul Ghori</a> · <a href=\"https://profiles.wordpress.org/vivekawsm/\">vivekawsm</a> · <a href=\"https://profiles.wordpress.org/vladimiraus/\">vladimiraus</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/vrajadas/\">Vraja Das</a> · <a href=\"https://profiles.wordpress.org/wasiur195/\">Wasiur Rahman</a> · <a href=\"https://profiles.wordpress.org/welaunchio/\">welaunchio</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whsajid/\">WHSajid</a> · <a href=\"https://profiles.wordpress.org/wpcorner/\">WP Corner</a> · <a href=\"https://profiles.wordpress.org/xlthlx/\">xlthlx</a> · <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a> · <a href=\"https://profiles.wordpress.org/yguyon/\">Yannis Guyon</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a> · <a href=\"https://profiles.wordpress.org/yuvrajsinh2211/\">Yuvrajsinh Sisodiya</a> · <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a> · <a href=\"https://profiles.wordpress.org/zanematthew/\">Zane Matthew</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>Over <a href=\"https://translate.wordpress.org/stats/\">70 locales have translated 90 percent</a> or more of WordPress 6.5 into their language. Community translators are working hard to ensure more translations are on their way. Thank you to everyone who helps make WordPress available in 200 languages.</p>\n\n\n\n<p>Last but not least, thanks to the volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved and contribute</h3>\n\n\n\n<p>Participation in WordPress is not limited to coding. If contributing appeals to you, learning more and getting involved is easy. Discover the teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a>, and use <a href=\"https://make.wordpress.org/contribute/\">this interactive tool</a> to help you decide which is right for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">One more haiku</h2>\n\n\n\n<p>6.5 is here!<br />Play, interact, build better,<br />Stronger and faster.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Apr 2024 18:42:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Do The Woo Community: Day Two Updates from the CloudFest Hackathon 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=80779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://dothewoo.io/day-two-updates-from-the-cloudfest-hackathon-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:166:\"A diverse group at the CloudFest Hackathon worked on innovative projects, from database integration to accessibility plugins, showcasing dedication and collaboration.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Apr 2024 09:25:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"Gutenberg Times: Gutenberg Changelog #98 – WordPress 6.5, Gutenberg 18.0 Community Theme Project and the Contributor Mentorship Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=28067\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-98/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44696:\"<p>In this episode, Maggie Cabrera and Birgit Pauli-Haack discuss WordPress 6.5, Gutenberg 18.0, Community Theme Project and the Contributor Mentorship Program.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-98/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-98/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Maggie Cabrera</h2>\n\n\n\n<ul>\n<li><a href=\"https://profiles.wordpress.org/onemaggie/\">WordPress profile</a></li>\n\n\n\n<li><a href=\"https://twitter.com/one_maggie\">Twitter @one_maggie</a></li>\n\n\n\n<li>GitHub <a href=\"https://github.com/MaggieCabrera\">MaggieCabrera</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Announcements</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2024/03/25/wordpress-6-5-release-delayed-1-week/\">WordPress 6.5 release delayed 1 week</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-4/\">WordPress 6.5 Release Candidate 4&nbsp;</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2024/02/16/contributor-mentorship-program-second-cohort-2024-q1/\">Announcing the Second Cohort (2024 Q1) of the WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/03/26/hallway-hangout-data-liberation-discussion-and-brainstorm/\">Hallway Hangout: Data Liberation Discussion and Brainstorm</a></li>\n\n\n\n<li>Recording: <a href=\"https://www.youtube.com/watch?v=ezPHiyhhaoQ\">Developer Hours: Exploring Block Hooks in WordPress 6.5</a></li>\n\n\n\n<li><strong>April 9, 2024, at 14:00 UTC</strong>: <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/300032710/\"><strong>Developer Hours: Building custom blocks with the Interactivity API</strong>.</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/community-themes\">Community Theme Project</a></li>\n</ul>\n\n\n\n<p><strong>Developer Blog updates</strong></p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2024/03/14/how-to-register-block-variations-with-php/\">How to register block variations with PHP</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/03/19/pattern-design-tips-and-tricks-for-developers/\">Pattern design tips and tricks for developers</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/03/21/drop-shadow-updates-in-wordpress-6-5/\">Drop Shadow updates in WordPress 6.5</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/03/25/exploring-the-block-hooks-api-in-wordpress-6-5/\">Exploring the Block Hooks API in WordPress 6.5</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/03/26/how-to-use-wordpress-react-components-for-plugin-pages/\">How to use WordPress React components for plugin pages</a></li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2024/03/27/whats-new-in-gutenberg-18-0-27-march/\">What’s new in Gutenberg 18.0? (27 March)</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.github.io/gutenberg/?path=/story/dataviews-dataviews--default\">Story Dataviews Component</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/2024/03/25/design-share-mar-11-mar-22/\">Design Share: Mar 11-Mar 22</a></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Hello, and welcome to our 98th episode of the Gutenberg Changelog Podcast. In today&#8217;s episode, we will talk about WordPress 6.5 briefly, Gutenberg 18.0, the community mentorship program, and some other things that are in the works. And I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and full-time Core contributor for the WordPress open-source project sponsored by Automattic&#8217;s Five for the Future Program. That is a mouthful, and we&#8217;re going to repeat it again. I am thrilled to have with me Maggie Cabrera, also Core contributor, also sponsored by Automattic. She was also the co-lead for the Twenty Twenty Four theme development, and she does so much more in the community as well, and we will talk about those things. Thank you for joining me on the show, Maggie. Welcome. How are you today?</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Hi. Thanks for having me. I&#8217;m doing really good. How are you?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I&#8217;m good, I&#8217;m good. I&#8217;m excited. Yeah, it&#8217;s kind of Easter weekend, and we get a few additional days.</p>\n\n\n\n<p><em>Maggie Cabrera</em>: Yeah, short week. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Short week, yes.</p>\n\n\n\n<p><em>Maggie Cabrera</em>: I&#8217;m really excited to be here with you.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So we have a couple of announcements that we want to kind of let our listeners know, and so one is, although contributors work really hard, the release team decided to delay the release of WordPress 6.5 for a week to get some more bugs fixed that are gravely impacting the user experience, and make the change to the default fonts directory. There was a discussion back and forth, and there was in Core, on the Core blog, you can certainly read up about it. I think the most important information is that it releases on April 2nd, just after the Easter holidays in Europe, so&#8230;</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah. Yeah, I think it wouldn&#8217;t have, the holidays here, it would&#8217;ve been just a two-day release delay, or something like that, but I think it makes sense to take it out a little longer, and make sure that everything&#8217;s ironed out, and the change with the forms directory, it&#8217;s been a constant discussion, but it feels like there&#8217;s a solid decision now, so that it feels like it&#8217;s,&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It&#8217;s a solid decision to get a release out, yes.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah, it wasn&#8217;t easy, apparently. Yeah, yeah, it wasn&#8217;t a clear solution there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. No, and it&#8217;s kind of architectural versus practical, and all those kinds of different aspects of it, yeah. Would host work with it? How plugin devices work with it, and how users will find it. So I think it&#8217;s a decision, and we will see how it works out when WordPress 6.5 kind of hits your WordPress instance next week.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions</h3>\n\n\n\n<p>There are a few community contributions that I wanted to point out. The developer blog, we had a great publishing two weeks on the developer blog. Sometimes, we barely get one post out a week, but this time, we had two posts per week, so that is really cool, and in a very broad spectrum. So the first one was how to register block variations of PHP, and I think it was one of the most-read posts on that, and what we saw on Twitter was also the comments was, &#8220;Oh, finally, something for PHP developers who are not that comfortable with JavaScript,&#8221; and I&#8217;m glad we kind of, yeah, picked them up as well. Yeah, and another one that was well-received was the pattern design tips and tricks for developers and designers.</p>\n\n\n\n<p><em>Maggie Cabrera</em>: Oh, yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, by Beatriz Fialho.</p>\n\n\n\n<p><em>Maggie Cabrera: </em>Yes, I love that one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. She did an awesome job with the dos and don&#8217;ts, and kind of make it also visually very attractive.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yes. I need to link that one to the Community Themes project, because it&#8217;s really relevant, so that&#8217;s really good that I have the link there for me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So the Meta team asked me if we could add some of the dos and don&#8217;ts to the pattern directory guidelines as well, because that would probably also change a little bit how people kind of approach it. Well, you mentioned the Community Theme project. Do you want to tell me about it, or our listeners about it?</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Oh, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Theme Project</h3>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah, sure. Absolutely. Yeah, the Community Themes project is this really small thing that it&#8217;s&#8230; I hope it will attract more new contributors to the WordPress project. So, basically, it started after contributing to some of the previous default themes, I think it was Twenty Twenty One or Twenty Twenty Two. It was such a good experience for me to work with the community, and all the contributors, all together on a default thing, that it felt really sad that it only lasted a few months, and after that development was done, everyone went their own ways, and that was it. So I felt shouldn&#8217;t we just keep making blog themes together, and keep this momentum going? And so yeah, we just opened a repo, and started building some community themes that, they are block themes. It&#8217;s like this space where you can get with other contributors with different degrees of experience that can help you build block themes following the best code practices, and learn how to do that together. Now, we are using that project to also onboard new contributors via the mentorship program, which I think you&#8217;re going to talk about in a bit. So the new contributors will join that repo and help build the themes with some other more-seasoned contributors helping them out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, so was it Twenty Twenty Two that had the call for style variations?</p>\n\n\n\n<p><em>Maggie Cabrera:</em> I think it was Twenty Twenty Three.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Twenty Twenty Three? Oh, yeah.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And that was the community project that you are kind of working on, where you had about 38 people submitting style variations, and made it into the default theme. So that was really cool, and it was also interesting to see how different designers approach it, yeah, and was it one or two themes that the Community Theme project released?&nbsp;</p>\n\n\n\n<p><em>Maggie Cabrera:</em> So, right now, there&#8217;s two that are already finished, but we&#8217;re working on four more. They&#8217;re still in different degrees of done, but we&#8217;re not in a rush, which is the nice thing, because a default theme has a deadline, but community themes don&#8217;t really, so we just go at the pace of the contributors, and hopefully there will be, like those four, will make it sometime in the future in the directory. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So where can people read up about it? Is a GitHub repo, or a GitHub space, or is a channel?</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah, it is a GitHub repo under the WordPress namespace. I think there&#8217;s an old post on the Make blog on the themes team, and it&#8217;s also part of the mentorship program. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Yeah, we definitely need to bring this out more, and amplify some of that work that you&#8217;re doing.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah, whenever I go to WordCamps, and during contributor day, we usually work on that, on the themes table. So if you&#8217;re around in WordCamp EU, I will probably do more of that. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Excellent. Excellent. So yeah, there are some more developer blog posts that I wanted to point out. The next one was drop shadow updates for WordPress 6.5. That kind of covers that drop shadows were only available for buttons, and only through the theme JSON file, so now, they&#8217;re available with a user interface under the Border and Shadows section in the styles, and come with five presets from Core. And you can add through the theme JSON additional ones, and they&#8217;re now available for images and column both, and the button block. Yeah, so those four blocks can now have drop shadows, have support for drop shadows. Yeah, it&#8217;s quite interesting to see how drop shadows make a revival design-wise, because they add a little bit of a dimension to a site, especially. Oh, and well, we talk about it when we cover Gutenberg 18.0 is, it now also came to featured image, but it will not be in 6.5. Yeah, and then Nick Diego published an Exploring the Block Hooks API in WordPress 6.5. You need, really, a big cup of coffee for it when you want to read it. It&#8217;s about 5,000 words, but it has 4 examples, how you can use this API to add blocks to various actions, and various other blocks, and also change content.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> More PHP for the PHP lovers.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Say it again?</p>\n\n\n\n<p><em>Maggie Cabrera:</em> More PHP for the PHP-lovers.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s both, actually.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah, true.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Yeah, you need to tell the block what to do. So that&#8217;s probably in JavaScript some more. Yeah. But yeah, that definitely, yeah, and then the last one was just published yesterday is how to use the WordPress React components for plugin pages, and so you can use the components that are pre-configured, pre-designed. You don&#8217;t have to make those decisions, but you can use them to also create your settings pages, your additional pages on the plugins, and it kind of goes into the next phase of things, when admin changes over to a few additional pages and all that, so&#8230;&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Mentorship Program</h3>\n\n\n\n<p>Well, you mentioned it before, the second cohort of the mentorship program is almost finished. It has really taken off. Almost 50 contributors were paired with mentors, and the program ran for six weeks. Mentees came from a lot of different countries, from Spain, from Egypt, from India, from Brazil, Italy. That&#8217;s just what I can kind of, at a first glance, see. So you have been part of it as a mentor, Maggie. So thank you for raising your hand and stepping up to that plate, and so what was your experience in working with a mentee in the whole program?</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah, it&#8217;s been really good. Our particular project has nine people working on building the community themes that I mentioned before. Of those mentees, they all have varying degrees of experience in blog theme development, and I was really happy to see that some of them were designers, which is something that slowly, we&#8217;re moving towards, which I&#8217;m really excited about.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s cool. That designers are going to now do themes. Yeah, absolutely.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah. Before, it was just developers, and then we&#8217;re getting more and more designers, because they don&#8217;t really need to actually know any kind of coding skills to do this. So I encourage any designers to join us, if they want to. I had the privilege to meet a few of them during WordCamp Contributor Day on the themes table. We were working on some community themes, along with other contributors that just joined our org, and I think this is the second instance of the mentorship program, which was successful, they did the first time around, and there&#8217;s been way more people this time, all over other teams of the project. I&#8217;m only talking about teams because it&#8217;s the one that I&#8217;m working on, but there&#8217;s a community, there&#8217;s Core, there&#8217;s tests, there&#8217;s documentation. All of the teams, I think, are represented. So everyone&#8217;s welcome. So yeah, I encourage, from here, anyone who&#8217;s interested in being a contributor to join it for the next one, and keep an eye on that. I think it&#8217;s the community Make blog where they are announcing when this mentorship is taking place, and it&#8217;s really nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. That will be <a href=\"http://make.wordpress.org/community\">make.wordpress.org/community</a>. So the program managers are Hari Shanker and Naoko Takano?</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And they&#8217;re both very experienced community members.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yes, they are.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, and yes, the first cohort was in July last year. It started in July last year. It&#8217;s an experiment, yeah, and, obviously, the feedback was really great in how it all went, both from mentees and mentors. So they were able to expand this. I think they had 75 applicants. So there is an application embedding process for both mentees and mentors.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah. There&#8217;s also been, this time around, there&#8217;s been a grant for LGBTQ+ people, so some of them are actually sponsored to join the mentorship program, which I hope will happen again. So yeah, I&#8217;m really excited about that, too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, that&#8217;s one of the many, actually, efforts to bring underrepresented minorities also to the contributor team, and I really love that there is a sponsorship there, because many women, I say, were non-binaries, have so much requests on their times, that apart from having a profession, or a job to do, they&#8217;re also caretakers of their families, their kids, their elderly, and so they are not as free, most of the time, in our society, not as free to take on extra time, and we can&#8217;t change that, but we can help offset some of the financial burdens that are there. All right, so yeah, I&#8217;m glad we talked about the mentorship program there. Thank you so much.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Data Liberation</h3>\n\n\n\n<p>So there&#8217;s another initiative out there since the State of the Word in 2023. That was in Madrid. Matt Mullenweg talked about the data liberation, that anybody should be able to take their data and move either into WordPress, from WordPress to another WordPress, or from a third-party system, and the Data Liberation Project Initiative has invited developers and product owners to a hallway hangout, which is an informal discussion, to discuss and brainstorm around that project, and it&#8217;s on April 3rd at 7:00 PM, 1900 UTC, which is 1500 Europe or Germany, and 1900 is 1700. Well, time zones. Yeah, it&#8217;s 1900 UTC. Let&#8217;s do it that way.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> We&#8217;re close to daylight savings, so you just let those people figure it out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. It&#8217;s going to change on Sunday. So today is the 10th, and it will be on April 3rd. So yeah.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> For some people.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> For some people.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> For some people.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That&#8217;s okay. Only for some people.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Well, if you miss it, because either time zones or daylight savings time, there, likely, will be a recording, and the topics that will become discussions is kind of the challenging of migrating from third-party platforms to WordPress, the good, the bad, and the ugly of exporting WordPress content. So the potential interoperability between block libraries, and page builders, and what work will make data liberation, and who should work on it. So that&#8217;s quite an interesting discussion to have with those people that are interested in the project on April 3rd. Okay, yeah, every time when I was working in an agency, it was always a little bit hard to move people away from hosting that is bad, or from page-builder that was bad, and all of that. So I&#8217;m glad that there is a project now where all the community can put together their scripts, and their ideas, and their work that they have already done, and share it with the rest of the community.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah. I know more and more people who want to move out of those walled gardens, and own their own content, so I think that&#8217;s going to be a great initiative, for sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, the flexibility.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> To keep an eye on it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. The interoperability is just unmatched there that WordPress has with other systems, and the more a website grows up, the more needs there are, for sure.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Developer Hours</h3>\n\n\n\n<p>Speaking of events, this week was a developer hour covering the block hooks API, and Nick Diego, and Ryan, or, no, Justin, went through four examples, Justin Tadlock, four examples of adding a like block to a page, and moving it from the comments to the top, or something like that, and then the Getting Started Guide in the Block Editor Handbook has a example of a copyright block. This developer API event kind of took that, and see what you could do with the block hooks, and get it into a footer, or get it into a template. And then the third example is to add a Back to Top link to a paragraph, or to the next heading, before the next heading, or something like that. Yeah, and then, last, but not least, how to add a login/logout block automatically to the navigation of a site in the template. So, right now, you can&#8217;t use the block hooks API, all the blocks. We should get rid of the name blocks, and just call it hooks.</p>\n\n\n\n<p>Right now, it&#8217;s only for templates; you cannot do it for pages or posts, but that certainly is the next iteration of it. The recording will be linked in the show notes, so you can catch up on it, and they use the developer blog post on the block hooks API as a guide, and how they talked about it. Yeah. The next Developer Block Hour&#8230; God. There&#8217;s an erroneous block added to it, the Developer Block hours. No, it&#8217;s the Developer Hours, and it will take place on April 9th with Damon Cook and Nick Diego, and they will showcase examples on how to use the interactivity API and enhance your block-building experience for you and your users. So save the date, April 9th at 1400 UTC. You&#8217;ll figure out when that is for you, but I will link to register in the show notes, and it&#8217;s a link to meet up, and they do a good job in translating the times to the local times of your browser. All right, that&#8217;s about that, and I think it&#8217;s time that we start with the Gutenberg 18.0 release. Maggie, do you want to be honest and get us into the groove of things?</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; Gutenberg 18.0</h3>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah. The 18.0 Gutenberg plugin release has 206 closed PRs by 59 contributors. It has a record setting of 17 first-time contributors, which is amazing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, amazing. Yeah. The last time, I think, was Gutenberg 13 point-something. Yeah, it was 13, but, normally, we have 4 or 5 first-time contributors.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I&#8217;m thinking that the successful Contributor Day in WordCamp Asia had something to do with it, but it&#8217;s just a theory.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah, or the mentorship. Maybe the mentorship, too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, mentorship, too, yeah.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> I don&#8217;t know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah. Everything counts, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Everything counts. Yes, of course. Yeah, every contribution is worth it.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah. If you look, you&#8217;ll find, in the release, the result of additional data view works, improvements on feature image in all the blocks, and a ton of bug fixes, and about 35 PRs just for the contribution updates.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s amazing.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> So let&#8217;s have a look at some of them.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So DataViews is the prototype for the new admin design. Not a lot of people realize that, but if you&#8217;re in the blog edit and the site editor, the list views that you see there, the list of templates, and the list of pages, and the list of template parts, they&#8217;re all powered by the new data views, and this release brings with the multiple selection of filters. So if you were in a template view, you can say, &#8220;Okay, I want to combine the filter from the author with a theme,&#8221; or something like that. Yeah, or, &#8220;In a page, I want the ones that are published and pending for review, but not the draft ones,&#8221; or, &#8220;I want the ones published by a certain author.&#8221; So these, in the list here, I don&#8217;t think that&#8217;s actually available in the admin section now. I&#8217;m not quite sure. Yeah.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Not as complex as this filter looks like in this PR. It feels like it&#8217;s going a step ahead, and what I think is very powerful is how this can be used, not just where it&#8217;s being used right now, but in any other place that a plugin author may want to implement it, or in the future, we&#8217;re going to see it in other places in the admin panel. So yeah, I think it&#8217;s really powerful, and they&#8217;re working really hard on making this something that can be used in many ways. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, and in the pages state of view, they added some quick actions. The quick bulk actions. I think bulk actions is the one from the admin where you can say, &#8220;Okay, I want this page, and this page, and this page,&#8221; and then delete them all, or change something, or something like that. Yeah, and now, that&#8217;s also in the new ones. And the last one from the data view, there are tons of changes in the data views. Some were incremental changes, but one is that the updates…</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah, the story.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, so I wanted to talk about the index page for the templates, because it now shows three different views of it. So you could have a table. So the templates are your archive pages, your single post template, and all that, and you can see them all in a list, or you use the toggle for the layout, and you can see a grid view, and the grid view gives you a little small preview of the template, so you know exactly what it will show with a featured image with where the content is, and all that, or you can have a list, but then, there&#8217;s another pane that gives you a preview of the full page, full template, where you can also edit it, so that, from table, to grid view, to list view, those are the different prototypes for the admin designs, and it&#8217;s really smooth how they move, and with all the animations, yeah.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah. I&#8217;ve been looking at the PRs, and the contributors take a lot of care into the performance aspect of the changes. They are keeping close tabs into what the performance looks like. So these improvements, they&#8217;re going to be very important when this goes all over the admin. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So the next item on my list was in the site editor, the featured image is now, or in the site editor that we can look at, the post editor, the featured image section is now moved up to the top of the inspector control, which is….</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah, I&#8217;m very excited about that. It feels like it&#8217;s such a small change, but it&#8217;s something that you want to be up top there, so I&#8217;m really excited that that finally made it. That&#8217;s the kind of thing that it&#8217;s like, &#8220;Why is it that hidden?&#8221; And it&#8217;s also something that it&#8217;s toggled, so you need to click it before you see it. So now, it&#8217;s up there, right where you need all the info for your photos.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>Maggie Cabrera: </em>Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, yeah. Yeah, the web pages become more and more just also visually, need to be visually attractive. You need to have a featured image for the social posts. Yeah, so it&#8217;s such a strong piece of your design that it should be more in the forefront, as it is now. Yeah. Yeah, speaking of featured image, you can now use the featured image in a media and text block, which I find exciting, because you don&#8217;t need to use complicated columns. Yeah, you can just use a media and text block for your featured image, and the title of your post, and then it kind of shows up in a great way, and you don&#8217;t have it as a background, or as a cover, or something like that; it&#8217;s just the picture has its own right, actually, in your header of your post, or in your archive pages. Yeah, so I really like it. Have you seen any designs for that yet?</p>\n\n\n\n<p><em>Maggie Cabrera: </em>No. You&#8217;ve seen that particular block, but I can think of a few things that I&#8217;ve worked on that try to replicate the same thing with columns, and I&#8217;m glad that now, we can do it with the media and text block, which is probably simpler than those solutions that we built. So yeah, I&#8217;m excited to have another tool for the theme developers to get those featured images in your posts. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, media and text block is actually quite versatile in how you can use it, and also, the expanding of the picture when the text goes bigger, and yeah, it&#8217;s all some automation in there. That was very intriguing.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> And the responsive controls, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It was very intriguing to me, yeah, when I first kind of encountered it, and we mentioned it before, for the featured image, now, you can attach a box shadow or a drop shadow around it. It has support for that now. So you could have borders that are rounded plus a drop shadow on your featured image in the single post. It&#8217;s really cool. Yeah, I like it.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yep.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So the layout changes are part of the grid layout experiments? Have you experimented with those grid layouts that are coming to WordPress, or to the Gutenberg Times?</p>\n\n\n\n<p><em>Maggie Cabrera:</em> I have tested some of the PRs. This is not yet on Core, right?&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> No, it&#8217;s on 18.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Okay. Yeah, so that&#8217;s the reason why I haven&#8217;t used it in a production-ready theme, but I&#8217;m really excited. I&#8217;m following it, because I think it&#8217;s great. It&#8217;s the future of layout in WordPress. So I&#8217;m super stoked about how fast it&#8217;s moving, because grid is so complicated, and thinking about a UI for grid, that it&#8217;s both complex enough to give you all the tools that you need for those complicated layouts, while are still being friendly for users who don&#8217;t know how grid works in CSS, it&#8217;s an incredible difficult accomplishment. So I&#8217;m really excited to see it advance, and it&#8217;s looking really, really promising. I really think it&#8217;s the future for theme layout. So I&#8217;m really looking really closely into those features.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So right now, you can only experience it when you enable the grid layouts in the experiments section of the Gutenberg plugin, but it&#8217;s really eye-opening how it all works, and there are two new features in there, that one is to have start row, and column start and row start controls in the grid so inside the grid, so you can drag and drop around blocks, and use the drag and drop, which is, visually, much easier to accomplish than trying to figure out which column to put where, something wherever, and another one is that you can group blocks in a grid, so you have six paragraphs, and then you highlight them all, and you click the grid button, and then it arranges them in whatever grid you say, three by three, three by two, four by two, kind of&#8230; Yeah, it&#8217;s actually really magic. Yeah.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> It&#8217;s magic. It&#8217;s magic, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, yeah, and it&#8217;s just so amazing that this is possible in WordPress, where you never had any layout tools before. Yeah, so yeah, we are really happy about that. The next thing is that, also, in the site editor, when you look at styles, up until now, you have just the style variations, but now, you also have access to the color and the typography presets in the same page or same column. So you can say, &#8220;Okay, I want this style variation, but I want it in a different color, and I want a different font for that.&#8221; So that informs your whole site as well. You don&#8217;t have to do it for every block, and every template, or something like that. Yeah, so this is really powerful to kind of bring the global styles, not only to the style variations, but also to color and typography presets. Yeah.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah, sometimes you really like everything about a style variation, but the colors or the typography, and now, you can mix and match however you like, which is nice having the extra option, and I think it&#8217;s also a stepping stone for more changes, in that vein, that will come. So yeah, I&#8217;m excited about that, too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, and it&#8217;s also visually pleasing. So if you try that out, then when you use the Gutenberg plugin, you have some great visual representation of what the presets would be like, and also, when you click on it, you have a preview on the right-hand side, so you know what you get yourself into. So it&#8217;s really good.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">APIs</h3>\n\n\n\n<p>There&#8217;s a new API for developers, and that is the plugin document settings panel. So in the document settings, you can have, now, a slot fill, where you, as a plugin developer, you can have put additional fields in there, additional information, and additional controls, and it&#8217;s now available, also, for the site editor. You could do this on the post editor, but now, it&#8217;s also available for the site editor. So there&#8217;s this matching-up with post editor and site editor kind of becoming the same.</p>\n\n\n\n<p><em>Maggie Cabrera</em>: Yes. Yeah, that&#8217;s important.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh yeah. There&#8217;s one bug fix that I really love, and that&#8217;s the code bug. Finally. So yeah, especially for the developer blog, yeah, we had a few code examples.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> I see why you highlighted it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> &#8230; where we had to kind of spend hours, no, not hours, but at least a half an hour, very tedious work, to remove the breaks, and kind of have new lines in there in code view. So, now, that&#8217;s finally solved, and yeah, we can now start writing again.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Focus your time on what&#8217;s important, yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s actually very soothing. It&#8217;s almost meditative doing that, but you need to be in the mindset for that.</p>\n\n\n\n<p><em>Maggie Cabrera: </em>Oh, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, yeah.</p>\n\n\n\n<p><em>Maggie Cabrera</em>: Put on some music.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, put on some music. Yeah.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah, I get it.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I think I wanted to highlight one of the documentation things. So, if you, as plugin developer, or agency developer, are interested in the data views, there is a&#8230; Well, all the components are in a storybook kind of site that gives you a representation outside of context of a component, and you can see all the attributes for it, and you can try it out, and they just updated the story for the data views component, and so it&#8217;s easier for if you want to kind of experiment with it, or, in your research, you can definitely use it now, and get a better handle on how the data views would maybe work for you in your plugin, and give us your more complicated custom post types that you might have. I will link the story to this DataViews component into the show notes so you don&#8217;t have to hunt it down.</p>\n\n\n\n<p>I think that was it. That&#8217;s all from the Gutenberg plugin 18.0. Of course, if you&#8217;re interested in any of the other 209 PRs, the release post will be on makeblog/core later, after we&#8217;ve finished recording, but way before this podcast is published, so we&#8217;ll have it there for you in the show notes.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development or Discussed</h3>\n\n\n\n<p>Now, we&#8217;re at the section of what&#8217;s in active development or discussed, and I wanted to point out for you, dear listeners, what&#8217;s coming with the admin design. We know we see a few things already in the site editor, and as kind of a prototype of Saxon Fletcher from the design team showed in the video how the next version of DataViews, the admin pages, could work, and it&#8217;s an insightful 18-minute video shared in the design channel, and he summarizes the most recent thinking, particularly about layout and transitions in and out of the editor, and walks us through some of the Figma views and prototypes. It also goes into details about some of the Core paradigms, and if you&#8217;re not part of the WP Slack, you can also watch it via the latest design share on the Make design blog. So, Maggie, did you watch it? What was the most intriguing for you, or what was it from it?</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah, we talked about the DataViews earlier, and I think it&#8217;s really exciting to see how it&#8217;s shaping up. I think one of the comments that he makes is probably what some of the people have mentioned, about how the drilldown on the sidebar looks like, and how you&#8217;ve got to kind of click too many times to get where you want, and if you want to go back, you got to get taken back again, and it&#8217;s nice that they&#8217;re looking into that, and see if they&#8217;re going to iterate on that design. I think it&#8217;s really important for extenders, and even just regular users, to look into those design explorations, and give them feedback, because there&#8217;s only so many things that the design team can take into account, even though they make a great job at trying to figure out all use cases, and all probable ways of using the WordPress admin, but if you have feedback, I think this is the key moment to give it. So go ahead and look at the video. It&#8217;s really exciting. I think it looks really good, and I&#8217;m super stoked to see it actually live, and maybe even work on it. I really enjoyed, particularly, the color stuff, so I&#8217;ll delve into that, if I can chime in on that, but yeah, absolutely 100% look into it and give feedback, because now is the moment. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, what struck me as really interesting to see was how the new layout, we talked about the layout being on the left-hand side, being the menu, and then you get a list view, and then a preview, that has also been explored to use with more complicated custom postings, like a product, for instance, that has a few additional settings that you need to enter it, and he showed, very nicely, how that can be done in that content area in the middle of it, and then you could either switch to settings of the product, and have additional tabs, and additional fields and forms, or you could go and edit the product in an editor view. So I think there&#8217;s some great explorations there, in terms of more complicated custom post types, and to see those in a more modern interface is, really, it&#8217;s quite exciting for me. Yeah, and I can see how, because the admin designs are all extensible right now, and that accessibility needs to come back. So yes, so&#8230;</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Yeah. WordPress needs plugins to live. Plugins are the soul of WordPress, so having them be more consistent with the general admin field is going to make WordPress, in general, a better experience for any users, whatever the plugins are. So that&#8217;s really good.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, in the Figma space section, it also showed some of the standard colors, and how the variables for primary, secondary, and tertiary could work out, but he also had a section in there where he changed a whole palette from light to dark, and then every screen would also follow suit, and how that is already thought through about it because admin themes are, I think on Core, we have six or seven admin themes, and plugins add additional ones there, so that needs to be taken care of as well. And with the Figma place, where all the standards are, it&#8217;s probably easier for the plugin developers to make decisions, and to come forward to going to production much faster than before, because they don&#8217;t have to invent the wheel over and over again. Yeah, so that&#8217;s an active discussion on the design team, and I have a link for you in the show notes, and, with that, we are at the end of the show.&nbsp;</p>\n\n\n\n<p>Maggie, it has been a great pleasure to chat with you, and I hope you&#8217;ll come back in a few months for another Gutenberg Changelog episode.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Absolutely. Yeah, I would be really happy to. It&#8217;s been a pleasure for me. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Thank you, Maggie.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Thank you so much for inviting me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Absolutely, and the pleasure was all mine. So, before we end the show, I want to remind everyone, April 9th, next Developer Hours on the Interactivity API at 1400 UTC. I think it&#8217;s 8:00 AM Eastern, but don&#8217;t hold me to that.&nbsp;</p>\n\n\n\n<p>As always, the show notes will be published on gutenbergtimes.com/podcast. This is episode 98, and if you have questions, or suggestions, or news you want us to include, send them to <a href=\"mailto:Changelog@GutenbergTimes.com\">Changelog@GutenbergTimes.com</a>. That&#8217;s <a href=\"mailto:Changelog@GutenbergTimes.com\">Changelog@GutenbergTimes.com</a>, and if you want to write a review about our podcast, I think our last reviews were from 2021. I also have asked that much for it, and I have the experience that when you ask for it, people will step up to the plate and write a review. So if you want to do that, that would be really helpful, because it helps with discovery for new people. All right, that&#8217;s it. Thanks for listening. Goodbye.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> Goodbye.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Until the next time. See you.</p>\n\n\n\n<p><em>Maggie Cabrera:</em> See you.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Mar 2024 19:57:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Gutenberg Times: Gutenberg 18.0, Playground, Pattern, and Form plugins and so much more — Weekend Edition 289\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=28030\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://gutenbergtimes.com/gutenberg-18-0-playground-pattern-and-form-plugins-and-so-much-more-weekend-edition-289/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24294:\"<p>Happy Easter if you celebrate it! 🐰 🐣&nbsp; The Easter weekend has a total different vibe in Munich as it had in Naples. In Naples, it was just a normal weekend, and you could get groceries over the weekend, and other shopping done.  Here it is a four-day weekend with Good Friday and Easter Monday as bank holidays and except for Saturday, almost all shops are closed. </p>\n\n\n\n<p>On Thursday, everyone was out grocery shopping for the long weekend. We went to our weekly neighborhood market and were surprised by the long queue in front of every stand. People weren&#8217;t deterred by the pouring rain. It took us twice as long to make our purchases then in a normal week. I bet the lines would have been even longer without the rain. </p>\n\n\n\n<p>We bought the first white asparagus already, some fish salad and graved lachsforelle from the local trout farmer, vegetable from the local farmers and butter and eggs from the local dairy farmers. At each stand, during the cash payment process you have a little chat with the merchant. I cherish these moments in the non-online, the analog world, that hasn&#8217;t changed for centuries. Interpersonal connections are so much richer than anything that can happen online,  writes she who has been building websites for 28 years. Anyway. What are your favorite offline every day interactions, you cherish?</p>\n\n\n\n<p>Now back to the world of blocks, themes, and plugins. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/gutenberg-18-0-playground-pattern-and-form-plugins-and-so-much-more-weekend-edition-289/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/gutenberg-18-0-playground-pattern-and-form-plugins-and-so-much-more-weekend-edition-289/#upcoming-events\">Upcoming events</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/gutenberg-18-0-playground-pattern-and-form-plugins-and-so-much-more-weekend-edition-289/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/gutenberg-18-0-playground-pattern-and-form-plugins-and-so-much-more-weekend-edition-289/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/gutenberg-18-0-playground-pattern-and-form-plugins-and-so-much-more-weekend-edition-289/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</a></li></ol>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>This week we expected WordPress 6.5 to land. After further deliberation evaluating late bug fixes, the release team <a href=\"https://make.wordpress.org/core/2024/03/25/wordpress-6-5-release-delayed-1-week/\">decided to move the release date</a> until after Easter and so committers have enough time to review the code and add some testing. The <a href=\"https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-4/\"><strong>WordPress 6.5 Release Candidate </strong></a>4 is now available for testing. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Gutenberg 18.0 plugin version was released. You can read everything about it in the release post <a href=\"https://make.wordpress.org/core/2024/03/27/whats-new-in-gutenberg-18-0-27-march/\"><strong>What’s new in Gutenberg 18.0? (27 March)</strong></a>. As highlight, I pointed out: the newly added sitewide color and typography presets you find in <strong>Site Editor &gt; Styles</strong> section, you can now use the feature image in a Media + Text block and features images now have support for drop shadows. Furthermore, the Grid layout experiments showed some great progress </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Core Contributor, <strong>Maggie Cabrera</strong> and I chatted about the updates in Gutenberg 18.0, the Community Theme project and the Contributor mentorship program in our recording of the 98th Gutenberg changelog episode. As always, it will arrive at your favorite podcast app over the weekend. </p>\n\n\n\n<a href=\"https://gutenbergtimes.com/podcast/\"><img width=\"652\" height=\"187\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/03/Screenshot-2024-03-29-at-15.25.06.png?resize=652%2C187&ssl=1\" alt=\"Maggie Cabrera and Birgit Pauli-Haack recording Gutenberg changelog episode 98. \" class=\"wp-image-28062\" /></a>\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-b6fe42ed62408b6fe464d62777dc0282\">🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-98/\">Gutenberg Changelog #98 – WordPress 6.5, Gutenberg 18.0 Community Theme Project and the Contributor Mentorship Program</a> with special guest Maggie Cabrera</p>\n\n\n\n<p>If you haven’t yet, you can subscribe to any of these services and apps:<br /><a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\" target=\"_blank\" rel=\"noreferrer noopener\">Apple Podcasts</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\" target=\"_blank\" rel=\"noreferrer noopener\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\" target=\"_blank\" rel=\"noreferrer noopener\">Google&nbsp;</a>|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\" target=\"_blank\" rel=\"noreferrer noopener\">Podcasts</a>&nbsp;|&nbsp;<a href=\"https://pca.st/7O43\" target=\"_blank\" rel=\"noreferrer noopener\">PocketCasts</a>&nbsp;|&nbsp;&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Podbean</a>&nbsp;&nbsp;<br /><a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\" target=\"_blank\" rel=\"noreferrer noopener\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast/\" target=\"_blank\" rel=\"noreferrer noopener\">RSS</a>&nbsp;|&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg\">Spotify</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest, <a href=\"https://make.wordpress.org/design/2024/03/25/design-share-mar-11-mar-22/\"><strong>Design Share: Mar 11-Mar 22</strong></a>, <strong>Joen Asmussen</strong> lists the work of the WordPress Design Team. In this post, you  also find the links of design resources for WordPress Figma and GitHub spaces in one place. Asmussen shared about the progress of the Grid layout work, Template vs. page content refinements, Template part and proximity selection, color generation and an 18-minute video with Admin updates with Saxon Fletcher. </p>\n\n\n\n<p>In addition, </p>\n\n\n\n<ul>\n<li>progress on synced pattern overrides, a feature that didn&#8217;t make into WordPress 6.5, </li>\n\n\n\n<li>contentOnly improvements</li>\n\n\n\n<li>Top bar organization exploration</li>\n\n\n\n<li>Save &amp; publish</li>\n\n\n\n<li>Openverse dark mode</li>\n\n\n\n<li>Blocks page v2 (<a href=\"https://wordpress.org/blocks/\">https://wordpress.org/blocks</a>)</li>\n</ul>\n\n\n\n<img width=\"652\" height=\"348\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/03/Screenshot-2024-03-29-at-11.39.03.png?resize=652%2C348&ssl=1\" alt=\"Design explorations for Block page version 2\" class=\"wp-image-28041\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Data-liberation</strong> initiative invites developers and product owners to a <a href=\"https://make.wordpress.org/core/2024/03/26/hallway-hangout-data-liberation-discussion-and-brainstorm/\">Hallway Hangout: Data Liberation Discussion and Brainstorm</a> on April 3 at 7 PM UTC don’t worry if you miss it, there will likely be a recording. The topics that might come up are around&nbsp;</p>\n\n\n\n<ul>\n<li>Challenges of migrating from third-party platforms to WordPress</li>\n\n\n\n<li>The good, bad, and ugly of exporting WordPress content</li>\n\n\n\n<li>The potential of interoperability between Block libraries and page builders</li>\n\n\n\n<li>What work will make data liberation, and who should work on it</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"upcoming-events\">Upcoming events</h3>\n\n\n\n<p>April 2, 2024 14:00 UTC <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/300076015/\"><strong>WordPress developer live stream: Testing WP Playground</strong></a> Jonathan Bossenger will  dive deeply into WordPress Playground and all its different permutations, to see what they are capable of, and whether he could replace his custom local development environment with a version of WordPress Playground.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Learn.WordPress and&nbsp;<strong>Bud Kraus</strong>&nbsp;will present “<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/299175971/\"><strong>What’s New In WordPress 6.5?</strong></a>” via Zoom on&nbsp;<strong>Tuesday, April 9 at 19:00 UTC</strong>*. He will demonstrate the new features coming to WordPress 6.5, such as Font Management Revisions for Styles and templates, and the new data view screens coming to the Site Editor.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Also, <strong>April 9, 2024, at 14:00 UTC</strong>*<sup class=\"fn\"><a href=\"https://gutenbergtimes.com/feed/#77c4b891-cd4b-4ec6-a2cb-9c14f0b34849\" id=\"77c4b891-cd4b-4ec6-a2cb-9c14f0b34849-link\">1</a></sup>, <strong>Nick Diego</strong> and <strong>Damon Cook</strong> invite you to the next <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/300032710/\"><strong>Developer Hours: Building custom blocks with the Interactivity API</strong>. </a><strong>Damon Cook</strong> from WP Engine will demonstrate how he built a form submission block that leverages the API. This example will teach you how to kick-start a custom interactive block using the Create Block package, use directives to assign critical attributes to your HTML markup, create the store, and hook up the client-side JavaScript.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>If you are looking for a block-based way to create form, <a href=\"https://twitter.com/MatzeKitt\"><strong>Matthias Kittsteiner</strong></a> has the solution as the <a href=\"https://wordpress.org/plugins/form-block/\"><strong>Form Block</strong></a> plugin. It comes with a Form creation Wizard, you can use unlimited fields and various field types, comes with honeypot implementation, client and server-side validation and built on consent check.  A pro-version is also available at <a href=\"https://formblock.pro/en/.\">Form Block Pro</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><b>Yay Commerce</b>, a long-time WooCommerce extender company,  just published a set of blocks as <strong><a href=\"https://wordpress.org/plugins/brandy-blocks/\">Brandy Blocks</a></strong> in the WordPress Repository, primarily a testimonial block and a 3-column pricing table block. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/RafalTomal\">Rafal Tomal</a></strong> reflected in his post <a href=\"https://rafaltomal.com/why-wordpress/\"><strong>Why I’m Excited About WordPress Again</strong></a> on his journey to Webflow as a site building tool and back and his experience with the Site editor and building the new premium block theme <a href=\"https://rockbase.co/get-rockbase/\">Rockbase.</a> &#8220;The full site editor aligns with the contemporary approach to web design, moving away from viewing websites as static, brochure-like pages. Instead, websites are envisioned as dynamic design systems, and the modern WordPress theme embodies this system.&#8221; Tomal wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>David Artiss</strong>, customer success lead for WordPress VIP,  is using the new Footnotes block and migrated earlier content. And he shared how he did it:  <a href=\"https://artiss.blog/2024/03/adding-footnotes-in-the-wordpress-block-editor/\"><strong>Adding Footnotes in the WordPress block editor</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>Theme shop <strong>Blockify </strong>released a <a href=\"https://wordpress.org/plugins/pattern-editor/\"><strong>Pattern Manager</strong></a> in the WordPress plugin repository. It helps &#8220;you create and edit patterns for WordPress block themes. It automatically exports patterns on save as PHP files to the active themes&nbsp;<code>patterns</code>&nbsp;directory.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In the <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\">#outreach channel</a>, Anne McCarthy posted a question for theme developer and users: </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong><img src=\"https://i0.wp.com/a.slack-edge.com/production-standard-emoji-assets/14.0/apple-medium/1f914.png?w=652&ssl=1\" alt=\":thinking_face:\" />&nbsp;Share your thoughts on what the block theme tag should be in the theme repo&nbsp;<img src=\"https://i0.wp.com/a.slack-edge.com/production-standard-emoji-assets/14.0/apple-medium/1f914.png?w=652&ssl=1\" alt=\":thinking_face:\" /></strong></p>\n\n\n\n<p>In this trac issue&nbsp;<a href=\"https://meta.trac.wordpress.org/ticket/7524\" target=\"_blank\" rel=\"noreferrer noopener\">https://meta.trac.wordpress.org/ticket/7524</a>&nbsp;, it’s proposed to update the&nbsp;&nbsp;<code>full site editing</code>&nbsp;tag for block themes. What makes the most sense to you all to include? If folks can take some time to chime in, I’d appreciate it. I flagged twice now for&nbsp;<a href=\"https://wordpress.slack.com/archives/C02RP4VMP\" target=\"_blank\" rel=\"noreferrer noopener\">#core-themes</a>, and I am hoping to get more voices in the mix.</p>\n<cite>Anne McCarty #outreach </cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Via the <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\">WP Slack #outreach channel</a>, theme builders were invited to discuss their workflows and their challenges in a Hallway Hangout. Here the <a href=\"https://make.wordpress.org/core/2024/03/29/recap-hallway-hangout-using-site-editor-in-production-for-client-sites/\"><strong>Recap Hallway Hangout: Using Site editor in production for client sites</strong></a>. Hot topics, Navigation Block, Theme.json editor and the implementation of patterns, templates and Global styles between database and file system. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his blog post, <a href=\"https://rich.blog/composing-with-patterns/\"><strong>Composing with Patterns, </strong></a> Rich Tabor how <strong>patterns</strong> are pre-made designs that you can add to your website&#8217;s posts and pages. He explains that patterns make it quicker to build nice-looking pages. They also help keep the look of the website the same all over, which is good for people visiting your site. Rich thinks that as people use patterns more and tell WordPress what they like, patterns will get even better and make WordPress easier to use.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2024&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</h2>\n\n\n\n<p><strong>Bernie Reiter</strong> and <strong>Nick Diego</strong> took participants of the Developer Hours on the journey  <a href=\"https://www.youtube.com/watch?v=ezPHiyhhaoQ\"><strong>exploring Block Hooks in WordPress 6.5</strong></a>. In addition to covering the basics, they looked at practical examples that you can implement in your projects.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Coords</strong> shows you in his latest video on YouTube how he uses <a href=\"https://www.youtube.com/watch?v=qD5U7TNUKTQ\"><strong>Block Variations with the Block Bindings API</strong></a> and how you can offer a &#8220;no-code&#8221; experience for your users with Block Variations. Coords share <a href=\"https://github.com/bacoords/example-block-variation\">his code via GitHub</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest live stream, <strong>Ryan Welcher</strong> explored <a href=\"https://www.youtube.com/watch?v=EZnZQa_wjME\"><strong>Using Playground to preview plugins</strong></a>, and building a blueprint to show off some features of his  <a href=\"https://wordpress.org/plugins/advanced-query-loop/\">Advanced Query Loop plugin.</a> He walks through the process of how to set up a blueprint for the WordPress plugin repository, and then how to create demo content and integrate them into a blueprint as well.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jonathan Bossenger</strong> explains the difference between <strong><a href=\"https://wordpress.tv/2024/03/28/static-vs-dynamic-blocks/\">Static and Dynamic Blocks</a>,</strong> for the series of Introduction to Block development. In this video, Bossenger looks at what the difference is between static and dynamic blocks, how to determine which is right for your needs, and the different approaches for development. </p>\n\n\n\n<p>If you rather learn by reading than by watching, <strong>Joni Halabi</strong>, published an article covering a similar topic: <a href=\"https://developer.wordpress.org/news/2023/02/27/static-vs-dynamic-blocks-whats-the-difference/\"><strong>Static vs. dynamic blocks: What’s the difference?</strong></a> on the WordPress Developer Blog. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>🗞️ Speaking of Developer Blog: This week saw three new articles published; </p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/2024/03/25/exploring-the-block-hooks-api-in-wordpress-6-5/\"><strong>Exploring the Block Hooks API in WordPress 6.5</strong></a> by <strong>Nick Diego.</strong> The Block Hooks API is an extensibility mechanism that allows you to dynamically insert blocks into block themes. Learn how to use the API in your projects in this comprehensive overview.</p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/2024/03/26/how-to-use-wordpress-react-components-for-plugin-pages/\"><strong>How to use WordPress React components for plugin pages</strong></a> by <strong>Robert Mészáros</strong>. Learn how to create a settings page with multiple controls using WordPress React components for a plugin that displays an announcement bar on the front end.</p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/2024/03/28/how-to-work-effectively-with-the-useselect-hook/\"><strong>How to work effectively with the useSelect hook</strong></a> by <strong>Jarda Snajdr</strong>. This article is about the useSelect React hook from the @wordpress/data library. It offers several tips and tricks on how to use it in the most efficient way possible, and answers many subtle questions about how it really works.</p>\n\n\n\n<p><em>If you don&#8217;t want to miss any new posts on the Developer blog, head on over there and <a href=\"https://developer.wordpress.org/news/subscribe/\">subscribe via email</a>. </em></p>\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" alt=\"GitHub all releases\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image: Scooters at the Festival of Lights, Taipei, Taiwan by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n<ol class=\"wp-block-footnotes\"><li id=\"77c4b891-cd4b-4ec6-a2cb-9c14f0b34849\"> <a href=\"https://gutenbergtimes.com/feed/#77c4b891-cd4b-4ec6-a2cb-9c14f0b34849-link\">↩︎</a></li></ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Mar 2024 07:59:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"HeroPress: Jouralism, 5000 Theme Reviews, WordCamp Europe and more!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=6624\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:173:\"https://heropress.com/jouralism-5000-theme-reviews-wordcamp-europe-and-more/#utm_source=rss&utm_medium=rss&utm_campaign=jouralism-5000-theme-reviews-wordcamp-europe-and-more\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14741:\"<img width=\"1024\" height=\"683\" src=\"https://heropress.com/wp-content/uploads/2024/03/5665f5e9afc734c8.12871696-1024x683.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Front view of a Boeing 737-8AS airplane taking off from an airport runway, viewed from the perspective of the airport with a fence in the foreground and a hilly landscape with buildings in the background.\" /><div class=\"kb-row-layout-wrap kb-row-layout-id6624_9229b7-a3 alignnone wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n\n<div class=\"wp-block-kadence-column kadence-column6624_1c0628-36\"><div class=\"kt-inside-inner-col\">\n<p>Once again some extra stuff outside the normal HeroPress fare!</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6624_231904-31\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6624_b0f88b-90 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6624_08fcd7-bc inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6624_b11492-92 wp-block-kadence-advancedheading\"><a href=\"https://heropress.com/\">HeroPress.com</a> &#8211; <a href=\"https://heropress.com/essays/words-to-wordpress-the-uncharted-path-of-syed-laden/\">Words to WordPress: The Uncharted Path of Syed Laden</a></h2>\n\n\n\n\n<div class=\"wp-block-image is-style-default\">\n<a href=\"https://heropress.com/essays/words-to-wordpress-the-uncharted-path-of-syed-laden/\"><img width=\"300\" height=\"300\" src=\"https://heropress.com/wp-content/uploads/2024/03/1052441B-31C7-4153-94F9-227FF564B1E1-Photoroom.png-Photoroom-300x300.webp\" alt=\"\" class=\"wp-image-6608\" /></a></div>\n\n\n<p>Syed Laden didn&#8217;t set out to be &#8220;into&#8221; technology, being a journalist. But when the right tool came along, he fell in love. </p>\n\n\n\n<p><em>My mission is simple: to bridge the gap between tech savviness and digital expression. WordPress is for everyone, and I’m here to prove it.</em></p>\n\n\n\n<p>Syed&#8217;s essay is <a href=\"https://heropress.com/essays/words-to-wordpress-the-uncharted-path-of-syed-laden/\">available</a> on <a href=\"https://heropress.com\">HeroPress.com</a>.</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6624_ae33f6-6d\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6624_2a0ab9-e1 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6624_e1f421-53 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<img width=\"1024\" height=\"390\" src=\"https://heropress.com/wp-content/uploads/2024/03/Badge-Facebook-cover-We-are-Media-Partners-1024x390.png\" alt=\"We\'re Media Partners!\" class=\"kb-img wp-image-6631\" />\n\n\n\n<div class=\"wp-block-kadence-image kb-image6624_931128-a3\"><a href=\"https://heropress.com/wp-content/uploads/2024/03/Vespa-Piaggio-Wapuu.png\" class=\"kb-advanced-image-link\"><img width=\"300\" height=\"220\" src=\"https://heropress.com/wp-content/uploads/2024/03/Vespa-Piaggio-Wapuu-300x220.png\" alt=\"\" class=\"kb-img wp-image-6632\" /></a></div>\n\n\n\n<p>That&#8217;s right, HeroPress is once again a WordCamp Europe Media Partner AND I&#8217;m going to attend!</p>\n\n\n\n<p>I plan to interview people while I&#8217;m there, so please come say hi to me.  If you don&#8217;t want to be interviewed, please come say hi to me and I won&#8217;t ask you any questions.  :)</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6624_3c0336-b9\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6624_885731-7c alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6624_d22a24-27 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<a href=\"https://kafleg.com.np/5k-wordpress-themes-reviewed/\" class=\"kb-advanced-image-link\"><img width=\"834\" height=\"417\" src=\"https://heropress.com/wp-content/uploads/2024/03/theme_reviews_number.jpg\" alt=\"\" class=\"kb-img wp-image-6629\" /></a>\n\n\n\n<p>The other day HeroPresser Ganga Kafle wrote to me from Nepal to let me know he recently finished his 5000th theme review! He did a great <a href=\"https://kafleg.com.np/5k-wordpress-themes-reviewed/\">blog post</a> about how he got started and who mentored him.  Coincidentally, most of them were HeroPressers!</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6624_21c670-e7\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6624_2fd581-cb alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6624_735a1d-7c inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6624_c246c6-42 wp-block-kadence-advancedheading\"><a href=\"https://hallwaychats.com\">WPPhotos.Info</a></h2>\n\n\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://wpphotos.info/close-up-percussion-instruments/\"><img width=\"300\" height=\"200\" src=\"https://heropress.com/wp-content/uploads/2024/03/79965f5f3b9e5c6b3.44956242-scaled-1-300x200.jpg\" alt=\"A close-up of percussion instruments, prominently featuring a tambourine placed on top of a Deagan xylophone, with drumsticks resting on a music stand and a cymbal in the background.\" class=\"wp-image-6630\" /></a></div>\n\n\n<p>Nice close-up taken by <a href=\"https://wordpress.org/photos/author/roytanck/\">Roy Tanck</a>. Here a short story:</p>\n\n\n\n<p>“This picture was taken at the National Military Museum in Soesterberg, NL. I was actually there to photograph their collection of tanks and fighter jets. They have several jets, including an F16, suspended from the ceiling. But when I was there they were also hosting the “Night of the Military Music”, a two-day music event. These instruments were set up to be used later in the day.”</p>\n\n\n\n<p><a href=\"https://wpphotos.info/close-up-percussion-instruments/\">Read more of the story at WPPhotos.info!</a></p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6624_333b50-2b\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6624_4639ae-64 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6624_bd0131-52 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6624_aad73c-cc wp-block-kadence-advancedheading\"><a href=\"https://wppodcasts.com\">WP Podcasts</a></h2>\n\n\n\n\n\n<a href=\"https://wppodcasts.com\"><img src=\"https://heropressnetwork.com/wp-content/uploads/2024/01/pocket_casts_single_315.png\" alt=\"Pocket Casts image\" class=\"wp-image-4316\" /></a>\n\n\n\n<p>There were <em>twenty-two</em> WordPress podcast episodes released this week!</p>\n\n\n\n<ul>\n<li><a href=\"https://underrepresented-in-tech-1.castos.com/episodes/invisible-disabilities-feat-caylin-white#new_tab\">Invisible Disabilities (feat. Caylin White)</a> from <a href=\"https://wppodcasts.com/podcast/underrepresented-in-tech/\">Underrepresented in Tech</a></li>\n\n\n\n<li><a href=\"https://remkusdevries.com/podcast/elevating-wordpress-education-insights-from-jonathan-bossenger/#new_tab\">Elevating WordPress Education: Insights from Jonathan Bossenger</a> from <a href=\"https://wppodcasts.com/podcast/within-wordpress/\">Within WordPress</a></li>\n\n\n\n<li><a href=\"https://unbilleteachattanooga.com/episodio-255/#new_tab\">Episodio 255: Review de WordCamp Torrelodones 2024</a> from <a href=\"https://wppodcasts.com/podcast/un-billete-a-chattanooga/\">Un billete a Chattanooga</a></li>\n\n\n\n<li><a href=\"https://www.wppodcast.fr/podcast/wordpress-media-corps/#new_tab\">19. WordPress Media Corps</a> from <a href=\"https://wppodcasts.com/podcast/wordpress-podcast-francais/\">WordPress Podcast (français)</a></li>\n\n\n\n<li><a href=\"http://www.ivoox.com/arte-hacer-preguntas-para-vender-con-audios-mp3_rf_126432063_1.html#new_tab\">El Arte de hacer preguntas para vender. Con Jokin Fernández</a> from <a href=\"https://wppodcasts.com/podcast/club-wordpress-emprendedores-online/\">Club WordPress Emprendedores Online</a></li>\n</ul>\n\n\n\n<p>There are new episodes every single day, so be sure to stop by <a href=\"https://wppodcasts.com\">WPPodcasts.com</a> and search for things that interest you!</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6624_98fe15-27\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6624_40f699-80 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6624_bdd9ba-8a inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 id=\"wpphotos\" class=\"kt-adv-heading6624_d578e6-b7 wp-block-kadence-advancedheading\"><a href=\"https://wordpress.org/photos\">WP Photos</a></h2>\n\n\n\n<p>Here are some of the great photos submitted to the <a href=\"https://wordpress.org/photos\">WPPhotos</a> project this week!</p>\n\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2024/03/53165ff07eaf28c20.83046093-scaled.jpg\"><img width=\"683\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2024/03/53165ff07eaf28c20.83046093-683x1024.jpg\" alt=\"Looking back through a side mirror of a car reveals a row of cherry blossom trees in bloom on a neighborhood street lined with cars. The camera taking the photo is barely in view in the side mirror.\" class=\"wp-image-6637\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/53165ff07e/\">photo</a> by <a href=\"https://wordpress.org/photos/author/annezazu/\">annezazu</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2024/03/69565fa4461789ba5.31742062-scaled.jpg\"><img width=\"768\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2024/03/69565fa4461789ba5.31742062-768x1024.jpg\" alt=\"a mayfly on a glass surface, reflected symmetrically.\" class=\"wp-image-6638\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/69565fa446/\">photo</a> by <a href=\"https://wordpress.org/photos/author/ajithrn/\">Ajith R N</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2024/03/85665fee10fb74437.27225028-scaled.jpeg\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/03/85665fee10fb74437.27225028-1024x768.jpeg\" alt=\"A street dog is sleeping under the evening sun. From Pantheerankav, Kozhikode, Kerala.\" class=\"wp-image-6639\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/85665fee10/\">photo</a> by <a href=\"https://wordpress.org/photos/author/mbigul/\">Bigul Malayi</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2024/03/90065fe1e37c05ab7.12425413-scaled.jpg\"><img width=\"1024\" height=\"683\" src=\"https://heropress.com/wp-content/uploads/2024/03/90065fe1e37c05ab7.12425413-1024x683.jpg\" alt=\"A brown rabbit sitting on gravel near a metal gate with plants visible in the background.\" class=\"wp-image-6640\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/90065fe1e3/\">photo</a> by <a href=\"https://wordpress.org/photos/author/nilovelez/\">Nilo Velez</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2024/03/2516602bb29c08da0.74950620-scaled.jpg\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/03/2516602bb29c08da0.74950620-1024x768.jpg\" alt=\"A Bengal tiger lying on the grass. It has a rich orange fur coat with black stripes, and its front paws are extended forward.\" class=\"wp-image-6641\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/2516602bb2/\">photo</a> by <a href=\"https://wordpress.org/photos/author/neusitas/\">neusitas</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2024/03/3746602d32f248af1.64336328-scaled.jpg\"><img width=\"1024\" height=\"684\" src=\"https://heropress.com/wp-content/uploads/2024/03/3746602d32f248af1.64336328-1024x684.jpg\" alt=\"Close-up of a forsythia leaf shoot. Light green leaves on a dark background.\" class=\"wp-image-6642\" /></a><a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/3746602d32/\">photo</a> by <a href=\"https://wordpress.org/photos/author/werkform/\">werkform</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.\n\n\n\n\n<p>Be sure to check out the <a href=\"https://wordpress.org/photos/\">hundreds of other great photos</a>!</p>\n</div></div>\n\n</div></div><p>The post <a href=\"https://heropress.com/jouralism-5000-theme-reviews-wordcamp-europe-and-more/\">Jouralism, 5000 Theme Reviews, WordCamp Europe and more!</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Mar 2024 08:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.org blog: WordPress 6.5 Release Candidate 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17136\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2024/03/wordpress-6-5-release-candidate-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6552:\"<p>The latest release candidate (RC4) for WordPress 6.5 is ready!&nbsp;</p>\n\n\n\n<p>This release candidate is an addition to the existing WordPress 6.5 release cycle. It allows more time for testing to ensure every feature and improvement is in the best shape possible.&nbsp;</p>\n\n\n\n<p>The updated target for the WordPress 6.5 release is <strong>April 2, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-5/\">6.5 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-5/\">6.5-related posts</a> for further details.&nbsp;If you’re looking for more detailed technical notes on new features and improvements, the <a href=\"https://make.wordpress.org/core/2024/03/15/wordpress-6-5-field-guide/\">WordPress 6.5 Field Guide</a> is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What to expect in WordPress 6.5 RC4</h2>\n\n\n\n<p>There’s been a lot of helpful feedback regarding one of this release’s highlighted features: the Font Library. This has resulted in some <a href=\"https://make.wordpress.org/core/2024/03/25/wordpress-6-5-release-delayed-1-week/\">additional improvements needed</a> to make sure the greatest number of sites possible can benefit from this anticipated new feature.&nbsp;</p>\n\n\n\n<p>This release also includes six<strong> </strong>bug fixes for the Editor and 10+ <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=03%2F13%2F2024..03%2F19%2F2024&resolution=fixed&milestone=6.5&col=id&col=summary&col=milestone&col=owner&col=type&col=priority&order=id\">tickets for WordPress Core</a>. For more technical information related to issues addressed since RC3, you can browse the following links: </p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-03-20&until=2024-03-28\">GitHub commits for 6.5</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=03%2F20%2F2024..03%2F28%2F2024&resolution=fixed&milestone=6.5&col=id&col=summary&col=milestone&col=owner&col=type&col=priority&order=id\">Closed </a><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=03%2F13%2F2024..03%2F19%2F2024&resolution=fixed&milestone=6.5&col=id&col=summary&col=milestone&col=owner&col=type&col=priority&order=id\">Trac</a><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=03%2F20%2F2024..03%2F28%2F2024&resolution=fixed&milestone=6.5&col=id&col=summary&col=milestone&col=owner&col=type&col=priority&order=id\"> tickets</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How to test</h2>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC4 on a test server and site.</p>\n\n\n\n<p>While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.5 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.5 RC4 in four ways:</p>\n\n\n\n<table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.5-RC4.zip\">RC4 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br /><code>wp core update --version=6.5-RC</code>4</td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\">6.5 RC4 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table>\n\n\n\n<h2 class=\"wp-block-heading\">Here comes the haiku</h2>\n\n\n\n<p>With some extra time<br />Test, rinse, repeat, and refresh<br />WordPress will really shine</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 16:34:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Lauren Stein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Gravatar: New Gravatar Profile Features: Make It Yours\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1223\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://blog.gravatar.com/2024/03/28/new-gravatar-profile-features-make-it-yours/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2701:\"<p class=\"has-medium-font-size\"><em>Gravatar Profiles are the newest, yet original, link in bio.</em></p>\n\n\n\n<p>Gravatar provided you a free profile page and home on the web long before all the Instagram influencers made it a thing. </p>\n\n\n\n<p>But we heard you. Your Gravatar profile page has always been a little too cookie-cutter. Now, you can customize it with fresh features that let you stand out online. </p>\n\n\n\n<p>Let&#8217;s dive in.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Your Links, Your Order</h2>\n\n\n\n<img width=\"660\" height=\"495\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/03/image-13.png?w=660\" alt=\"\" class=\"wp-image-1227\" />\n\n\n\n<p>Rearrange your verified links. Today&#8217;s highlight upfront, tomorrow&#8217;s passion project next. Flexibility, finally.</p>\n\n\n\n<p>You can also now hide individual verified accounts, keeping the connection in your Gravatar Profile but not displaying it on your public profile page.</p>\n\n\n\n<p>To rearrange, click the small button with 3 dots in the <em>Verified Accounts</em> menu.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Color Your Profile</h2>\n\n\n\n<img width=\"660\" height=\"495\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/03/image-16.png?w=660\" alt=\"\" class=\"wp-image-1238\" />\n\n\n\n<p>New background colors and overlays are here. Minimalist? Vibrant? It&#8217;s your call—your Gravatar, your palette.</p>\n\n\n\n<p>Buttons and links also get a color update. They used to always be blue, but now you can match them to your mood, your style, or your brand. It&#8217;s all in your hands.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Unique URL</h2>\n\n\n\n<img width=\"660\" height=\"495\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/03/image-15.png?w=660\" alt=\"\" class=\"wp-image-1239\" />\n\n\n\n<p>You may not like the URL for your profile, or you may want something easier to remember and share. Well, now you can edit your URL. </p>\n\n\n\n<p>Look for the Change profile URL link in the bottom left-side menu when editing your profile. Please note that editing your URL will also change your WordPress.com username.</p>\n\n\n\n<p>Make it memorable, make it you. Stand out in the digital crowd and share your URL with the world. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Why These Updates?</h2>\n\n\n\n<p>Gravatar is your web-wide passport. We&#8217;re just making it more you. More control, more customization, more ways to express who you are.</p>\n\n\n\n<p>Jump into your <a href=\"https://gravatar.com/profile\">Gravatar account</a>. Play with the new settings. Rearrange, recolor, rename. Your digital identity awaits a makeover.</p>\n\n\n\n<p>We&#8217;re here for any questions. Welcome to the next level of personalizing your online presence. With more to come soon!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:34:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Do The Woo Community: Welcome our Newest Sponsor Cloudways to the Woo ProductChat Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://dothewoo.io/welcome-our-newest-sponsor-cloudways-to-the-woo-productchat-show/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://dothewoo.io/welcome-our-newest-sponsor-cloudways-to-the-woo-productchat-show/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"<p>We welcome Cloudways, managed cloud hosting for WordPress and WooCommerce, as a sponsor of our Woo ProductChat show.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"Do The Woo Community: Database Optimization, Monitoring Tools, and Client Communication with Nenad Conić\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://dothewoo.io/database-optimization-monitoring-tools-and-client-communication-with-nenad-conic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://dothewoo.io/database-optimization-monitoring-tools-and-client-communication-with-nenad-conic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"<p>Nenad Conić from Maksimer gives tips on scaling WooCommerce, tools for optimizing the database for scalability in high traffic events.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Do The Woo Community: The Path for Creating a Premium Plugin Extension with Maarten Belmans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://dothewoo.io/the-path-for-creating-a-premium-plugin-extension-with-maarten-belmans/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://dothewoo.io/the-path-for-creating-a-premium-plugin-extension-with-maarten-belmans/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"<p>Great tips and insights for WordPress and WooCommerce builders who are creating a plugin that is an extension of an existing plugin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: Do the Woo is an Official Media Partner at CloudFest 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/do-the-woo-is-an-official-media-partner-at-cloudfest-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/do-the-woo-is-an-official-media-partner-at-cloudfest-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"<p>Do the Woo will be covering both the hackathon and the conference during CloudFest 2024 at Europa-Park in Germany.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"Do The Woo Community: Woo Feature Request Board and WooCommerce Plugins for Sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/woo-feature-request-board-and-woocommerce-plugins-for-sale/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/woo-feature-request-board-and-woocommerce-plugins-for-sale/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"<p>In WooBits I amplify a hidden feature request board on Woo.com and 5 WooCommerce premium plugins for sale by our host Katie Keith at Barn2.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Do The Woo Community: The Importance of Product Testing in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://dothewoo.io/the-importance-of-product-testing-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://dothewoo.io/the-importance-of-product-testing-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"<p>WordPress contributors Pooja, Brian and Anand discuss how product testing is crucial and the learning process behind it. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Do The Woo Community: Content Strategies for Woo and WordPress Businesses with Adam and Emma\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://dothewoo.io/content-strategies-for-woo-and-wordpress-businesses-with-adam-and-emma/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://dothewoo.io/content-strategies-for-woo-and-wordpress-businesses-with-adam-and-emma/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"<p>Adam and Emma talking about all things content when it comes to building brand recognition and trust for your Woo and WordPress business.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Do The Woo Community: More Takeaways from State of the Word with Miriam, Nik, Patricia and Mariano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/more-takeaways-from-state-of-the-word-with-miriam-nik-patricia-and-mariano/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/more-takeaways-from-state-of-the-word-with-miriam-nik-patricia-and-mariano/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"<p>One more show with reflections and takeaways from State of the Word 2023.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Do The Woo Community: AI, Accessibility, Security and Privacy in 2024 with Robbie and Robert\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://dothewoo.io/ai-accessibility-security-and-privacy-in-2024-with-robbie-and-robert/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://dothewoo.io/ai-accessibility-security-and-privacy-in-2024-with-robbie-and-robert/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"<p>Hosts Robbie Adair and Robert Jacobi discuss their predictions for 2024, focusing on the acronym ASP: Accessibility, Security, and Privacy</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Do The Woo Community: Gutenberg, the Beginning to the Present with Tammie and Jonathan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://dothewoo.io/gutenberg-the-beginning-to-the-present-with-tammie-and-jonathan/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://dothewoo.io/gutenberg-the-beginning-to-the-present-with-tammie-and-jonathan/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"<p>Hosts Jonathan and Tammie reflect on their experiences with the Gutenberg project in WordPress. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Do The Woo Community: The Future of SEO, Content and AI with Alex Moss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://dothewoo.io/the-future-of-seo-content-and-ai-with-alex-moss/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://dothewoo.io/the-future-of-seo-content-and-ai-with-alex-moss/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"<p>Discover how AI SEO and content creation impacts the future of WordPress and WooCommerce with Dave Lockie and Alex Moss. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Do The Woo Community: Share Your Do the Woo Experience with a Guest Post on the BobWP 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:89:\"https://dothewoo.io/share-your-do-the-woo-experience-with-a-guest-post-on-the-bobwp-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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://dothewoo.io/share-your-do-the-woo-experience-with-a-guest-post-on-the-bobwp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"<p>If you have been a past sponsor, guest or guest host on our shows, consider a follow-up guest blog post on BobWP.com blog.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Do The Woo Community: Do the Woo is a Sponsor and Media Partner for WordCamp Asia 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://dothewoo.io/do-the-woo-is-a-sponsor-and-media-partner-for-wordcamp-asia-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://dothewoo.io/do-the-woo-is-a-sponsor-and-media-partner-for-wordcamp-asia-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"<p>We are returning to WordCamp Asia again, and proud to be a Media Partner again as well as a sponsor for the event.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Do The Woo Community: Make. WordPress. Happy.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://dothewoo.io/make-wordpress-happy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://dothewoo.io/make-wordpress-happy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"<p>Starting 2024 on an optimistic note as I noticed more of my fellow WordPressers feeling more optimistic and happy about WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Do The Woo Community: Goodbye 2023 and Hello 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://dothewoo.io/goodbye-2023-and-hello-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://dothewoo.io/goodbye-2023-and-hello-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"<p>As we look at the past year, and what 2024 holds, we are growing even more globally and elevating more voices. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Do The Woo Community: A Post State of the Word Chat with Rocio Valdivia, Pooja Derashri &amp; José Ramón\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://dothewoo.io/a-post-state-of-the-word-chat-with-rocio-valdivia-pooja-derashri-jose-ramon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://dothewoo.io/a-post-state-of-the-word-chat-with-rocio-valdivia-pooja-derashri-jose-ramon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"<p>Listen to insights and experiences in the Spanish WordPress community, features and updates announced at SOTW, plus getting involved in the WordPress community. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Do The Woo Community: Resources and Opportunities in WordPress for Speaking, Contributing and Connecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://dothewoo.io/resources-and-opportunities-in-wordpress-for-speaking-contributing-and-connecting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://dothewoo.io/resources-and-opportunities-in-wordpress-for-speaking-contributing-and-connecting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"<p>WordCamp opportunities, supporting underrepresented and connecting the WordPress community with resources and sites.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Do The Woo Community: A Post Mortem Marketing Analysis of Black Friday aka Stuff You Should Do\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://dothewoo.io/a-post-mortem-marketing-analysis-of-black-friday-aka-stuff-you-should-do/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://dothewoo.io/a-post-mortem-marketing-analysis-of-black-friday-aka-stuff-you-should-do/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"<p>Adam and Emma discuss the importance of conducting a post-mortem analysis after a major marketing campaign, such as Black Friday.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Do The Woo Community: End of the Year Emerging Tech with Kathy Zant and Dave Lockie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://dothewoo.io/end-of-the-year-emerging-tech-with-kathy-zant-and-dave-lockie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://dothewoo.io/end-of-the-year-emerging-tech-with-kathy-zant-and-dave-lockie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:295:\"<p>In this episode, Kathy and Dave discuss the influence of AI and blockchain on content creation, the rise of businesses using OpenAI API, and the potential of using blockchain for content authentication. They also explore the options for WordPress content and online identity verification.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Do The Woo Community: Page Builders, Documentation and an Scaling for Swifties\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://dothewoo.io/page-builders-documentation-and-an-scaling-for-swifties/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://dothewoo.io/page-builders-documentation-and-an-scaling-for-swifties/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"<p>A look at a couple of polls on page builders and documentation and the WordPressVIP team preparing for an onslaught of Swifties on Time.com.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Do The Woo Community: Share a Question or Comment for the Do the Woo End-of-Year Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://dothewoo.io/share-a-question-or-comment-for-the-do-the-woo-end-of-year-show/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://dothewoo.io/share-a-question-or-comment-for-the-do-the-woo-end-of-year-show/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"<p>Want to share your favorite episode, host or show? Perhaps you have a burning question or comment. Here&#8217;s your chance.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Do The Woo Community: Looking at 2023 and Moving into 2024 with Carl and Zach in Woo DevChat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://dothewoo.io/looking-at-2023-and-moving-into-2024-with-carl-and-zach-in-woo-devchat/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://dothewoo.io/looking-at-2023-and-moving-into-2024-with-carl-and-zach-in-woo-devchat/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"<p>Carl Alexander and Zach Stepek, hosts of Woo DevChat at Do the Woo Podcast, end the year 2023 the only way these two could end a year.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"Do The Woo Community: Agency Client Relations, Team Work and Differentiating with Nuno Morgadinho and Jesper Wallmander\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://dothewoo.io/agency-client-relations-team-work-and-differentiating-with-nuno-morgadinho-and-jesper-wallmander/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://dothewoo.io/agency-client-relations-team-work-and-differentiating-with-nuno-morgadinho-and-jesper-wallmander/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"<p>Nuno Morgadinho from WidgiLabs and Jesper Wallmander from Wallmander Co chat about their experiences and insights into running a WooCommerce Agency</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: Growing Meetups at the WordPress Community Day, Roma 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://dothewoo.io/growing-meetups-at-the-wordpress-community-day-roma-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://dothewoo.io/growing-meetups-at-the-wordpress-community-day-roma-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"<p>In this show the organizers for this event share how the idea transpired for the Next-Gen event and the goals to help grow the Italian WordPress meetup community.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Do The Woo Community: Rebranding Your WordPress Plugin Business with Robert Abela\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://dothewoo.io/rebranding-your-wordpress-plugin-business-with-robert-abela/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://dothewoo.io/rebranding-your-wordpress-plugin-business-with-robert-abela/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"<p>Robert Abela from Melapress shares his story of rebranding his business and also shares some insights into the under-rated user roles in WP.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Do The Woo Community: Do the Woo is Headed to State of the Word 2023 in Madrid\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://dothewoo.io/do-the-woo-is-headed-to-state-of-the-word-2023-in-madrid/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://dothewoo.io/do-the-woo-is-headed-to-state-of-the-word-2023-in-madrid/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:160:\"<p>BobWP from Do the Woo will once again attend State of the Word. The SOTW 2023 will be in Madrid this year to celebrate Spain&#8217;s WordPress community.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Do The Woo Community: ChatGPT Told Me How I Can Do the Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://dothewoo.io/chatgpt-told-me-how-i-can-do-the-woo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://dothewoo.io/chatgpt-told-me-how-i-can-do-the-woo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"<p>How much can ChatGPT tell me about WooCommerce, and doing the Woo. Well, I found out and am sharing it in this weeks WooBits.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Do The Woo Community: Working on Different Open Source Platforms and More with Ian Gordon and Philip James Wylie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://dothewoo.io/working-on-different-open-source-platforms-and-more-with-ian-gordon-and-philip-james-wylie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://dothewoo.io/working-on-different-open-source-platforms-and-more-with-ian-gordon-and-philip-james-wylie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"<p>Ian and Philip from Kanuka Digital talk about WooCommerce, Magento, web specializations and the open source community.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: The Backstory of the New Woo Branding with David Callaway\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/the-backstory-of-the-new-woo-branding-with-david-callaway/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/the-backstory-of-the-new-woo-branding-with-david-callaway/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"<p>David Callaway from Woo.com joins BobWP as they take a deeper dive into the latest WooCommerce branding.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: All Things WordPress 6.4 with Anne McCarthy and Bud Kraus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/all-things-wordpress-6-4-with-anne-mccarthy-and-bud-kraus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/all-things-wordpress-6-4-with-anne-mccarthy-and-bud-kraus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"<p>Anne McCarthy and Bud Kraus join Abha for a chat about the earlier release of WordPress 6.4 filled with insights and experiences from all.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Do The Woo Community: Meetups and State of the Word Watch Parties with Devin Maeztri\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://dothewoo.io/meetups-and-state-of-the-word-watch-parties-with-devin-maeztri/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://dothewoo.io/meetups-and-state-of-the-word-watch-parties-with-devin-maeztri/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"<p>Devin Maeztri joins us as a new host and shares more about meetups and how to put together a State of the Word 2023 watch party.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Do The Woo Community: WordPress Meetups Have Always Had a Place in My Heart\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://dothewoo.io/wordpress-meetups-have-always-had-a-place-in-my-heart/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://dothewoo.io/wordpress-meetups-have-always-had-a-place-in-my-heart/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"<p>A bit of reflection and good feelings seeing more meetups being organized. Plus a teaser for State of the Word and watch parties.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"Do The Woo Community: Now is the Time for Passkeys in WordPress, All the Time with Timothy Jacobs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/now-is-the-time-for-passkeys-in-wordpress-all-the-time-with-timothy-jacobs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/now-is-the-time-for-passkeys-in-wordpress-all-the-time-with-timothy-jacobs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:262:\"<p>On Emerging Tech, Timothy Jacobs of SolidWP explores passkeys, a security tech for WordPress. Eliminating passwords, it uses biometric data, ensuring user safety and resisting phishing. Adopted by major firms, passkeys promise enhanced WordPress security.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Do The Woo Community: Three Years Later, Why Woo Builders?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/three-years-later-why-woo-builders/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://dothewoo.io/three-years-later-why-woo-builders/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"<p>It started with Woo builders. And with the expectation of connecting the global community, it continues with Woo and WordPress builders.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Mar 2024 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 09 Apr 2024 06:17:17 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Tue, 09 Apr 2024 06:15:29 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20231130082449\";}','no'),(19860,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1712686638','no'),(19861,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1712643438','no'),(19862,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1712686638','no'),(19863,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/04/episode-76-a-wordpress-6-5-sneak-peek/\'>WP Briefing: Episode 76: A WordPress 6.5 Sneak Peek</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/04/regina/\'>WordPress 6.5 “Regina”</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://dothewoo.io/increase-your-woo-product-sales-using-admin-demos-with-vikas-singhal/\'>Do The Woo Community: Increase Your Woo Product Sales Using Admin Demos with Vikas Singhal</a></li><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/wordpress-6-5-register-font-collections-working-with-templates-or-playground-weekend-edition-290/\'>Gutenberg Times: WordPress 6.5, register Font collections, working with templates, or playground — Weekend Edition 290</a></li><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/\'>Gutenberg Times: About WordPress 6.5 – all in one list on blocks and site editor</a></li></ul></div>','no'),(19865,'_transient_timeout_wpseo_total_unindexed_posts_limited','1712645455','no'),(19866,'_transient_wpseo_total_unindexed_posts_limited','0','no'),(19867,'_transient_timeout_wpseo_total_unindexed_terms_limited','1712645455','no'),(19868,'_transient_wpseo_total_unindexed_terms_limited','0','no'),(19869,'can_compress_scripts','0','yes'),(19870,'_site_transient_timeout_community-events-1ff5b5915bb50bd8d22c8043b6d883d7','1712687758','no'),(19871,'_site_transient_community-events-1ff5b5915bb50bd8d22c8043b6d883d7','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"125.20.254.0\";}s:6:\"events\";a:0:{}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`) USING BTREE,
  KEY `post_id` (`post_id`) USING BTREE,
  KEY `meta_key` (`meta_key`(191)) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=12117 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (4,6,'_form','<div class=\"row gx-5\"><div class=\"col-md-6\"><div class=\"portion\">[text* your_full_name placeholder \"Enter Your Name*\"]</div></div><div class=\"col-md-6\"><div class=\"portion country\">[tel* yourPhoneNumber id:contactFormPageThird placeholder \"Enter Your Phone No\"]</div></div><div class=\"col-md-6\"><div class=\"portion\">[email* your_email placeholder \"Enter Your Email*\"]</div></div><div class=\"col-md-6\"><div class=\"portion\">[select our_products  class:multiple-checkboxes multiple:multiple id:our_products \"Loan Origination System\" \"Cross-sell\" \"Risk Audit\" \"Collection Management System\" \"Expense Management System\" \"Audit and Compliance\" \"Field Force Tracking\" \"Fraud Management System\" \"Support 360: Ticketing System\"]</div></div><div class=\"col-md-12\"><div class=\"portion textarea\">[textarea* your_message placeholder \"Tell us a little bit about what you are looking for*\"]</div></div><div class=\"col-md-12\"><div class=\"portion\">[submit \"Contact Us\"]</div></div></div>'),(5,6,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"Contact Request from Home Page\";s:6:\"sender\";s:31:\"[your_full_name] <[your_email]>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:289:\"From: [your_full_name] <[your_email]>\nSubject: Contact Request from Home Page\n\nMessage Body:\nName: [your_full_name]\nEmail: [your_email]\nMobile No: [yourPhoneNumber]\nProduct: [our_products]\nMessage: [your_message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:48:\"Bcc: sales@arukustech.com\nReply-To: [your_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(6,6,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:45:\"Thank You for Contacting Arukus Technologies!\";s:6:\"sender\";s:35:\"[_site_title] <[_site_admin_email]>\";s:9:\"recipient\";s:12:\"[your_email]\";s:4:\"body\";s:6669:\"<html lang=en><meta charset=utf-8><title>Arukus Technologies</title><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css rel=stylesheet><style>html{width:100%;margin:0;padding:0}body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;margin:0;padding:0;-webkit-font-smoothing:antialiased}table{border-spacing:0}img{display:block!important;outline:0;text-decoration:none;-ms-interpolation-mode:bicubic;border:none;height:auto;line-height:100%}img.image-inline{display:inline-block!important}p{padding:0;margin:0}br{line-height:0!important}a,b,div,em,i,li,p,span,strong,td{-webkit-text-size-adjust:none}table td,table tr{border-collapse:collapse}table{border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0}@media screen and (max-width:100%){table[class=table-wrappper]{width:100%!important}td[class=content-left-gap]{width:5%!important}table[class=content-table],td[class=content-table]{width:100%!important}td[class=banner-image] img{width:100%!important}table[class=main-table-wrappper]{width:100%!important}td[class=gap-01]{height:15px!important}td[class=space-01]{width:15px!important}table[class=table-wrappper] .heading01{font-size:20px!important}table[class=table-wrappper] .text01{font-size:14px!important;margin-bottom:24px!important}table[class=table-wrappper] .heading02{font-size:24px!important}td[class=content-border]{height:25px!important}table[class=table-wrappper] .heading03{font-size:18px!important}table[class=table-wrappper] .email-link{display:block!important;margin:10px 0!important}}@media screen and (max-width:420px){table[class=brand]{width:100%!important;text-align:left!important}table[class=website-btn]{width:100%!important;text-align:left!important}table[class=website-btn-tbl]{width:130px!important}}</style><body style=background-color:#d7d7d7><table align=left cellpadding=0 cellspacing=0 style=\"width:100%;border-left:15px solid #d7d7d7;border-right:15px solid #d7d7d7\"bgcolor=#d7d7d7><tr><td height=28 class=gap-01><tr><td class=main-td><table align=left cellpadding=0 cellspacing=0 class=main-table-wrappper style=width:800px bgcolor=#ffffff><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td height=15 colspan=4><tr><td width=20><td align=left valign=top><table align=left cellpadding=0 cellspacing=0 class=brand style=width:109px><tr><td align=left><a href=https://arukustech.com style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Arukus Technologies height=39 src=https://arukustech.com/wp-content/uploads/2023/07/logo-web.jpg style=border:none title=Arukus Technologies width=150></a></table><td align=right style=padding-top:9px valign=top><table align=right cellpadding=0 cellspacing=0 class=website-btn style=width:130px width=130><tr><td height=1 class=gap-01><tr><td align=right><table align=right cellpadding=0 cellspacing=0 class=website-btn-tbl width=100%><tr><td align=right style=height:35px><a href=https://arukustech.com style=color:#fff;border-radius:4px;background-color:#eb553c;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;width:108px;height:15px;display:block;text-align:left;text-decoration:none;padding:10px;cursor:pointer;line-height:15px>Go Website</a></table></table><td width=20><tr><td height=15 colspan=4></table><tr><td class=banner-image><a href=# style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Banner height=175 src=https://arukustech.com/wp-content/uploads/2023/07/mail_banner.png style=border:none; box-sizing:border-box; title=Banner width=800></a><tr><td height=25 class=gap-01><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td class=content-left-gap width=25><td><table align=left cellpadding=0 cellspacing=0 class=content-table style=width:100%><tr><td align=left><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\"class=text01><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\">Dear [your_full_name], <br><br>Thank you for reaching out to Arukus Technologies. We appreciate your interest and the opportunity to connect with you. Your inquiry is important to us, and we are excited to assist you in any way we can.<br><br>\nAt <strong>Arukus Technologies</strong>, we are dedicated to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with innovative technology solutions that drive operational excellence, enhance risk management, and fuel sustainable growth. We understand the unique challenges faced by financial institutions and are committed to delivering tailored solutions that \nmeet your specific needs.<br><br>\nWe value your trust in our expertise and assure you that your inquiry will be handled with the utmost attention and professionalism. We strive to provide exceptional customer service and aim to exceed your expectations in every interaction.<br><br>\nShould you require immediate assistance or have any urgent maters, please feel free to contact us directly at <a href=\"tel:+91-33-4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none>+91-33-4808-9668</a> or <a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link>info@arukustech.com</a>.<br><br>\nThank you for considering Arukus Technologies as your technology partner.<br><br> Best regards,<br>Arukus Technologies<br><a href=\"https://arukustech.com/\" target=\"_blank\">https://arukustech.com/</a><tr><td height=38 class=content-border style=\"border-top:1px solid #cfcece\"><tr><td align=center><p style=\"margin:0 0 6px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#293a47;font-weight:700\"class=heading03>Get connected with us!<p style=\"margin:0 0 10px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#293a47\"class=text01><a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link><i class=\"fa-solid fa-envelope\"></i> info@arukustech.com</a><a href=\"tel:(033) 4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none><i class=\"fa-solid fa-phone-volume\"></i> (033) 4808-9668</a><tr><td height=20><tr><td align=center><p style=margin:0;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47>&copy;  Copyright 2023. All Rights Reserved.<tr><td height=20></table><td class=content-left-gap width=25></table><tr><td height=9 bgcolor=#293a47></table><tr><td height=28 class=gap-01></table>\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(7,6,'_messages','a:22:{s:12:\"mail_sent_ok\";s:54:\"Thank you for contacting us. We shall respond shortly.\";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:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";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:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";}'),(8,6,'_additional_settings',''),(9,6,'_locale','en_US'),(10,7,'_edit_last','1'),(11,7,'_edit_lock','1689838708:1'),(12,7,'_wp_page_template','template-parts/home-page.php'),(13,9,'_wp_attached_file','2023/06/logo.webp'),(14,9,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:144;s:4:\"file\";s:17:\"2023/06/logo.webp\";s:8:\"filesize\";i:14450;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"logo-300x108.webp\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"logo-150x144.webp\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4818;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15,10,'_edit_last','1'),(16,10,'_edit_lock','1689329200:1'),(29,7,'banner_image','708'),(30,7,'_banner_image','field_649d7a54f5560'),(31,7,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(32,7,'_banner_first_content','field_649d7a44f555f'),(33,7,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(34,7,'_banner_second_content','field_649d77fe773bf'),(35,7,'request_a_demo_text','Book a Demo'),(36,7,'_request_a_demo_text','field_649d782e773c0'),(37,7,'download_brochure_link','675'),(38,7,'_download_brochure_link','field_649d785c773c1'),(39,7,'arukus_with_all_products_image','511'),(40,7,'_arukus_with_all_products_image','field_649d787e773c2'),(41,7,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(42,7,'_solution_for_every_problem_content','field_649d78a1773c3'),(43,7,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(44,7,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(45,7,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(46,7,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(47,7,'configurable_&_connected_platform_first_image','512'),(48,7,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(49,7,'configurable_&_connected_platform_second_image','513'),(50,7,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(51,7,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(52,7,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(53,7,'configurable_&_connected_platform_third_image','514'),(54,7,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(55,7,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(56,7,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(57,7,'about_us_section_image','516'),(58,7,'_about_us_section_image','field_649d79db0798d'),(59,7,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(60,7,'_about_us_section_content','field_649d79fb0798e'),(61,33,'banner_image','27'),(62,33,'_banner_image','field_649d7a54f5560'),(63,33,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(64,33,'_banner_first_content','field_649d7a44f555f'),(65,33,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(66,33,'_banner_second_content','field_649d77fe773bf'),(67,33,'request_a_demo_text','Request A Demo'),(68,33,'_request_a_demo_text','field_649d782e773c0'),(69,33,'download_brochure_link',''),(70,33,'_download_brochure_link','field_649d785c773c1'),(71,33,'arukus_with_all_products_image','28'),(72,33,'_arukus_with_all_products_image','field_649d787e773c2'),(73,33,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(74,33,'_solution_for_every_problem_content','field_649d78a1773c3'),(75,33,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(76,33,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(77,33,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(78,33,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(79,33,'configurable_&_connected_platform_first_image','29'),(80,33,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(81,33,'configurable_&_connected_platform_second_image','30'),(82,33,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(83,33,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(84,33,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(85,33,'configurable_&_connected_platform_third_image','31'),(86,33,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(87,33,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(88,33,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(89,33,'about_us_section_image','32'),(90,33,'_about_us_section_image','field_649d79db0798d'),(91,33,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(92,33,'_about_us_section_content','field_649d79fb0798e'),(93,34,'_edit_last','1'),(94,34,'_edit_lock','1688043330:1'),(95,35,'_wp_attached_file','2023/06/c1.webp'),(96,35,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:236;s:4:\"file\";s:15:\"2023/06/c1.webp\";s:8:\"filesize\";i:6102;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c1-300x177.webp\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4444;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3616;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(97,34,'_thumbnail_id','35'),(98,36,'_edit_last','1'),(99,36,'_edit_lock','1688043417:1'),(100,37,'_wp_attached_file','2023/06/c2.webp'),(101,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:236;s:4:\"file\";s:15:\"2023/06/c2.webp\";s:8:\"filesize\";i:6826;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c2-300x177.webp\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4684;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2996;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(102,36,'_thumbnail_id','37'),(103,38,'_edit_last','1'),(104,38,'_edit_lock','1688043568:1'),(105,39,'_wp_attached_file','2023/06/c3.webp'),(106,39,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:236;s:4:\"file\";s:15:\"2023/06/c3.webp\";s:8:\"filesize\";i:7134;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c3-300x177.webp\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5024;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107,38,'_thumbnail_id','39'),(108,40,'_edit_last','1'),(109,40,'_edit_lock','1688381697:1'),(113,43,'_edit_last','1'),(114,43,'_edit_lock','1688381642:1'),(115,44,'_wp_attached_file','2023/06/p8.webp'),(116,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2023/06/p8.webp\";s:8:\"filesize\";i:26590;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"p8-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"p8-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3444;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(117,43,'_thumbnail_id','44'),(118,45,'_edit_last','1'),(119,45,'_edit_lock','1688381437:1'),(123,47,'_edit_last','1'),(124,47,'_edit_lock','1688380689:1'),(125,48,'_wp_attached_file','2023/06/p6.webp'),(126,48,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2023/06/p6.webp\";s:8:\"filesize\";i:21216;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"p6-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6684;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"p6-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(127,47,'_thumbnail_id','48'),(128,49,'_edit_last','1'),(129,49,'_edit_lock','1688380543:1'),(133,51,'_edit_last','1'),(134,51,'_edit_lock','1688380481:1'),(138,53,'_edit_last','1'),(139,53,'_edit_lock','1688380413:1'),(142,55,'_edit_last','1'),(143,55,'_edit_lock','1688380090:1'),(147,57,'_edit_last','1'),(148,57,'_edit_lock','1688380207:1'),(157,59,'_wp_attached_file','2023/06/arukus-a.png'),(158,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:70;s:6:\"height\";i:62;s:4:\"file\";s:20:\"2023/06/arukus-a.png\";s:8:\"filesize\";i:881;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:{}}}'),(159,60,'_edit_last','1'),(160,60,'_wp_page_template','template-parts/about-us.php'),(161,60,'_edit_lock','1689838433:1'),(162,62,'_edit_last','1'),(163,62,'_wp_page_template','template-parts/client-success.php'),(164,62,'_edit_lock','1689838038:1'),(165,64,'_edit_last','1'),(166,64,'_wp_page_template','template-parts/policy.php'),(167,64,'_edit_lock','1689838007:1'),(168,66,'_edit_last','1'),(169,66,'_wp_page_template','template-parts/connectivity-integration-capabilities.php'),(170,66,'_edit_lock','1689837704:1'),(171,68,'_edit_last','1'),(172,68,'_wp_page_template','template-parts/contact-us.php'),(173,68,'_edit_lock','1689858913:1'),(183,71,'_menu_item_type','post_type'),(184,71,'_menu_item_menu_item_parent','0'),(185,71,'_menu_item_object_id','60'),(186,71,'_menu_item_object','page'),(187,71,'_menu_item_target',''),(188,71,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(189,71,'_menu_item_xfn',''),(190,71,'_menu_item_url',''),(201,73,'_menu_item_type','post_type'),(202,73,'_menu_item_menu_item_parent','0'),(203,73,'_menu_item_object_id','68'),(204,73,'_menu_item_object','page'),(205,73,'_menu_item_target',''),(206,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(207,73,'_menu_item_xfn',''),(208,73,'_menu_item_url',''),(210,74,'_menu_item_type','custom'),(211,74,'_menu_item_menu_item_parent','0'),(212,74,'_menu_item_object_id','74'),(213,74,'_menu_item_object','custom'),(214,74,'_menu_item_target',''),(215,74,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(216,74,'_menu_item_xfn',''),(217,74,'_menu_item_url',''),(219,75,'_menu_item_type','custom'),(220,75,'_menu_item_menu_item_parent','0'),(221,75,'_menu_item_object_id','75'),(222,75,'_menu_item_object','custom'),(223,75,'_menu_item_target',''),(224,75,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(225,75,'_menu_item_xfn',''),(226,75,'_menu_item_url',''),(329,89,'_wp_attached_file','2023/06/s1.png'),(330,89,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:14:\"2023/06/s1.png\";s:8:\"filesize\";i:772;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:{}}}'),(332,71,'_','field_649e8406499b8'),(333,74,'_','field_649e8406499b8'),(344,75,'_','field_649e8406499b8'),(347,73,'_','field_649e8406499b8'),(350,91,'_wp_attached_file','2023/06/s3.png'),(351,91,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:14:\"2023/06/s3.png\";s:8:\"filesize\";i:576;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:{}}}'),(352,92,'_wp_attached_file','2023/06/s4.png'),(353,92,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:14:\"2023/06/s4.png\";s:8:\"filesize\";i:372;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:{}}}'),(354,93,'_wp_attached_file','2023/06/s5.png'),(355,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:14:\"2023/06/s5.png\";s:8:\"filesize\";i:670;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:{}}}'),(356,94,'_wp_attached_file','2023/06/s6.png'),(357,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:14:\"2023/06/s6.png\";s:8:\"filesize\";i:428;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:{}}}'),(358,95,'_wp_attached_file','2023/06/s7.png'),(359,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:14:\"2023/06/s7.png\";s:8:\"filesize\";i:453;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:{}}}'),(360,96,'_wp_attached_file','2023/06/s8.png'),(361,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:14:\"2023/06/s8.png\";s:8:\"filesize\";i:515;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:{}}}'),(362,97,'_wp_attached_file','2023/06/s9.png'),(363,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:14:\"2023/06/s9.png\";s:8:\"filesize\";i:555;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:{}}}'),(370,7,'solution_for_every_problem_title','Solution for Every Problem'),(371,7,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(372,99,'banner_image','27'),(373,99,'_banner_image','field_649d7a54f5560'),(374,99,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(375,99,'_banner_first_content','field_649d7a44f555f'),(376,99,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(377,99,'_banner_second_content','field_649d77fe773bf'),(378,99,'request_a_demo_text','Request A Demo'),(379,99,'_request_a_demo_text','field_649d782e773c0'),(380,99,'download_brochure_link',''),(381,99,'_download_brochure_link','field_649d785c773c1'),(382,99,'arukus_with_all_products_image','28'),(383,99,'_arukus_with_all_products_image','field_649d787e773c2'),(384,99,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(385,99,'_solution_for_every_problem_content','field_649d78a1773c3'),(386,99,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(387,99,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(388,99,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(389,99,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(390,99,'configurable_&_connected_platform_first_image','29'),(391,99,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(392,99,'configurable_&_connected_platform_second_image','30'),(393,99,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(394,99,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(395,99,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(396,99,'configurable_&_connected_platform_third_image','31'),(397,99,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(398,99,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(399,99,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(400,99,'about_us_section_image','32'),(401,99,'_about_us_section_image','field_649d79db0798d'),(402,99,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(403,99,'_about_us_section_content','field_649d79fb0798e'),(404,99,'solution_for_every_problem_title','Solution for Every Problem'),(405,99,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(406,7,'about_us_section_title','About Us'),(407,7,'_about_us_section_title','field_649e95d349031'),(408,101,'banner_image','27'),(409,101,'_banner_image','field_649d7a54f5560'),(410,101,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(411,101,'_banner_first_content','field_649d7a44f555f'),(412,101,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(413,101,'_banner_second_content','field_649d77fe773bf'),(414,101,'request_a_demo_text','Request A Demo'),(415,101,'_request_a_demo_text','field_649d782e773c0'),(416,101,'download_brochure_link',''),(417,101,'_download_brochure_link','field_649d785c773c1'),(418,101,'arukus_with_all_products_image','28'),(419,101,'_arukus_with_all_products_image','field_649d787e773c2'),(420,101,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(421,101,'_solution_for_every_problem_content','field_649d78a1773c3'),(422,101,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(423,101,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(424,101,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(425,101,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(426,101,'configurable_&_connected_platform_first_image','29'),(427,101,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(428,101,'configurable_&_connected_platform_second_image','30'),(429,101,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(430,101,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(431,101,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(432,101,'configurable_&_connected_platform_third_image','31'),(433,101,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(434,101,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(435,101,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(436,101,'about_us_section_image','32'),(437,101,'_about_us_section_image','field_649d79db0798d'),(438,101,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(439,101,'_about_us_section_content','field_649d79fb0798e'),(440,101,'solution_for_every_problem_title','Solution for Every Problem'),(441,101,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(442,101,'about_us_section_title','About Us'),(443,101,'_about_us_section_title','field_649e95d349031'),(444,7,'our_products_title','Our Products'),(445,7,'_our_products_title','field_649ea81f66f02'),(446,103,'banner_image','27'),(447,103,'_banner_image','field_649d7a54f5560'),(448,103,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(449,103,'_banner_first_content','field_649d7a44f555f'),(450,103,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(451,103,'_banner_second_content','field_649d77fe773bf'),(452,103,'request_a_demo_text','Request A Demo'),(453,103,'_request_a_demo_text','field_649d782e773c0'),(454,103,'download_brochure_link',''),(455,103,'_download_brochure_link','field_649d785c773c1'),(456,103,'arukus_with_all_products_image','28'),(457,103,'_arukus_with_all_products_image','field_649d787e773c2'),(458,103,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(459,103,'_solution_for_every_problem_content','field_649d78a1773c3'),(460,103,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(461,103,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(462,103,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(463,103,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(464,103,'configurable_&_connected_platform_first_image','29'),(465,103,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(466,103,'configurable_&_connected_platform_second_image','30'),(467,103,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(468,103,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(469,103,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(470,103,'configurable_&_connected_platform_third_image','31'),(471,103,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(472,103,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(473,103,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(474,103,'about_us_section_image','32'),(475,103,'_about_us_section_image','field_649d79db0798d'),(476,103,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(477,103,'_about_us_section_content','field_649d79fb0798e'),(478,103,'solution_for_every_problem_title','Solution for Every Problem'),(479,103,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(480,103,'about_us_section_title','About Us'),(481,103,'_about_us_section_title','field_649e95d349031'),(482,103,'our_products_title','Our Products'),(483,103,'_our_products_title','field_649ea81f66f02'),(493,105,'_menu_item_type','post_type'),(494,105,'_menu_item_menu_item_parent','0'),(495,105,'_menu_item_object_id','60'),(496,105,'_menu_item_object','page'),(497,105,'_menu_item_target',''),(498,105,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(499,105,'_menu_item_xfn',''),(500,105,'_menu_item_url',''),(511,107,'_menu_item_type','post_type'),(512,107,'_menu_item_menu_item_parent','0'),(513,107,'_menu_item_object_id','68'),(514,107,'_menu_item_object','page'),(515,107,'_menu_item_target',''),(516,107,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(517,107,'_menu_item_xfn',''),(518,107,'_menu_item_url',''),(520,108,'_edit_last','1'),(521,108,'_edit_lock','1689662072:1'),(530,60,'banner_heading','Empowering Financial Institutions Through Technology'),(531,60,'_banner_heading','field_649eafe9407da'),(532,60,'banner_image','910'),(533,60,'_banner_image','field_649eb003407db'),(534,60,'about_us_image','518'),(535,60,'_about_us_image','field_649eb035407dc'),(536,60,'about_us_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(537,60,'_about_us_content','field_649eb077407dd'),(538,60,'our_mission_content','<p>Our mission is to enable MFls and NBFCs to optimize their processes, streamline operations, and drive sustainable growth through innovative technology solutions. We believe that by harnessing the power of automation, data analytics, and digital transformation, financial institutions can enhance their efficiency, improve risk management, and better serve their customers. </p>'),(539,60,'_our_mission_content','field_649eb093407de'),(540,60,'our_mission_image','519'),(541,60,'_our_mission_image','field_649eb0a3407df'),(542,60,'industry_expertise_content','<p>With years of experience and expertise in the financial industry, our team at Arukus Technologies is well-versed in the complexities and intricacies of MFI and NBFC operations. We understand the challenges faced by these organizations, such as stringent regulatory requirements, evolving customer expectations, and the need for robust risk management. Our in-depth knowledge allows us to develop solutions that are tailored to the specific needs of our clients. </p>'),(543,60,'_industry_expertise_content','field_649eb0cf407e0'),(544,60,'industry_expertise_image','520'),(545,60,'_industry_expertise_image','field_649eb0de407e1'),(546,60,'exceptional_support_content','<p>At Arukus Technologies, we prioritize our clients\' success. We understand that implementing new technology solutions can be a transformative journey, and we are committed to providing exceptional support every step of the way. Our dedicated team of experts is readily available to assist with product integration, training, and ongoing support to ensure a seamless transition and maximum value for our clients. <br /><br />\r\n                        Join our growing family of satisfied clients who have experienced improved operational efficiency, enhanced risk management, and accelerated growth. </p>'),(547,60,'_exceptional_support_content','field_649eb0f2407e2'),(548,60,'exceptional_support_image','521'),(549,60,'_exceptional_support_image','field_649eb109407e3'),(550,123,'banner_heading','Empowering Financial Institutions Through Technology'),(551,123,'_banner_heading','field_649eafe9407da'),(552,123,'banner_image','27'),(553,123,'_banner_image','field_649eb003407db'),(554,123,'about_us_image','119'),(555,123,'_about_us_image','field_649eb035407dc'),(556,123,'about_us_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(557,123,'_about_us_content','field_649eb077407dd'),(558,123,'our_mission_content','<p>Our mission is to enable MFls and NBFCs to optimize their processes, streamline operations, and drive sustainable growth through innovative technology solutions. We believe that by harnessing the power of automation, data analytics, and digital transformation, financial institutions can enhance their efficiency, improve risk management, and better serve their customers. </p>'),(559,123,'_our_mission_content','field_649eb093407de'),(560,123,'our_mission_image','120'),(561,123,'_our_mission_image','field_649eb0a3407df'),(562,123,'industry_expertise_content','<p>With years of experience and expertise in the financial industry, our team at Arukus Technologies is well-versed in the complexities and intricacies of MFI and NBFC operations. We understand the challenges faced by these organizations, such as stringent regulatory requirements, evolving customer expectations, and the need for robust risk management. Our in-depth knowledge allows us to develop solutions that are tailored to the specific needs of our clients. </p>'),(563,123,'_industry_expertise_content','field_649eb0cf407e0'),(564,123,'industry_expertise_image','121'),(565,123,'_industry_expertise_image','field_649eb0de407e1'),(566,123,'exceptional_support_content','<p>At Arukus Technologies, we prioritize our clients\' success. We understand that implementing new technology solutions can be a transformative journey, and we are committed to providing exceptional support every step of the way. Our dedicated team of experts is readily available to assist with product integration, training, and ongoing support to ensure a seamless transition and maximum value for our clients. <br /><br />\r\n                        Join our growing family of satisfied clients who have experienced improved operational efficiency, enhanced risk management, and accelerated growth. </p>'),(567,123,'_exceptional_support_content','field_649eb0f2407e2'),(568,123,'exceptional_support_image','122'),(569,123,'_exceptional_support_image','field_649eb109407e3'),(571,124,'_edit_last','1'),(572,124,'_edit_lock','1688364198:1'),(573,125,'_edit_last','1'),(574,125,'_edit_lock','1688128587:1'),(575,126,'_edit_last','1'),(576,126,'_edit_lock','1689664049:1'),(577,127,'_edit_last','1'),(578,127,'_edit_lock','1688364245:1'),(579,128,'_edit_last','1'),(580,128,'_edit_lock','1688364281:1'),(581,129,'_edit_last','1'),(582,129,'_edit_lock','1688364312:1'),(583,130,'_edit_last','1'),(584,130,'_edit_lock','1688364336:1'),(585,131,'_edit_last','1'),(586,131,'_edit_lock','1688364367:1'),(587,132,'_edit_last','1'),(588,132,'_edit_lock','1688365241:1'),(589,133,'_edit_last','1'),(590,133,'_edit_lock','1689664341:1'),(591,134,'_edit_last','1'),(592,134,'_edit_lock','1688366312:1'),(593,135,'_edit_last','1'),(594,135,'_edit_lock','1688366529:1'),(595,136,'_edit_last','1'),(596,136,'_edit_lock','1688366561:1'),(597,137,'_edit_last','1'),(598,137,'_edit_lock','1688367004:1'),(599,138,'_edit_last','1'),(600,138,'_edit_lock','1689663916:1'),(602,139,'_edit_last','1'),(603,139,'_edit_lock','1688368121:1'),(604,140,'_wp_attached_file','2023/07/icon1.png'),(605,140,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:17:\"2023/07/icon1.png\";s:8:\"filesize\";i:524;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:{}}}'),(606,139,'_thumbnail_id','140'),(607,141,'_edit_last','1'),(608,141,'_edit_lock','1688368159:1'),(609,142,'_wp_attached_file','2023/07/icon2.png'),(610,142,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:17:\"2023/07/icon2.png\";s:8:\"filesize\";i:352;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:{}}}'),(611,141,'_thumbnail_id','142'),(612,143,'_edit_last','1'),(613,143,'_edit_lock','1688368197:1'),(614,144,'_wp_attached_file','2023/07/icon3.png'),(615,144,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:17:\"2023/07/icon3.png\";s:8:\"filesize\";i:497;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:{}}}'),(616,143,'_thumbnail_id','144'),(617,145,'_edit_last','1'),(618,145,'_edit_lock','1688368248:1'),(619,146,'_wp_attached_file','2023/07/icon4.png'),(620,146,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:17:\"2023/07/icon4.png\";s:8:\"filesize\";i:526;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:{}}}'),(621,145,'_thumbnail_id','146'),(622,147,'_edit_last','1'),(623,147,'_edit_lock','1688368288:1'),(624,148,'_wp_attached_file','2023/07/icon5.png'),(625,148,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:17:\"2023/07/icon5.png\";s:8:\"filesize\";i:509;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:{}}}'),(626,147,'_thumbnail_id','148'),(627,149,'_edit_last','1'),(628,149,'_edit_lock','1688368353:1'),(629,150,'_wp_attached_file','2023/07/icon6.png'),(630,150,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:17:\"2023/07/icon6.png\";s:8:\"filesize\";i:535;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:{}}}'),(631,149,'_thumbnail_id','150'),(632,151,'_edit_last','1'),(633,151,'_edit_lock','1688368449:1'),(634,152,'_wp_attached_file','2023/07/icon7.png'),(635,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:17:\"2023/07/icon7.png\";s:8:\"filesize\";i:463;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:{}}}'),(636,151,'_thumbnail_id','152'),(637,153,'_edit_last','1'),(638,153,'_edit_lock','1688368501:1'),(639,154,'_wp_attached_file','2023/07/icon8.png'),(640,154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:17:\"2023/07/icon8.png\";s:8:\"filesize\";i:541;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:{}}}'),(641,153,'_thumbnail_id','154'),(642,155,'_edit_last','1'),(643,155,'_edit_lock','1689331826:1'),(644,156,'_wp_attached_file','2023/07/icon9.png'),(645,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:17:\"2023/07/icon9.png\";s:8:\"filesize\";i:971;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:{}}}'),(646,155,'_thumbnail_id','156'),(648,157,'_edit_last','1'),(649,157,'_edit_lock','1688370452:1'),(650,160,'_wp_attached_file','2023/07/api.png'),(651,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:15:\"2023/07/api.png\";s:8:\"filesize\";i:6964;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"api-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3927;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(652,66,'banner_heading','Advanced Integration Capabilities with 3rd Party Systems'),(653,66,'_banner_heading','field_64a27c66a81c8'),(654,66,'api_icon_image','160'),(655,66,'_api_icon_image','field_64a27c84a81c9'),(656,161,'banner_heading','Advanced Integration Capabilities with 3rd Party Systems'),(657,161,'_banner_heading','field_64a27c66a81c8'),(658,161,'api_icon_image','160'),(659,161,'_api_icon_image','field_64a27c84a81c9'),(660,162,'banner_heading','Advanced Integration Capabilities with 3rd Party Systems'),(661,162,'_banner_heading','field_64a27c66a81c8'),(662,162,'api_icon_image','160'),(663,162,'_api_icon_image','field_64a27c84a81c9'),(664,163,'_edit_last','1'),(665,163,'_edit_lock','1688373032:1'),(668,166,'_wp_attached_file','2023/07/risk.png'),(669,166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:16:\"2023/07/risk.png\";s:8:\"filesize\";i:90025;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"risk-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9045;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"risk-1024x684.png\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73840;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"risk-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4883;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"risk-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39773;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(670,167,'_wp_attached_file','2023/07/rent.png'),(671,167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:16:\"2023/07/rent.png\";s:8:\"filesize\";i:98257;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"rent-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7918;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"rent-1024x684.png\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64925;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"rent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4465;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"rent-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40198;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(672,168,'_wp_attached_file','2023/07/fraud.png'),(673,168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:17:\"2023/07/fraud.png\";s:8:\"filesize\";i:82692;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"fraud-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6847;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"fraud-1024x684.png\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"fraud-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3958;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"fraud-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29818;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(674,169,'_wp_attached_file','2023/07/branch-expense.png'),(675,169,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:26:\"2023/07/branch-expense.png\";s:8:\"filesize\";i:107294;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"branch-expense-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9891;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"branch-expense-1024x684.png\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"branch-expense-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4701;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"branch-expense-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45147;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(676,170,'_wp_attached_file','2023/07/field-tracking.png'),(677,170,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:26:\"2023/07/field-tracking.png\";s:8:\"filesize\";i:106099;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"field-tracking-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10890;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"field-tracking-1024x684.png\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82142;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"field-tracking-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5140;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"field-tracking-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47925;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(678,171,'_wp_attached_file','2023/07/travel.png'),(679,171,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:18:\"2023/07/travel.png\";s:8:\"filesize\";i:105943;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"travel-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9126;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"travel-1024x684.png\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80415;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"travel-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4724;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"travel-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44237;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(680,172,'_wp_attached_file','2023/07/audit.png'),(681,172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:17:\"2023/07/audit.png\";s:8:\"filesize\";i:308829;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"audit-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7859;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"audit-1024x684.png\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52013;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"audit-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4274;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"audit-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35622;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(682,173,'_edit_last','1'),(683,173,'_edit_lock','1688376710:1'),(685,174,'_edit_last','1'),(686,174,'_edit_lock','1688380205:1'),(691,176,'_edit_last','1'),(692,176,'_edit_lock','1688380428:1'),(694,177,'_edit_last','1'),(695,177,'_edit_lock','1688380487:1'),(697,178,'_edit_last','1'),(698,178,'_edit_lock','1688380628:1'),(700,179,'_edit_last','1'),(701,179,'_edit_lock','1688381372:1'),(702,179,'_thumbnail_id','48'),(703,180,'_edit_last','1'),(704,180,'_edit_lock','1688381433:1'),(706,181,'_edit_last','1'),(707,181,'_edit_lock','1688381642:1'),(708,181,'_thumbnail_id','44'),(709,182,'_edit_last','1'),(710,182,'_edit_lock','1688387302:1'),(717,186,'_edit_last','1'),(718,186,'_edit_lock','1689582562:1'),(719,186,'_wp_page_template','default'),(720,188,'_edit_last','1'),(721,188,'_edit_lock','1689862263:1'),(722,188,'_wp_page_template','template-parts/cross-cell.php'),(732,190,'_edit_last','1'),(733,190,'_edit_lock','1689581019:1'),(734,188,'step_1_title','Unlock New Revenue Streams'),(735,188,'_step_1_title','field_64a2b935e266f'),(736,188,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(737,188,'_step_1_content','field_64a2b98ee2670'),(738,188,'step_1_image','235'),(739,188,'_step_1_image','field_64a2b999e2671'),(740,188,'step_2_title','Seamless Integration'),(741,188,'_step_2_title','field_64a2b9a8e2672'),(742,188,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(743,188,'_step_2_content','field_64a2b9b7e2673'),(744,188,'step_2_image','236'),(745,188,'_step_2_image','field_64a2b9c4e2674'),(746,188,'step_3_title','Flexible Configuration'),(747,188,'_step_3_title','field_64a2b9dde2675'),(748,188,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(749,188,'_step_3_content','field_64a2b9ece2676'),(750,188,'step_3_image','237'),(751,188,'_step_3_image','field_64a2ba1de2677'),(752,188,'step_4_title','Enhanced Customer Experience'),(753,188,'_step_4_title','field_64a2ba7015d8f'),(754,188,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(755,188,'_step_4_content','field_64a2ba7b15d90'),(756,188,'step_4_image','997'),(757,188,'_step_4_image','field_64a2ba8d15d91'),(758,188,'step_5_title','Effortless Vendor Communication'),(759,188,'_step_5_title','field_64a2baa515d92'),(760,188,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(761,188,'_step_5_content','field_64a2bab015d93'),(762,188,'step_5_image','995'),(763,188,'_step_5_image','field_64a2bac215d94'),(764,206,'step_1_title','Unlock New Revenue Streams'),(765,206,'_step_1_title','field_64a2b935e266f'),(766,206,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(767,206,'_step_1_content','field_64a2b98ee2670'),(768,206,'step_1_image',''),(769,206,'_step_1_image','field_64a2b999e2671'),(770,206,'step_2_title','Seamless Integration'),(771,206,'_step_2_title','field_64a2b9a8e2672'),(772,206,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(773,206,'_step_2_content','field_64a2b9b7e2673'),(774,206,'step_2_image',''),(775,206,'_step_2_image','field_64a2b9c4e2674'),(776,206,'step_3_title','Flexible Configuration'),(777,206,'_step_3_title','field_64a2b9dde2675'),(778,206,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(779,206,'_step_3_content','field_64a2b9ece2676'),(780,206,'step_3_image',''),(781,206,'_step_3_image','field_64a2ba1de2677'),(782,206,'step_4_title','Enhanced Customer Experience'),(783,206,'_step_4_title','field_64a2ba7015d8f'),(784,206,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(785,206,'_step_4_content','field_64a2ba7b15d90'),(786,206,'step_4_image',''),(787,206,'_step_4_image','field_64a2ba8d15d91'),(788,206,'step_5_title','Effortless Vendor Communication'),(789,206,'_step_5_title','field_64a2baa515d92'),(790,206,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(791,206,'_step_5_content','field_64a2bab015d93'),(792,206,'step_5_image',''),(793,206,'_step_5_image','field_64a2bac215d94'),(795,188,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(796,188,'_heading','field_64a2bfddc128b'),(797,208,'step_1_title','Unlock New Revenue Streams'),(798,208,'_step_1_title','field_64a2b935e266f'),(799,208,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(800,208,'_step_1_content','field_64a2b98ee2670'),(801,208,'step_1_image',''),(802,208,'_step_1_image','field_64a2b999e2671'),(803,208,'step_2_title','Seamless Integration'),(804,208,'_step_2_title','field_64a2b9a8e2672'),(805,208,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(806,208,'_step_2_content','field_64a2b9b7e2673'),(807,208,'step_2_image',''),(808,208,'_step_2_image','field_64a2b9c4e2674'),(809,208,'step_3_title','Flexible Configuration'),(810,208,'_step_3_title','field_64a2b9dde2675'),(811,208,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(812,208,'_step_3_content','field_64a2b9ece2676'),(813,208,'step_3_image',''),(814,208,'_step_3_image','field_64a2ba1de2677'),(815,208,'step_4_title','Enhanced Customer Experience'),(816,208,'_step_4_title','field_64a2ba7015d8f'),(817,208,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(818,208,'_step_4_content','field_64a2ba7b15d90'),(819,208,'step_4_image',''),(820,208,'_step_4_image','field_64a2ba8d15d91'),(821,208,'step_5_title','Effortless Vendor Communication'),(822,208,'_step_5_title','field_64a2baa515d92'),(823,208,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(824,208,'_step_5_content','field_64a2bab015d93'),(825,208,'step_5_image',''),(826,208,'_step_5_image','field_64a2bac215d94'),(827,208,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(828,208,'_heading','field_64a2bfddc128b'),(830,71,'_wp_old_date','2023-06-30'),(831,74,'_wp_old_date','2023-06-30'),(843,75,'_wp_old_date','2023-06-30'),(844,75,'_wp_old_date','2023-06-30'),(845,73,'_wp_old_date','2023-06-30'),(846,209,'_menu_item_type','post_type'),(847,209,'_menu_item_menu_item_parent','75'),(848,209,'_menu_item_object_id','66'),(849,209,'_menu_item_object','page'),(850,209,'_menu_item_target',''),(851,209,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(852,209,'_menu_item_xfn',''),(853,209,'_menu_item_url',''),(855,210,'_menu_item_type','post_type'),(856,210,'_menu_item_menu_item_parent','75'),(857,210,'_menu_item_object_id','64'),(858,210,'_menu_item_object','page'),(859,210,'_menu_item_target',''),(860,210,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(861,210,'_menu_item_xfn',''),(862,210,'_menu_item_url',''),(867,71,'_wp_old_date','2023-07-03'),(868,74,'_wp_old_date','2023-07-03'),(879,75,'_wp_old_date','2023-07-03'),(880,210,'_wp_old_date','2023-07-03'),(881,209,'_wp_old_date','2023-07-03'),(882,73,'_wp_old_date','2023-07-03'),(883,211,'_edit_last','1'),(884,211,'_edit_lock','1696495139:1'),(885,211,'_wp_page_template','template-parts/los.php'),(886,213,'_edit_last','1'),(887,213,'_edit_lock','1689838938:1'),(888,213,'_wp_page_template','template-parts/collection.php'),(890,215,'_edit_last','1'),(891,215,'_edit_lock','1703079941:1'),(892,215,'_wp_page_template','template-parts/risk-management.php'),(893,217,'_edit_last','1'),(894,217,'_edit_lock','1689839393:1'),(896,217,'_wp_page_template','template-parts/expense-management-system.php'),(897,219,'_edit_last','1'),(898,219,'_edit_lock','1691244174:1'),(899,219,'_thumbnail_id','48'),(900,219,'_wp_page_template','template-parts/field-tracko.php'),(901,221,'_edit_last','1'),(902,221,'_edit_lock','1690551871:1'),(904,221,'_wp_page_template','template-parts/audit.php'),(905,223,'_edit_last','1'),(906,223,'_edit_lock','1696495306:1'),(907,223,'_thumbnail_id','44'),(908,223,'_wp_page_template','template-parts/fraud.php'),(909,225,'_edit_last','1'),(910,225,'_edit_lock','1689835070:1'),(912,225,'_wp_page_template','template-parts/samadhaan.php'),(915,231,'step_1_title','Unlock New Revenue Streams'),(916,231,'_step_1_title','field_64a2b935e266f'),(917,231,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(918,231,'_step_1_content','field_64a2b98ee2670'),(919,231,'step_1_image',''),(920,231,'_step_1_image','field_64a2b999e2671'),(921,231,'step_2_title','Seamless Integration'),(922,231,'_step_2_title','field_64a2b9a8e2672'),(923,231,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(924,231,'_step_2_content','field_64a2b9b7e2673'),(925,231,'step_2_image',''),(926,231,'_step_2_image','field_64a2b9c4e2674'),(927,231,'step_3_title','Flexible Configuration'),(928,231,'_step_3_title','field_64a2b9dde2675'),(929,231,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(930,231,'_step_3_content','field_64a2b9ece2676'),(931,231,'step_3_image',''),(932,231,'_step_3_image','field_64a2ba1de2677'),(933,231,'step_4_title','Enhanced Customer Experience'),(934,231,'_step_4_title','field_64a2ba7015d8f'),(935,231,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(936,231,'_step_4_content','field_64a2ba7b15d90'),(937,231,'step_4_image',''),(938,231,'_step_4_image','field_64a2ba8d15d91'),(939,231,'step_5_title','Effortless Vendor Communication'),(940,231,'_step_5_title','field_64a2baa515d92'),(941,231,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(942,231,'_step_5_content','field_64a2bab015d93'),(943,231,'step_5_image',''),(944,231,'_step_5_image','field_64a2bac215d94'),(945,231,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(946,231,'_heading','field_64a2bfddc128b'),(947,232,'step_1_title','Unlock New Revenue Streams'),(948,232,'_step_1_title','field_64a2b935e266f'),(949,232,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(950,232,'_step_1_content','field_64a2b98ee2670'),(951,232,'step_1_image',''),(952,232,'_step_1_image','field_64a2b999e2671'),(953,232,'step_2_title','Seamless Integration'),(954,232,'_step_2_title','field_64a2b9a8e2672'),(955,232,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(956,232,'_step_2_content','field_64a2b9b7e2673'),(957,232,'step_2_image',''),(958,232,'_step_2_image','field_64a2b9c4e2674'),(959,232,'step_3_title','Flexible Configuration'),(960,232,'_step_3_title','field_64a2b9dde2675'),(961,232,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(962,232,'_step_3_content','field_64a2b9ece2676'),(963,232,'step_3_image',''),(964,232,'_step_3_image','field_64a2ba1de2677'),(965,232,'step_4_title','Enhanced Customer Experience'),(966,232,'_step_4_title','field_64a2ba7015d8f'),(967,232,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(968,232,'_step_4_content','field_64a2ba7b15d90'),(969,232,'step_4_image',''),(970,232,'_step_4_image','field_64a2ba8d15d91'),(971,232,'step_5_title','Effortless Vendor Communication'),(972,232,'_step_5_title','field_64a2baa515d92'),(973,232,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(974,232,'_step_5_content','field_64a2bab015d93'),(975,232,'step_5_image',''),(976,232,'_step_5_image','field_64a2bac215d94'),(977,232,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(978,232,'_heading','field_64a2bfddc128b'),(979,188,'banner_image','922'),(980,188,'_banner_image','field_64a3d9cb85377'),(981,234,'step_1_title','Unlock New Revenue Streams'),(982,234,'_step_1_title','field_64a2b935e266f'),(983,234,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(984,234,'_step_1_content','field_64a2b98ee2670'),(985,234,'step_1_image',''),(986,234,'_step_1_image','field_64a2b999e2671'),(987,234,'step_2_title','Seamless Integration'),(988,234,'_step_2_title','field_64a2b9a8e2672'),(989,234,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(990,234,'_step_2_content','field_64a2b9b7e2673'),(991,234,'step_2_image',''),(992,234,'_step_2_image','field_64a2b9c4e2674'),(993,234,'step_3_title','Flexible Configuration'),(994,234,'_step_3_title','field_64a2b9dde2675'),(995,234,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(996,234,'_step_3_content','field_64a2b9ece2676'),(997,234,'step_3_image',''),(998,234,'_step_3_image','field_64a2ba1de2677'),(999,234,'step_4_title','Enhanced Customer Experience'),(1000,234,'_step_4_title','field_64a2ba7015d8f'),(1001,234,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(1002,234,'_step_4_content','field_64a2ba7b15d90'),(1003,234,'step_4_image',''),(1004,234,'_step_4_image','field_64a2ba8d15d91'),(1005,234,'step_5_title','Effortless Vendor Communication'),(1006,234,'_step_5_title','field_64a2baa515d92'),(1007,234,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(1008,234,'_step_5_content','field_64a2bab015d93'),(1009,234,'step_5_image',''),(1010,234,'_step_5_image','field_64a2bac215d94'),(1011,234,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(1012,234,'_heading','field_64a2bfddc128b'),(1013,234,'banner_image','27'),(1014,234,'_banner_image','field_64a3d9cb85377'),(1015,235,'_wp_attached_file','2023/07/cs1.svg'),(1016,235,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:14221;}'),(1017,236,'_wp_attached_file','2023/07/cs2.svg'),(1018,236,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:19835;}'),(1019,237,'_wp_attached_file','2023/07/cs3.svg'),(1020,237,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:45450;}'),(1021,238,'_wp_attached_file','2023/07/cs4.svg'),(1022,238,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:18065;}'),(1023,239,'_wp_attached_file','2023/07/cs5.svg'),(1024,239,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:94771;}'),(1025,240,'step_1_title','Unlock New Revenue Streams'),(1026,240,'_step_1_title','field_64a2b935e266f'),(1027,240,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(1028,240,'_step_1_content','field_64a2b98ee2670'),(1029,240,'step_1_image','235'),(1030,240,'_step_1_image','field_64a2b999e2671'),(1031,240,'step_2_title','Seamless Integration'),(1032,240,'_step_2_title','field_64a2b9a8e2672'),(1033,240,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(1034,240,'_step_2_content','field_64a2b9b7e2673'),(1035,240,'step_2_image','236'),(1036,240,'_step_2_image','field_64a2b9c4e2674'),(1037,240,'step_3_title','Flexible Configuration'),(1038,240,'_step_3_title','field_64a2b9dde2675'),(1039,240,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(1040,240,'_step_3_content','field_64a2b9ece2676'),(1041,240,'step_3_image','237'),(1042,240,'_step_3_image','field_64a2ba1de2677'),(1043,240,'step_4_title','Enhanced Customer Experience'),(1044,240,'_step_4_title','field_64a2ba7015d8f'),(1045,240,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(1046,240,'_step_4_content','field_64a2ba7b15d90'),(1047,240,'step_4_image','238'),(1048,240,'_step_4_image','field_64a2ba8d15d91'),(1049,240,'step_5_title','Effortless Vendor Communication'),(1050,240,'_step_5_title','field_64a2baa515d92'),(1051,240,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(1052,240,'_step_5_content','field_64a2bab015d93'),(1053,240,'step_5_image','239'),(1054,240,'_step_5_image','field_64a2bac215d94'),(1055,240,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(1056,240,'_heading','field_64a2bfddc128b'),(1057,240,'banner_image','27'),(1058,240,'_banner_image','field_64a3d9cb85377'),(1059,241,'_edit_last','1'),(1060,241,'_edit_lock','1689572461:1'),(1061,242,'_wp_attached_file','2023/07/loan1.png'),(1062,242,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:17:\"2023/07/loan1.png\";s:8:\"filesize\";i:9751;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"loan1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"loan1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1698;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1063,241,'_thumbnail_id','242'),(1064,243,'_edit_last','1'),(1065,243,'_edit_lock','1688464118:1'),(1066,244,'_wp_attached_file','2023/07/loan2.png'),(1067,244,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:17:\"2023/07/loan2.png\";s:8:\"filesize\";i:6784;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"loan2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2366;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"loan2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1047;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1068,243,'_thumbnail_id','244'),(1069,245,'_edit_last','1'),(1070,245,'_edit_lock','1688464240:1'),(1071,246,'_wp_attached_file','2023/07/loan3.png'),(1072,246,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:17:\"2023/07/loan3.png\";s:8:\"filesize\";i:7544;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"loan3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3154;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"loan3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1600;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1073,245,'_thumbnail_id','246'),(1074,247,'_edit_last','1'),(1075,247,'_edit_lock','1688623515:1'),(1076,248,'_wp_attached_file','2023/07/loan4.png'),(1077,248,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:17:\"2023/07/loan4.png\";s:8:\"filesize\";i:709;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:{}}}'),(1078,247,'_thumbnail_id','248'),(1079,249,'_edit_last','1'),(1080,249,'_edit_lock','1688464356:1'),(1081,250,'_wp_attached_file','2023/07/loan5.png'),(1082,250,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:17:\"2023/07/loan5.png\";s:8:\"filesize\";i:6116;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"loan5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2553;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"loan5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1070;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1083,249,'_thumbnail_id','250'),(1084,251,'_edit_last','1'),(1085,251,'_edit_lock','1690794338:1'),(1086,252,'_wp_attached_file','2023/07/loan6.png'),(1087,252,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:17:\"2023/07/loan6.png\";s:8:\"filesize\";i:5468;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"loan6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2008;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"loan6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1088,251,'_thumbnail_id','252'),(1097,257,'_edit_last','1'),(1098,257,'_edit_lock','1689586994:1'),(1103,270,'_wp_attached_file','2023/07/Document-whylos.png'),(1104,270,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:350;s:4:\"file\";s:27:\"2023/07/Document-whylos.png\";s:8:\"filesize\";i:28903;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Document-whylos-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Document-whylos-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2425;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1105,211,'banner_image','949'),(1106,211,'_banner_image','field_64a41e781a69b'),(1107,211,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(1108,211,'_banner_sub_heading','field_64a41ebe1a69c'),(1109,211,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of apps from loan application, assessment, document processing, disbursement and collection.'),(1110,211,'_los_flow_short_description','field_64a41f341a69d'),(1111,211,'los_flow_right_side_image','526'),(1112,211,'_los_flow_right_side_image','field_64a41f5d1a69e'),(1113,211,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>User Role Management</li>\r\n                            </ul>'),(1114,211,'_los_admin_panel_content','field_64a4201e1a69f'),(1115,211,'los_admin_panel_image','528'),(1116,211,'_los_admin_panel_image','field_64a4203c1a6a0'),(1117,211,'central_checking_applications_image','531'),(1118,211,'_central_checking_applications_image','field_64a4204e1a6a1'),(1119,211,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(1120,211,'_central_checking_applications_content','field_64a420681a6a2'),(1121,211,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(1122,211,'_document_management_content','field_64a420b11a6a3'),(1123,211,'document_management_image','530'),(1124,211,'_document_management_image','field_64a420c41a6a4'),(1125,271,'banner_image',''),(1126,271,'_banner_image','field_64a41e781a69b'),(1127,271,'banner_sub_heading','Loan Origination System'),(1128,271,'_banner_sub_heading','field_64a41ebe1a69c'),(1129,271,'los_flow_short_description','Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem voluptas consequuntur ut debitis, repellendus ad ducimus a animi at dicta quia unde accusantium blanditiis magnam est. Alias esse fugit doloremque dolorum ea veniam quibusdam porro corrupti? Itaque labore cupiditate cumque quaerat commodi, reiciendis ratione inventore. Quo, et? Reiciendis, porro assumenda.'),(1130,271,'_los_flow_short_description','field_64a41f341a69d'),(1131,271,'los_flow_right_side_image','165'),(1132,271,'_los_flow_right_side_image','field_64a41f5d1a69e'),(1133,271,'los_admin_panel_content','<p>Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System</p>\r\n                            <p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(1134,271,'_los_admin_panel_content','field_64a4201e1a69f'),(1135,271,'los_admin_panel_image','268'),(1136,271,'_los_admin_panel_image','field_64a4203c1a6a0'),(1137,271,'central_checking_applications_image','269'),(1138,271,'_central_checking_applications_image','field_64a4204e1a6a1'),(1139,271,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(1140,271,'_central_checking_applications_content','field_64a420681a6a2'),(1141,271,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(1142,271,'_document_management_content','field_64a420b11a6a3'),(1143,271,'document_management_image','270'),(1144,271,'_document_management_image','field_64a420c41a6a4'),(1145,272,'banner_image','27'),(1146,272,'_banner_image','field_64a41e781a69b'),(1147,272,'banner_sub_heading','Loan Origination System'),(1148,272,'_banner_sub_heading','field_64a41ebe1a69c'),(1149,272,'los_flow_short_description','Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem voluptas consequuntur ut debitis, repellendus ad ducimus a animi at dicta quia unde accusantium blanditiis magnam est. Alias esse fugit doloremque dolorum ea veniam quibusdam porro corrupti? Itaque labore cupiditate cumque quaerat commodi, reiciendis ratione inventore. Quo, et? Reiciendis, porro assumenda.'),(1150,272,'_los_flow_short_description','field_64a41f341a69d'),(1151,272,'los_flow_right_side_image','165'),(1152,272,'_los_flow_right_side_image','field_64a41f5d1a69e'),(1153,272,'los_admin_panel_content','<p>Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System</p>\r\n                            <p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(1154,272,'_los_admin_panel_content','field_64a4201e1a69f'),(1155,272,'los_admin_panel_image','268'),(1156,272,'_los_admin_panel_image','field_64a4203c1a6a0'),(1157,272,'central_checking_applications_image','269'),(1158,272,'_central_checking_applications_image','field_64a4204e1a6a1'),(1159,272,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(1160,272,'_central_checking_applications_content','field_64a420681a6a2'),(1161,272,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(1162,272,'_document_management_content','field_64a420b11a6a3'),(1163,272,'document_management_image','270'),(1164,272,'_document_management_image','field_64a420c41a6a4'),(1165,273,'banner_image','27'),(1166,273,'_banner_image','field_64a41e781a69b'),(1167,273,'banner_sub_heading','Loan Origination System'),(1168,273,'_banner_sub_heading','field_64a41ebe1a69c'),(1169,273,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(1170,273,'_los_flow_short_description','field_64a41f341a69d'),(1171,273,'los_flow_right_side_image','165'),(1172,273,'_los_flow_right_side_image','field_64a41f5d1a69e'),(1173,273,'los_admin_panel_content','<p>Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System</p>\r\n                            <p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(1174,273,'_los_admin_panel_content','field_64a4201e1a69f'),(1175,273,'los_admin_panel_image','268'),(1176,273,'_los_admin_panel_image','field_64a4203c1a6a0'),(1177,273,'central_checking_applications_image','269'),(1178,273,'_central_checking_applications_image','field_64a4204e1a6a1'),(1179,273,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(1180,273,'_central_checking_applications_content','field_64a420681a6a2'),(1181,273,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(1182,273,'_document_management_content','field_64a420b11a6a3'),(1183,273,'document_management_image','270'),(1184,273,'_document_management_image','field_64a420c41a6a4'),(1185,211,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(1186,211,'_los_page_main_content','field_64a426515ef63'),(1187,275,'banner_image','27'),(1188,275,'_banner_image','field_64a41e781a69b'),(1189,275,'banner_sub_heading','Loan Origination System'),(1190,275,'_banner_sub_heading','field_64a41ebe1a69c'),(1191,275,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(1192,275,'_los_flow_short_description','field_64a41f341a69d'),(1193,275,'los_flow_right_side_image','165'),(1194,275,'_los_flow_right_side_image','field_64a41f5d1a69e'),(1195,275,'los_admin_panel_content','<p>Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System</p>\r\n                            <p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(1196,275,'_los_admin_panel_content','field_64a4201e1a69f'),(1197,275,'los_admin_panel_image','268'),(1198,275,'_los_admin_panel_image','field_64a4203c1a6a0'),(1199,275,'central_checking_applications_image','269'),(1200,275,'_central_checking_applications_image','field_64a4204e1a6a1'),(1201,275,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(1202,275,'_central_checking_applications_content','field_64a420681a6a2'),(1203,275,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(1204,275,'_document_management_content','field_64a420b11a6a3'),(1205,275,'document_management_image','270'),(1206,275,'_document_management_image','field_64a420c41a6a4'),(1207,275,'los_page_main_content','Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem voluptas consequuntur ut debitis, repellendus ad ducimus a animi at dicta quia unde accusantium blanditiis magnam est. Alias esse fugit doloremque dolorum ea veniam quibusdam porro corrupti? Itaque labore cupiditate cumque quaerat commodi, reiciendis ratione inventore. Quo, et? Reiciendis, porro assumenda.'),(1208,275,'_los_page_main_content','field_64a426515ef63'),(1209,276,'_edit_last','1'),(1210,276,'_edit_lock','1690781407:1'),(1211,277,'_edit_last','1'),(1212,277,'_edit_lock','1690781296:1'),(1213,278,'_edit_last','1'),(1214,278,'_edit_lock','1690781281:1'),(1215,279,'_edit_last','1'),(1216,279,'_edit_lock','1690781272:1'),(1217,280,'_edit_last','1'),(1218,280,'_edit_lock','1690781259:1'),(1219,281,'_edit_last','1'),(1220,281,'_edit_lock','1690781259:1'),(1221,282,'_edit_last','1'),(1222,282,'_edit_lock','1690781195:1'),(1223,284,'_edit_last','1'),(1224,284,'_edit_lock','1690781180:1'),(1225,285,'_edit_last','1'),(1226,285,'_edit_lock','1690781155:1'),(1229,211,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(1230,211,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(1231,211,'structured_workflow_driven_process_image','527'),(1232,211,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(1233,289,'banner_image','27'),(1234,289,'_banner_image','field_64a41e781a69b'),(1235,289,'banner_sub_heading','Loan Origination System'),(1236,289,'_banner_sub_heading','field_64a41ebe1a69c'),(1237,289,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(1238,289,'_los_flow_short_description','field_64a41f341a69d'),(1239,289,'los_flow_right_side_image','165'),(1240,289,'_los_flow_right_side_image','field_64a41f5d1a69e'),(1241,289,'los_admin_panel_content','<p>Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System</p>\r\n                            <p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(1242,289,'_los_admin_panel_content','field_64a4201e1a69f'),(1243,289,'los_admin_panel_image','268'),(1244,289,'_los_admin_panel_image','field_64a4203c1a6a0'),(1245,289,'central_checking_applications_image','269'),(1246,289,'_central_checking_applications_image','field_64a4204e1a6a1'),(1247,289,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(1248,289,'_central_checking_applications_content','field_64a420681a6a2'),(1249,289,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(1250,289,'_document_management_content','field_64a420b11a6a3'),(1251,289,'document_management_image','270'),(1252,289,'_document_management_image','field_64a420c41a6a4'),(1253,289,'los_page_main_content','Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem voluptas consequuntur ut debitis, repellendus ad ducimus a animi at dicta quia unde accusantium blanditiis magnam est. Alias esse fugit doloremque dolorum ea veniam quibusdam porro corrupti? Itaque labore cupiditate cumque quaerat commodi, reiciendis ratione inventore. Quo, et? Reiciendis, porro assumenda.'),(1254,289,'_los_page_main_content','field_64a426515ef63'),(1255,289,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFs) and Non-Banking Financial Companies (NBFCs).'),(1256,289,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(1257,289,'structured_workflow_driven_process_image','288'),(1258,289,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(1259,290,'_edit_last','1'),(1260,290,'_edit_lock','1688544768:1'),(1261,291,'_edit_last','1'),(1262,291,'_edit_lock','1688544792:1'),(1263,292,'_edit_last','1'),(1264,292,'_edit_lock','1688546168:1'),(1265,293,'_edit_last','1'),(1266,293,'_edit_lock','1688544496:1'),(1267,294,'_edit_last','1'),(1268,294,'_edit_lock','1688544664:1'),(1269,295,'_edit_last','1'),(1270,295,'_edit_lock','1688544689:1'),(1271,296,'_edit_last','1'),(1272,296,'_edit_lock','1688544714:1'),(1273,297,'_edit_last','1'),(1274,297,'_edit_lock','1688544740:1'),(1275,298,'_edit_last','1'),(1276,298,'_edit_lock','1689598643:1'),(1281,213,'banner_image','953'),(1282,213,'_banner_image','field_64a52c0e48256'),(1283,213,'banner_sub_heading','Revolutionize Debt Recovery with Arukus CMS'),(1284,213,'_banner_sub_heading','field_64a52c3f48257'),(1285,213,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(1286,213,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(1287,213,'streamline_your_collections_process_image','538'),(1288,213,'_streamline_your_collections_process_image','field_64a52c7c48259'),(1289,213,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(1290,213,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(1291,213,'efficiently_manage_collections_image','539'),(1292,213,'_efficiently_manage_collections_image','field_64a52cf24825b'),(1293,307,'banner_image','27'),(1294,307,'_banner_image','field_64a52c0e48256'),(1295,307,'banner_sub_heading','Collection Management System'),(1296,307,'_banner_sub_heading','field_64a52c3f48257'),(1297,307,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(1298,307,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(1299,307,'streamline_your_collections_process_image','305'),(1300,307,'_streamline_your_collections_process_image','field_64a52c7c48259'),(1301,307,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(1302,307,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(1303,307,'efficiently_manage_collections_image','306'),(1304,307,'_efficiently_manage_collections_image','field_64a52cf24825b'),(1305,308,'_edit_last','1'),(1306,308,'_edit_lock','1688550353:1'),(1307,309,'_edit_last','1'),(1308,309,'_edit_lock','1688550440:1'),(1309,310,'_edit_last','1'),(1310,310,'_edit_lock','1688550549:1'),(1311,311,'_edit_last','1'),(1312,311,'_edit_lock','1688550578:1'),(1313,312,'_edit_last','1'),(1314,312,'_edit_lock','1688550614:1'),(1315,313,'_edit_last','1'),(1316,313,'_edit_lock','1688550664:1'),(1317,314,'_edit_last','1'),(1318,314,'_edit_lock','1688550822:1'),(1320,71,'_wp_old_date','2023-07-04'),(1321,74,'_wp_old_date','2023-07-04'),(1332,75,'_wp_old_date','2023-07-04'),(1333,210,'_wp_old_date','2023-07-04'),(1334,209,'_wp_old_date','2023-07-04'),(1335,73,'_wp_old_date','2023-07-04'),(1336,247,'_wp_old_slug','real-time-civil-checking'),(1337,247,'_yoast_wpseo_content_score','90'),(1338,247,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1339,247,'_yoast_wpseo_wordproof_timestamp',''),(1340,315,'_edit_last','1'),(1341,315,'_edit_lock','1689572467:1'),(1342,315,'_yoast_wpseo_content_score','90'),(1343,315,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1344,315,'_yoast_wpseo_wordproof_timestamp',''),(1351,316,'_edit_last','1'),(1352,316,'_edit_lock','1689841081:1'),(1357,217,'_yoast_wpseo_content_score','30'),(1358,217,'_yoast_wpseo_estimated-reading-time-minutes','2'),(1359,217,'_yoast_wpseo_wordproof_timestamp',''),(1360,217,'banner_image','951'),(1361,217,'_banner_image','field_64a68e54f6987'),(1362,217,'banner_heading','Control Costs and Streamline Efficiency'),(1363,217,'_banner_heading','field_64a68e7ef6988'),(1364,217,'capture_every_business_expense_title','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X'),(1365,217,'_capture_every_business_expense_title','field_64a68e8ff6989'),(1366,217,'capture_every_business_expense_short_content','Arukus Technologies Expense Management System revolutionizes the way businesses capture, manage, and process expenses, saving valuable time and increasing employee productivity. It allows you to capture every business expense on the fly, eliminating manual paperwork and tedious data entry.'),(1367,217,'_capture_every_business_expense_short_content','field_64a68e9ef698a'),(1368,217,'capture_every_business_expense_left_image','546'),(1369,217,'_capture_every_business_expense_left_image','field_64a68eb1f698b'),(1370,217,'capture_every_business_expense_main_content','<h3>Multi-Level Expense Management Modules of Branches</h3>\r\n                            <ul class=\"expense_details_wrapper\">\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk1.png\" alt=\"\"/>\r\n                                    <p>Daily Branch Expenses</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk2.png\" alt=\"\" />\r\n                                    <p>Travel & Tour Expenses</p>\r\n                                </li>\r\n\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk3.png\" alt=\"\"/>\r\n                                    <p>Rental Agreement & Rent Payments</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk4.png\" alt=\"\"/>\r\n                                    <p>Branch Transfers</p>\r\n                                </li>\r\n                            </ul>'),(1371,217,'_capture_every_business_expense_main_content','field_64a68f10f698d'),(1372,217,'experience_arukus_expense_management_system_title','Experience The Power of Arukus Expense Management System'),(1373,217,'_experience_arukus_expense_management_system_title','field_64a68f25f698e'),(1374,217,'experience_arukus_expense_management_system_content','By leveraging Arukus Technologies Expense Management System, businesses can streamline their expense management process, saving time, reducing effort, and increasing overall productivity. Say goodbye to manual paperwork, improve policy compliance, and enhance financial control with our intuitive and user-friendly system.'),(1375,217,'_experience_arukus_expense_management_system_content','field_64a68f36f698f'),(1376,217,'experience_arukus_expense_management_system_right_image','547'),(1377,217,'_experience_arukus_expense_management_system_right_image','field_64a68f4af6990'),(1378,328,'banner_image','27'),(1379,328,'_banner_image','field_64a68e54f6987'),(1380,328,'banner_heading','Control Costs and Streamline Efficiency'),(1381,328,'_banner_heading','field_64a68e7ef6988'),(1382,328,'capture_every_business_expense_title','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X'),(1383,328,'_capture_every_business_expense_title','field_64a68e8ff6989'),(1384,328,'capture_every_business_expense_short_content','Arukus Technologies Expense Management System revolutionizes the way businesses capture, manage, and process expenses, saving valuable time and increasing employee productivity. It allows you to capture every business expense on the fly, eliminating manual paperwork and tedious data entry.'),(1385,328,'_capture_every_business_expense_short_content','field_64a68e9ef698a'),(1386,328,'capture_every_business_expense_left_image','326'),(1387,328,'_capture_every_business_expense_left_image','field_64a68eb1f698b'),(1388,328,'capture_every_business_expense_main_content','<h3>Multi-Level Expense Management Modules of Branches</h3>\r\n                            <ul class=\"expense_details_wrapper\">\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk1.png\" alt=\"\"/>\r\n                                    <p>Daily Branch Expenses</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk2.png\" alt=\"\" />\r\n                                    <p>Travel & Tour Expenses</p>\r\n                                </li>\r\n\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk3.png\" alt=\"\"/>\r\n                                    <p>Rental Agreement & Rent Payments</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk4.png\" alt=\"\"/>\r\n                                    <p>Branch Transfers</p>\r\n                                </li>\r\n                            </ul>'),(1389,328,'_capture_every_business_expense_main_content','field_64a68f10f698d'),(1390,328,'experience_arukus_expense_management_system_title','Experience The Power of Arukus Expense Management System'),(1391,328,'_experience_arukus_expense_management_system_title','field_64a68f25f698e'),(1392,328,'experience_arukus_expense_management_system_content','By leveraging Arukus Technologies Expense Management System, businesses can streamline their expense management process, saving time, reducing effort, and increasing overall productivity. Say goodbye to manual paperwork, improve policy compliance, and enhance financial control with our intuitive and user-friendly system.'),(1393,328,'_experience_arukus_expense_management_system_content','field_64a68f36f698f'),(1394,328,'experience_arukus_expense_management_system_right_image','327'),(1395,328,'_experience_arukus_expense_management_system_right_image','field_64a68f4af6990'),(1428,333,'_edit_last','1'),(1429,333,'_edit_lock','1688638952:1'),(1430,333,'_yoast_wpseo_content_score','90'),(1431,333,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1432,333,'_yoast_wpseo_wordproof_timestamp',''),(1433,334,'_edit_last','1'),(1434,334,'_edit_lock','1688639026:1'),(1435,334,'_yoast_wpseo_content_score','90'),(1436,334,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1437,334,'_yoast_wpseo_wordproof_timestamp',''),(1438,335,'_edit_last','1'),(1439,335,'_edit_lock','1688639073:1'),(1440,335,'_yoast_wpseo_content_score','90'),(1441,335,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1442,335,'_yoast_wpseo_wordproof_timestamp',''),(1443,336,'_edit_last','1'),(1444,336,'_edit_lock','1688639116:1'),(1445,336,'_yoast_wpseo_content_score','90'),(1446,336,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1447,336,'_yoast_wpseo_wordproof_timestamp',''),(1448,337,'_edit_last','1'),(1449,337,'_edit_lock','1688639175:1'),(1450,337,'_yoast_wpseo_content_score','90'),(1451,337,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1452,337,'_yoast_wpseo_wordproof_timestamp',''),(1453,340,'_edit_last','1'),(1454,340,'_edit_lock','1688707188:1'),(1455,340,'_yoast_wpseo_content_score','90'),(1456,340,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1457,340,'_yoast_wpseo_wordproof_timestamp',''),(1458,341,'_edit_last','1'),(1459,341,'_edit_lock','1688707316:1'),(1460,341,'_yoast_wpseo_content_score','90'),(1461,341,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1462,341,'_yoast_wpseo_wordproof_timestamp',''),(1463,342,'_edit_last','1'),(1464,342,'_edit_lock','1688707351:1'),(1465,342,'_yoast_wpseo_content_score','90'),(1466,342,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1467,342,'_yoast_wpseo_wordproof_timestamp',''),(1468,343,'_edit_last','1'),(1469,343,'_edit_lock','1688707385:1'),(1470,343,'_yoast_wpseo_content_score','90'),(1471,343,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1472,343,'_yoast_wpseo_wordproof_timestamp',''),(1473,344,'_edit_last','1'),(1474,344,'_edit_lock','1688707818:1'),(1475,344,'_yoast_wpseo_content_score','60'),(1476,344,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1477,344,'_yoast_wpseo_wordproof_timestamp',''),(1478,346,'_edit_last','1'),(1479,346,'_edit_lock','1688707972:1'),(1480,346,'_yoast_wpseo_content_score','90'),(1481,346,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1482,346,'_yoast_wpseo_wordproof_timestamp',''),(1483,347,'_edit_last','1'),(1484,347,'_edit_lock','1688707991:1'),(1485,347,'_yoast_wpseo_content_score','90'),(1486,347,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1487,347,'_yoast_wpseo_wordproof_timestamp',''),(1488,348,'_edit_last','1'),(1489,348,'_edit_lock','1703079813:1'),(1494,215,'_yoast_wpseo_content_score','30'),(1495,215,'_yoast_wpseo_estimated-reading-time-minutes','3'),(1496,215,'_yoast_wpseo_wordproof_timestamp',''),(1497,215,'banner_image','930'),(1498,215,'_banner_image','field_64a7a519c4513'),(1499,215,'banner_heading','Control Costs and Streamline Efficiency'),(1500,215,'_banner_heading','field_64a7a544c4514'),(1501,215,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(1502,215,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(1503,215,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(1504,215,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(1505,215,'save_time_and_money_with_better_risk_management_image','541'),(1506,215,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(1507,215,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(1508,215,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(1509,215,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(1510,215,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(1511,215,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(1512,215,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(1513,215,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(1514,215,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(1515,215,'moving_from_higher_risk_to_lower_risk_image','542'),(1516,215,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(1517,361,'banner_image','27'),(1518,361,'_banner_image','field_64a7a519c4513'),(1519,361,'banner_heading','Enterprise Risk Management'),(1520,361,'_banner_heading','field_64a7a544c4514'),(1521,361,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(1522,361,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(1523,361,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(1524,361,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(1525,361,'save_time_and_money_with_better_risk_management_image','359'),(1526,361,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(1527,361,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(1528,361,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(1529,361,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(1530,361,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(1531,361,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(1532,361,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(1533,361,'moving_from_higher_risk_to_lower_risk_main_content','The risk score grid allows organizations to identify, control and mitigate risks happening at the unit level within specific departments.\r\n\r\n                                At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of potential outcomes. Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. \r\nThis fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. But that\'s not all - our solution takes it a step further by generating Risk Ranks based on these Scores. Higher scores equate to lower ranks, meaning that even if two risks boast a perfect score of 25, they will share the top spot with a rank of 1. As KRls and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(1534,361,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(1535,361,'moving_from_higher_risk_to_lower_risk_image','360'),(1536,361,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(1537,363,'banner_image','27'),(1538,363,'_banner_image','field_64a7a519c4513'),(1539,363,'banner_heading','Enterprise Risk Management'),(1540,363,'_banner_heading','field_64a7a544c4514'),(1541,363,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(1542,363,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(1543,363,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(1544,363,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(1545,363,'save_time_and_money_with_better_risk_management_image','359'),(1546,363,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(1547,363,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(1548,363,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(1549,363,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(1550,363,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(1551,363,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(1552,363,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(1553,363,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(1554,363,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(1555,363,'moving_from_higher_risk_to_lower_risk_image','360'),(1556,363,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(1559,215,'risk_score_grid_by_unit_&_department_main_heading','Proactive Risk Management'),(1560,215,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(1561,215,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(1562,215,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(1563,215,'risk_score_grid_by_unit_&_department_main_title','Risk Ranking Across Branches'),(1564,215,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(1565,215,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(1566,215,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(1567,215,'risk_score_grid_by_unit_&_department_image','543'),(1568,215,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(1569,370,'banner_image','27'),(1570,370,'_banner_image','field_64a7a519c4513'),(1571,370,'banner_heading','Enterprise Risk Management'),(1572,370,'_banner_heading','field_64a7a544c4514'),(1573,370,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(1574,370,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(1575,370,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(1576,370,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(1577,370,'save_time_and_money_with_better_risk_management_image','359'),(1578,370,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(1579,370,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(1580,370,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(1581,370,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(1582,370,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(1583,370,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(1584,370,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(1585,370,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(1586,370,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(1587,370,'moving_from_higher_risk_to_lower_risk_image','360'),(1588,370,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(1589,370,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(1590,370,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(1591,370,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(1592,370,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(1593,370,'risk_score_grid_by_unit_&_department_main_title','Risk Score Grid by Unit & Department'),(1594,370,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(1595,370,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(1596,370,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(1597,370,'risk_score_grid_by_unit_&_department_image','369'),(1598,370,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(1599,371,'_edit_last','1'),(1600,371,'_edit_lock','1688734040:1'),(1601,371,'_yoast_wpseo_content_score','90'),(1602,371,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1603,371,'_yoast_wpseo_wordproof_timestamp',''),(1604,372,'_edit_last','1'),(1605,372,'_edit_lock','1688734068:1'),(1606,372,'_yoast_wpseo_content_score','90'),(1607,372,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1608,372,'_yoast_wpseo_wordproof_timestamp',''),(1609,373,'_edit_last','1'),(1610,373,'_edit_lock','1688734098:1'),(1611,373,'_yoast_wpseo_content_score','90'),(1612,373,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1613,373,'_yoast_wpseo_wordproof_timestamp',''),(1614,374,'_edit_last','1'),(1615,374,'_edit_lock','1688734131:1'),(1616,374,'_yoast_wpseo_content_score','90'),(1617,374,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1618,374,'_yoast_wpseo_wordproof_timestamp',''),(1619,375,'_edit_last','1'),(1620,375,'_edit_lock','1688734149:1'),(1621,375,'_yoast_wpseo_content_score','90'),(1622,375,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1623,375,'_yoast_wpseo_wordproof_timestamp',''),(1624,376,'_edit_last','1'),(1625,376,'_edit_lock','1689581436:1'),(1626,219,'_yoast_wpseo_content_score','60'),(1627,219,'_yoast_wpseo_estimated-reading-time-minutes','3'),(1628,219,'_yoast_wpseo_wordproof_timestamp',''),(1629,219,'banner_image','984'),(1630,219,'_banner_image','field_64a80b19d8b4e'),(1631,219,'banner_heading','The Most Effective Field Sales Performance Tracking App by Arukus Technologies'),(1632,219,'_banner_heading','field_64a80b4cd8b4f'),(1633,219,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(1634,219,'_ensuring_compliance_content','field_64a80b5cd8b50'),(1635,219,'ensuring_compliance_image','550'),(1636,219,'_ensuring_compliance_image','field_64a80b6fd8b51'),(1637,219,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(1638,219,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(1639,219,'advance_planner_&_tracking_tool_image','551'),(1640,219,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(1641,219,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(1642,219,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(1643,219,'advance_geo-tracking_image','552'),(1644,219,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(1645,219,'why_choose_field_track-o_image','553'),(1646,219,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(1647,219,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(1648,219,'_achieve_targets_heading','field_64a80bebd8b57'),(1649,219,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(1650,219,'_achieve_targets_short_content','field_64a80bfbd8b58'),(1651,219,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(1652,219,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(1653,219,'agent_monitoring_image','554'),(1654,219,'_agent_monitoring_image','field_64a80c1dd8b5a'),(1655,219,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(1656,219,'_branch_manager_review_content','field_64a80c3fd8b5b'),(1657,219,'branch_manager_review_image','555'),(1658,219,'_branch_manager_review_image','field_64a80c52d8b5c'),(1659,219,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(1660,219,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(1661,219,'area_or_zonal_manager_review_image','556'),(1662,219,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(1663,394,'banner_image','27'),(1664,394,'_banner_image','field_64a80b19d8b4e'),(1665,394,'banner_heading','The Most Effective Performance and Tracking App by Arukus Technologies'),(1666,394,'_banner_heading','field_64a80b4cd8b4f'),(1667,394,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(1668,394,'_ensuring_compliance_content','field_64a80b5cd8b50'),(1669,394,'ensuring_compliance_image','369'),(1670,394,'_ensuring_compliance_image','field_64a80b6fd8b51'),(1671,394,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(1672,394,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(1673,394,'advance_planner_&_tracking_tool_image','369'),(1674,394,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(1675,394,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(1676,394,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(1677,394,'advance_geo-tracking_image','369'),(1678,394,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(1679,394,'why_choose_field_track-o_image','359'),(1680,394,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(1681,394,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(1682,394,'_achieve_targets_heading','field_64a80bebd8b57'),(1683,394,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(1684,394,'_achieve_targets_short_content','field_64a80bfbd8b58'),(1685,394,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(1686,394,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(1687,394,'agent_monitoring_image','369'),(1688,394,'_agent_monitoring_image','field_64a80c1dd8b5a'),(1689,394,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(1690,394,'_branch_manager_review_content','field_64a80c3fd8b5b'),(1691,394,'branch_manager_review_image','369'),(1692,394,'_branch_manager_review_image','field_64a80c52d8b5c'),(1693,394,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(1694,394,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(1695,394,'area_or_zonal_manager_review_image','369'),(1696,394,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(1697,395,'_edit_last','1'),(1698,395,'_edit_lock','1701434441:1'),(1699,395,'_wp_page_template','template-parts/blogs-new.php'),(1700,395,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1701,395,'_yoast_wpseo_wordproof_timestamp',''),(1702,397,'_edit_last','1'),(1703,397,'_edit_lock','1689068830:1'),(1704,395,'banner_image','919'),(1705,395,'_banner_image','field_64abe9531cd45'),(1706,395,'banner_sub_heading','The latest Microfinance industry news, technology trends and insights'),(1707,395,'_banner_sub_heading','field_64abe9741cd46'),(1708,396,'banner_image',''),(1709,396,'_banner_image','field_64abe9531cd45'),(1710,396,'banner_sub_heading',''),(1711,396,'_banner_sub_heading','field_64abe9741cd46'),(1714,401,'banner_image','400'),(1715,401,'_banner_image','field_64abe9531cd45'),(1716,401,'banner_sub_heading','Certainly! Here\'s a subheading for a blog post related to loans and personal finance'),(1717,401,'_banner_sub_heading','field_64abe9741cd46'),(1718,402,'_edit_last','1'),(1719,402,'_edit_lock','1702550767:1'),(1720,403,'_wp_attached_file','2023/07/b3.jpg'),(1721,403,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:807;s:4:\"file\";s:14:\"2023/07/b3.jpg\";s:8:\"filesize\";i:341572;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"b3-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13594;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"b3-1024x646.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"b3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7084;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"b3-768x484.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78201;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1722,402,'_thumbnail_id','990'),(1723,402,'_yoast_wpseo_primary_blog-category','15'),(1724,402,'_yoast_wpseo_content_score','60'),(1725,402,'_yoast_wpseo_estimated-reading-time-minutes','3'),(1726,402,'_yoast_wpseo_wordproof_timestamp',''),(1727,404,'_edit_last','1'),(1728,404,'_edit_lock','1702657910:1'),(1729,405,'_wp_attached_file','2023/07/b2.jpg'),(1730,405,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:14:\"2023/07/b2.jpg\";s:8:\"filesize\";i:179768;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"b2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10768;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"b2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78971;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"b2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6540;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"b2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50598;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1731,404,'_thumbnail_id','986'),(1732,404,'_yoast_wpseo_primary_blog-category','15'),(1733,404,'_yoast_wpseo_content_score','90'),(1734,404,'_yoast_wpseo_estimated-reading-time-minutes','3'),(1735,404,'_yoast_wpseo_wordproof_timestamp',''),(1738,407,'_wp_attached_file','2023/07/b1.jpg'),(1739,407,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:14:\"2023/07/b1.jpg\";s:8:\"filesize\";i:191024;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"b1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11042;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"b1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82300;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"b1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6310;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"b1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52572;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1745,408,'_menu_item_type','post_type'),(1746,408,'_menu_item_menu_item_parent','0'),(1747,408,'_menu_item_object_id','395'),(1748,408,'_menu_item_object','page'),(1749,408,'_menu_item_target',''),(1750,408,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1751,408,'_menu_item_xfn',''),(1752,408,'_menu_item_url',''),(1755,71,'_wp_old_date','2023-07-05'),(1756,74,'_wp_old_date','2023-07-05'),(1767,75,'_wp_old_date','2023-07-05'),(1768,210,'_wp_old_date','2023-07-05'),(1769,209,'_wp_old_date','2023-07-05'),(1770,73,'_wp_old_date','2023-07-05'),(1771,409,'_menu_item_type','post_type'),(1772,409,'_menu_item_menu_item_parent','0'),(1773,409,'_menu_item_object_id','395'),(1774,409,'_menu_item_object','page'),(1775,409,'_menu_item_target',''),(1776,409,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1777,409,'_menu_item_xfn',''),(1778,409,'_menu_item_url',''),(1781,105,'_wp_old_date','2023-06-30'),(1783,107,'_wp_old_date','2023-06-30'),(1784,410,'_edit_last','1'),(1785,410,'_edit_lock','1690781159:1'),(1786,410,'_yoast_wpseo_content_score','90'),(1787,410,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1788,410,'_yoast_wpseo_wordproof_timestamp',''),(1795,411,'_edit_last','1'),(1796,411,'_edit_lock','1689581493:1'),(1797,425,'_wp_attached_file','2023/07/cs1-1.svg'),(1798,425,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:14221;}'),(1799,221,'_yoast_wpseo_content_score','30'),(1800,221,'_yoast_wpseo_estimated-reading-time-minutes','3'),(1801,221,'_yoast_wpseo_wordproof_timestamp',''),(1802,221,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(1803,221,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(1804,221,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(1805,221,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(1806,221,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Evaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(1807,221,'_branch_evaluation_system_content','field_64abfcca4abcd'),(1808,221,'branch_evaluation_system_image','668'),(1809,221,'_branch_evaluation_system_image','field_64abfce74abce'),(1810,221,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(1811,221,'_advance_auditing_tool_content','field_64abfd054abcf'),(1812,221,'advance_auditing_tool_image','665'),(1813,221,'_advance_auditing_tool_image','field_64abfd104abd0'),(1814,221,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(1815,221,'_manager_accountability_content','field_64abfd2f4abd1'),(1816,221,'manager_accountability_image','666'),(1817,221,'_manager_accountability_image','field_64abfda54abd2'),(1818,221,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(1819,221,'_benefits_content','field_64abfdbe4abd3'),(1820,221,'benefits_image','672'),(1821,221,'_benefits_image','field_64abfdcf4abd4'),(1822,221,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(1823,221,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(1824,221,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(1825,221,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(1826,221,'unlock_compliance_excellence_image','428'),(1827,221,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(1828,426,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(1829,426,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(1830,426,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(1831,426,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(1832,426,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(1833,426,'_branch_evaluation_system_content','field_64abfcca4abcd'),(1834,426,'branch_evaluation_system_image','425'),(1835,426,'_branch_evaluation_system_image','field_64abfce74abce'),(1836,426,'advance_auditing_tool_content',''),(1837,426,'_advance_auditing_tool_content','field_64abfd054abcf'),(1838,426,'advance_auditing_tool_image',''),(1839,426,'_advance_auditing_tool_image','field_64abfd104abd0'),(1840,426,'manager_accountability_content',''),(1841,426,'_manager_accountability_content','field_64abfd2f4abd1'),(1842,426,'manager_accountability_image',''),(1843,426,'_manager_accountability_image','field_64abfda54abd2'),(1844,426,'benefits_content',''),(1845,426,'_benefits_content','field_64abfdbe4abd3'),(1846,426,'benefits_image',''),(1847,426,'_benefits_image','field_64abfdcf4abd4'),(1848,426,'unlock_compliance_excellence_title',''),(1849,426,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(1850,426,'unlock_compliance_excellence_short_content',''),(1851,426,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(1852,426,'unlock_compliance_excellence_image',''),(1853,426,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(1854,427,'_wp_attached_file','2023/07/cs2-1.svg'),(1855,427,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:19835;}'),(1856,428,'_wp_attached_file','2023/07/loan_gra1.png'),(1857,428,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1776;s:6:\"height\";i:1377;s:4:\"file\";s:21:\"2023/07/loan_gra1.png\";s:8:\"filesize\";i:192992;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:{}}}'),(1858,429,'_wp_attached_file','2023/07/loan_gra1-1.png'),(1859,429,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1776;s:6:\"height\";i:1377;s:4:\"file\";s:23:\"2023/07/loan_gra1-1.png\";s:8:\"filesize\";i:192992;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:{}}}'),(1860,430,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(1861,430,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(1862,430,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(1863,430,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(1864,430,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(1865,430,'_branch_evaluation_system_content','field_64abfcca4abcd'),(1866,430,'branch_evaluation_system_image','425'),(1867,430,'_branch_evaluation_system_image','field_64abfce74abce'),(1868,430,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(1869,430,'_advance_auditing_tool_content','field_64abfd054abcf'),(1870,430,'advance_auditing_tool_image','427'),(1871,430,'_advance_auditing_tool_image','field_64abfd104abd0'),(1872,430,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(1873,430,'_manager_accountability_content','field_64abfd2f4abd1'),(1874,430,'manager_accountability_image','237'),(1875,430,'_manager_accountability_image','field_64abfda54abd2'),(1876,430,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(1877,430,'_benefits_content','field_64abfdbe4abd3'),(1878,430,'benefits_image','238'),(1879,430,'_benefits_image','field_64abfdcf4abd4'),(1880,430,'unlock_compliance_excellence_title','>Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(1881,430,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(1882,430,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(1883,430,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(1884,430,'unlock_compliance_excellence_image',''),(1885,430,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(1886,431,'_wp_attached_file','2023/07/loan_gra1-2.png'),(1887,431,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1776;s:6:\"height\";i:1377;s:4:\"file\";s:23:\"2023/07/loan_gra1-2.png\";s:8:\"filesize\";i:192992;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:{}}}'),(1888,432,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(1889,432,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(1890,432,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(1891,432,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(1892,432,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(1893,432,'_branch_evaluation_system_content','field_64abfcca4abcd'),(1894,432,'branch_evaluation_system_image','425'),(1895,432,'_branch_evaluation_system_image','field_64abfce74abce'),(1896,432,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(1897,432,'_advance_auditing_tool_content','field_64abfd054abcf'),(1898,432,'advance_auditing_tool_image','427'),(1899,432,'_advance_auditing_tool_image','field_64abfd104abd0'),(1900,432,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(1901,432,'_manager_accountability_content','field_64abfd2f4abd1'),(1902,432,'manager_accountability_image','237'),(1903,432,'_manager_accountability_image','field_64abfda54abd2'),(1904,432,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(1905,432,'_benefits_content','field_64abfdbe4abd3'),(1906,432,'benefits_image','238'),(1907,432,'_benefits_image','field_64abfdcf4abd4'),(1908,432,'unlock_compliance_excellence_title','>Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(1909,432,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(1910,432,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(1911,432,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(1912,432,'unlock_compliance_excellence_image','428'),(1913,432,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(1914,221,'banner_image','955'),(1915,221,'_banner_image','field_64ac0c04f51d8'),(1916,221,'heading','Internal Audit & Compliance Management System for MFI & NBFCs'),(1917,221,'_heading','field_64ac0c1bf51d9'),(1918,435,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(1919,435,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(1920,435,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(1921,435,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(1922,435,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(1923,435,'_branch_evaluation_system_content','field_64abfcca4abcd'),(1924,435,'branch_evaluation_system_image','425'),(1925,435,'_branch_evaluation_system_image','field_64abfce74abce'),(1926,435,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(1927,435,'_advance_auditing_tool_content','field_64abfd054abcf'),(1928,435,'advance_auditing_tool_image','427'),(1929,435,'_advance_auditing_tool_image','field_64abfd104abd0'),(1930,435,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(1931,435,'_manager_accountability_content','field_64abfd2f4abd1'),(1932,435,'manager_accountability_image','237'),(1933,435,'_manager_accountability_image','field_64abfda54abd2'),(1934,435,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(1935,435,'_benefits_content','field_64abfdbe4abd3'),(1936,435,'benefits_image','238'),(1937,435,'_benefits_image','field_64abfdcf4abd4'),(1938,435,'unlock_compliance_excellence_title','>Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(1939,435,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(1940,435,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(1941,435,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(1942,435,'unlock_compliance_excellence_image','428'),(1943,435,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(1944,435,'banner_image','400'),(1945,435,'_banner_image','field_64ac0c04f51d8'),(1946,435,'heading','Internal Audit & Compliance Management System'),(1947,435,'_heading','field_64ac0c1bf51d9'),(1948,436,'_edit_last','1'),(1949,436,'_edit_lock','1689344193:1'),(1950,436,'_thumbnail_id','688'),(1951,436,'_yoast_wpseo_content_score','90'),(1952,436,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1953,436,'_yoast_wpseo_wordproof_timestamp',''),(1954,437,'_edit_last','1'),(1955,437,'_edit_lock','1689331366:1'),(1956,437,'_thumbnail_id','695'),(1957,437,'_yoast_wpseo_content_score','90'),(1958,437,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1959,437,'_yoast_wpseo_wordproof_timestamp',''),(1960,438,'_edit_last','1'),(1961,438,'_edit_lock','1689331352:1'),(1962,438,'_thumbnail_id','694'),(1963,438,'_yoast_wpseo_content_score','90'),(1964,438,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1965,438,'_yoast_wpseo_wordproof_timestamp',''),(1966,439,'_edit_last','1'),(1967,439,'_edit_lock','1689331316:1'),(1969,439,'_yoast_wpseo_content_score','90'),(1970,439,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1971,439,'_yoast_wpseo_wordproof_timestamp',''),(1972,223,'_yoast_wpseo_content_score','30'),(1973,223,'_yoast_wpseo_estimated-reading-time-minutes','3'),(1974,223,'_yoast_wpseo_wordproof_timestamp',''),(1975,223,'banner_image','957'),(1976,223,'_banner_image','field_64ad40464f290'),(1977,223,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(1978,223,'_banner_sub_heading','field_64abe9741cd46'),(1979,440,'banner_image','400'),(1980,440,'_banner_image','field_64abe9531cd45'),(1981,440,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(1982,440,'_banner_sub_heading','field_64abe9741cd46'),(1984,105,'_wp_old_date','2023-07-10'),(1985,409,'_wp_old_date','2023-07-10'),(1986,107,'_wp_old_date','2023-07-10'),(1988,71,'_wp_old_date','2023-07-10'),(1989,74,'_wp_old_date','2023-07-10'),(1999,75,'_wp_old_date','2023-07-10'),(2000,210,'_wp_old_date','2023-07-10'),(2001,209,'_wp_old_date','2023-07-10'),(2002,408,'_wp_old_date','2023-07-10'),(2003,73,'_wp_old_date','2023-07-10'),(2004,441,'_edit_last','1'),(2005,441,'_edit_lock','1689581658:1'),(2006,223,'main_section_heading','Prevent Fraud with Arukus Technologies'),(2007,223,'_main_section_heading','field_64ad3e64bfa1b'),(2008,223,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(2009,223,'_main_section_short_content','field_64ad3e84bfa1c'),(2010,446,'banner_image','400'),(2011,446,'_banner_image','field_64abe9531cd45'),(2012,446,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(2013,446,'_banner_sub_heading','field_64abe9741cd46'),(2014,446,'main_section_heading','Prevent Fraud with Arukus Technologies'),(2015,446,'_main_section_heading','field_64ad3e64bfa1b'),(2016,446,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(2017,446,'_main_section_short_content','field_64ad3e84bfa1c'),(2018,223,'banner_heading','Prevent Fraud with Arukus Technologies'),(2019,223,'_banner_heading','field_64ad405b4f291'),(2020,447,'banner_image','400'),(2021,447,'_banner_image','field_64ad40464f290'),(2022,447,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(2023,447,'_banner_sub_heading','field_64abe9741cd46'),(2024,447,'main_section_heading','Prevent Fraud with Arukus Technologies'),(2025,447,'_main_section_heading','field_64ad3e64bfa1b'),(2026,447,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(2027,447,'_main_section_short_content','field_64ad3e84bfa1c'),(2028,447,'banner_heading','Prevent Fraud with Arukus Technologies'),(2029,447,'_banner_heading','field_64ad405b4f291'),(2030,448,'_edit_last','1'),(2031,448,'_edit_lock','1689078764:1'),(2032,449,'_wp_attached_file','2023/07/7.png'),(2033,449,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:13:\"2023/07/7.png\";s:8:\"filesize\";i:10776;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2326;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2034,448,'_thumbnail_id','449'),(2035,448,'_yoast_wpseo_content_score','90'),(2036,448,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2037,448,'_yoast_wpseo_wordproof_timestamp',''),(2038,450,'_edit_last','1'),(2039,450,'_edit_lock','1689078934:1'),(2040,451,'_wp_attached_file','2023/07/6.png'),(2041,451,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:13:\"2023/07/6.png\";s:8:\"filesize\";i:9526;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2182;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1249;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2042,450,'_thumbnail_id','451'),(2043,450,'_yoast_wpseo_content_score','90'),(2044,450,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2045,450,'_yoast_wpseo_wordproof_timestamp',''),(2046,452,'_edit_last','1'),(2047,452,'_edit_lock','1689079034:1'),(2048,453,'_wp_attached_file','2023/07/5.png'),(2049,453,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:13:\"2023/07/5.png\";s:8:\"filesize\";i:26704;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6070;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3608;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2050,452,'_thumbnail_id','453'),(2051,452,'_yoast_wpseo_content_score','90'),(2052,452,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2053,452,'_yoast_wpseo_wordproof_timestamp',''),(2054,454,'_edit_last','1'),(2055,454,'_edit_lock','1689079143:1'),(2056,455,'_wp_attached_file','2023/07/4.png'),(2057,455,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:13:\"2023/07/4.png\";s:8:\"filesize\";i:16561;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1739;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2058,454,'_thumbnail_id','455'),(2059,454,'_yoast_wpseo_content_score','90'),(2060,454,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2061,454,'_yoast_wpseo_wordproof_timestamp',''),(2062,456,'_edit_last','1'),(2063,456,'_edit_lock','1689079215:1'),(2064,457,'_wp_attached_file','2023/07/3.png'),(2065,457,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:13:\"2023/07/3.png\";s:8:\"filesize\";i:23280;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3036;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2066,456,'_thumbnail_id','457'),(2067,456,'_yoast_wpseo_content_score','90'),(2068,456,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2069,456,'_yoast_wpseo_wordproof_timestamp',''),(2070,458,'_edit_last','1'),(2071,458,'_edit_lock','1689079294:1'),(2072,459,'_wp_attached_file','2023/07/2.png'),(2073,459,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:13:\"2023/07/2.png\";s:8:\"filesize\";i:28502;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5333;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3272;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2074,458,'_thumbnail_id','459'),(2075,458,'_yoast_wpseo_content_score','90'),(2076,458,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2077,458,'_yoast_wpseo_wordproof_timestamp',''),(2078,460,'_edit_last','1'),(2079,460,'_edit_lock','1689244785:1'),(2080,461,'_wp_attached_file','2023/07/1.png'),(2081,461,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:13:\"2023/07/1.png\";s:8:\"filesize\";i:18887;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2523;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2082,460,'_thumbnail_id','461'),(2083,460,'_yoast_wpseo_content_score','90'),(2084,460,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2085,460,'_yoast_wpseo_wordproof_timestamp',''),(2086,225,'_yoast_wpseo_content_score','30'),(2087,225,'_yoast_wpseo_estimated-reading-time-minutes','2'),(2088,225,'_yoast_wpseo_wordproof_timestamp',''),(2089,225,'banner_image','959'),(2090,225,'_banner_image','field_64ad40464f290'),(2091,225,'banner_heading','Your Comprehensive Helpdesk Solution!'),(2092,225,'_banner_heading','field_64ad405b4f291'),(2093,225,'main_section_heading','Empower Your Support Team With Support360'),(2094,225,'_main_section_heading','field_64ad3e64bfa1b'),(2095,225,'main_section_short_content','Experience the Power of a Feature-Rich HelpDesk Software Solution from Arukus Technologies, Accelerating Ticket Resolution Through Proactive Automation and Fully Customizable Workflows.'),(2096,225,'_main_section_short_content','field_64ad3e84bfa1c'),(2097,462,'banner_image','400'),(2098,462,'_banner_image','field_64ad40464f290'),(2099,462,'banner_heading','Support Ticket System'),(2100,462,'_banner_heading','field_64ad405b4f291'),(2101,462,'main_section_heading','Empower Your Support Team With Support360 - The Ultimate Ticketing System'),(2102,462,'_main_section_heading','field_64ad3e64bfa1b'),(2103,462,'main_section_short_content','Introducing Support360: Arukus Technologies\' Cutting-Edge Support Ticket System. Experience the Power of Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Fully Customizable Workflows'),(2104,462,'_main_section_short_content','field_64ad3e84bfa1c'),(2105,465,'_edit_last','1'),(2106,465,'_wp_page_template','template-parts/landing.php'),(2107,465,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2108,465,'_yoast_wpseo_wordproof_timestamp',''),(2109,465,'_edit_lock','1689868757:1'),(2110,464,'_edit_last','1'),(2111,464,'_edit_lock','1689321764:1'),(2112,475,'_wp_attached_file','2023/07/landing_bg.webp'),(2113,475,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1997;s:6:\"height\";i:1261;s:4:\"file\";s:23:\"2023/07/landing_bg.webp\";s:8:\"filesize\";i:94402;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"landing_bg-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5098;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"landing_bg-1024x647.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29974;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"landing_bg-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2414;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"landing_bg-768x485.webp\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19756;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"landing_bg-1536x970.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:970;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:52472;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"landing_bg-1568x990.webp\";s:5:\"width\";i:1568;s:6:\"height\";i:990;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55120;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2114,465,'_thumbnail_id','475'),(2115,465,'banner_main_heading','Empowering Financial Institutions with tools that help solve real problems'),(2116,465,'_banner_main_heading','field_64ae4156c2d7f'),(2117,465,'banner_sub_heading','Solving Key Pain Points of Financial Institutions in Sales, Collection, Expense Management, Audit, Risk, Compliance and much more ...'),(2118,465,'_banner_sub_heading','field_64ae419ac2d80'),(2119,465,'specialized_tools_for_specific_problems_title','Specialized tools for specific problems'),(2120,465,'_specialized_tools_for_specific_problems_title','field_64ae41b1c2d81'),(2121,465,'specialized_tools_for_specific_problems_image','511'),(2122,465,'_specialized_tools_for_specific_problems_image','field_64ae41b9c2d82'),(2123,465,'specialized_tools_for_specific_problems_content','Our product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, each product has been meticulously developed to address key operational pain points and challenges. Our Enterprise Risk Management, Audit & Compliance Management Tools, Expense Management Tool, and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.'),(2124,465,'_specialized_tools_for_specific_problems_content','field_64ae41d1c2d83'),(2125,465,'specialized_tools_for_specific_problems_button_text','Book a Demo'),(2126,465,'_specialized_tools_for_specific_problems_button_text','field_64ae41e9c2d84'),(2127,465,'about_arukus_image','516'),(2128,465,'_about_arukus_image','field_64ae4235c2d85'),(2129,465,'about_arukus_content','Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\nAt Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients.<br /><br />\r\n                        \r\nOur mission is to enable MFIs and NBFCs to optimize their processes, streamline operations, and drive sustainable growth. We believe that by harnessing the power of digital technology, institutions can enhance their efficiency, improve risk management, and better serve their customers.'),(2130,465,'_about_arukus_content','field_64ae425bc2d86'),(2131,477,'banner_main_heading','Empowering Financial Institutions with tools that help solve real problems'),(2132,477,'_banner_main_heading','field_64ae4156c2d7f'),(2133,477,'banner_sub_heading','Solving Key Pain Points of Financial Institutions in Sales, Collection, Expense Management, Audit, Risk, Compliance and much more ...'),(2134,477,'_banner_sub_heading','field_64ae419ac2d80'),(2135,477,'specialized_tools_for_specific_problems_title','Specialized tools for specific problems'),(2136,477,'_specialized_tools_for_specific_problems_title','field_64ae41b1c2d81'),(2137,477,'specialized_tools_for_specific_problems_image','28'),(2138,477,'_specialized_tools_for_specific_problems_image','field_64ae41b9c2d82'),(2139,477,'specialized_tools_for_specific_problems_content','Our product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, each product has been meticulously developed to address key operational pain points and challenges. Our Enterprise Risk Management, Audit & Compliance Management Tools, Expense Management Tool, and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.'),(2140,477,'_specialized_tools_for_specific_problems_content','field_64ae41d1c2d83'),(2141,477,'specialized_tools_for_specific_problems_button_text','Book a Demo'),(2142,477,'_specialized_tools_for_specific_problems_button_text','field_64ae41e9c2d84'),(2143,477,'about_arukus_image','32'),(2144,477,'_about_arukus_image','field_64ae4235c2d85'),(2145,477,'about_arukus_content','Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\nAt Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients.<br /><br />\r\n                        \r\nOur mission is to enable MFIs and NBFCs to optimize their processes, streamline operations, and drive sustainable growth. We believe that by harnessing the power of digital technology, institutions can enhance their efficiency, improve risk management, and better serve their customers.'),(2146,477,'_about_arukus_content','field_64ae425bc2d86'),(2147,478,'_form','<div class=\"form_wrapper\"><div class=\"portion\">[text* your_full_name class:input_panel placeholder \"Your Name\"]</div><div class=\"portion\">[text* your_designation class:input_panel placeholder \"Your Designation\"]</div><div class=\"portion\">[text* name_of_institution class:input_panel placeholder \"Name of Institution\"]</div><div class=\"portion country\">[tel* countrytext-430 id:contactFormPageSec class:input_panel placeholder \"Your Phone Number\"]</div><div class=\"portion\">[email* your_email_address class:input_panel placeholder \"Your Email Id\"]</div><div class=\"portion\">[submit \"ARRANGE A DEMO\"]</div></div>'),(2148,478,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:34:\"Demo Request from Book a Demo Page\";s:6:\"sender\";s:39:\"[your_full_name] < [your_email_address]\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:343:\"From: [your_full_name] < [your_email_address]\nSubject: Demo Request from Book a Demo Page\n\nMessage Body:\nName: [your_full_name]\nYour Designation: [your_designation]\nInstitute Name: [name_of_institution]\nMobile No: [countrytext-430]\nEmail Address: [your_email_address]\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:56:\"Bcc: sales@arukustech.com\nReply-To: [your_email_address]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2149,478,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:54:\"Thank You for Booking a Demo with Arukus Technologies!\";s:6:\"sender\";s:35:\"[_site_title] <[_site_admin_email]>\";s:9:\"recipient\";s:20:\"[your_email_address]\";s:4:\"body\";s:6314:\"<html lang=en><meta charset=utf-8><title>Arukus Technologies</title><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css rel=stylesheet><style>html{width:100%;margin:0;padding:0}body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;margin:0;padding:0;-webkit-font-smoothing:antialiased}table{border-spacing:0}img{display:block!important;outline:0;text-decoration:none;-ms-interpolation-mode:bicubic;border:none;height:auto;line-height:100%}img.image-inline{display:inline-block!important}p{padding:0;margin:0}br{line-height:0!important}a,b,div,em,i,li,p,span,strong,td{-webkit-text-size-adjust:none}table td,table tr{border-collapse:collapse}table{border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0}@media screen and (max-width:100%){table[class=table-wrappper]{width:100%!important}td[class=content-left-gap]{width:5%!important}table[class=content-table],td[class=content-table]{width:100%!important}td[class=banner-image] img{width:100%!important}table[class=main-table-wrappper]{width:100%!important}td[class=gap-01]{height:15px!important}td[class=space-01]{width:15px!important}table[class=table-wrappper] .heading01{font-size:20px!important}table[class=table-wrappper] .text01{font-size:14px!important;margin-bottom:24px!important}table[class=table-wrappper] .heading02{font-size:24px!important}td[class=content-border]{height:25px!important}table[class=table-wrappper] .heading03{font-size:18px!important}table[class=table-wrappper] .email-link{display:block!important;margin:10px 0!important}}@media screen and (max-width:420px){table[class=brand]{width:100%!important;text-align:left!important}table[class=website-btn]{width:100%!important;text-align:left!important}table[class=website-btn-tbl]{width:130px!important}}</style><body style=background-color:#d7d7d7><table align=left cellpadding=0 cellspacing=0 style=\"width:100%;border-left:15px solid #d7d7d7;border-right:15px solid #d7d7d7\"bgcolor=#d7d7d7><tr><td height=28 class=gap-01><tr><td class=main-td><table align=left cellpadding=0 cellspacing=0 class=main-table-wrappper style=width:800px bgcolor=#ffffff><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td height=15 colspan=4><tr><td width=20><td align=left valign=top><table align=left cellpadding=0 cellspacing=0 class=brand style=width:109px><tr><td align=left><a href=https://arukustech.com/ style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Arukus Technologies height=39 src=https://arukustech.com/wp-content/uploads/2023/07/logo-web.jpg style=border:none title=Arukus Technologies width=150></a></table><td align=right style=padding-top:9px valign=top><table align=right cellpadding=0 cellspacing=0 class=website-btn style=width:130px width=130><tr><td height=1 class=gap-01><tr><td align=right><table align=right cellpadding=0 cellspacing=0 class=website-btn-tbl width=100%><tr><td align=right style=height:35px><a href=https://arukustech.com style=color:#fff;border-radius:4px;background-color:#eb553c;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;width:108px;height:15px;display:block;text-align:left;text-decoration:none;padding:10px;cursor:pointer;line-height:15px>Visit Website</a></table></table><td width=20><tr><td height=15 colspan=4></table><tr><td class=banner-image><a href=# style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Banner height=175 src=https://arukustech.com/wp-content/uploads/2023/07/mail_banner.png style=border:none; box-sizing:border-box; title=Banner width=800></a><tr><td height=25 class=gap-01><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td class=content-left-gap width=25><td><table align=left cellpadding=0 cellspacing=0 class=content-table style=width:100%><tr><td align=left><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\"class=text01><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\">Dear [your_full_name],<br><br>Thank you for your interest in Arukus Technologies and for booking a demo of our cutting-edge financial software solutions.<br><br> During the demo, we will walk you through our advanced integration capabilities, flexible configuration settings, and the seamless alignment of our systems with your company policies. Our goal is to help you optimize your financial ecosystem, enhance risk management, and boost customer satisfaction effortlessly.<br><br> Please ensure that you have a stable internet connection and access to a computer or device for the demo. Our team will reach out to you shortly before the scheduled time with all the necessary details to join the online session.<br><br> If you have any queries or require further assistance, please do not hesitate to reach out to our dedicated support team at <a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link>info@arukustech.com</a>. <br><br>Looking forward to meeting you during the demo and exploring how Arukus Technologies can contribute to your institutions growth and success.<br><br>Best regards,<br>Arukus Technologies<tr><td height=38 class=content-border style=\"border-top:1px solid #cfcece\"><tr><td align=center><p style=\"margin:0 0 6px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#293a47;font-weight:700\"class=heading03>Get connected with us!<p style=\"margin:0 0 10px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#293a47\"class=text01><a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link><i class=\"fa-solid fa-envelope\"></i> info@arukustech.com</a><a href=\"tel:(033) 4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none><i class=\"fa-solid fa-phone-volume\"></i> (033) 4808-9668</a><tr><td height=20><tr><td align=center><p style=margin:0;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47>&copy;  Copyright 2024. All Rights Reserved.<tr><td height=20></table><td class=content-left-gap width=25></table><tr><td height=9 bgcolor=#293a47></table><tr><td height=28 class=gap-01></table>\';\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(2150,478,'_messages','a:22:{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:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";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:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";}'),(2151,478,'_additional_settings',''),(2152,478,'_locale','en_US'),(2155,479,'_edit_last','1'),(2156,479,'_wp_page_template','default'),(2157,479,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2158,479,'_yoast_wpseo_wordproof_timestamp',''),(2159,479,'_edit_lock','1689149884:1'),(2160,481,'_edit_last','1'),(2161,481,'_edit_lock','1689150195:1'),(2162,481,'_wp_page_template','template-parts/demo-request-template.php'),(2163,481,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2164,481,'_yoast_wpseo_wordproof_timestamp',''),(2165,483,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(2166,483,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(2167,483,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(2168,483,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(2169,483,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(2170,483,'_branch_evaluation_system_content','field_64abfcca4abcd'),(2171,483,'branch_evaluation_system_image','425'),(2172,483,'_branch_evaluation_system_image','field_64abfce74abce'),(2173,483,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(2174,483,'_advance_auditing_tool_content','field_64abfd054abcf'),(2175,483,'advance_auditing_tool_image','427'),(2176,483,'_advance_auditing_tool_image','field_64abfd104abd0'),(2177,483,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(2178,483,'_manager_accountability_content','field_64abfd2f4abd1'),(2179,483,'manager_accountability_image','237'),(2180,483,'_manager_accountability_image','field_64abfda54abd2'),(2181,483,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(2182,483,'_benefits_content','field_64abfdbe4abd3'),(2183,483,'benefits_image','238'),(2184,483,'_benefits_image','field_64abfdcf4abd4'),(2185,483,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(2186,483,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(2187,483,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(2188,483,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(2189,483,'unlock_compliance_excellence_image','428'),(2190,483,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(2191,483,'banner_image','400'),(2192,483,'_banner_image','field_64ac0c04f51d8'),(2193,483,'heading','Internal Audit & Compliance Management System'),(2194,483,'_heading','field_64ac0c1bf51d9'),(2195,503,'_wp_attached_file','2023/07/audit1.png'),(2196,503,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:18:\"2023/07/audit1.png\";s:8:\"filesize\";i:949;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:{}}}'),(2197,504,'_wp_attached_file','2023/07/audit2.png'),(2198,504,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:18:\"2023/07/audit2.png\";s:8:\"filesize\";i:809;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:{}}}'),(2199,505,'_wp_attached_file','2023/07/audit3.png'),(2200,505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:18:\"2023/07/audit3.png\";s:8:\"filesize\";i:1193;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:{}}}'),(2201,506,'_wp_attached_file','2023/07/audit4.png'),(2202,506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:18:\"2023/07/audit4.png\";s:8:\"filesize\";i:836;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:{}}}'),(2203,507,'_wp_attached_file','2023/07/audit5.png'),(2204,507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:18:\"2023/07/audit5.png\";s:8:\"filesize\";i:837;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:{}}}'),(2205,221,'option_1_title','Physical Cash Verification'),(2206,221,'_option_1_title','field_64af8c8909092'),(2207,221,'option_1_icon','503'),(2208,221,'_option_1_icon','field_64af8cd609093'),(2209,221,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(2210,221,'_option_1_content','field_64af8d0609094'),(2211,221,'option_2_title','Asset Tracking'),(2212,221,'_option_2_title','field_64af8d1a09095'),(2213,221,'option_2_icon','504'),(2214,221,'_option_2_icon','field_64af8d2709096'),(2215,221,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(2216,221,'_option_2_content','field_64af8d4b09097'),(2217,221,'option_3_title',' Process Compliance'),(2218,221,'_option_3_title','field_64af8d8109098'),(2219,221,'option_3_icon','505'),(2220,221,'_option_3_icon','field_64af8d9209099'),(2221,221,'option_3_content',''),(2222,221,'_option_3_content','field_64af8d9f0909a'),(2223,221,'option_3_sub_title_1','Sampling Survey'),(2224,221,'_option_3_sub_title_1','field_64af8e16090a1'),(2225,221,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(2226,221,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(2227,221,'option_3_sub_title_2','Non Sampling Survey'),(2228,221,'_option_3_sub_title_2','field_64af8e48090a3'),(2229,221,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(2230,221,'_option_3_sub_content_details_2','field_64af8e56090a4'),(2231,221,'option_4_title','Audit Score Sheet'),(2232,221,'_option_4_title','field_64af8dbc0909b'),(2233,221,'option_4_icon','506'),(2234,221,'_option_4_icon','field_64af8dc90909c'),(2235,221,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(2236,221,'_option_4_content','field_64af8dd40909d'),(2237,221,'option_5_title',' Detailed Reports'),(2238,221,'_option_5_title','field_64af8de70909e'),(2239,221,'option_5_icon','507'),(2240,221,'_option_5_icon','field_64af8df30909f'),(2241,221,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(2242,221,'_option_5_content','field_64af8dfa090a0'),(2243,508,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(2244,508,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(2245,508,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(2246,508,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(2247,508,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(2248,508,'_branch_evaluation_system_content','field_64abfcca4abcd'),(2249,508,'branch_evaluation_system_image','425'),(2250,508,'_branch_evaluation_system_image','field_64abfce74abce'),(2251,508,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(2252,508,'_advance_auditing_tool_content','field_64abfd054abcf'),(2253,508,'advance_auditing_tool_image','427'),(2254,508,'_advance_auditing_tool_image','field_64abfd104abd0'),(2255,508,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(2256,508,'_manager_accountability_content','field_64abfd2f4abd1'),(2257,508,'manager_accountability_image','237'),(2258,508,'_manager_accountability_image','field_64abfda54abd2'),(2259,508,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(2260,508,'_benefits_content','field_64abfdbe4abd3'),(2261,508,'benefits_image','238'),(2262,508,'_benefits_image','field_64abfdcf4abd4'),(2263,508,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(2264,508,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(2265,508,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(2266,508,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(2267,508,'unlock_compliance_excellence_image','428'),(2268,508,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(2269,508,'banner_image','400'),(2270,508,'_banner_image','field_64ac0c04f51d8'),(2271,508,'heading','Internal Audit & Compliance Management System'),(2272,508,'_heading','field_64ac0c1bf51d9'),(2273,508,'option_1_title','Physical Cash Verification'),(2274,508,'_option_1_title','field_64af8c8909092'),(2275,508,'option_1_icon','503'),(2276,508,'_option_1_icon','field_64af8cd609093'),(2277,508,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(2278,508,'_option_1_content','field_64af8d0609094'),(2279,508,'option_2_title','Asset Tracking'),(2280,508,'_option_2_title','field_64af8d1a09095'),(2281,508,'option_2_icon','504'),(2282,508,'_option_2_icon','field_64af8d2709096'),(2283,508,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(2284,508,'_option_2_content','field_64af8d4b09097'),(2285,508,'option_3_title',' Process Compliance'),(2286,508,'_option_3_title','field_64af8d8109098'),(2287,508,'option_3_icon','505'),(2288,508,'_option_3_icon','field_64af8d9209099'),(2289,508,'option_3_content',''),(2290,508,'_option_3_content','field_64af8d9f0909a'),(2291,508,'option_3_sub_title_1','Sampling Survey'),(2292,508,'_option_3_sub_title_1','field_64af8e16090a1'),(2293,508,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(2294,508,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(2295,508,'option_3_sub_title_2','Non Sampling Survey'),(2296,508,'_option_3_sub_title_2','field_64af8e48090a3'),(2297,508,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(2298,508,'_option_3_sub_content_details_2','field_64af8e56090a4'),(2299,508,'option_4_title','Audit Score Sheet'),(2300,508,'_option_4_title','field_64af8dbc0909b'),(2301,508,'option_4_icon',''),(2302,508,'_option_4_icon','field_64af8dc90909c'),(2303,508,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(2304,508,'_option_4_content','field_64af8dd40909d'),(2305,508,'option_5_title',' Detailed Reports'),(2306,508,'_option_5_title','field_64af8de70909e'),(2307,508,'option_5_icon',''),(2308,508,'_option_5_icon','field_64af8df30909f'),(2309,508,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(2310,508,'_option_5_content','field_64af8dfa090a0'),(2311,509,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(2312,509,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(2313,509,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(2314,509,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(2315,509,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(2316,509,'_branch_evaluation_system_content','field_64abfcca4abcd'),(2317,509,'branch_evaluation_system_image','425'),(2318,509,'_branch_evaluation_system_image','field_64abfce74abce'),(2319,509,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(2320,509,'_advance_auditing_tool_content','field_64abfd054abcf'),(2321,509,'advance_auditing_tool_image','427'),(2322,509,'_advance_auditing_tool_image','field_64abfd104abd0'),(2323,509,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(2324,509,'_manager_accountability_content','field_64abfd2f4abd1'),(2325,509,'manager_accountability_image','237'),(2326,509,'_manager_accountability_image','field_64abfda54abd2'),(2327,509,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(2328,509,'_benefits_content','field_64abfdbe4abd3'),(2329,509,'benefits_image','238'),(2330,509,'_benefits_image','field_64abfdcf4abd4'),(2331,509,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(2332,509,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(2333,509,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(2334,509,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(2335,509,'unlock_compliance_excellence_image','428'),(2336,509,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(2337,509,'banner_image','400'),(2338,509,'_banner_image','field_64ac0c04f51d8'),(2339,509,'heading','Internal Audit & Compliance Management System'),(2340,509,'_heading','field_64ac0c1bf51d9'),(2341,509,'option_1_title','Physical Cash Verification'),(2342,509,'_option_1_title','field_64af8c8909092'),(2343,509,'option_1_icon','503'),(2344,509,'_option_1_icon','field_64af8cd609093'),(2345,509,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(2346,509,'_option_1_content','field_64af8d0609094'),(2347,509,'option_2_title','Asset Tracking'),(2348,509,'_option_2_title','field_64af8d1a09095'),(2349,509,'option_2_icon','504'),(2350,509,'_option_2_icon','field_64af8d2709096'),(2351,509,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(2352,509,'_option_2_content','field_64af8d4b09097'),(2353,509,'option_3_title',' Process Compliance'),(2354,509,'_option_3_title','field_64af8d8109098'),(2355,509,'option_3_icon','505'),(2356,509,'_option_3_icon','field_64af8d9209099'),(2357,509,'option_3_content',''),(2358,509,'_option_3_content','field_64af8d9f0909a'),(2359,509,'option_3_sub_title_1','Sampling Survey'),(2360,509,'_option_3_sub_title_1','field_64af8e16090a1'),(2361,509,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(2362,509,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(2363,509,'option_3_sub_title_2','Non Sampling Survey'),(2364,509,'_option_3_sub_title_2','field_64af8e48090a3'),(2365,509,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(2366,509,'_option_3_sub_content_details_2','field_64af8e56090a4'),(2367,509,'option_4_title','Audit Score Sheet'),(2368,509,'_option_4_title','field_64af8dbc0909b'),(2369,509,'option_4_icon','506'),(2370,509,'_option_4_icon','field_64af8dc90909c'),(2371,509,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(2372,509,'_option_4_content','field_64af8dd40909d'),(2373,509,'option_5_title',' Detailed Reports'),(2374,509,'_option_5_title','field_64af8de70909e'),(2375,509,'option_5_icon','507'),(2376,509,'_option_5_icon','field_64af8df30909f'),(2377,509,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(2378,509,'_option_5_content','field_64af8dfa090a0'),(2379,7,'_yoast_wpseo_estimated-reading-time-minutes','1'),(2380,7,'_yoast_wpseo_wordproof_timestamp',''),(2381,510,'banner_image','400'),(2382,510,'_banner_image','field_649d7a54f5560'),(2383,510,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(2384,510,'_banner_first_content','field_649d7a44f555f'),(2385,510,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(2386,510,'_banner_second_content','field_649d77fe773bf'),(2387,510,'request_a_demo_text','Request A Demo'),(2388,510,'_request_a_demo_text','field_649d782e773c0'),(2389,510,'download_brochure_link',''),(2390,510,'_download_brochure_link','field_649d785c773c1'),(2391,510,'arukus_with_all_products_image','28'),(2392,510,'_arukus_with_all_products_image','field_649d787e773c2'),(2393,510,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(2394,510,'_solution_for_every_problem_content','field_649d78a1773c3'),(2395,510,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(2396,510,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(2397,510,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(2398,510,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(2399,510,'configurable_&_connected_platform_first_image','29'),(2400,510,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(2401,510,'configurable_&_connected_platform_second_image','30'),(2402,510,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(2403,510,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(2404,510,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(2405,510,'configurable_&_connected_platform_third_image','31'),(2406,510,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(2407,510,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(2408,510,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(2409,510,'about_us_section_image','32'),(2410,510,'_about_us_section_image','field_649d79db0798d'),(2411,510,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(2412,510,'_about_us_section_content','field_649d79fb0798e'),(2413,510,'solution_for_every_problem_title','Solution for Every Problem'),(2414,510,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(2415,510,'about_us_section_title','About Us'),(2416,510,'_about_us_section_title','field_649e95d349031'),(2417,510,'our_products_title','Our Products'),(2418,510,'_our_products_title','field_649ea81f66f02'),(2419,511,'_wp_attached_file','2023/07/arukus-infographic.png'),(2420,511,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1066;s:6:\"height\";i:1242;s:4:\"file\";s:30:\"2023/07/arukus-infographic.png\";s:8:\"filesize\";i:66146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"arukus-infographic-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14486;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"arukus-infographic-879x1024.png\";s:5:\"width\";i:879;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"arukus-infographic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6992;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"arukus-infographic-768x895.png\";s:5:\"width\";i:768;s:6:\"height\";i:895;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2421,512,'_wp_attached_file','2023/07/plat1.webp'),(2422,512,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2023/07/plat1.webp\";s:8:\"filesize\";i:5490;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"plat1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5172;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"plat1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2160;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2423,513,'_wp_attached_file','2023/07/plat2.webp'),(2424,513,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2023/07/plat2.webp\";s:8:\"filesize\";i:5506;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"plat2-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5092;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"plat2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2504;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2425,514,'_wp_attached_file','2023/07/plat3.webp'),(2426,514,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2023/07/plat3.webp\";s:8:\"filesize\";i:4988;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"plat3-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"plat3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2429,516,'_wp_attached_file','2023/07/maolo_a.png'),(2430,516,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:768;s:6:\"height\";i:768;s:4:\"file\";s:19:\"2023/07/maolo_a.png\";s:8:\"filesize\";i:26839;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"maolo_a-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3556;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"maolo_a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1544;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2431,517,'banner_image','400'),(2432,517,'_banner_image','field_649d7a54f5560'),(2433,517,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(2434,517,'_banner_first_content','field_649d7a44f555f'),(2435,517,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(2436,517,'_banner_second_content','field_649d77fe773bf'),(2437,517,'request_a_demo_text','Request A Demo'),(2438,517,'_request_a_demo_text','field_649d782e773c0'),(2439,517,'download_brochure_link',''),(2440,517,'_download_brochure_link','field_649d785c773c1'),(2441,517,'arukus_with_all_products_image','511'),(2442,517,'_arukus_with_all_products_image','field_649d787e773c2'),(2443,517,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(2444,517,'_solution_for_every_problem_content','field_649d78a1773c3'),(2445,517,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(2446,517,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(2447,517,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(2448,517,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(2449,517,'configurable_&_connected_platform_first_image','512'),(2450,517,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(2451,517,'configurable_&_connected_platform_second_image','513'),(2452,517,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(2453,517,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(2454,517,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(2455,517,'configurable_&_connected_platform_third_image','514'),(2456,517,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(2457,517,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(2458,517,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(2459,517,'about_us_section_image','516'),(2460,517,'_about_us_section_image','field_649d79db0798d'),(2461,517,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(2462,517,'_about_us_section_content','field_649d79fb0798e'),(2463,517,'solution_for_every_problem_title','Solution for Every Problem'),(2464,517,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(2465,517,'about_us_section_title','About Us'),(2466,517,'_about_us_section_title','field_649e95d349031'),(2467,517,'our_products_title','Our Products'),(2468,517,'_our_products_title','field_649ea81f66f02'),(2469,518,'_wp_attached_file','2023/07/about-us.png'),(2470,518,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:429;s:6:\"height\";i:455;s:4:\"file\";s:20:\"2023/07/about-us.png\";s:8:\"filesize\";i:23193;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"about-us-283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14472;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"about-us-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6647;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2471,519,'_wp_attached_file','2023/07/mission.png'),(2472,519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2776;s:6:\"height\";i:2800;s:4:\"file\";s:19:\"2023/07/mission.png\";s:8:\"filesize\";i:145282;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"mission-297x300.png\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14848;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"mission-1015x1024.png\";s:5:\"width\";i:1015;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46245;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"mission-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7981;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"mission-768x775.png\";s:5:\"width\";i:768;s:6:\"height\";i:775;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35867;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"mission-1523x1536.png\";s:5:\"width\";i:1523;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72075;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"mission-2030x2048.png\";s:5:\"width\";i:2030;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100138;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"mission-1568x1582.png\";s:5:\"width\";i:1568;s:6:\"height\";i:1582;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77017;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2473,520,'_wp_attached_file','2023/07/expertise.png'),(2474,520,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:450;s:6:\"height\";i:262;s:4:\"file\";s:21:\"2023/07/expertise.png\";s:8:\"filesize\";i:11730;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"expertise-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"expertise-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5449;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2475,521,'_wp_attached_file','2023/07/support.png'),(2476,521,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:444;s:6:\"height\";i:334;s:4:\"file\";s:19:\"2023/07/support.png\";s:8:\"filesize\";i:12489;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"support-300x226.png\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9528;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"support-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5562;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2477,60,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2478,60,'_yoast_wpseo_wordproof_timestamp',''),(2479,522,'banner_heading','Empowering Financial Institutions Through Technology'),(2480,522,'_banner_heading','field_649eafe9407da'),(2481,522,'banner_image','400'),(2482,522,'_banner_image','field_649eb003407db'),(2483,522,'about_us_image','518'),(2484,522,'_about_us_image','field_649eb035407dc'),(2485,522,'about_us_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(2486,522,'_about_us_content','field_649eb077407dd'),(2487,522,'our_mission_content','<p>Our mission is to enable MFls and NBFCs to optimize their processes, streamline operations, and drive sustainable growth through innovative technology solutions. We believe that by harnessing the power of automation, data analytics, and digital transformation, financial institutions can enhance their efficiency, improve risk management, and better serve their customers. </p>'),(2488,522,'_our_mission_content','field_649eb093407de'),(2489,522,'our_mission_image','519'),(2490,522,'_our_mission_image','field_649eb0a3407df'),(2491,522,'industry_expertise_content','<p>With years of experience and expertise in the financial industry, our team at Arukus Technologies is well-versed in the complexities and intricacies of MFI and NBFC operations. We understand the challenges faced by these organizations, such as stringent regulatory requirements, evolving customer expectations, and the need for robust risk management. Our in-depth knowledge allows us to develop solutions that are tailored to the specific needs of our clients. </p>'),(2492,522,'_industry_expertise_content','field_649eb0cf407e0'),(2493,522,'industry_expertise_image','520'),(2494,522,'_industry_expertise_image','field_649eb0de407e1'),(2495,522,'exceptional_support_content','<p>At Arukus Technologies, we prioritize our clients\' success. We understand that implementing new technology solutions can be a transformative journey, and we are committed to providing exceptional support every step of the way. Our dedicated team of experts is readily available to assist with product integration, training, and ongoing support to ensure a seamless transition and maximum value for our clients. <br /><br />\r\n                        Join our growing family of satisfied clients who have experienced improved operational efficiency, enhanced risk management, and accelerated growth. </p>'),(2496,522,'_exceptional_support_content','field_649eb0f2407e2'),(2497,522,'exceptional_support_image','521'),(2498,522,'_exceptional_support_image','field_649eb109407e3'),(2499,211,'_yoast_wpseo_content_score','30'),(2500,211,'_yoast_wpseo_estimated-reading-time-minutes','3'),(2501,211,'_yoast_wpseo_wordproof_timestamp',''),(2502,523,'banner_image','400'),(2503,523,'_banner_image','field_64a41e781a69b'),(2504,523,'banner_sub_heading','Loan Origination System'),(2505,523,'_banner_sub_heading','field_64a41ebe1a69c'),(2506,523,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(2507,523,'_los_flow_short_description','field_64a41f341a69d'),(2508,523,'los_flow_right_side_image','165'),(2509,523,'_los_flow_right_side_image','field_64a41f5d1a69e'),(2510,523,'los_admin_panel_content','<p>Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System</p>\r\n                            <p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(2511,523,'_los_admin_panel_content','field_64a4201e1a69f'),(2512,523,'los_admin_panel_image','268'),(2513,523,'_los_admin_panel_image','field_64a4203c1a6a0'),(2514,523,'central_checking_applications_image','269'),(2515,523,'_central_checking_applications_image','field_64a4204e1a6a1'),(2516,523,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(2517,523,'_central_checking_applications_content','field_64a420681a6a2'),(2518,523,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(2519,523,'_document_management_content','field_64a420b11a6a3'),(2520,523,'document_management_image','270'),(2521,523,'_document_management_image','field_64a420c41a6a4'),(2522,523,'los_page_main_content','Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem voluptas consequuntur ut debitis, repellendus ad ducimus a animi at dicta quia unde accusantium blanditiis magnam est. Alias esse fugit doloremque dolorum ea veniam quibusdam porro corrupti? Itaque labore cupiditate cumque quaerat commodi, reiciendis ratione inventore. Quo, et? Reiciendis, porro assumenda.'),(2523,523,'_los_page_main_content','field_64a426515ef63'),(2524,523,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFs) and Non-Banking Financial Companies (NBFCs).'),(2525,523,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(2526,523,'structured_workflow_driven_process_image','288'),(2527,523,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(2530,525,'_wp_attached_file','2023/07/los-1.png'),(2531,525,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:17:\"2023/07/los-1.png\";s:8:\"filesize\";i:87330;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:{}}}'),(2532,526,'_wp_attached_file','2023/07/loan_gra1-3.png'),(2533,526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1776;s:6:\"height\";i:1377;s:4:\"file\";s:23:\"2023/07/loan_gra1-3.png\";s:8:\"filesize\";i:149255;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"loan_gra1-3-300x233.png\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14733;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"loan_gra1-3-1024x794.png\";s:5:\"width\";i:1024;s:6:\"height\";i:794;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73903;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"loan_gra1-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"loan_gra1-3-768x595.png\";s:5:\"width\";i:768;s:6:\"height\";i:595;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47257;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"loan_gra1-3-1536x1191.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1191;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146144;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"loan_gra1-3-1568x1216.png\";s:5:\"width\";i:1568;s:6:\"height\";i:1216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155280;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2534,527,'_wp_attached_file','2023/07/loan_gra2.png'),(2535,527,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1976;s:6:\"height\";i:1399;s:4:\"file\";s:21:\"2023/07/loan_gra2.png\";s:8:\"filesize\";i:85248;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"loan_gra2-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12233;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"loan_gra2-1024x725.png\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44025;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"loan_gra2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5177;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"loan_gra2-768x544.png\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33257;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"loan_gra2-1536x1087.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1087;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73669;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"loan_gra2-1568x1110.png\";s:5:\"width\";i:1568;s:6:\"height\";i:1110;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73265;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2536,528,'_wp_attached_file','2023/07/features-los.png'),(2537,528,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:350;s:4:\"file\";s:24:\"2023/07/features-los.png\";s:8:\"filesize\";i:16430;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:{}}}'),(2538,529,'banner_image','400'),(2539,529,'_banner_image','field_64a41e781a69b'),(2540,529,'banner_sub_heading','Loan Origination System'),(2541,529,'_banner_sub_heading','field_64a41ebe1a69c'),(2542,529,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(2543,529,'_los_flow_short_description','field_64a41f341a69d'),(2544,529,'los_flow_right_side_image','526'),(2545,529,'_los_flow_right_side_image','field_64a41f5d1a69e'),(2546,529,'los_admin_panel_content','<p>Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System</p>\r\n                            <p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(2547,529,'_los_admin_panel_content','field_64a4201e1a69f'),(2548,529,'los_admin_panel_image',''),(2549,529,'_los_admin_panel_image','field_64a4203c1a6a0'),(2550,529,'central_checking_applications_image','269'),(2551,529,'_central_checking_applications_image','field_64a4204e1a6a1'),(2552,529,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(2553,529,'_central_checking_applications_content','field_64a420681a6a2'),(2554,529,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(2555,529,'_document_management_content','field_64a420b11a6a3'),(2556,529,'document_management_image','270'),(2557,529,'_document_management_image','field_64a420c41a6a4'),(2558,529,'los_page_main_content','Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem voluptas consequuntur ut debitis, repellendus ad ducimus a animi at dicta quia unde accusantium blanditiis magnam est. Alias esse fugit doloremque dolorum ea veniam quibusdam porro corrupti? Itaque labore cupiditate cumque quaerat commodi, reiciendis ratione inventore. Quo, et? Reiciendis, porro assumenda.'),(2559,529,'_los_page_main_content','field_64a426515ef63'),(2560,529,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFs) and Non-Banking Financial Companies (NBFCs).'),(2561,529,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(2562,529,'structured_workflow_driven_process_image','527'),(2563,529,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(2564,530,'_wp_attached_file','2023/07/Document-whylos-1.png'),(2565,530,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:350;s:4:\"file\";s:29:\"2023/07/Document-whylos-1.png\";s:8:\"filesize\";i:9565;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Document-whylos-1-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5103;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Document-whylos-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2751;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2566,531,'_wp_attached_file','2023/07/ThCentral.png'),(2567,531,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:350;s:4:\"file\";s:21:\"2023/07/ThCentral.png\";s:8:\"filesize\";i:21010;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"ThCentral-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13965;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"ThCentral-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7132;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2568,532,'banner_image','400'),(2569,532,'_banner_image','field_64a41e781a69b'),(2570,532,'banner_sub_heading','Loan Origination System'),(2571,532,'_banner_sub_heading','field_64a41ebe1a69c'),(2572,532,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(2573,532,'_los_flow_short_description','field_64a41f341a69d'),(2574,532,'los_flow_right_side_image','526'),(2575,532,'_los_flow_right_side_image','field_64a41f5d1a69e'),(2576,532,'los_admin_panel_content','<p>Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System</p>\r\n                            <p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(2577,532,'_los_admin_panel_content','field_64a4201e1a69f'),(2578,532,'los_admin_panel_image','528'),(2579,532,'_los_admin_panel_image','field_64a4203c1a6a0'),(2580,532,'central_checking_applications_image','531'),(2581,532,'_central_checking_applications_image','field_64a4204e1a6a1'),(2582,532,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(2583,532,'_central_checking_applications_content','field_64a420681a6a2'),(2584,532,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(2585,532,'_document_management_content','field_64a420b11a6a3'),(2586,532,'document_management_image','530'),(2587,532,'_document_management_image','field_64a420c41a6a4'),(2588,532,'los_page_main_content','Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem voluptas consequuntur ut debitis, repellendus ad ducimus a animi at dicta quia unde accusantium blanditiis magnam est. Alias esse fugit doloremque dolorum ea veniam quibusdam porro corrupti? Itaque labore cupiditate cumque quaerat commodi, reiciendis ratione inventore. Quo, et? Reiciendis, porro assumenda.'),(2589,532,'_los_page_main_content','field_64a426515ef63'),(2590,532,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFs) and Non-Banking Financial Companies (NBFCs).'),(2591,532,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(2592,532,'structured_workflow_driven_process_image','527'),(2593,532,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(2594,188,'_yoast_wpseo_content_score','30'),(2595,188,'_yoast_wpseo_estimated-reading-time-minutes','2'),(2596,188,'_yoast_wpseo_wordproof_timestamp',''),(2597,533,'step_1_title','Unlock New Revenue Streams'),(2598,533,'_step_1_title','field_64a2b935e266f'),(2599,533,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(2600,533,'_step_1_content','field_64a2b98ee2670'),(2601,533,'step_1_image','235'),(2602,533,'_step_1_image','field_64a2b999e2671'),(2603,533,'step_2_title','Seamless Integration'),(2604,533,'_step_2_title','field_64a2b9a8e2672'),(2605,533,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(2606,533,'_step_2_content','field_64a2b9b7e2673'),(2607,533,'step_2_image','236'),(2608,533,'_step_2_image','field_64a2b9c4e2674'),(2609,533,'step_3_title','Flexible Configuration'),(2610,533,'_step_3_title','field_64a2b9dde2675'),(2611,533,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(2612,533,'_step_3_content','field_64a2b9ece2676'),(2613,533,'step_3_image','237'),(2614,533,'_step_3_image','field_64a2ba1de2677'),(2615,533,'step_4_title','Enhanced Customer Experience'),(2616,533,'_step_4_title','field_64a2ba7015d8f'),(2617,533,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(2618,533,'_step_4_content','field_64a2ba7b15d90'),(2619,533,'step_4_image','238'),(2620,533,'_step_4_image','field_64a2ba8d15d91'),(2621,533,'step_5_title','Effortless Vendor Communication'),(2622,533,'_step_5_title','field_64a2baa515d92'),(2623,533,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(2624,533,'_step_5_content','field_64a2bab015d93'),(2625,533,'step_5_image','239'),(2626,533,'_step_5_image','field_64a2bac215d94'),(2627,533,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(2628,533,'_heading','field_64a2bfddc128b'),(2629,533,'banner_image','400'),(2630,533,'_banner_image','field_64a3d9cb85377'),(2631,534,'_wp_attached_file','2023/07/p2.webp'),(2632,534,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2023/07/p2.webp\";s:8:\"filesize\";i:6774;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"p2-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6418;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"p2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2626;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2633,188,'_thumbnail_id','534'),(2634,535,'_wp_attached_file','2023/07/p1.webp'),(2635,535,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2023/07/p1.webp\";s:8:\"filesize\";i:8058;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"p1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7970;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"p1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2636,211,'_thumbnail_id','535'),(2637,213,'_yoast_wpseo_content_score','30'),(2638,213,'_yoast_wpseo_estimated-reading-time-minutes','3'),(2639,213,'_yoast_wpseo_wordproof_timestamp',''),(2640,536,'banner_image','400'),(2641,536,'_banner_image','field_64a52c0e48256'),(2642,536,'banner_sub_heading','Collection Management System'),(2643,536,'_banner_sub_heading','field_64a52c3f48257'),(2644,536,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(2645,536,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(2646,536,'streamline_your_collections_process_image','305'),(2647,536,'_streamline_your_collections_process_image','field_64a52c7c48259'),(2648,536,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(2649,536,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(2650,536,'efficiently_manage_collections_image','306'),(2651,536,'_efficiently_manage_collections_image','field_64a52cf24825b'),(2652,537,'_wp_attached_file','2023/07/p3.png'),(2653,537,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:14:\"2023/07/p3.png\";s:8:\"filesize\";i:18053;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"p3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12735;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"p3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4404;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2654,538,'_wp_attached_file','2023/07/collections_process.png'),(2655,538,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1857;s:6:\"height\";i:1305;s:4:\"file\";s:31:\"2023/07/collections_process.png\";s:8:\"filesize\";i:100429;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"collections_process-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12719;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"collections_process-1024x720.png\";s:5:\"width\";i:1024;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56795;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"collections_process-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7243;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"collections_process-768x540.png\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37468;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"collections_process-1536x1079.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1079;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109836;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"collections_process-1568x1102.png\";s:5:\"width\";i:1568;s:6:\"height\";i:1102;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107866;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2656,539,'_wp_attached_file','2023/07/manage_collection.png'),(2657,539,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1857;s:6:\"height\";i:1182;s:4:\"file\";s:29:\"2023/07/manage_collection.png\";s:8:\"filesize\";i:97400;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"manage_collection-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12493;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"manage_collection-1024x652.png\";s:5:\"width\";i:1024;s:6:\"height\";i:652;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49987;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"manage_collection-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6839;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"manage_collection-768x489.png\";s:5:\"width\";i:768;s:6:\"height\";i:489;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34838;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"manage_collection-1536x978.png\";s:5:\"width\";i:1536;s:6:\"height\";i:978;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96591;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"manage_collection-1568x998.png\";s:5:\"width\";i:1568;s:6:\"height\";i:998;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98468;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2658,213,'_thumbnail_id','537'),(2659,540,'banner_image','400'),(2660,540,'_banner_image','field_64a52c0e48256'),(2661,540,'banner_sub_heading','Collection Management System'),(2662,540,'_banner_sub_heading','field_64a52c3f48257'),(2663,540,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(2664,540,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(2665,540,'streamline_your_collections_process_image','538'),(2666,540,'_streamline_your_collections_process_image','field_64a52c7c48259'),(2667,540,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(2668,540,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(2669,540,'efficiently_manage_collections_image','539'),(2670,540,'_efficiently_manage_collections_image','field_64a52cf24825b'),(2671,541,'_wp_attached_file','2023/07/risk_management.png'),(2672,541,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1857;s:6:\"height\";i:1291;s:4:\"file\";s:27:\"2023/07/risk_management.png\";s:8:\"filesize\";i:61435;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"risk_management-300x209.png\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9180;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"risk_management-1024x712.png\";s:5:\"width\";i:1024;s:6:\"height\";i:712;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34545;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"risk_management-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"risk_management-768x534.png\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24716;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"risk_management-1536x1068.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1068;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56821;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"risk_management-1568x1090.png\";s:5:\"width\";i:1568;s:6:\"height\";i:1090;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60041;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2673,542,'_wp_attached_file','2023/07/lowe_risk1.png'),(2674,542,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:905;s:6:\"height\";i:585;s:4:\"file\";s:22:\"2023/07/lowe_risk1.png\";s:8:\"filesize\";i:21151;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"lowe_risk1-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"lowe_risk1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2759;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"lowe_risk1-768x496.png\";s:5:\"width\";i:768;s:6:\"height\";i:496;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15299;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2675,543,'_wp_attached_file','2023/07/lowe_risk.png'),(2676,543,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1856;s:6:\"height\";i:1412;s:4:\"file\";s:21:\"2023/07/lowe_risk.png\";s:8:\"filesize\";i:123636;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"lowe_risk-300x228.png\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10537;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"lowe_risk-1024x779.png\";s:5:\"width\";i:1024;s:6:\"height\";i:779;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45275;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"lowe_risk-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5223;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"lowe_risk-768x584.png\";s:5:\"width\";i:768;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31378;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"lowe_risk-1536x1169.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82393;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"lowe_risk-1568x1193.png\";s:5:\"width\";i:1568;s:6:\"height\";i:1193;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80797;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2677,544,'banner_image','400'),(2678,544,'_banner_image','field_64a7a519c4513'),(2679,544,'banner_heading','Enterprise Risk Management'),(2680,544,'_banner_heading','field_64a7a544c4514'),(2681,544,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(2682,544,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(2683,544,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(2684,544,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(2685,544,'save_time_and_money_with_better_risk_management_image','541'),(2686,544,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(2687,544,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(2688,544,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(2689,544,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(2690,544,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(2691,544,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(2692,544,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(2693,544,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(2694,544,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(2695,544,'moving_from_higher_risk_to_lower_risk_image','542'),(2696,544,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(2697,544,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(2698,544,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(2699,544,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(2700,544,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(2701,544,'risk_score_grid_by_unit_&_department_main_title','Risk Score Grid by Unit & Department'),(2702,544,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(2703,544,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(2704,544,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(2705,544,'risk_score_grid_by_unit_&_department_image','543'),(2706,544,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(2707,545,'_wp_attached_file','2023/07/p4.webp'),(2708,545,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2023/07/p4.webp\";s:8:\"filesize\";i:5436;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"p4-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5456;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"p4-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2746;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2709,215,'_thumbnail_id','545'),(2710,546,'_wp_attached_file','2023/07/arukus_expense-1-1.png'),(2711,546,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1857;s:6:\"height\";i:1411;s:4:\"file\";s:30:\"2023/07/arukus_expense-1-1.png\";s:8:\"filesize\";i:79771;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"arukus_expense-1-1-300x228.png\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10854;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"arukus_expense-1-1-1024x778.png\";s:5:\"width\";i:1024;s:6:\"height\";i:778;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"arukus_expense-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5765;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"arukus_expense-1-1-768x584.png\";s:5:\"width\";i:768;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39256;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"arukus_expense-1-1-1536x1167.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115834;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"arukus_expense-1-1-1568x1191.png\";s:5:\"width\";i:1568;s:6:\"height\";i:1191;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2712,547,'_wp_attached_file','2023/07/arukus_expense-2-1.png'),(2713,547,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1857;s:6:\"height\";i:1345;s:4:\"file\";s:30:\"2023/07/arukus_expense-2-1.png\";s:8:\"filesize\";i:115223;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"arukus_expense-2-1-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10303;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"arukus_expense-2-1-1024x742.png\";s:5:\"width\";i:1024;s:6:\"height\";i:742;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56917;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"arukus_expense-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5582;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"arukus_expense-2-1-768x556.png\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31016;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"arukus_expense-2-1-1536x1113.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1113;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117369;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"arukus_expense-2-1-1568x1136.png\";s:5:\"width\";i:1568;s:6:\"height\";i:1136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2714,548,'banner_image','400'),(2715,548,'_banner_image','field_64a68e54f6987'),(2716,548,'banner_heading','Control Costs and Streamline Efficiency'),(2717,548,'_banner_heading','field_64a68e7ef6988'),(2718,548,'capture_every_business_expense_title','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X'),(2719,548,'_capture_every_business_expense_title','field_64a68e8ff6989'),(2720,548,'capture_every_business_expense_short_content','Arukus Technologies Expense Management System revolutionizes the way businesses capture, manage, and process expenses, saving valuable time and increasing employee productivity. It allows you to capture every business expense on the fly, eliminating manual paperwork and tedious data entry.'),(2721,548,'_capture_every_business_expense_short_content','field_64a68e9ef698a'),(2722,548,'capture_every_business_expense_left_image','546'),(2723,548,'_capture_every_business_expense_left_image','field_64a68eb1f698b'),(2724,548,'capture_every_business_expense_main_content','<h3>Multi-Level Expense Management Modules of Branches</h3>\r\n                            <ul class=\"expense_details_wrapper\">\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk1.png\" alt=\"\"/>\r\n                                    <p>Daily Branch Expenses</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk2.png\" alt=\"\" />\r\n                                    <p>Travel & Tour Expenses</p>\r\n                                </li>\r\n\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk3.png\" alt=\"\"/>\r\n                                    <p>Rental Agreement & Rent Payments</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk4.png\" alt=\"\"/>\r\n                                    <p>Branch Transfers</p>\r\n                                </li>\r\n                            </ul>'),(2725,548,'_capture_every_business_expense_main_content','field_64a68f10f698d'),(2726,548,'experience_arukus_expense_management_system_title','Experience The Power of Arukus Expense Management System'),(2727,548,'_experience_arukus_expense_management_system_title','field_64a68f25f698e'),(2728,548,'experience_arukus_expense_management_system_content','By leveraging Arukus Technologies Expense Management System, businesses can streamline their expense management process, saving time, reducing effort, and increasing overall productivity. Say goodbye to manual paperwork, improve policy compliance, and enhance financial control with our intuitive and user-friendly system.'),(2729,548,'_experience_arukus_expense_management_system_content','field_64a68f36f698f'),(2730,548,'experience_arukus_expense_management_system_right_image','547'),(2731,548,'_experience_arukus_expense_management_system_right_image','field_64a68f4af6990'),(2732,549,'_wp_attached_file','2023/07/p5.webp'),(2733,549,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2023/07/p5.webp\";s:8:\"filesize\";i:5068;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:{}}}'),(2734,217,'_thumbnail_id','549'),(2735,550,'_wp_attached_file','2023/07/compailance.png'),(2736,550,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:715;s:6:\"height\";i:715;s:4:\"file\";s:23:\"2023/07/compailance.png\";s:8:\"filesize\";i:10673;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:{}}}'),(2737,551,'_wp_attached_file','2023/07/tracktools.png'),(2738,551,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:715;s:6:\"height\";i:715;s:4:\"file\";s:22:\"2023/07/tracktools.png\";s:8:\"filesize\";i:9699;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"tracktools-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6338;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"tracktools-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2739,552,'_wp_attached_file','2023/07/geotrack.png'),(2740,552,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:715;s:6:\"height\";i:715;s:4:\"file\";s:20:\"2023/07/geotrack.png\";s:8:\"filesize\";i:13803;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:{}}}'),(2741,553,'_wp_attached_file','2023/07/field-2.png'),(2742,553,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1857;s:6:\"height\";i:979;s:4:\"file\";s:19:\"2023/07/field-2.png\";s:8:\"filesize\";i:64290;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"field-2-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8469;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"field-2-1024x540.png\";s:5:\"width\";i:1024;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34370;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"field-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6552;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"field-2-768x405.png\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23858;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"field-2-1536x810.png\";s:5:\"width\";i:1536;s:6:\"height\";i:810;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56798;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"field-2-1568x827.png\";s:5:\"width\";i:1568;s:6:\"height\";i:827;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57594;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2743,554,'_wp_attached_file','2023/07/ft3_1.png'),(2744,554,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1300;s:4:\"file\";s:17:\"2023/07/ft3_1.png\";s:8:\"filesize\";i:15808;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ft3_1-300x244.png\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3203;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"ft3_1-1024x832.png\";s:5:\"width\";i:1024;s:6:\"height\";i:832;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ft3_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1845;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ft3_1-768x624.png\";s:5:\"width\";i:768;s:6:\"height\";i:624;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7156;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"ft3_1-1536x1248.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1248;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14246;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"ft3_1-1568x1274.png\";s:5:\"width\";i:1568;s:6:\"height\";i:1274;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14498;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,555,'_wp_attached_file','2023/07/ft3_2.png'),(2746,555,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1300;s:4:\"file\";s:17:\"2023/07/ft3_2.png\";s:8:\"filesize\";i:46941;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ft3_2-277x300.png\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10283;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"ft3_2-945x1024.png\";s:5:\"width\";i:945;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47941;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ft3_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5448;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ft3_2-768x832.png\";s:5:\"width\";i:768;s:6:\"height\";i:832;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37168;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,556,'_wp_attached_file','2023/07/ft3_3.png'),(2748,556,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1300;s:4:\"file\";s:17:\"2023/07/ft3_3.png\";s:8:\"filesize\";i:46564;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ft3_3-277x300.png\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12838;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"ft3_3-945x1024.png\";s:5:\"width\";i:945;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55029;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ft3_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6266;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ft3_3-768x832.png\";s:5:\"width\";i:768;s:6:\"height\";i:832;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41926;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2749,557,'banner_image','400'),(2750,557,'_banner_image','field_64a80b19d8b4e'),(2751,557,'banner_heading','The Most Effective Performance and Tracking App by Arukus Technologies'),(2752,557,'_banner_heading','field_64a80b4cd8b4f'),(2753,557,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(2754,557,'_ensuring_compliance_content','field_64a80b5cd8b50'),(2755,557,'ensuring_compliance_image','550'),(2756,557,'_ensuring_compliance_image','field_64a80b6fd8b51'),(2757,557,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(2758,557,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(2759,557,'advance_planner_&_tracking_tool_image','551'),(2760,557,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(2761,557,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(2762,557,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(2763,557,'advance_geo-tracking_image','552'),(2764,557,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(2765,557,'why_choose_field_track-o_image','553'),(2766,557,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(2767,557,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(2768,557,'_achieve_targets_heading','field_64a80bebd8b57'),(2769,557,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(2770,557,'_achieve_targets_short_content','field_64a80bfbd8b58'),(2771,557,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(2772,557,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(2773,557,'agent_monitoring_image','554'),(2774,557,'_agent_monitoring_image','field_64a80c1dd8b5a'),(2775,557,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(2776,557,'_branch_manager_review_content','field_64a80c3fd8b5b'),(2777,557,'branch_manager_review_image','555'),(2778,557,'_branch_manager_review_image','field_64a80c52d8b5c'),(2779,557,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(2780,557,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(2781,557,'area_or_zonal_manager_review_image','556'),(2782,557,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(2783,558,'_wp_attached_file','2023/07/p7.webp'),(2784,558,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2023/07/p7.webp\";s:8:\"filesize\";i:6058;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"p7-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6258;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"p7-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2785,221,'_thumbnail_id','558'),(2788,560,'banner_image','559'),(2789,560,'_banner_image','field_64ad40464f290'),(2790,560,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(2791,560,'_banner_sub_heading','field_64abe9741cd46'),(2792,560,'main_section_heading','Prevent Fraud with Arukus Technologies'),(2793,560,'_main_section_heading','field_64ad3e64bfa1b'),(2794,560,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(2795,560,'_main_section_short_content','field_64ad3e84bfa1c'),(2796,560,'banner_heading','Prevent Fraud with Arukus Technologies'),(2797,560,'_banner_heading','field_64ad405b4f291'),(2798,561,'banner_heading','Empowering Financial Institutions Through Technology'),(2799,561,'_banner_heading','field_649eafe9407da'),(2800,561,'banner_image','559'),(2801,561,'_banner_image','field_649eb003407db'),(2802,561,'about_us_image','518'),(2803,561,'_about_us_image','field_649eb035407dc'),(2804,561,'about_us_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(2805,561,'_about_us_content','field_649eb077407dd'),(2806,561,'our_mission_content','<p>Our mission is to enable MFls and NBFCs to optimize their processes, streamline operations, and drive sustainable growth through innovative technology solutions. We believe that by harnessing the power of automation, data analytics, and digital transformation, financial institutions can enhance their efficiency, improve risk management, and better serve their customers. </p>'),(2807,561,'_our_mission_content','field_649eb093407de'),(2808,561,'our_mission_image','519'),(2809,561,'_our_mission_image','field_649eb0a3407df'),(2810,561,'industry_expertise_content','<p>With years of experience and expertise in the financial industry, our team at Arukus Technologies is well-versed in the complexities and intricacies of MFI and NBFC operations. We understand the challenges faced by these organizations, such as stringent regulatory requirements, evolving customer expectations, and the need for robust risk management. Our in-depth knowledge allows us to develop solutions that are tailored to the specific needs of our clients. </p>'),(2811,561,'_industry_expertise_content','field_649eb0cf407e0'),(2812,561,'industry_expertise_image','520'),(2813,561,'_industry_expertise_image','field_649eb0de407e1'),(2814,561,'exceptional_support_content','<p>At Arukus Technologies, we prioritize our clients\' success. We understand that implementing new technology solutions can be a transformative journey, and we are committed to providing exceptional support every step of the way. Our dedicated team of experts is readily available to assist with product integration, training, and ongoing support to ensure a seamless transition and maximum value for our clients. <br /><br />\r\n                        Join our growing family of satisfied clients who have experienced improved operational efficiency, enhanced risk management, and accelerated growth. </p>'),(2815,561,'_exceptional_support_content','field_649eb0f2407e2'),(2816,561,'exceptional_support_image','521'),(2817,561,'_exceptional_support_image','field_649eb109407e3'),(2818,562,'banner_image','559'),(2819,562,'_banner_image','field_64a41e781a69b'),(2820,562,'banner_sub_heading','Loan Origination System'),(2821,562,'_banner_sub_heading','field_64a41ebe1a69c'),(2822,562,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(2823,562,'_los_flow_short_description','field_64a41f341a69d'),(2824,562,'los_flow_right_side_image','526'),(2825,562,'_los_flow_right_side_image','field_64a41f5d1a69e'),(2826,562,'los_admin_panel_content','<p>Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System</p>\r\n                            <p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(2827,562,'_los_admin_panel_content','field_64a4201e1a69f'),(2828,562,'los_admin_panel_image','528'),(2829,562,'_los_admin_panel_image','field_64a4203c1a6a0'),(2830,562,'central_checking_applications_image','531'),(2831,562,'_central_checking_applications_image','field_64a4204e1a6a1'),(2832,562,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(2833,562,'_central_checking_applications_content','field_64a420681a6a2'),(2834,562,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(2835,562,'_document_management_content','field_64a420b11a6a3'),(2836,562,'document_management_image','530'),(2837,562,'_document_management_image','field_64a420c41a6a4'),(2838,562,'los_page_main_content','Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem voluptas consequuntur ut debitis, repellendus ad ducimus a animi at dicta quia unde accusantium blanditiis magnam est. Alias esse fugit doloremque dolorum ea veniam quibusdam porro corrupti? Itaque labore cupiditate cumque quaerat commodi, reiciendis ratione inventore. Quo, et? Reiciendis, porro assumenda.'),(2839,562,'_los_page_main_content','field_64a426515ef63'),(2840,562,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFs) and Non-Banking Financial Companies (NBFCs).'),(2841,562,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(2842,562,'structured_workflow_driven_process_image','527'),(2843,562,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(2844,563,'step_1_title','Unlock New Revenue Streams'),(2845,563,'_step_1_title','field_64a2b935e266f'),(2846,563,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(2847,563,'_step_1_content','field_64a2b98ee2670'),(2848,563,'step_1_image','235'),(2849,563,'_step_1_image','field_64a2b999e2671'),(2850,563,'step_2_title','Seamless Integration'),(2851,563,'_step_2_title','field_64a2b9a8e2672'),(2852,563,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(2853,563,'_step_2_content','field_64a2b9b7e2673'),(2854,563,'step_2_image','236'),(2855,563,'_step_2_image','field_64a2b9c4e2674'),(2856,563,'step_3_title','Flexible Configuration'),(2857,563,'_step_3_title','field_64a2b9dde2675'),(2858,563,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(2859,563,'_step_3_content','field_64a2b9ece2676'),(2860,563,'step_3_image','237'),(2861,563,'_step_3_image','field_64a2ba1de2677'),(2862,563,'step_4_title','Enhanced Customer Experience'),(2863,563,'_step_4_title','field_64a2ba7015d8f'),(2864,563,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(2865,563,'_step_4_content','field_64a2ba7b15d90'),(2866,563,'step_4_image','238'),(2867,563,'_step_4_image','field_64a2ba8d15d91'),(2868,563,'step_5_title','Effortless Vendor Communication'),(2869,563,'_step_5_title','field_64a2baa515d92'),(2870,563,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(2871,563,'_step_5_content','field_64a2bab015d93'),(2872,563,'step_5_image','239'),(2873,563,'_step_5_image','field_64a2bac215d94'),(2874,563,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(2875,563,'_heading','field_64a2bfddc128b'),(2876,563,'banner_image','559'),(2877,563,'_banner_image','field_64a3d9cb85377'),(2878,564,'banner_image','559'),(2879,564,'_banner_image','field_64a52c0e48256'),(2880,564,'banner_sub_heading','Collection Management System'),(2881,564,'_banner_sub_heading','field_64a52c3f48257'),(2882,564,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(2883,564,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(2884,564,'streamline_your_collections_process_image','538'),(2885,564,'_streamline_your_collections_process_image','field_64a52c7c48259'),(2886,564,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(2887,564,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(2888,564,'efficiently_manage_collections_image','539'),(2889,564,'_efficiently_manage_collections_image','field_64a52cf24825b'),(2890,565,'banner_image','559'),(2891,565,'_banner_image','field_64a7a519c4513'),(2892,565,'banner_heading','Enterprise Risk Management'),(2893,565,'_banner_heading','field_64a7a544c4514'),(2894,565,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(2895,565,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(2896,565,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(2897,565,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(2898,565,'save_time_and_money_with_better_risk_management_image','541'),(2899,565,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(2900,565,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(2901,565,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(2902,565,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(2903,565,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(2904,565,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(2905,565,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(2906,565,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(2907,565,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(2908,565,'moving_from_higher_risk_to_lower_risk_image','542'),(2909,565,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(2910,565,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(2911,565,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(2912,565,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(2913,565,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(2914,565,'risk_score_grid_by_unit_&_department_main_title','Risk Score Grid by Unit & Department'),(2915,565,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(2916,565,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(2917,565,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(2918,565,'risk_score_grid_by_unit_&_department_image','543'),(2919,565,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(2920,566,'banner_image','559'),(2921,566,'_banner_image','field_64a68e54f6987'),(2922,566,'banner_heading','Control Costs and Streamline Efficiency'),(2923,566,'_banner_heading','field_64a68e7ef6988'),(2924,566,'capture_every_business_expense_title','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X'),(2925,566,'_capture_every_business_expense_title','field_64a68e8ff6989'),(2926,566,'capture_every_business_expense_short_content','Arukus Technologies Expense Management System revolutionizes the way businesses capture, manage, and process expenses, saving valuable time and increasing employee productivity. It allows you to capture every business expense on the fly, eliminating manual paperwork and tedious data entry.'),(2927,566,'_capture_every_business_expense_short_content','field_64a68e9ef698a'),(2928,566,'capture_every_business_expense_left_image','546'),(2929,566,'_capture_every_business_expense_left_image','field_64a68eb1f698b'),(2930,566,'capture_every_business_expense_main_content','<h3>Multi-Level Expense Management Modules of Branches</h3>\r\n                            <ul class=\"expense_details_wrapper\">\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk1.png\" alt=\"\"/>\r\n                                    <p>Daily Branch Expenses</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk2.png\" alt=\"\" />\r\n                                    <p>Travel & Tour Expenses</p>\r\n                                </li>\r\n\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk3.png\" alt=\"\"/>\r\n                                    <p>Rental Agreement & Rent Payments</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk4.png\" alt=\"\"/>\r\n                                    <p>Branch Transfers</p>\r\n                                </li>\r\n                            </ul>'),(2931,566,'_capture_every_business_expense_main_content','field_64a68f10f698d'),(2932,566,'experience_arukus_expense_management_system_title','Experience The Power of Arukus Expense Management System'),(2933,566,'_experience_arukus_expense_management_system_title','field_64a68f25f698e'),(2934,566,'experience_arukus_expense_management_system_content','By leveraging Arukus Technologies Expense Management System, businesses can streamline their expense management process, saving time, reducing effort, and increasing overall productivity. Say goodbye to manual paperwork, improve policy compliance, and enhance financial control with our intuitive and user-friendly system.'),(2935,566,'_experience_arukus_expense_management_system_content','field_64a68f36f698f'),(2936,566,'experience_arukus_expense_management_system_right_image','547'),(2937,566,'_experience_arukus_expense_management_system_right_image','field_64a68f4af6990'),(2938,567,'banner_image','559'),(2939,567,'_banner_image','field_64a80b19d8b4e'),(2940,567,'banner_heading','The Most Effective Performance and Tracking App by Arukus Technologies'),(2941,567,'_banner_heading','field_64a80b4cd8b4f'),(2942,567,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(2943,567,'_ensuring_compliance_content','field_64a80b5cd8b50'),(2944,567,'ensuring_compliance_image','550'),(2945,567,'_ensuring_compliance_image','field_64a80b6fd8b51'),(2946,567,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(2947,567,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(2948,567,'advance_planner_&_tracking_tool_image','551'),(2949,567,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(2950,567,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(2951,567,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(2952,567,'advance_geo-tracking_image','552'),(2953,567,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(2954,567,'why_choose_field_track-o_image','553'),(2955,567,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(2956,567,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(2957,567,'_achieve_targets_heading','field_64a80bebd8b57'),(2958,567,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(2959,567,'_achieve_targets_short_content','field_64a80bfbd8b58'),(2960,567,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(2961,567,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(2962,567,'agent_monitoring_image','554'),(2963,567,'_agent_monitoring_image','field_64a80c1dd8b5a'),(2964,567,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(2965,567,'_branch_manager_review_content','field_64a80c3fd8b5b'),(2966,567,'branch_manager_review_image','555'),(2967,567,'_branch_manager_review_image','field_64a80c52d8b5c'),(2968,567,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(2969,567,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(2970,567,'area_or_zonal_manager_review_image','556'),(2971,567,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(2972,569,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(2973,569,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(2974,569,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(2975,569,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(2976,569,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(2977,569,'_branch_evaluation_system_content','field_64abfcca4abcd'),(2978,569,'branch_evaluation_system_image','425'),(2979,569,'_branch_evaluation_system_image','field_64abfce74abce'),(2980,569,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(2981,569,'_advance_auditing_tool_content','field_64abfd054abcf'),(2982,569,'advance_auditing_tool_image','427'),(2983,569,'_advance_auditing_tool_image','field_64abfd104abd0'),(2984,569,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(2985,569,'_manager_accountability_content','field_64abfd2f4abd1'),(2986,569,'manager_accountability_image','237'),(2987,569,'_manager_accountability_image','field_64abfda54abd2'),(2988,569,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(2989,569,'_benefits_content','field_64abfdbe4abd3'),(2990,569,'benefits_image','238'),(2991,569,'_benefits_image','field_64abfdcf4abd4'),(2992,569,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(2993,569,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(2994,569,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(2995,569,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(2996,569,'unlock_compliance_excellence_image','428'),(2997,569,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(2998,569,'banner_image','559'),(2999,569,'_banner_image','field_64ac0c04f51d8'),(3000,569,'heading','Internal Audit & Compliance Management System'),(3001,569,'_heading','field_64ac0c1bf51d9'),(3002,569,'option_1_title','Physical Cash Verification'),(3003,569,'_option_1_title','field_64af8c8909092'),(3004,569,'option_1_icon','503'),(3005,569,'_option_1_icon','field_64af8cd609093'),(3006,569,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(3007,569,'_option_1_content','field_64af8d0609094'),(3008,569,'option_2_title','Asset Tracking'),(3009,569,'_option_2_title','field_64af8d1a09095'),(3010,569,'option_2_icon','504'),(3011,569,'_option_2_icon','field_64af8d2709096'),(3012,569,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(3013,569,'_option_2_content','field_64af8d4b09097'),(3014,569,'option_3_title',' Process Compliance'),(3015,569,'_option_3_title','field_64af8d8109098'),(3016,569,'option_3_icon','505'),(3017,569,'_option_3_icon','field_64af8d9209099'),(3018,569,'option_3_content',''),(3019,569,'_option_3_content','field_64af8d9f0909a'),(3020,569,'option_3_sub_title_1','Sampling Survey'),(3021,569,'_option_3_sub_title_1','field_64af8e16090a1'),(3022,569,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(3023,569,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(3024,569,'option_3_sub_title_2','Non Sampling Survey'),(3025,569,'_option_3_sub_title_2','field_64af8e48090a3'),(3026,569,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(3027,569,'_option_3_sub_content_details_2','field_64af8e56090a4'),(3028,569,'option_4_title','Audit Score Sheet'),(3029,569,'_option_4_title','field_64af8dbc0909b'),(3030,569,'option_4_icon','506'),(3031,569,'_option_4_icon','field_64af8dc90909c'),(3032,569,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(3033,569,'_option_4_content','field_64af8dd40909d'),(3034,569,'option_5_title',' Detailed Reports'),(3035,569,'_option_5_title','field_64af8de70909e'),(3036,569,'option_5_icon','507'),(3037,569,'_option_5_icon','field_64af8df30909f'),(3038,569,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(3039,569,'_option_5_content','field_64af8dfa090a0'),(3040,570,'_wp_attached_file','2023/07/hero_bg.jpg.png'),(3041,570,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:983;s:4:\"file\";s:23:\"2023/07/hero_bg.jpg.png\";s:8:\"filesize\";i:979335;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"hero_bg.jpg-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6444;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"hero_bg.jpg-1024x524.png\";s:5:\"width\";i:1024;s:6:\"height\";i:524;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69936;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"hero_bg.jpg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3599;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"hero_bg.jpg-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37790;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"hero_bg.jpg-1536x786.png\";s:5:\"width\";i:1536;s:6:\"height\";i:786;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:159702;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"hero_bg.jpg-1568x803.png\";s:5:\"width\";i:1568;s:6:\"height\";i:803;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:162928;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3042,571,'banner_image','570'),(3043,571,'_banner_image','field_64ad40464f290'),(3044,571,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(3045,571,'_banner_sub_heading','field_64abe9741cd46'),(3046,571,'main_section_heading','Prevent Fraud with Arukus Technologies'),(3047,571,'_main_section_heading','field_64ad3e64bfa1b'),(3048,571,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(3049,571,'_main_section_short_content','field_64ad3e84bfa1c'),(3050,571,'banner_heading','Prevent Fraud with Arukus Technologies'),(3051,571,'_banner_heading','field_64ad405b4f291'),(3052,572,'banner_image','570'),(3053,572,'_banner_image','field_64ad40464f290'),(3054,572,'banner_heading','Support Ticket System'),(3055,572,'_banner_heading','field_64ad405b4f291'),(3056,572,'main_section_heading','Empower Your Support Team With Support360 - The Ultimate Ticketing System'),(3057,572,'_main_section_heading','field_64ad3e64bfa1b'),(3058,572,'main_section_short_content','Introducing Support360: Arukus Technologies\' Cutting-Edge Support Ticket System. Experience the Power of Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Fully Customizable Workflows'),(3059,572,'_main_section_short_content','field_64ad3e84bfa1c'),(3060,573,'banner_heading','Empowering Financial Institutions Through Technology'),(3061,573,'_banner_heading','field_649eafe9407da'),(3062,573,'banner_image','570'),(3063,573,'_banner_image','field_649eb003407db'),(3064,573,'about_us_image','518'),(3065,573,'_about_us_image','field_649eb035407dc'),(3066,573,'about_us_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(3067,573,'_about_us_content','field_649eb077407dd'),(3068,573,'our_mission_content','<p>Our mission is to enable MFls and NBFCs to optimize their processes, streamline operations, and drive sustainable growth through innovative technology solutions. We believe that by harnessing the power of automation, data analytics, and digital transformation, financial institutions can enhance their efficiency, improve risk management, and better serve their customers. </p>'),(3069,573,'_our_mission_content','field_649eb093407de'),(3070,573,'our_mission_image','519'),(3071,573,'_our_mission_image','field_649eb0a3407df'),(3072,573,'industry_expertise_content','<p>With years of experience and expertise in the financial industry, our team at Arukus Technologies is well-versed in the complexities and intricacies of MFI and NBFC operations. We understand the challenges faced by these organizations, such as stringent regulatory requirements, evolving customer expectations, and the need for robust risk management. Our in-depth knowledge allows us to develop solutions that are tailored to the specific needs of our clients. </p>'),(3073,573,'_industry_expertise_content','field_649eb0cf407e0'),(3074,573,'industry_expertise_image','520'),(3075,573,'_industry_expertise_image','field_649eb0de407e1'),(3076,573,'exceptional_support_content','<p>At Arukus Technologies, we prioritize our clients\' success. We understand that implementing new technology solutions can be a transformative journey, and we are committed to providing exceptional support every step of the way. Our dedicated team of experts is readily available to assist with product integration, training, and ongoing support to ensure a seamless transition and maximum value for our clients. <br /><br />\r\n                        Join our growing family of satisfied clients who have experienced improved operational efficiency, enhanced risk management, and accelerated growth. </p>'),(3077,573,'_exceptional_support_content','field_649eb0f2407e2'),(3078,573,'exceptional_support_image','521'),(3079,573,'_exceptional_support_image','field_649eb109407e3'),(3080,574,'banner_image','570'),(3081,574,'_banner_image','field_649d7a54f5560'),(3082,574,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(3083,574,'_banner_first_content','field_649d7a44f555f'),(3084,574,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(3085,574,'_banner_second_content','field_649d77fe773bf'),(3086,574,'request_a_demo_text','Request A Demo'),(3087,574,'_request_a_demo_text','field_649d782e773c0'),(3088,574,'download_brochure_link',''),(3089,574,'_download_brochure_link','field_649d785c773c1'),(3090,574,'arukus_with_all_products_image','511'),(3091,574,'_arukus_with_all_products_image','field_649d787e773c2'),(3092,574,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(3093,574,'_solution_for_every_problem_content','field_649d78a1773c3'),(3094,574,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(3095,574,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(3096,574,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(3097,574,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(3098,574,'configurable_&_connected_platform_first_image','512'),(3099,574,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(3100,574,'configurable_&_connected_platform_second_image','513'),(3101,574,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(3102,574,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(3103,574,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(3104,574,'configurable_&_connected_platform_third_image','514'),(3105,574,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(3106,574,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(3107,574,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(3108,574,'about_us_section_image','516'),(3109,574,'_about_us_section_image','field_649d79db0798d'),(3110,574,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(3111,574,'_about_us_section_content','field_649d79fb0798e'),(3112,574,'solution_for_every_problem_title','Solution for Every Problem'),(3113,574,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(3114,574,'about_us_section_title','About Us'),(3115,574,'_about_us_section_title','field_649e95d349031'),(3116,574,'our_products_title','Our Products'),(3117,574,'_our_products_title','field_649ea81f66f02'),(3118,575,'banner_image','570'),(3119,575,'_banner_image','field_64a41e781a69b'),(3120,575,'banner_sub_heading','Loan Origination System'),(3121,575,'_banner_sub_heading','field_64a41ebe1a69c'),(3122,575,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(3123,575,'_los_flow_short_description','field_64a41f341a69d'),(3124,575,'los_flow_right_side_image','526'),(3125,575,'_los_flow_right_side_image','field_64a41f5d1a69e'),(3126,575,'los_admin_panel_content','<p>Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System</p>\r\n                            <p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(3127,575,'_los_admin_panel_content','field_64a4201e1a69f'),(3128,575,'los_admin_panel_image','528'),(3129,575,'_los_admin_panel_image','field_64a4203c1a6a0'),(3130,575,'central_checking_applications_image','531'),(3131,575,'_central_checking_applications_image','field_64a4204e1a6a1'),(3132,575,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(3133,575,'_central_checking_applications_content','field_64a420681a6a2'),(3134,575,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(3135,575,'_document_management_content','field_64a420b11a6a3'),(3136,575,'document_management_image','530'),(3137,575,'_document_management_image','field_64a420c41a6a4'),(3138,575,'los_page_main_content','Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem voluptas consequuntur ut debitis, repellendus ad ducimus a animi at dicta quia unde accusantium blanditiis magnam est. Alias esse fugit doloremque dolorum ea veniam quibusdam porro corrupti? Itaque labore cupiditate cumque quaerat commodi, reiciendis ratione inventore. Quo, et? Reiciendis, porro assumenda.'),(3139,575,'_los_page_main_content','field_64a426515ef63'),(3140,575,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFs) and Non-Banking Financial Companies (NBFCs).'),(3141,575,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(3142,575,'structured_workflow_driven_process_image','527'),(3143,575,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(3144,576,'step_1_title','Unlock New Revenue Streams'),(3145,576,'_step_1_title','field_64a2b935e266f'),(3146,576,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(3147,576,'_step_1_content','field_64a2b98ee2670'),(3148,576,'step_1_image','235'),(3149,576,'_step_1_image','field_64a2b999e2671'),(3150,576,'step_2_title','Seamless Integration'),(3151,576,'_step_2_title','field_64a2b9a8e2672'),(3152,576,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(3153,576,'_step_2_content','field_64a2b9b7e2673'),(3154,576,'step_2_image','236'),(3155,576,'_step_2_image','field_64a2b9c4e2674'),(3156,576,'step_3_title','Flexible Configuration'),(3157,576,'_step_3_title','field_64a2b9dde2675'),(3158,576,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(3159,576,'_step_3_content','field_64a2b9ece2676'),(3160,576,'step_3_image','237'),(3161,576,'_step_3_image','field_64a2ba1de2677'),(3162,576,'step_4_title','Enhanced Customer Experience'),(3163,576,'_step_4_title','field_64a2ba7015d8f'),(3164,576,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(3165,576,'_step_4_content','field_64a2ba7b15d90'),(3166,576,'step_4_image','238'),(3167,576,'_step_4_image','field_64a2ba8d15d91'),(3168,576,'step_5_title','Effortless Vendor Communication'),(3169,576,'_step_5_title','field_64a2baa515d92'),(3170,576,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(3171,576,'_step_5_content','field_64a2bab015d93'),(3172,576,'step_5_image','239'),(3173,576,'_step_5_image','field_64a2bac215d94'),(3174,576,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(3175,576,'_heading','field_64a2bfddc128b'),(3176,576,'banner_image','570'),(3177,576,'_banner_image','field_64a3d9cb85377'),(3178,577,'banner_image','570'),(3179,577,'_banner_image','field_64a52c0e48256'),(3180,577,'banner_sub_heading','Collection Management System'),(3181,577,'_banner_sub_heading','field_64a52c3f48257'),(3182,577,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(3183,577,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(3184,577,'streamline_your_collections_process_image','538'),(3185,577,'_streamline_your_collections_process_image','field_64a52c7c48259'),(3186,577,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(3187,577,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(3188,577,'efficiently_manage_collections_image','539'),(3189,577,'_efficiently_manage_collections_image','field_64a52cf24825b'),(3190,578,'banner_image','570'),(3191,578,'_banner_image','field_64a7a519c4513'),(3192,578,'banner_heading','Enterprise Risk Management'),(3193,578,'_banner_heading','field_64a7a544c4514'),(3194,578,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(3195,578,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(3196,578,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(3197,578,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(3198,578,'save_time_and_money_with_better_risk_management_image','541'),(3199,578,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(3200,578,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(3201,578,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(3202,578,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(3203,578,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(3204,578,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(3205,578,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(3206,578,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(3207,578,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(3208,578,'moving_from_higher_risk_to_lower_risk_image','542'),(3209,578,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(3210,578,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(3211,578,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(3212,578,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(3213,578,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(3214,578,'risk_score_grid_by_unit_&_department_main_title','Risk Score Grid by Unit & Department'),(3215,578,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(3216,578,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(3217,578,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(3218,578,'risk_score_grid_by_unit_&_department_image','543'),(3219,578,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(3220,579,'banner_image','570'),(3221,579,'_banner_image','field_64a68e54f6987'),(3222,579,'banner_heading','Control Costs and Streamline Efficiency'),(3223,579,'_banner_heading','field_64a68e7ef6988'),(3224,579,'capture_every_business_expense_title','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X'),(3225,579,'_capture_every_business_expense_title','field_64a68e8ff6989'),(3226,579,'capture_every_business_expense_short_content','Arukus Technologies Expense Management System revolutionizes the way businesses capture, manage, and process expenses, saving valuable time and increasing employee productivity. It allows you to capture every business expense on the fly, eliminating manual paperwork and tedious data entry.'),(3227,579,'_capture_every_business_expense_short_content','field_64a68e9ef698a'),(3228,579,'capture_every_business_expense_left_image','546'),(3229,579,'_capture_every_business_expense_left_image','field_64a68eb1f698b'),(3230,579,'capture_every_business_expense_main_content','<h3>Multi-Level Expense Management Modules of Branches</h3>\r\n                            <ul class=\"expense_details_wrapper\">\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk1.png\" alt=\"\"/>\r\n                                    <p>Daily Branch Expenses</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk2.png\" alt=\"\" />\r\n                                    <p>Travel & Tour Expenses</p>\r\n                                </li>\r\n\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk3.png\" alt=\"\"/>\r\n                                    <p>Rental Agreement & Rent Payments</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk4.png\" alt=\"\"/>\r\n                                    <p>Branch Transfers</p>\r\n                                </li>\r\n                            </ul>'),(3231,579,'_capture_every_business_expense_main_content','field_64a68f10f698d'),(3232,579,'experience_arukus_expense_management_system_title','Experience The Power of Arukus Expense Management System'),(3233,579,'_experience_arukus_expense_management_system_title','field_64a68f25f698e'),(3234,579,'experience_arukus_expense_management_system_content','By leveraging Arukus Technologies Expense Management System, businesses can streamline their expense management process, saving time, reducing effort, and increasing overall productivity. Say goodbye to manual paperwork, improve policy compliance, and enhance financial control with our intuitive and user-friendly system.'),(3235,579,'_experience_arukus_expense_management_system_content','field_64a68f36f698f'),(3236,579,'experience_arukus_expense_management_system_right_image','547'),(3237,579,'_experience_arukus_expense_management_system_right_image','field_64a68f4af6990'),(3238,580,'banner_image','570'),(3239,580,'_banner_image','field_64a80b19d8b4e'),(3240,580,'banner_heading','The Most Effective Performance and Tracking App by Arukus Technologies'),(3241,580,'_banner_heading','field_64a80b4cd8b4f'),(3242,580,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(3243,580,'_ensuring_compliance_content','field_64a80b5cd8b50'),(3244,580,'ensuring_compliance_image','550'),(3245,580,'_ensuring_compliance_image','field_64a80b6fd8b51'),(3246,580,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(3247,580,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(3248,580,'advance_planner_&_tracking_tool_image','551'),(3249,580,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(3250,580,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(3251,580,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(3252,580,'advance_geo-tracking_image','552'),(3253,580,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(3254,580,'why_choose_field_track-o_image','553'),(3255,580,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(3256,580,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(3257,580,'_achieve_targets_heading','field_64a80bebd8b57'),(3258,580,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(3259,580,'_achieve_targets_short_content','field_64a80bfbd8b58'),(3260,580,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(3261,580,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(3262,580,'agent_monitoring_image','554'),(3263,580,'_agent_monitoring_image','field_64a80c1dd8b5a'),(3264,580,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(3265,580,'_branch_manager_review_content','field_64a80c3fd8b5b'),(3266,580,'branch_manager_review_image','555'),(3267,580,'_branch_manager_review_image','field_64a80c52d8b5c'),(3268,580,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(3269,580,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(3270,580,'area_or_zonal_manager_review_image','556'),(3271,580,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(3272,581,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(3273,581,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(3274,581,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(3275,581,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(3276,581,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(3277,581,'_branch_evaluation_system_content','field_64abfcca4abcd'),(3278,581,'branch_evaluation_system_image','425'),(3279,581,'_branch_evaluation_system_image','field_64abfce74abce'),(3280,581,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(3281,581,'_advance_auditing_tool_content','field_64abfd054abcf'),(3282,581,'advance_auditing_tool_image','427'),(3283,581,'_advance_auditing_tool_image','field_64abfd104abd0'),(3284,581,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(3285,581,'_manager_accountability_content','field_64abfd2f4abd1'),(3286,581,'manager_accountability_image','237'),(3287,581,'_manager_accountability_image','field_64abfda54abd2'),(3288,581,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(3289,581,'_benefits_content','field_64abfdbe4abd3'),(3290,581,'benefits_image','238'),(3291,581,'_benefits_image','field_64abfdcf4abd4'),(3292,581,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(3293,581,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(3294,581,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(3295,581,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(3296,581,'unlock_compliance_excellence_image','428'),(3297,581,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(3298,581,'banner_image','570'),(3299,581,'_banner_image','field_64ac0c04f51d8'),(3300,581,'heading','Internal Audit & Compliance Management System'),(3301,581,'_heading','field_64ac0c1bf51d9'),(3302,581,'option_1_title','Physical Cash Verification'),(3303,581,'_option_1_title','field_64af8c8909092'),(3304,581,'option_1_icon','503'),(3305,581,'_option_1_icon','field_64af8cd609093'),(3306,581,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(3307,581,'_option_1_content','field_64af8d0609094'),(3308,581,'option_2_title','Asset Tracking'),(3309,581,'_option_2_title','field_64af8d1a09095'),(3310,581,'option_2_icon','504'),(3311,581,'_option_2_icon','field_64af8d2709096'),(3312,581,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(3313,581,'_option_2_content','field_64af8d4b09097'),(3314,581,'option_3_title',' Process Compliance'),(3315,581,'_option_3_title','field_64af8d8109098'),(3316,581,'option_3_icon','505'),(3317,581,'_option_3_icon','field_64af8d9209099'),(3318,581,'option_3_content',''),(3319,581,'_option_3_content','field_64af8d9f0909a'),(3320,581,'option_3_sub_title_1','Sampling Survey'),(3321,581,'_option_3_sub_title_1','field_64af8e16090a1'),(3322,581,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(3323,581,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(3324,581,'option_3_sub_title_2','Non Sampling Survey'),(3325,581,'_option_3_sub_title_2','field_64af8e48090a3'),(3326,581,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(3327,581,'_option_3_sub_content_details_2','field_64af8e56090a4'),(3328,581,'option_4_title','Audit Score Sheet'),(3329,581,'_option_4_title','field_64af8dbc0909b'),(3330,581,'option_4_icon','506'),(3331,581,'_option_4_icon','field_64af8dc90909c'),(3332,581,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(3333,581,'_option_4_content','field_64af8dd40909d'),(3334,581,'option_5_title',' Detailed Reports'),(3335,581,'_option_5_title','field_64af8de70909e'),(3336,581,'option_5_icon','507'),(3337,581,'_option_5_icon','field_64af8df30909f'),(3338,581,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(3339,581,'_option_5_content','field_64af8dfa090a0'),(3340,66,'_thumbnail_id','915'),(3341,66,'_yoast_wpseo_estimated-reading-time-minutes','0'),(3342,66,'_yoast_wpseo_wordproof_timestamp',''),(3343,64,'_thumbnail_id','914'),(3344,64,'_yoast_wpseo_estimated-reading-time-minutes','0'),(3345,64,'_yoast_wpseo_wordproof_timestamp',''),(3346,582,'banner_image','570'),(3347,582,'_banner_image','field_64abe9531cd45'),(3348,582,'banner_sub_heading','Certainly! Here\'s a subheading for a blog post related to loans and personal finance'),(3349,582,'_banner_sub_heading','field_64abe9741cd46'),(3350,583,'_wp_attached_file','2023/07/p9.webp'),(3351,583,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2023/07/p9.webp\";s:8:\"filesize\";i:5072;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:{}}}'),(3352,584,'banner_image','570'),(3353,584,'_banner_image','field_64ad40464f290'),(3354,584,'banner_heading','Support Ticket System'),(3355,584,'_banner_heading','field_64ad405b4f291'),(3356,584,'main_section_heading','Empower Your Support Team With Support360 - The Ultimate Ticketing System'),(3357,584,'_main_section_heading','field_64ad3e64bfa1b'),(3358,584,'main_section_short_content','Introducing Support360: Arukus Technologies\' Cutting-Edge Support Ticket System. Experience the Power of Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Fully Customizable Workflows'),(3359,584,'_main_section_short_content','field_64ad3e84bfa1c'),(3360,225,'_thumbnail_id','583'),(3376,59,'original-file','2023/06/arukus-a-updraft-pre-smush-original.png'),(3377,59,'smush-complete','1'),(3378,59,'smush-info','The file was compressed from 1.99 KB to 1.43 KB saving 28.21 percent using WP-Optimize'),(3379,59,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2035;s:12:\"smushed-size\";i:1461;s:15:\"savings-percent\";d:28.21;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:2035;s:10:\"compressed\";i:1461;}}}'),(3380,89,'original-file','2023/06/s1-updraft-pre-smush-original.png'),(3381,89,'smush-complete','1'),(3382,89,'smush-info','The file was compressed from 5.89 KB to 2.98 KB saving 49.35 percent using WP-Optimize'),(3383,89,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:6032;s:12:\"smushed-size\";i:3055;s:15:\"savings-percent\";d:49.35;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:6032;s:10:\"compressed\";i:3055;}}}'),(3388,91,'original-file','2023/06/s3-updraft-pre-smush-original.png'),(3389,91,'smush-complete','1'),(3390,91,'smush-info','The file was compressed from 5.09 KB to 2.82 KB saving 44.65 percent using WP-Optimize'),(3391,91,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:5216;s:12:\"smushed-size\";i:2887;s:15:\"savings-percent\";d:44.65;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:5216;s:10:\"compressed\";i:2887;}}}'),(3392,92,'original-file','2023/06/s4-updraft-pre-smush-original.png'),(3393,92,'smush-complete','1'),(3394,92,'smush-info','The file was compressed from 4.45 KB to 2.04 KB saving 54.1 percent using WP-Optimize'),(3395,92,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:4560;s:12:\"smushed-size\";i:2093;s:15:\"savings-percent\";d:54.1;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:4560;s:10:\"compressed\";i:2093;}}}'),(3396,93,'original-file','2023/06/s5-updraft-pre-smush-original.png'),(3397,93,'smush-complete','1'),(3398,93,'smush-info','The file was compressed from 5.23 KB to 3.06 KB saving 41.49 percent using WP-Optimize'),(3399,93,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:5355;s:12:\"smushed-size\";i:3133;s:15:\"savings-percent\";d:41.49;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:5355;s:10:\"compressed\";i:3133;}}}'),(3400,94,'original-file','2023/06/s6-updraft-pre-smush-original.png'),(3401,94,'smush-complete','1'),(3402,94,'smush-info','The file was compressed from 599 bytes to 448 bytes saving 25.21 percent using WP-Optimize'),(3403,94,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:599;s:12:\"smushed-size\";i:448;s:15:\"savings-percent\";d:25.21;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:599;s:10:\"compressed\";i:448;}}}'),(3404,95,'original-file','2023/06/s7-updraft-pre-smush-original.png'),(3405,95,'smush-complete','1'),(3406,95,'smush-info','The file was compressed from 4.48 KB to 1.71 KB saving 61.79 percent using WP-Optimize'),(3407,95,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:4591;s:12:\"smushed-size\";i:1754;s:15:\"savings-percent\";d:61.79;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:4591;s:10:\"compressed\";i:1754;}}}'),(3408,96,'original-file','2023/06/s8-updraft-pre-smush-original.png'),(3409,96,'smush-complete','1'),(3410,96,'smush-info','The file was compressed from 5.24 KB to 3.00 KB saving 42.71 percent using WP-Optimize'),(3411,96,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:5362;s:12:\"smushed-size\";i:3072;s:15:\"savings-percent\";d:42.71;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:5362;s:10:\"compressed\";i:3072;}}}'),(3412,97,'original-file','2023/06/s9-updraft-pre-smush-original.png'),(3413,97,'smush-complete','1'),(3414,97,'smush-info','The file was compressed from 5.02 KB to 2.76 KB saving 44.96 percent using WP-Optimize'),(3415,97,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:5140;s:12:\"smushed-size\";i:2829;s:15:\"savings-percent\";d:44.96;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:5140;s:10:\"compressed\";i:2829;}}}'),(3416,140,'original-file','2023/07/icon1-updraft-pre-smush-original.png'),(3417,140,'smush-complete','1'),(3418,140,'smush-info','The file was compressed from 582 bytes to 582 bytes saving 0 percent using WP-Optimize'),(3419,140,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:582;s:12:\"smushed-size\";i:582;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:582;s:10:\"compressed\";i:582;}}}'),(3420,142,'original-file','2023/07/icon2-updraft-pre-smush-original.png'),(3421,142,'smush-complete','1'),(3422,142,'smush-info','The file was compressed from 534 bytes to 410 bytes saving 23.22 percent using WP-Optimize'),(3423,142,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:534;s:12:\"smushed-size\";i:410;s:15:\"savings-percent\";d:23.22;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:534;s:10:\"compressed\";i:410;}}}'),(3424,144,'original-file','2023/07/icon3-updraft-pre-smush-original.png'),(3425,144,'smush-complete','1'),(3426,144,'smush-info','The file was compressed from 571 bytes to 571 bytes saving 0 percent using WP-Optimize'),(3427,144,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:571;s:12:\"smushed-size\";i:571;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:571;s:10:\"compressed\";i:571;}}}'),(3428,146,'original-file','2023/07/icon4-updraft-pre-smush-original.png'),(3429,146,'smush-complete','1'),(3430,146,'smush-info','The file was compressed from 584 bytes to 584 bytes saving 0 percent using WP-Optimize'),(3431,146,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:584;s:12:\"smushed-size\";i:584;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:584;s:10:\"compressed\";i:584;}}}'),(3432,148,'original-file','2023/07/icon5-updraft-pre-smush-original.png'),(3433,148,'smush-complete','1'),(3434,148,'smush-info','The file was compressed from 583 bytes to 583 bytes saving 0 percent using WP-Optimize'),(3435,148,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:583;s:12:\"smushed-size\";i:583;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:583;s:10:\"compressed\";i:583;}}}'),(3436,150,'original-file','2023/07/icon6-updraft-pre-smush-original.png'),(3437,150,'smush-complete','1'),(3438,150,'smush-info','The file was compressed from 593 bytes to 593 bytes saving 0 percent using WP-Optimize'),(3439,150,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:593;s:12:\"smushed-size\";i:593;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:593;s:10:\"compressed\";i:593;}}}'),(3440,152,'original-file','2023/07/icon7-updraft-pre-smush-original.png'),(3441,152,'smush-complete','1'),(3442,152,'smush-info','The file was compressed from 588 bytes to 522 bytes saving 11.22 percent using WP-Optimize'),(3443,152,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:588;s:12:\"smushed-size\";i:522;s:15:\"savings-percent\";d:11.22;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:588;s:10:\"compressed\";i:522;}}}'),(3444,154,'original-file','2023/07/icon8-updraft-pre-smush-original.png'),(3445,154,'smush-complete','1'),(3446,154,'smush-info','The file was compressed from 606 bytes to 599 bytes saving 1.16 percent using WP-Optimize'),(3447,154,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:606;s:12:\"smushed-size\";i:599;s:15:\"savings-percent\";d:1.16;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:606;s:10:\"compressed\";i:599;}}}'),(3448,156,'original-file','2023/07/icon9-updraft-pre-smush-original.png'),(3449,156,'smush-complete','1'),(3450,156,'smush-info','The file was compressed from 1.02 KB to 1.02 KB saving 0 percent using WP-Optimize'),(3451,156,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1045;s:12:\"smushed-size\";i:1045;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:1:{s:4:\"full\";a:2:{s:8:\"original\";i:1045;s:10:\"compressed\";i:1045;}}}'),(3452,160,'original-file','2023/07/api-updraft-pre-smush-original.png'),(3453,160,'smush-complete','1'),(3454,160,'smush-info','The file was compressed from 14.79 KB to 6.86 KB saving 53.62 percent using WP-Optimize'),(3455,160,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:15140;s:12:\"smushed-size\";i:7022;s:15:\"savings-percent\";d:53.62;s:10:\"sizes-info\";a:2:{s:4:\"full\";a:2:{s:8:\"original\";i:15140;s:10:\"compressed\";i:7022;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:16972;s:10:\"compressed\";i:8650;}}}'),(3456,166,'original-file','2023/07/risk-updraft-pre-smush-original.png'),(3457,166,'smush-complete','1'),(3458,166,'smush-info','The file was compressed from 330.73 KB to 88.05 KB saving 73.38 percent using WP-Optimize'),(3459,166,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:338672;s:12:\"smushed-size\";i:90166;s:15:\"savings-percent\";d:73.38;s:10:\"sizes-info\";a:5:{s:4:\"full\";a:2:{s:8:\"original\";i:338672;s:10:\"compressed\";i:90166;}s:6:\"medium\";a:2:{s:8:\"original\";i:34974;s:10:\"compressed\";i:11629;}s:5:\"large\";a:2:{s:8:\"original\";i:326021;s:10:\"compressed\";i:99778;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:17300;s:10:\"compressed\";i:6965;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:182319;s:10:\"compressed\";i:53792;}}}'),(3460,167,'original-file','2023/07/rent-updraft-pre-smush-original.png'),(3461,167,'smush-complete','1'),(3462,167,'smush-info','The file was compressed from 333.69 KB to 96.10 KB saving 71.2 percent using WP-Optimize'),(3463,167,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:341703;s:12:\"smushed-size\";i:98410;s:15:\"savings-percent\";d:71.2;s:10:\"sizes-info\";a:5:{s:4:\"full\";a:2:{s:8:\"original\";i:341703;s:10:\"compressed\";i:98410;}s:6:\"medium\";a:2:{s:8:\"original\";i:32989;s:10:\"compressed\";i:11651;}s:5:\"large\";a:2:{s:8:\"original\";i:313300;s:10:\"compressed\";i:100642;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:17092;s:10:\"compressed\";i:7042;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:179797;s:10:\"compressed\";i:56359;}}}'),(3464,168,'original-file','2023/07/fraud-updraft-pre-smush-original.png'),(3465,168,'smush-complete','1'),(3466,168,'smush-info','The file was compressed from 286.18 KB to 80.88 KB saving 71.74 percent using WP-Optimize'),(3467,168,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:293053;s:12:\"smushed-size\";i:82821;s:15:\"savings-percent\";d:71.74;s:10:\"sizes-info\";a:5:{s:4:\"full\";a:2:{s:8:\"original\";i:293053;s:10:\"compressed\";i:82821;}s:6:\"medium\";a:2:{s:8:\"original\";i:26499;s:10:\"compressed\";i:10053;}s:5:\"large\";a:2:{s:8:\"original\";i:272448;s:10:\"compressed\";i:85705;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:14301;s:10:\"compressed\";i:6171;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:152282;s:10:\"compressed\";i:45671;}}}'),(3468,169,'original-file','2023/07/branch-expense-updraft-pre-smush-original.png'),(3469,169,'smush-complete','1'),(3470,169,'smush-info','The file was compressed from 383.80 KB to 104.94 KB saving 72.66 percent using WP-Optimize'),(3471,169,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:393010;s:12:\"smushed-size\";i:107459;s:15:\"savings-percent\";d:72.66;s:10:\"sizes-info\";a:5:{s:4:\"full\";a:2:{s:8:\"original\";i:393010;s:10:\"compressed\";i:107459;}s:6:\"medium\";a:2:{s:8:\"original\";i:36358;s:10:\"compressed\";i:12665;}s:5:\"large\";a:2:{s:8:\"original\";i:353688;s:10:\"compressed\";i:115020;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:16987;s:10:\"compressed\";i:7407;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:199543;s:10:\"compressed\";i:65491;}}}'),(3472,170,'original-file','2023/07/field-tracking-updraft-pre-smush-original.png'),(3473,170,'smush-complete','1'),(3474,170,'smush-info','The file was compressed from 352.73 KB to 103.77 KB saving 70.58 percent using WP-Optimize'),(3475,170,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:361195;s:12:\"smushed-size\";i:106264;s:15:\"savings-percent\";d:70.58;s:10:\"sizes-info\";a:5:{s:4:\"full\";a:2:{s:8:\"original\";i:361195;s:10:\"compressed\";i:106264;}s:6:\"medium\";a:2:{s:8:\"original\";i:39112;s:10:\"compressed\";i:13344;}s:5:\"large\";a:2:{s:8:\"original\";i:341048;s:10:\"compressed\";i:103575;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:17742;s:10:\"compressed\";i:7138;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:200570;s:10:\"compressed\";i:63014;}}}'),(3476,171,'original-file','2023/07/travel-updraft-pre-smush-original.png'),(3477,171,'smush-complete','1'),(3478,171,'smush-marked','1'),(3479,171,'smush-info','This image is marked as already compressed by another tool.'),(3480,172,'smush-complete','1'),(3481,172,'smush-marked','1'),(3482,172,'smush-info','This image is marked as already compressed by another tool.'),(3483,242,'smush-complete','1'),(3484,242,'smush-marked','1'),(3485,242,'smush-info','This image is marked as already compressed by another tool.'),(3486,244,'smush-complete','1'),(3487,244,'smush-marked','1'),(3488,244,'smush-info','This image is marked as already compressed by another tool.'),(3489,246,'smush-complete','1'),(3490,246,'smush-marked','1'),(3491,246,'smush-info','This image is marked as already compressed by another tool.'),(3492,248,'smush-complete','1'),(3493,248,'smush-marked','1'),(3494,248,'smush-info','This image is marked as already compressed by another tool.'),(3495,250,'smush-complete','1'),(3496,250,'smush-marked','1'),(3497,250,'smush-info','This image is marked as already compressed by another tool.'),(3498,252,'smush-complete','1'),(3499,252,'smush-marked','1'),(3500,252,'smush-info','This image is marked as already compressed by another tool.'),(3501,270,'smush-complete','1'),(3502,270,'smush-marked','1'),(3503,270,'smush-info','This image is marked as already compressed by another tool.'),(3504,403,'smush-complete','1'),(3505,403,'smush-marked','1'),(3506,403,'smush-info','This image is marked as already compressed by another tool.'),(3507,405,'smush-complete','1'),(3508,405,'smush-marked','1'),(3509,405,'smush-info','This image is marked as already compressed by another tool.'),(3510,407,'smush-complete','1'),(3511,407,'smush-marked','1'),(3512,407,'smush-info','This image is marked as already compressed by another tool.'),(3513,428,'smush-complete','1'),(3514,428,'smush-marked','1'),(3515,428,'smush-info','This image is marked as already compressed by another tool.'),(3516,429,'smush-complete','1'),(3517,429,'smush-marked','1'),(3518,429,'smush-info','This image is marked as already compressed by another tool.'),(3519,431,'smush-complete','1'),(3520,431,'smush-marked','1'),(3521,431,'smush-info','This image is marked as already compressed by another tool.'),(3522,449,'smush-complete','1'),(3523,449,'smush-marked','1'),(3524,449,'smush-info','This image is marked as already compressed by another tool.'),(3525,451,'smush-complete','1'),(3526,451,'smush-marked','1'),(3527,451,'smush-info','This image is marked as already compressed by another tool.'),(3528,453,'smush-complete','1'),(3529,453,'smush-marked','1'),(3530,453,'smush-info','This image is marked as already compressed by another tool.'),(3531,455,'smush-complete','1'),(3532,455,'smush-marked','1'),(3533,455,'smush-info','This image is marked as already compressed by another tool.'),(3534,457,'smush-complete','1'),(3535,457,'smush-marked','1'),(3536,457,'smush-info','This image is marked as already compressed by another tool.'),(3537,459,'smush-complete','1'),(3538,459,'smush-marked','1'),(3539,459,'smush-info','This image is marked as already compressed by another tool.'),(3540,461,'smush-complete','1'),(3541,461,'smush-marked','1'),(3542,461,'smush-info','This image is marked as already compressed by another tool.'),(3543,503,'smush-complete','1'),(3544,503,'smush-marked','1'),(3545,503,'smush-info','This image is marked as already compressed by another tool.'),(3546,504,'smush-complete','1'),(3547,504,'smush-marked','1'),(3548,504,'smush-info','This image is marked as already compressed by another tool.'),(3549,505,'smush-complete','1'),(3550,505,'smush-marked','1'),(3551,505,'smush-info','This image is marked as already compressed by another tool.'),(3552,506,'smush-complete','1'),(3553,506,'smush-marked','1'),(3554,506,'smush-info','This image is marked as already compressed by another tool.'),(3555,507,'smush-complete','1'),(3556,507,'smush-marked','1'),(3557,507,'smush-info','This image is marked as already compressed by another tool.'),(3558,511,'smush-complete','1'),(3559,511,'smush-marked','1'),(3560,511,'smush-info','This image is marked as already compressed by another tool.'),(3561,516,'smush-complete','1'),(3562,516,'smush-marked','1'),(3563,516,'smush-info','This image is marked as already compressed by another tool.'),(3564,518,'smush-complete','1'),(3565,518,'smush-marked','1'),(3566,518,'smush-info','This image is marked as already compressed by another tool.'),(3567,519,'smush-complete','1'),(3568,519,'smush-marked','1'),(3569,519,'smush-info','This image is marked as already compressed by another tool.'),(3570,520,'smush-complete','1'),(3571,520,'smush-marked','1'),(3572,520,'smush-info','This image is marked as already compressed by another tool.'),(3573,521,'smush-complete','1'),(3574,521,'smush-marked','1'),(3575,521,'smush-info','This image is marked as already compressed by another tool.'),(3576,525,'smush-complete','1'),(3577,525,'smush-marked','1'),(3578,525,'smush-info','This image is marked as already compressed by another tool.'),(3579,526,'smush-complete','1'),(3580,526,'smush-marked','1'),(3581,526,'smush-info','This image is marked as already compressed by another tool.'),(3582,527,'smush-complete','1'),(3583,527,'smush-marked','1'),(3584,527,'smush-info','This image is marked as already compressed by another tool.'),(3585,528,'smush-complete','1'),(3586,528,'smush-marked','1'),(3587,528,'smush-info','This image is marked as already compressed by another tool.'),(3588,530,'smush-complete','1'),(3589,530,'smush-marked','1'),(3590,530,'smush-info','This image is marked as already compressed by another tool.'),(3591,531,'smush-complete','1'),(3592,531,'smush-marked','1'),(3593,531,'smush-info','This image is marked as already compressed by another tool.'),(3594,537,'smush-complete','1'),(3595,537,'smush-marked','1'),(3596,537,'smush-info','This image is marked as already compressed by another tool.'),(3597,538,'smush-complete','1'),(3598,538,'smush-marked','1'),(3599,538,'smush-info','This image is marked as already compressed by another tool.'),(3600,539,'smush-complete','1'),(3601,539,'smush-marked','1'),(3602,539,'smush-info','This image is marked as already compressed by another tool.'),(3603,541,'smush-complete','1'),(3604,541,'smush-marked','1'),(3605,541,'smush-info','This image is marked as already compressed by another tool.'),(3606,542,'smush-complete','1'),(3607,542,'smush-marked','1'),(3608,542,'smush-info','This image is marked as already compressed by another tool.'),(3609,543,'smush-complete','1'),(3610,543,'smush-marked','1'),(3611,543,'smush-info','This image is marked as already compressed by another tool.'),(3612,546,'smush-complete','1'),(3613,546,'smush-marked','1'),(3614,546,'smush-info','This image is marked as already compressed by another tool.'),(3615,547,'smush-complete','1'),(3616,547,'smush-marked','1'),(3617,547,'smush-info','This image is marked as already compressed by another tool.'),(3618,550,'smush-complete','1'),(3619,550,'smush-marked','1'),(3620,550,'smush-info','This image is marked as already compressed by another tool.'),(3621,551,'smush-complete','1'),(3622,551,'smush-marked','1'),(3623,551,'smush-info','This image is marked as already compressed by another tool.'),(3624,552,'smush-complete','1'),(3625,552,'smush-marked','1'),(3626,552,'smush-info','This image is marked as already compressed by another tool.'),(3627,553,'smush-complete','1'),(3628,553,'smush-marked','1'),(3629,553,'smush-info','This image is marked as already compressed by another tool.'),(3630,554,'smush-complete','1'),(3631,554,'smush-marked','1'),(3632,554,'smush-info','This image is marked as already compressed by another tool.'),(3633,555,'smush-complete','1'),(3634,555,'smush-marked','1'),(3635,555,'smush-info','This image is marked as already compressed by another tool.'),(3636,556,'smush-complete','1'),(3637,556,'smush-marked','1'),(3638,556,'smush-info','This image is marked as already compressed by another tool.'),(3639,570,'smush-complete','1'),(3640,570,'smush-marked','1'),(3641,570,'smush-info','This image is marked as already compressed by another tool.'),(3644,68,'_yoast_wpseo_estimated-reading-time-minutes','0'),(3645,68,'_yoast_wpseo_wordproof_timestamp',''),(3647,71,'_wp_old_date','2023-07-11'),(3648,74,'_wp_old_date','2023-07-11'),(3658,75,'_wp_old_date','2023-07-11'),(3659,210,'_wp_old_date','2023-07-11'),(3660,209,'_wp_old_date','2023-07-11'),(3661,408,'_wp_old_date','2023-07-11'),(3662,73,'_wp_old_date','2023-07-11'),(3715,616,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(3716,616,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(3717,616,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(3718,616,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(3719,616,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(3720,616,'_branch_evaluation_system_content','field_64abfcca4abcd'),(3721,616,'branch_evaluation_system_image','613'),(3722,616,'_branch_evaluation_system_image','field_64abfce74abce'),(3723,616,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(3724,616,'_advance_auditing_tool_content','field_64abfd054abcf'),(3725,616,'advance_auditing_tool_image','614'),(3726,616,'_advance_auditing_tool_image','field_64abfd104abd0'),(3727,616,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(3728,616,'_manager_accountability_content','field_64abfd2f4abd1'),(3729,616,'manager_accountability_image','615'),(3730,616,'_manager_accountability_image','field_64abfda54abd2'),(3731,616,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(3732,616,'_benefits_content','field_64abfdbe4abd3'),(3733,616,'benefits_image','238'),(3734,616,'_benefits_image','field_64abfdcf4abd4'),(3735,616,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(3736,616,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(3737,616,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(3738,616,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(3739,616,'unlock_compliance_excellence_image','428'),(3740,616,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(3741,616,'banner_image','570'),(3742,616,'_banner_image','field_64ac0c04f51d8'),(3743,616,'heading','Internal Audit & Compliance Management System'),(3744,616,'_heading','field_64ac0c1bf51d9'),(3745,616,'option_1_title','Physical Cash Verification'),(3746,616,'_option_1_title','field_64af8c8909092'),(3747,616,'option_1_icon','503'),(3748,616,'_option_1_icon','field_64af8cd609093'),(3749,616,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(3750,616,'_option_1_content','field_64af8d0609094'),(3751,616,'option_2_title','Asset Tracking'),(3752,616,'_option_2_title','field_64af8d1a09095'),(3753,616,'option_2_icon','504'),(3754,616,'_option_2_icon','field_64af8d2709096'),(3755,616,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(3756,616,'_option_2_content','field_64af8d4b09097'),(3757,616,'option_3_title',' Process Compliance'),(3758,616,'_option_3_title','field_64af8d8109098'),(3759,616,'option_3_icon','505'),(3760,616,'_option_3_icon','field_64af8d9209099'),(3761,616,'option_3_content',''),(3762,616,'_option_3_content','field_64af8d9f0909a'),(3763,616,'option_3_sub_title_1','Sampling Survey'),(3764,616,'_option_3_sub_title_1','field_64af8e16090a1'),(3765,616,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(3766,616,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(3767,616,'option_3_sub_title_2','Non Sampling Survey'),(3768,616,'_option_3_sub_title_2','field_64af8e48090a3'),(3769,616,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(3770,616,'_option_3_sub_content_details_2','field_64af8e56090a4'),(3771,616,'option_4_title','Audit Score Sheet'),(3772,616,'_option_4_title','field_64af8dbc0909b'),(3773,616,'option_4_icon','506'),(3774,616,'_option_4_icon','field_64af8dc90909c'),(3775,616,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(3776,616,'_option_4_content','field_64af8dd40909d'),(3777,616,'option_5_title',' Detailed Reports'),(3778,616,'_option_5_title','field_64af8de70909e'),(3779,616,'option_5_icon','507'),(3780,616,'_option_5_icon','field_64af8df30909f'),(3781,616,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(3782,616,'_option_5_content','field_64af8dfa090a0'),(3783,619,'_menu_item_type','post_type'),(3784,619,'_menu_item_menu_item_parent','0'),(3785,619,'_menu_item_object_id','465'),(3786,619,'_menu_item_object','page'),(3787,619,'_menu_item_target',''),(3788,619,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3789,619,'_menu_item_xfn',''),(3790,619,'_menu_item_url',''),(3793,105,'_wp_old_date','2023-07-11'),(3794,409,'_wp_old_date','2023-07-11'),(3795,107,'_wp_old_date','2023-07-11'),(3797,639,'banner_main_heading','Empowering Financial Institutions with tools that help solve real problems'),(3798,639,'_banner_main_heading','field_64ae4156c2d7f'),(3799,639,'banner_sub_heading','Solving Key Pain Points of Financial Institutions in Sales, Collection, Expense Management, Audit, Risk, Compliance and much more ...'),(3800,639,'_banner_sub_heading','field_64ae419ac2d80'),(3801,639,'specialized_tools_for_specific_problems_title','Specialized tools for specific problems'),(3802,639,'_specialized_tools_for_specific_problems_title','field_64ae41b1c2d81'),(3803,639,'specialized_tools_for_specific_problems_image','511'),(3804,639,'_specialized_tools_for_specific_problems_image','field_64ae41b9c2d82'),(3805,639,'specialized_tools_for_specific_problems_content','Our product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, each product has been meticulously developed to address key operational pain points and challenges. Our Enterprise Risk Management, Audit & Compliance Management Tools, Expense Management Tool, and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.'),(3806,639,'_specialized_tools_for_specific_problems_content','field_64ae41d1c2d83'),(3807,639,'specialized_tools_for_specific_problems_button_text','Book a Demo'),(3808,639,'_specialized_tools_for_specific_problems_button_text','field_64ae41e9c2d84'),(3809,639,'about_arukus_image','516'),(3810,639,'_about_arukus_image','field_64ae4235c2d85'),(3811,639,'about_arukus_content','Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\nAt Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients.<br /><br />\r\n                        \r\nOur mission is to enable MFIs and NBFCs to optimize their processes, streamline operations, and drive sustainable growth. We believe that by harnessing the power of digital technology, institutions can enhance their efficiency, improve risk management, and better serve their customers.'),(3812,639,'_about_arukus_content','field_64ae425bc2d86'),(3912,643,'banner_image','570'),(3913,643,'_banner_image','field_64a41e781a69b'),(3914,643,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(3915,643,'_banner_sub_heading','field_64a41ebe1a69c'),(3916,643,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(3917,643,'_los_flow_short_description','field_64a41f341a69d'),(3918,643,'los_flow_right_side_image','526'),(3919,643,'_los_flow_right_side_image','field_64a41f5d1a69e'),(3920,643,'los_admin_panel_content','<p>Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System</p>\r\n                            <p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(3921,643,'_los_admin_panel_content','field_64a4201e1a69f'),(3922,643,'los_admin_panel_image','528'),(3923,643,'_los_admin_panel_image','field_64a4203c1a6a0'),(3924,643,'central_checking_applications_image','531'),(3925,643,'_central_checking_applications_image','field_64a4204e1a6a1'),(3926,643,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(3927,643,'_central_checking_applications_content','field_64a420681a6a2'),(3928,643,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(3929,643,'_document_management_content','field_64a420b11a6a3'),(3930,643,'document_management_image','530'),(3931,643,'_document_management_image','field_64a420c41a6a4'),(3932,643,'los_page_main_content','Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem voluptas consequuntur ut debitis, repellendus ad ducimus a animi at dicta quia unde accusantium blanditiis magnam est. Alias esse fugit doloremque dolorum ea veniam quibusdam porro corrupti? Itaque labore cupiditate cumque quaerat commodi, reiciendis ratione inventore. Quo, et? Reiciendis, porro assumenda.'),(3933,643,'_los_page_main_content','field_64a426515ef63'),(3934,643,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFs) and Non-Banking Financial Companies (NBFCs).'),(3935,643,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(3936,643,'structured_workflow_driven_process_image','527'),(3937,643,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(3939,645,'banner_image','570'),(3940,645,'_banner_image','field_64a41e781a69b'),(3941,645,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(3942,645,'_banner_sub_heading','field_64a41ebe1a69c'),(3943,645,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(3944,645,'_los_flow_short_description','field_64a41f341a69d'),(3945,645,'los_flow_right_side_image','526'),(3946,645,'_los_flow_right_side_image','field_64a41f5d1a69e'),(3947,645,'los_admin_panel_content','<p>Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System</p>\r\n                            <p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(3948,645,'_los_admin_panel_content','field_64a4201e1a69f'),(3949,645,'los_admin_panel_image','528'),(3950,645,'_los_admin_panel_image','field_64a4203c1a6a0'),(3951,645,'central_checking_applications_image','531'),(3952,645,'_central_checking_applications_image','field_64a4204e1a6a1'),(3953,645,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(3954,645,'_central_checking_applications_content','field_64a420681a6a2'),(3955,645,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(3956,645,'_document_management_content','field_64a420b11a6a3'),(3957,645,'document_management_image','530'),(3958,645,'_document_management_image','field_64a420c41a6a4'),(3959,645,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(3960,645,'_los_page_main_content','field_64a426515ef63'),(3961,645,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFs) and Non-Banking Financial Companies (NBFCs).'),(3962,645,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(3963,645,'structured_workflow_driven_process_image','527'),(3964,645,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(3965,646,'banner_image','570'),(3966,646,'_banner_image','field_64a41e781a69b'),(3967,646,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(3968,646,'_banner_sub_heading','field_64a41ebe1a69c'),(3969,646,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(3970,646,'_los_flow_short_description','field_64a41f341a69d'),(3971,646,'los_flow_right_side_image','526'),(3972,646,'_los_flow_right_side_image','field_64a41f5d1a69e'),(3973,646,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(3974,646,'_los_admin_panel_content','field_64a4201e1a69f'),(3975,646,'los_admin_panel_image','528'),(3976,646,'_los_admin_panel_image','field_64a4203c1a6a0'),(3977,646,'central_checking_applications_image','531'),(3978,646,'_central_checking_applications_image','field_64a4204e1a6a1'),(3979,646,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(3980,646,'_central_checking_applications_content','field_64a420681a6a2'),(3981,646,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval sing Elastic Search technology</li>  \r\n                            </ul>'),(3982,646,'_document_management_content','field_64a420b11a6a3'),(3983,646,'document_management_image','530'),(3984,646,'_document_management_image','field_64a420c41a6a4'),(3985,646,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(3986,646,'_los_page_main_content','field_64a426515ef63'),(3987,646,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFs) and Non-Banking Financial Companies (NBFCs).'),(3988,646,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(3989,646,'structured_workflow_driven_process_image','527'),(3990,646,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(3991,647,'banner_image','570'),(3992,647,'_banner_image','field_64a41e781a69b'),(3993,647,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(3994,647,'_banner_sub_heading','field_64a41ebe1a69c'),(3995,647,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(3996,647,'_los_flow_short_description','field_64a41f341a69d'),(3997,647,'los_flow_right_side_image','526'),(3998,647,'_los_flow_right_side_image','field_64a41f5d1a69e'),(3999,647,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(4000,647,'_los_admin_panel_content','field_64a4201e1a69f'),(4001,647,'los_admin_panel_image','528'),(4002,647,'_los_admin_panel_image','field_64a4203c1a6a0'),(4003,647,'central_checking_applications_image','531'),(4004,647,'_central_checking_applications_image','field_64a4204e1a6a1'),(4005,647,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(4006,647,'_central_checking_applications_content','field_64a420681a6a2'),(4007,647,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(4008,647,'_document_management_content','field_64a420b11a6a3'),(4009,647,'document_management_image','530'),(4010,647,'_document_management_image','field_64a420c41a6a4'),(4011,647,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(4012,647,'_los_page_main_content','field_64a426515ef63'),(4013,647,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(4014,647,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(4015,647,'structured_workflow_driven_process_image','527'),(4016,647,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(4017,648,'banner_image','570'),(4018,648,'_banner_image','field_64a52c0e48256'),(4019,648,'banner_sub_heading','Revolutionize Debt Recovery with Arukus CMS'),(4020,648,'_banner_sub_heading','field_64a52c3f48257'),(4021,648,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(4022,648,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(4023,648,'streamline_your_collections_process_image','538'),(4024,648,'_streamline_your_collections_process_image','field_64a52c7c48259'),(4025,648,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(4026,648,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(4027,648,'efficiently_manage_collections_image','539'),(4028,648,'_efficiently_manage_collections_image','field_64a52cf24825b'),(4029,649,'banner_image','570'),(4030,649,'_banner_image','field_64a7a519c4513'),(4031,649,'banner_heading','Control Costs and Streamline Efficiency'),(4032,649,'_banner_heading','field_64a7a544c4514'),(4033,649,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(4034,649,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(4035,649,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(4036,649,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(4037,649,'save_time_and_money_with_better_risk_management_image','541'),(4038,649,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(4039,649,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(4040,649,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(4041,649,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(4042,649,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(4043,649,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(4044,649,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(4045,649,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(4046,649,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(4047,649,'moving_from_higher_risk_to_lower_risk_image','542'),(4048,649,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(4049,649,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(4050,649,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(4051,649,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(4052,649,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(4053,649,'risk_score_grid_by_unit_&_department_main_title','Risk Score Grid by Unit & Department'),(4054,649,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(4055,649,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(4056,649,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(4057,649,'risk_score_grid_by_unit_&_department_image','543'),(4058,649,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(4059,652,'_edit_last','1'),(4060,652,'_edit_lock','1689328976:1'),(4061,64,'policy_based_sub_heading','Unlock Limitless Flexibility: Configuring Policies to suit  your Business Needs'),(4062,64,'_policy_based_sub_heading','field_64b101c191714'),(4063,656,'policy_based_sub_heading',' Configurable Features and Advanced Integration Capabilities with 3rd Party Systems'),(4064,656,'_policy_based_sub_heading','field_64b101c191714'),(4065,64,'policy_based_description','Arukus configuration settings pave the way for companies to effortlessly align with their own policies and adapt to future policy changes. With Arukus, organizations gain the power to mold the software product according to their unique requirements, ensuring that it seamlessly reflects their existing policies.'),(4066,64,'_policy_based_description','field_64b103abfea6e'),(4067,659,'policy_based_sub_heading',' Configurable Features and Advanced Integration Capabilities with 3rd Party Systems'),(4068,659,'_policy_based_sub_heading','field_64b101c191714'),(4069,659,'policy_based_description','Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance.'),(4070,659,'_policy_based_description','field_64b103abfea6e'),(4073,664,'_edit_lock','1689324516:1'),(4074,665,'_wp_attached_file','2023/07/audit2.svg'),(4075,665,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:149168;}'),(4076,666,'_wp_attached_file','2023/07/audit3.svg'),(4077,666,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:147901;}'),(4080,668,'_wp_attached_file','2023/07/audit1.svg'),(4081,668,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:148709;}'),(4082,669,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(4083,669,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(4084,669,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(4085,669,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(4086,669,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(4087,669,'_branch_evaluation_system_content','field_64abfcca4abcd'),(4088,669,'branch_evaluation_system_image','668'),(4089,669,'_branch_evaluation_system_image','field_64abfce74abce'),(4090,669,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(4091,669,'_advance_auditing_tool_content','field_64abfd054abcf'),(4092,669,'advance_auditing_tool_image','665'),(4093,669,'_advance_auditing_tool_image','field_64abfd104abd0'),(4094,669,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(4095,669,'_manager_accountability_content','field_64abfd2f4abd1'),(4096,669,'manager_accountability_image','666'),(4097,669,'_manager_accountability_image','field_64abfda54abd2'),(4098,669,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(4099,669,'_benefits_content','field_64abfdbe4abd3'),(4100,669,'benefits_image','238'),(4101,669,'_benefits_image','field_64abfdcf4abd4'),(4102,669,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(4103,669,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(4104,669,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(4105,669,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(4106,669,'unlock_compliance_excellence_image','428'),(4107,669,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(4108,669,'banner_image','570'),(4109,669,'_banner_image','field_64ac0c04f51d8'),(4110,669,'heading','Internal Audit & Compliance Management System'),(4111,669,'_heading','field_64ac0c1bf51d9'),(4112,669,'option_1_title','Physical Cash Verification'),(4113,669,'_option_1_title','field_64af8c8909092'),(4114,669,'option_1_icon','503'),(4115,669,'_option_1_icon','field_64af8cd609093'),(4116,669,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(4117,669,'_option_1_content','field_64af8d0609094'),(4118,669,'option_2_title','Asset Tracking'),(4119,669,'_option_2_title','field_64af8d1a09095'),(4120,669,'option_2_icon','504'),(4121,669,'_option_2_icon','field_64af8d2709096'),(4122,669,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(4123,669,'_option_2_content','field_64af8d4b09097'),(4124,669,'option_3_title',' Process Compliance'),(4125,669,'_option_3_title','field_64af8d8109098'),(4126,669,'option_3_icon','505'),(4127,669,'_option_3_icon','field_64af8d9209099'),(4128,669,'option_3_content',''),(4129,669,'_option_3_content','field_64af8d9f0909a'),(4130,669,'option_3_sub_title_1','Sampling Survey'),(4131,669,'_option_3_sub_title_1','field_64af8e16090a1'),(4132,669,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(4133,669,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(4134,669,'option_3_sub_title_2','Non Sampling Survey'),(4135,669,'_option_3_sub_title_2','field_64af8e48090a3'),(4136,669,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(4137,669,'_option_3_sub_content_details_2','field_64af8e56090a4'),(4138,669,'option_4_title','Audit Score Sheet'),(4139,669,'_option_4_title','field_64af8dbc0909b'),(4140,669,'option_4_icon','506'),(4141,669,'_option_4_icon','field_64af8dc90909c'),(4142,669,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(4143,669,'_option_4_content','field_64af8dd40909d'),(4144,669,'option_5_title',' Detailed Reports'),(4145,669,'_option_5_title','field_64af8de70909e'),(4146,669,'option_5_icon','507'),(4147,669,'_option_5_icon','field_64af8df30909f'),(4148,669,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(4149,669,'_option_5_content','field_64af8dfa090a0'),(4150,670,'_edit_lock','1689327753:1'),(4151,671,'_edit_lock','1689328073:1'),(4152,672,'_wp_attached_file','2023/07/vaudit4.png'),(4153,672,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:801;s:4:\"file\";s:19:\"2023/07/vaudit4.png\";s:8:\"filesize\";i:56889;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"vaudit4-300x267.png\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"vaudit4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5983;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"vaudit4-768x684.png\";s:5:\"width\";i:768;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27431;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4156,674,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(4157,674,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(4158,674,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(4159,674,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(4160,674,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(4161,674,'_branch_evaluation_system_content','field_64abfcca4abcd'),(4162,674,'branch_evaluation_system_image','668'),(4163,674,'_branch_evaluation_system_image','field_64abfce74abce'),(4164,674,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(4165,674,'_advance_auditing_tool_content','field_64abfd054abcf'),(4166,674,'advance_auditing_tool_image','665'),(4167,674,'_advance_auditing_tool_image','field_64abfd104abd0'),(4168,674,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(4169,674,'_manager_accountability_content','field_64abfd2f4abd1'),(4170,674,'manager_accountability_image','666'),(4171,674,'_manager_accountability_image','field_64abfda54abd2'),(4172,674,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(4173,674,'_benefits_content','field_64abfdbe4abd3'),(4174,674,'benefits_image','672'),(4175,674,'_benefits_image','field_64abfdcf4abd4'),(4176,674,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(4177,674,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(4178,674,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(4179,674,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(4180,674,'unlock_compliance_excellence_image','428'),(4181,674,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(4182,674,'banner_image','570'),(4183,674,'_banner_image','field_64ac0c04f51d8'),(4184,674,'heading','Internal Audit & Compliance Management System'),(4185,674,'_heading','field_64ac0c1bf51d9'),(4186,674,'option_1_title','Physical Cash Verification'),(4187,674,'_option_1_title','field_64af8c8909092'),(4188,674,'option_1_icon','503'),(4189,674,'_option_1_icon','field_64af8cd609093'),(4190,674,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(4191,674,'_option_1_content','field_64af8d0609094'),(4192,674,'option_2_title','Asset Tracking'),(4193,674,'_option_2_title','field_64af8d1a09095'),(4194,674,'option_2_icon','504'),(4195,674,'_option_2_icon','field_64af8d2709096'),(4196,674,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(4197,674,'_option_2_content','field_64af8d4b09097'),(4198,674,'option_3_title',' Process Compliance'),(4199,674,'_option_3_title','field_64af8d8109098'),(4200,674,'option_3_icon','505'),(4201,674,'_option_3_icon','field_64af8d9209099'),(4202,674,'option_3_content',''),(4203,674,'_option_3_content','field_64af8d9f0909a'),(4204,674,'option_3_sub_title_1','Sampling Survey'),(4205,674,'_option_3_sub_title_1','field_64af8e16090a1'),(4206,674,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(4207,674,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(4208,674,'option_3_sub_title_2','Non Sampling Survey'),(4209,674,'_option_3_sub_title_2','field_64af8e48090a3'),(4210,674,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(4211,674,'_option_3_sub_content_details_2','field_64af8e56090a4'),(4212,674,'option_4_title','Audit Score Sheet'),(4213,674,'_option_4_title','field_64af8dbc0909b'),(4214,674,'option_4_icon','506'),(4215,674,'_option_4_icon','field_64af8dc90909c'),(4216,674,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(4217,674,'_option_4_content','field_64af8dd40909d'),(4218,674,'option_5_title',' Detailed Reports'),(4219,674,'_option_5_title','field_64af8de70909e'),(4220,674,'option_5_icon','507'),(4221,674,'_option_5_icon','field_64af8df30909f'),(4222,674,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(4223,674,'_option_5_content','field_64af8dfa090a0'),(4224,675,'_wp_attached_file','2023/07/Arukus-Product-Profile-1.pdf'),(4225,675,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:35690530;}'),(4226,676,'banner_image','570'),(4227,676,'_banner_image','field_649d7a54f5560'),(4228,676,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(4229,676,'_banner_first_content','field_649d7a44f555f'),(4230,676,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(4231,676,'_banner_second_content','field_649d77fe773bf'),(4232,676,'request_a_demo_text','Request A Demo'),(4233,676,'_request_a_demo_text','field_649d782e773c0'),(4234,676,'download_brochure_link','675'),(4235,676,'_download_brochure_link','field_649d785c773c1'),(4236,676,'arukus_with_all_products_image','511'),(4237,676,'_arukus_with_all_products_image','field_649d787e773c2'),(4238,676,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(4239,676,'_solution_for_every_problem_content','field_649d78a1773c3'),(4240,676,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(4241,676,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(4242,676,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(4243,676,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(4244,676,'configurable_&_connected_platform_first_image','512'),(4245,676,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(4246,676,'configurable_&_connected_platform_second_image','513'),(4247,676,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(4248,676,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(4249,676,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(4250,676,'configurable_&_connected_platform_third_image','514'),(4251,676,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(4252,676,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(4253,676,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(4254,676,'about_us_section_image','516'),(4255,676,'_about_us_section_image','field_649d79db0798d'),(4256,676,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(4257,676,'_about_us_section_content','field_649d79fb0798e'),(4258,676,'solution_for_every_problem_title','Solution for Every Problem'),(4259,676,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(4260,676,'about_us_section_title','About Us'),(4261,676,'_about_us_section_title','field_649e95d349031'),(4262,676,'our_products_title','Our Products'),(4263,676,'_our_products_title','field_649ea81f66f02'),(4264,677,'_wp_attached_file','2023/07/hero-bg.jpg'),(4265,677,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2023/07/hero-bg.jpg\";s:8:\"filesize\";i:140146;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"hero-bg-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9735;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"hero-bg-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67404;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"hero-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4529;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"hero-bg-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42070;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"hero-bg-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127679;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"hero-bg-1568x1045.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:1045;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132594;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4266,678,'banner_image','677'),(4267,678,'_banner_image','field_649d7a54f5560'),(4268,678,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(4269,678,'_banner_first_content','field_649d7a44f555f'),(4270,678,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(4271,678,'_banner_second_content','field_649d77fe773bf'),(4272,678,'request_a_demo_text','Request A Demo'),(4273,678,'_request_a_demo_text','field_649d782e773c0'),(4274,678,'download_brochure_link','675'),(4275,678,'_download_brochure_link','field_649d785c773c1'),(4276,678,'arukus_with_all_products_image','511'),(4277,678,'_arukus_with_all_products_image','field_649d787e773c2'),(4278,678,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(4279,678,'_solution_for_every_problem_content','field_649d78a1773c3'),(4280,678,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(4281,678,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(4282,678,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(4283,678,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(4284,678,'configurable_&_connected_platform_first_image','512'),(4285,678,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(4286,678,'configurable_&_connected_platform_second_image','513'),(4287,678,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(4288,678,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(4289,678,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(4290,678,'configurable_&_connected_platform_third_image','514'),(4291,678,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(4292,678,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(4293,678,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(4294,678,'about_us_section_image','516'),(4295,678,'_about_us_section_image','field_649d79db0798d'),(4296,678,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(4297,678,'_about_us_section_content','field_649d79fb0798e'),(4298,678,'solution_for_every_problem_title','Solution for Every Problem'),(4299,678,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(4300,678,'about_us_section_title','About Us'),(4301,678,'_about_us_section_title','field_649e95d349031'),(4302,678,'our_products_title','Our Products'),(4303,678,'_our_products_title','field_649ea81f66f02'),(4304,679,'banner_image','570'),(4305,679,'_banner_image','field_649d7a54f5560'),(4306,679,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(4307,679,'_banner_first_content','field_649d7a44f555f'),(4308,679,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(4309,679,'_banner_second_content','field_649d77fe773bf'),(4310,679,'request_a_demo_text','Request A Demo'),(4311,679,'_request_a_demo_text','field_649d782e773c0'),(4312,679,'download_brochure_link','675'),(4313,679,'_download_brochure_link','field_649d785c773c1'),(4314,679,'arukus_with_all_products_image','511'),(4315,679,'_arukus_with_all_products_image','field_649d787e773c2'),(4316,679,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(4317,679,'_solution_for_every_problem_content','field_649d78a1773c3'),(4318,679,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(4319,679,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(4320,679,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(4321,679,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(4322,679,'configurable_&_connected_platform_first_image','512'),(4323,679,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(4324,679,'configurable_&_connected_platform_second_image','513'),(4325,679,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(4326,679,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(4327,679,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(4328,679,'configurable_&_connected_platform_third_image','514'),(4329,679,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(4330,679,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(4331,679,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(4332,679,'about_us_section_image','516'),(4333,679,'_about_us_section_image','field_649d79db0798d'),(4334,679,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(4335,679,'_about_us_section_content','field_649d79fb0798e'),(4336,679,'solution_for_every_problem_title','Solution for Every Problem'),(4337,679,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(4338,679,'about_us_section_title','About Us'),(4339,679,'_about_us_section_title','field_649e95d349031'),(4340,679,'our_products_title','Our Products'),(4341,679,'_our_products_title','field_649ea81f66f02'),(4342,680,'_wp_attached_file','2023/07/hero_bg.jpg'),(4343,680,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:712;s:4:\"file\";s:19:\"2023/07/hero_bg.jpg\";s:8:\"filesize\";i:139292;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"hero_bg-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6473;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"hero_bg-1024x380.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"hero_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4144;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"hero_bg-768x285.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27157;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"hero_bg-1536x570.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100509;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"hero_bg-1568x581.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104921;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4344,681,'banner_image','680'),(4345,681,'_banner_image','field_649d7a54f5560'),(4346,681,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(4347,681,'_banner_first_content','field_649d7a44f555f'),(4348,681,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(4349,681,'_banner_second_content','field_649d77fe773bf'),(4350,681,'request_a_demo_text','Request A Demo'),(4351,681,'_request_a_demo_text','field_649d782e773c0'),(4352,681,'download_brochure_link','675'),(4353,681,'_download_brochure_link','field_649d785c773c1'),(4354,681,'arukus_with_all_products_image','511'),(4355,681,'_arukus_with_all_products_image','field_649d787e773c2'),(4356,681,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(4357,681,'_solution_for_every_problem_content','field_649d78a1773c3'),(4358,681,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(4359,681,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(4360,681,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(4361,681,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(4362,681,'configurable_&_connected_platform_first_image','512'),(4363,681,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(4364,681,'configurable_&_connected_platform_second_image','513'),(4365,681,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(4366,681,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(4367,681,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(4368,681,'configurable_&_connected_platform_third_image','514'),(4369,681,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(4370,681,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(4371,681,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(4372,681,'about_us_section_image','516'),(4373,681,'_about_us_section_image','field_649d79db0798d'),(4374,681,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(4375,681,'_about_us_section_content','field_649d79fb0798e'),(4376,681,'solution_for_every_problem_title','Solution for Every Problem'),(4377,681,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(4378,681,'about_us_section_title','About Us'),(4379,681,'_about_us_section_title','field_649e95d349031'),(4380,681,'our_products_title','Our Products'),(4381,681,'_our_products_title','field_649ea81f66f02'),(4382,682,'_edit_lock','1689329372:1'),(4383,683,'_edit_lock','1689329523:1'),(4391,688,'_wp_attached_file','2023/07/fraud-4.png'),(4392,688,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1333;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2023/07/fraud-4.png\";s:8:\"filesize\";i:40293;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"fraud-4-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8287;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"fraud-4-1024x615.png\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32524;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"fraud-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4001;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"fraud-4-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4395,693,'_wp_attached_file','2023/07/fraud-1.png'),(4396,693,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1149;s:6:\"height\";i:721;s:4:\"file\";s:19:\"2023/07/fraud-1.png\";s:8:\"filesize\";i:14579;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"fraud-1-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4311;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"fraud-1-1024x643.png\";s:5:\"width\";i:1024;s:6:\"height\";i:643;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14054;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"fraud-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1961;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"fraud-1-768x482.png\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10229;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4397,694,'_wp_attached_file','2023/07/fraud-2.png'),(4398,694,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:743;s:6:\"height\";i:886;s:4:\"file\";s:19:\"2023/07/fraud-2.png\";s:8:\"filesize\";i:19557;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"fraud-2-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"fraud-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3406;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4399,695,'_wp_attached_file','2023/07/fraud-3.png'),(4400,695,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:776;s:6:\"height\";i:886;s:4:\"file\";s:19:\"2023/07/fraud-3.png\";s:8:\"filesize\";i:14139;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"fraud-3-263x300.png\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5884;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"fraud-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2922;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"fraud-3-768x877.png\";s:5:\"width\";i:768;s:6:\"height\";i:877;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19335;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4401,439,'_thumbnail_id','693'),(4402,696,'_wp_attached_file','2023/07/hero_bg2.jpg.png'),(4403,696,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:801;s:4:\"file\";s:24:\"2023/07/hero_bg2.jpg.png\";s:8:\"filesize\";i:459592;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:{}}}'),(4404,697,'banner_image','696'),(4405,697,'_banner_image','field_649d7a54f5560'),(4406,697,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(4407,697,'_banner_first_content','field_649d7a44f555f'),(4408,697,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(4409,697,'_banner_second_content','field_649d77fe773bf'),(4410,697,'request_a_demo_text','Request A Demo'),(4411,697,'_request_a_demo_text','field_649d782e773c0'),(4412,697,'download_brochure_link','675'),(4413,697,'_download_brochure_link','field_649d785c773c1'),(4414,697,'arukus_with_all_products_image','511'),(4415,697,'_arukus_with_all_products_image','field_649d787e773c2'),(4416,697,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(4417,697,'_solution_for_every_problem_content','field_649d78a1773c3'),(4418,697,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(4419,697,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(4420,697,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(4421,697,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(4422,697,'configurable_&_connected_platform_first_image','512'),(4423,697,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(4424,697,'configurable_&_connected_platform_second_image','513'),(4425,697,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(4426,697,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(4427,697,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(4428,697,'configurable_&_connected_platform_third_image','514'),(4429,697,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(4430,697,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(4431,697,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(4432,697,'about_us_section_image','516'),(4433,697,'_about_us_section_image','field_649d79db0798d'),(4434,697,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(4435,697,'_about_us_section_content','field_649d79fb0798e'),(4436,697,'solution_for_every_problem_title','Solution for Every Problem'),(4437,697,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(4438,697,'about_us_section_title','About Us'),(4439,697,'_about_us_section_title','field_649e95d349031'),(4440,697,'our_products_title','Our Products'),(4441,697,'_our_products_title','field_649ea81f66f02'),(4442,698,'banner_image','680'),(4443,698,'_banner_image','field_649d7a54f5560'),(4444,698,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(4445,698,'_banner_first_content','field_649d7a44f555f'),(4446,698,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(4447,698,'_banner_second_content','field_649d77fe773bf'),(4448,698,'request_a_demo_text','Request A Demo'),(4449,698,'_request_a_demo_text','field_649d782e773c0'),(4450,698,'download_brochure_link','675'),(4451,698,'_download_brochure_link','field_649d785c773c1'),(4452,698,'arukus_with_all_products_image','511'),(4453,698,'_arukus_with_all_products_image','field_649d787e773c2'),(4454,698,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(4455,698,'_solution_for_every_problem_content','field_649d78a1773c3'),(4456,698,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(4457,698,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(4458,698,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(4459,698,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(4460,698,'configurable_&_connected_platform_first_image','512'),(4461,698,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(4462,698,'configurable_&_connected_platform_second_image','513'),(4463,698,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(4464,698,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(4465,698,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(4466,698,'configurable_&_connected_platform_third_image','514'),(4467,698,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(4468,698,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(4469,698,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(4470,698,'about_us_section_image','516'),(4471,698,'_about_us_section_image','field_649d79db0798d'),(4472,698,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(4473,698,'_about_us_section_content','field_649d79fb0798e'),(4474,698,'solution_for_every_problem_title','Solution for Every Problem'),(4475,698,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(4476,698,'about_us_section_title','About Us'),(4477,698,'_about_us_section_title','field_649e95d349031'),(4478,698,'our_products_title','Our Products'),(4479,698,'_our_products_title','field_649ea81f66f02'),(4480,699,'_form','<div class=\"row gx-5\"><div class=\"col-md-6\"><div class=\"portion\">[text* your_full_name placeholder \"Name*\"]</div></div><div class=\"col-md-6\"><div class=\"portion country\">[phonetext* phoneno class:country placeholder \"Phone No*\"]</div></div><div class=\"col-md-6\"><div class=\"portion\">[email* your_email placeholder \"Email*\"]</div></div><div class=\"col-md-6\"><div class=\"portion\">[select our_products class:multiple-checkboxes multiple:multiple \"Loan Origination System\" \"Cross-sell\" \"Risk Audit\" \"Collection Management System\" \"Expense Management System\" \"Field Force Tracking\" \"Fraud Management System\"]</div></div><div class=\"col-md-12\"><div class=\"portion textarea\">[textarea* your_message placeholder \"Message*\"]</div></div><div class=\"col-md-12\"><div class=\"portion\">[submit \"book your slot\"]</div></div></div>'),(4481,699,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:15:\"Contact Request\";s:6:\"sender\";s:31:\"[your_full_name] <[your_email]>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:273:\"From: [your_full_name] <[your_email]>\nSubject: Contact Request\n\nMessage Body:\nName: [your_full_name]\nEmail: [your_email]\nMobile No: [your_mobile_no]\nProduct: [our_products]\nMessage: [your_message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";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;}'),(4482,699,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:46:\"[_site_title] <monika.webmaster2012@gmail.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(4483,699,'_messages','a:22:{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:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";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:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";}'),(4484,699,'_additional_settings',''),(4485,699,'_locale','en_US'),(4488,702,'_wp_attached_file','2023/07/logo-web.jpg'),(4489,702,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:606;s:6:\"height\";i:229;s:4:\"file\";s:20:\"2023/07/logo-web.jpg\";s:8:\"filesize\";i:10866;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"logo-web-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"logo-web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3845;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4520,707,'_wp_attached_file','2023/07/banner-new.jpg'),(4521,707,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2023/07/banner-new.jpg\";s:8:\"filesize\";i:58104;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:{}}}'),(4522,708,'_wp_attached_file','2023/07/banner-new-1.jpg'),(4523,708,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2023/07/banner-new-1.jpg\";s:8:\"filesize\";i:58098;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"banner-new-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6544;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"banner-new-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46067;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"banner-new-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4026;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"banner-new-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28050;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"banner-new-1-1536x720.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97897;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"banner-new-1-1568x735.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102375;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4524,709,'banner_image','708'),(4525,709,'_banner_image','field_649d7a54f5560'),(4526,709,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(4527,709,'_banner_first_content','field_649d7a44f555f'),(4528,709,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(4529,709,'_banner_second_content','field_649d77fe773bf'),(4530,709,'request_a_demo_text','Request A Demo'),(4531,709,'_request_a_demo_text','field_649d782e773c0'),(4532,709,'download_brochure_link','675'),(4533,709,'_download_brochure_link','field_649d785c773c1'),(4534,709,'arukus_with_all_products_image','511'),(4535,709,'_arukus_with_all_products_image','field_649d787e773c2'),(4536,709,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(4537,709,'_solution_for_every_problem_content','field_649d78a1773c3'),(4538,709,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(4539,709,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(4540,709,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(4541,709,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(4542,709,'configurable_&_connected_platform_first_image','512'),(4543,709,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(4544,709,'configurable_&_connected_platform_second_image','513'),(4545,709,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(4546,709,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(4547,709,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(4548,709,'configurable_&_connected_platform_third_image','514'),(4549,709,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(4550,709,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(4551,709,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(4552,709,'about_us_section_image','516'),(4553,709,'_about_us_section_image','field_649d79db0798d'),(4554,709,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(4555,709,'_about_us_section_content','field_649d79fb0798e'),(4556,709,'solution_for_every_problem_title','Solution for Every Problem'),(4557,709,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(4558,709,'about_us_section_title','About Us'),(4559,709,'_about_us_section_title','field_649e95d349031'),(4560,709,'our_products_title','Our Products'),(4561,709,'_our_products_title','field_649ea81f66f02'),(4562,710,'banner_heading','Empowering Financial Institutions Through Technology'),(4563,710,'_banner_heading','field_649eafe9407da'),(4564,710,'banner_image','708'),(4565,710,'_banner_image','field_649eb003407db'),(4566,710,'about_us_image','518'),(4567,710,'_about_us_image','field_649eb035407dc'),(4568,710,'about_us_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(4569,710,'_about_us_content','field_649eb077407dd'),(4570,710,'our_mission_content','<p>Our mission is to enable MFls and NBFCs to optimize their processes, streamline operations, and drive sustainable growth through innovative technology solutions. We believe that by harnessing the power of automation, data analytics, and digital transformation, financial institutions can enhance their efficiency, improve risk management, and better serve their customers. </p>'),(4571,710,'_our_mission_content','field_649eb093407de'),(4572,710,'our_mission_image','519'),(4573,710,'_our_mission_image','field_649eb0a3407df'),(4574,710,'industry_expertise_content','<p>With years of experience and expertise in the financial industry, our team at Arukus Technologies is well-versed in the complexities and intricacies of MFI and NBFC operations. We understand the challenges faced by these organizations, such as stringent regulatory requirements, evolving customer expectations, and the need for robust risk management. Our in-depth knowledge allows us to develop solutions that are tailored to the specific needs of our clients. </p>'),(4575,710,'_industry_expertise_content','field_649eb0cf407e0'),(4576,710,'industry_expertise_image','520'),(4577,710,'_industry_expertise_image','field_649eb0de407e1'),(4578,710,'exceptional_support_content','<p>At Arukus Technologies, we prioritize our clients\' success. We understand that implementing new technology solutions can be a transformative journey, and we are committed to providing exceptional support every step of the way. Our dedicated team of experts is readily available to assist with product integration, training, and ongoing support to ensure a seamless transition and maximum value for our clients. <br /><br />\r\n                        Join our growing family of satisfied clients who have experienced improved operational efficiency, enhanced risk management, and accelerated growth. </p>'),(4579,710,'_exceptional_support_content','field_649eb0f2407e2'),(4580,710,'exceptional_support_image','521'),(4581,710,'_exceptional_support_image','field_649eb109407e3'),(4582,722,'banner_image','708'),(4583,722,'_banner_image','field_64abe9531cd45'),(4584,722,'banner_sub_heading','Certainly! Here\'s a subheading for a blog post related to loans and personal finance'),(4585,722,'_banner_sub_heading','field_64abe9741cd46'),(4586,724,'banner_image','708'),(4587,724,'_banner_image','field_64ad40464f290'),(4588,724,'banner_heading','Support Ticket System'),(4589,724,'_banner_heading','field_64ad405b4f291'),(4590,724,'main_section_heading','Empower Your Support Team With Support360 - The Ultimate Ticketing System'),(4591,724,'_main_section_heading','field_64ad3e64bfa1b'),(4592,724,'main_section_short_content','Introducing Support360: Arukus Technologies\' Cutting-Edge Support Ticket System. Experience the Power of Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Fully Customizable Workflows'),(4593,724,'_main_section_short_content','field_64ad3e84bfa1c'),(4594,725,'banner_image','708'),(4595,725,'_banner_image','field_64ad40464f290'),(4596,725,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(4597,725,'_banner_sub_heading','field_64abe9741cd46'),(4598,725,'main_section_heading','Prevent Fraud with Arukus Technologies'),(4599,725,'_main_section_heading','field_64ad3e64bfa1b'),(4600,725,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(4601,725,'_main_section_short_content','field_64ad3e84bfa1c'),(4602,725,'banner_heading','Prevent Fraud with Arukus Technologies'),(4603,725,'_banner_heading','field_64ad405b4f291'),(4604,726,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(4605,726,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(4606,726,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(4607,726,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(4608,726,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(4609,726,'_branch_evaluation_system_content','field_64abfcca4abcd'),(4610,726,'branch_evaluation_system_image','668'),(4611,726,'_branch_evaluation_system_image','field_64abfce74abce'),(4612,726,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(4613,726,'_advance_auditing_tool_content','field_64abfd054abcf'),(4614,726,'advance_auditing_tool_image','665'),(4615,726,'_advance_auditing_tool_image','field_64abfd104abd0'),(4616,726,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(4617,726,'_manager_accountability_content','field_64abfd2f4abd1'),(4618,726,'manager_accountability_image','666'),(4619,726,'_manager_accountability_image','field_64abfda54abd2'),(4620,726,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(4621,726,'_benefits_content','field_64abfdbe4abd3'),(4622,726,'benefits_image','672'),(4623,726,'_benefits_image','field_64abfdcf4abd4'),(4624,726,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(4625,726,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(4626,726,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(4627,726,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(4628,726,'unlock_compliance_excellence_image','428'),(4629,726,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(4630,726,'banner_image','708'),(4631,726,'_banner_image','field_64ac0c04f51d8'),(4632,726,'heading','Internal Audit & Compliance Management System'),(4633,726,'_heading','field_64ac0c1bf51d9'),(4634,726,'option_1_title','Physical Cash Verification'),(4635,726,'_option_1_title','field_64af8c8909092'),(4636,726,'option_1_icon','503'),(4637,726,'_option_1_icon','field_64af8cd609093'),(4638,726,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(4639,726,'_option_1_content','field_64af8d0609094'),(4640,726,'option_2_title','Asset Tracking'),(4641,726,'_option_2_title','field_64af8d1a09095'),(4642,726,'option_2_icon','504'),(4643,726,'_option_2_icon','field_64af8d2709096'),(4644,726,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(4645,726,'_option_2_content','field_64af8d4b09097'),(4646,726,'option_3_title',' Process Compliance'),(4647,726,'_option_3_title','field_64af8d8109098'),(4648,726,'option_3_icon','505'),(4649,726,'_option_3_icon','field_64af8d9209099'),(4650,726,'option_3_content',''),(4651,726,'_option_3_content','field_64af8d9f0909a'),(4652,726,'option_3_sub_title_1','Sampling Survey'),(4653,726,'_option_3_sub_title_1','field_64af8e16090a1'),(4654,726,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(4655,726,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(4656,726,'option_3_sub_title_2','Non Sampling Survey'),(4657,726,'_option_3_sub_title_2','field_64af8e48090a3'),(4658,726,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(4659,726,'_option_3_sub_content_details_2','field_64af8e56090a4'),(4660,726,'option_4_title','Audit Score Sheet'),(4661,726,'_option_4_title','field_64af8dbc0909b'),(4662,726,'option_4_icon','506'),(4663,726,'_option_4_icon','field_64af8dc90909c'),(4664,726,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(4665,726,'_option_4_content','field_64af8dd40909d'),(4666,726,'option_5_title',' Detailed Reports'),(4667,726,'_option_5_title','field_64af8de70909e'),(4668,726,'option_5_icon','507'),(4669,726,'_option_5_icon','field_64af8df30909f'),(4670,726,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(4671,726,'_option_5_content','field_64af8dfa090a0'),(4672,727,'banner_image','708'),(4673,727,'_banner_image','field_64a80b19d8b4e'),(4674,727,'banner_heading','The Most Effective Performance and Tracking App by Arukus Technologies'),(4675,727,'_banner_heading','field_64a80b4cd8b4f'),(4676,727,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(4677,727,'_ensuring_compliance_content','field_64a80b5cd8b50'),(4678,727,'ensuring_compliance_image','550'),(4679,727,'_ensuring_compliance_image','field_64a80b6fd8b51'),(4680,727,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(4681,727,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(4682,727,'advance_planner_&_tracking_tool_image','551'),(4683,727,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(4684,727,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(4685,727,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(4686,727,'advance_geo-tracking_image','552'),(4687,727,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(4688,727,'why_choose_field_track-o_image','553'),(4689,727,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(4690,727,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(4691,727,'_achieve_targets_heading','field_64a80bebd8b57'),(4692,727,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(4693,727,'_achieve_targets_short_content','field_64a80bfbd8b58'),(4694,727,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(4695,727,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(4696,727,'agent_monitoring_image','554'),(4697,727,'_agent_monitoring_image','field_64a80c1dd8b5a'),(4698,727,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(4699,727,'_branch_manager_review_content','field_64a80c3fd8b5b'),(4700,727,'branch_manager_review_image','555'),(4701,727,'_branch_manager_review_image','field_64a80c52d8b5c'),(4702,727,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(4703,727,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(4704,727,'area_or_zonal_manager_review_image','556'),(4705,727,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(4706,728,'banner_image','708'),(4707,728,'_banner_image','field_64a68e54f6987'),(4708,728,'banner_heading','Control Costs and Streamline Efficiency'),(4709,728,'_banner_heading','field_64a68e7ef6988'),(4710,728,'capture_every_business_expense_title','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X'),(4711,728,'_capture_every_business_expense_title','field_64a68e8ff6989'),(4712,728,'capture_every_business_expense_short_content','Arukus Technologies Expense Management System revolutionizes the way businesses capture, manage, and process expenses, saving valuable time and increasing employee productivity. It allows you to capture every business expense on the fly, eliminating manual paperwork and tedious data entry.'),(4713,728,'_capture_every_business_expense_short_content','field_64a68e9ef698a'),(4714,728,'capture_every_business_expense_left_image','546'),(4715,728,'_capture_every_business_expense_left_image','field_64a68eb1f698b'),(4716,728,'capture_every_business_expense_main_content','<h3>Multi-Level Expense Management Modules of Branches</h3>\r\n                            <ul class=\"expense_details_wrapper\">\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk1.png\" alt=\"\"/>\r\n                                    <p>Daily Branch Expenses</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk2.png\" alt=\"\" />\r\n                                    <p>Travel & Tour Expenses</p>\r\n                                </li>\r\n\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk3.png\" alt=\"\"/>\r\n                                    <p>Rental Agreement & Rent Payments</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk4.png\" alt=\"\"/>\r\n                                    <p>Branch Transfers</p>\r\n                                </li>\r\n                            </ul>'),(4717,728,'_capture_every_business_expense_main_content','field_64a68f10f698d'),(4718,728,'experience_arukus_expense_management_system_title','Experience The Power of Arukus Expense Management System'),(4719,728,'_experience_arukus_expense_management_system_title','field_64a68f25f698e'),(4720,728,'experience_arukus_expense_management_system_content','By leveraging Arukus Technologies Expense Management System, businesses can streamline their expense management process, saving time, reducing effort, and increasing overall productivity. Say goodbye to manual paperwork, improve policy compliance, and enhance financial control with our intuitive and user-friendly system.'),(4721,728,'_experience_arukus_expense_management_system_content','field_64a68f36f698f'),(4722,728,'experience_arukus_expense_management_system_right_image','547'),(4723,728,'_experience_arukus_expense_management_system_right_image','field_64a68f4af6990'),(4724,729,'banner_image','708'),(4725,729,'_banner_image','field_64a7a519c4513'),(4726,729,'banner_heading','Control Costs and Streamline Efficiency'),(4727,729,'_banner_heading','field_64a7a544c4514'),(4728,729,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(4729,729,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(4730,729,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(4731,729,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(4732,729,'save_time_and_money_with_better_risk_management_image','541'),(4733,729,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(4734,729,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(4735,729,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(4736,729,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(4737,729,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(4738,729,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(4739,729,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(4740,729,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(4741,729,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(4742,729,'moving_from_higher_risk_to_lower_risk_image','542'),(4743,729,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(4744,729,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(4745,729,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(4746,729,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(4747,729,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(4748,729,'risk_score_grid_by_unit_&_department_main_title','Risk Score Grid by Unit & Department'),(4749,729,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(4750,729,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(4751,729,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(4752,729,'risk_score_grid_by_unit_&_department_image','543'),(4753,729,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(4754,730,'banner_image','708'),(4755,730,'_banner_image','field_64a52c0e48256'),(4756,730,'banner_sub_heading','Revolutionize Debt Recovery with Arukus CMS'),(4757,730,'_banner_sub_heading','field_64a52c3f48257'),(4758,730,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(4759,730,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(4760,730,'streamline_your_collections_process_image','538'),(4761,730,'_streamline_your_collections_process_image','field_64a52c7c48259'),(4762,730,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(4763,730,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(4764,730,'efficiently_manage_collections_image','539'),(4765,730,'_efficiently_manage_collections_image','field_64a52cf24825b'),(4766,731,'step_1_title','Unlock New Revenue Streams'),(4767,731,'_step_1_title','field_64a2b935e266f'),(4768,731,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(4769,731,'_step_1_content','field_64a2b98ee2670'),(4770,731,'step_1_image','235'),(4771,731,'_step_1_image','field_64a2b999e2671'),(4772,731,'step_2_title','Seamless Integration'),(4773,731,'_step_2_title','field_64a2b9a8e2672'),(4774,731,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(4775,731,'_step_2_content','field_64a2b9b7e2673'),(4776,731,'step_2_image','236'),(4777,731,'_step_2_image','field_64a2b9c4e2674'),(4778,731,'step_3_title','Flexible Configuration'),(4779,731,'_step_3_title','field_64a2b9dde2675'),(4780,731,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(4781,731,'_step_3_content','field_64a2b9ece2676'),(4782,731,'step_3_image','237'),(4783,731,'_step_3_image','field_64a2ba1de2677'),(4784,731,'step_4_title','Enhanced Customer Experience'),(4785,731,'_step_4_title','field_64a2ba7015d8f'),(4786,731,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(4787,731,'_step_4_content','field_64a2ba7b15d90'),(4788,731,'step_4_image','238'),(4789,731,'_step_4_image','field_64a2ba8d15d91'),(4790,731,'step_5_title','Effortless Vendor Communication'),(4791,731,'_step_5_title','field_64a2baa515d92'),(4792,731,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(4793,731,'_step_5_content','field_64a2bab015d93'),(4794,731,'step_5_image','239'),(4795,731,'_step_5_image','field_64a2bac215d94'),(4796,731,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(4797,731,'_heading','field_64a2bfddc128b'),(4798,731,'banner_image','708'),(4799,731,'_banner_image','field_64a3d9cb85377'),(4800,732,'banner_image','708'),(4801,732,'_banner_image','field_64a41e781a69b'),(4802,732,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(4803,732,'_banner_sub_heading','field_64a41ebe1a69c'),(4804,732,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(4805,732,'_los_flow_short_description','field_64a41f341a69d'),(4806,732,'los_flow_right_side_image','526'),(4807,732,'_los_flow_right_side_image','field_64a41f5d1a69e'),(4808,732,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(4809,732,'_los_admin_panel_content','field_64a4201e1a69f'),(4810,732,'los_admin_panel_image','528'),(4811,732,'_los_admin_panel_image','field_64a4203c1a6a0'),(4812,732,'central_checking_applications_image','531'),(4813,732,'_central_checking_applications_image','field_64a4204e1a6a1'),(4814,732,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(4815,732,'_central_checking_applications_content','field_64a420681a6a2'),(4816,732,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(4817,732,'_document_management_content','field_64a420b11a6a3'),(4818,732,'document_management_image','530'),(4819,732,'_document_management_image','field_64a420c41a6a4'),(4820,732,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(4821,732,'_los_page_main_content','field_64a426515ef63'),(4822,732,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(4823,732,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(4824,732,'structured_workflow_driven_process_image','527'),(4825,732,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(4826,62,'_thumbnail_id','708'),(4827,62,'_yoast_wpseo_estimated-reading-time-minutes','0'),(4828,62,'_yoast_wpseo_wordproof_timestamp',''),(4835,734,'_edit_last','1'),(4836,734,'_edit_lock','1689772610:1'),(4837,734,'_wp_page_template','default'),(4838,734,'_yoast_wpseo_content_score','30'),(4839,734,'_yoast_wpseo_estimated-reading-time-minutes','4'),(4840,734,'_yoast_wpseo_wordproof_timestamp',''),(4841,734,'_thumbnail_id','708'),(4843,7,'_yoast_wpseo_focuskw','Smart Technology for MFI & NBFCs'),(4844,7,'_yoast_wpseo_title','Smart Technology Solutions for MFI & NBFCs %%sep%% %%sitename%%'),(4845,7,'_yoast_wpseo_metadesc','Smart Technology Solutions for MFI & NBFCs - Streamline operations, track collections, manage expenses, ensure audit & compliance and more.'),(4846,7,'_yoast_wpseo_linkdex','43'),(4847,60,'_yoast_wpseo_focuskw','Arukus Technologies'),(4848,60,'_yoast_wpseo_title','%%sitename%% %%sep%% Empowering MFI & NBFCs with the latest in digital technology'),(4849,60,'_yoast_wpseo_metadesc','Arukus Technologies - Enabling MFI and NBFCs with smart technology solutions from Loan Origination to Audit & Compliance Tracking'),(4850,60,'_yoast_wpseo_linkdex','53'),(4851,530,'_wp_attachment_image_alt','Document Management System - Arukus Loan Origination System'),(4852,531,'_wp_attachment_image_alt','Central Checking Application - Arukus Loan Origination System'),(4853,528,'_wp_attachment_image_alt','Admin Panel - Arukus Loan Origination System'),(4854,527,'_wp_attachment_image_alt','Structured Workflow driven Process - Arukus Loan Origination System'),(4855,526,'_wp_attachment_image_alt','Loan Application Process - Arukus Loan Origination System'),(4856,211,'_yoast_wpseo_focuskw','Loan Origination System'),(4857,211,'_yoast_wpseo_title','Loan Origination System for Automated Lending Process %%sep%% %%sitename%%'),(4858,211,'_yoast_wpseo_metadesc','Arukus Loan Origination System - A 360 degree interconnected lending platform maximizing operational effectiveness & driving growth for MFIs'),(4859,211,'_yoast_wpseo_linkdex','71'),(4860,768,'banner_image','708'),(4861,768,'_banner_image','field_64a41e781a69b'),(4862,768,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(4863,768,'_banner_sub_heading','field_64a41ebe1a69c'),(4864,768,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(4865,768,'_los_flow_short_description','field_64a41f341a69d'),(4866,768,'los_flow_right_side_image','526'),(4867,768,'_los_flow_right_side_image','field_64a41f5d1a69e'),(4868,768,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(4869,768,'_los_admin_panel_content','field_64a4201e1a69f'),(4870,768,'los_admin_panel_image','528'),(4871,768,'_los_admin_panel_image','field_64a4203c1a6a0'),(4872,768,'central_checking_applications_image','531'),(4873,768,'_central_checking_applications_image','field_64a4204e1a6a1'),(4874,768,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(4875,768,'_central_checking_applications_content','field_64a420681a6a2'),(4876,768,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(4877,768,'_document_management_content','field_64a420b11a6a3'),(4878,768,'document_management_image','530'),(4879,768,'_document_management_image','field_64a420c41a6a4'),(4880,768,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(4881,768,'_los_page_main_content','field_64a426515ef63'),(4882,768,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(4883,768,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(4884,768,'structured_workflow_driven_process_image','527'),(4885,768,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(4886,708,'_wp_attachment_image_alt','Automation, Efficiency & Faster Decision Making - Arukus Technologies Smart Technology Solutions for MFI & NBFCs'),(4887,535,'_wp_attachment_image_alt','Arukus Technologies - Loan Origination System'),(4888,769,'banner_image','708'),(4889,769,'_banner_image','field_64a41e781a69b'),(4890,769,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(4891,769,'_banner_sub_heading','field_64a41ebe1a69c'),(4892,769,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of pps from loan application, assessment, document processing, disbursement and collection.'),(4893,769,'_los_flow_short_description','field_64a41f341a69d'),(4894,769,'los_flow_right_side_image','526'),(4895,769,'_los_flow_right_side_image','field_64a41f5d1a69e'),(4896,769,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(4897,769,'_los_admin_panel_content','field_64a4201e1a69f'),(4898,769,'los_admin_panel_image','528'),(4899,769,'_los_admin_panel_image','field_64a4203c1a6a0'),(4900,769,'central_checking_applications_image','531'),(4901,769,'_central_checking_applications_image','field_64a4204e1a6a1'),(4902,769,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(4903,769,'_central_checking_applications_content','field_64a420681a6a2'),(4904,769,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(4905,769,'_document_management_content','field_64a420b11a6a3'),(4906,769,'document_management_image','530'),(4907,769,'_document_management_image','field_64a420c41a6a4'),(4908,769,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(4909,769,'_los_page_main_content','field_64a426515ef63'),(4910,769,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(4911,769,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(4912,769,'structured_workflow_driven_process_image','527'),(4913,769,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(4914,770,'banner_image','708'),(4915,770,'_banner_image','field_64a41e781a69b'),(4916,770,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(4917,770,'_banner_sub_heading','field_64a41ebe1a69c'),(4918,770,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of apps from loan application, assessment, document processing, disbursement and collection.'),(4919,770,'_los_flow_short_description','field_64a41f341a69d'),(4920,770,'los_flow_right_side_image','526'),(4921,770,'_los_flow_right_side_image','field_64a41f5d1a69e'),(4922,770,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(4923,770,'_los_admin_panel_content','field_64a4201e1a69f'),(4924,770,'los_admin_panel_image','528'),(4925,770,'_los_admin_panel_image','field_64a4203c1a6a0'),(4926,770,'central_checking_applications_image','531'),(4927,770,'_central_checking_applications_image','field_64a4204e1a6a1'),(4928,770,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(4929,770,'_central_checking_applications_content','field_64a420681a6a2'),(4930,770,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(4931,770,'_document_management_content','field_64a420b11a6a3'),(4932,770,'document_management_image','530'),(4933,770,'_document_management_image','field_64a420c41a6a4'),(4934,770,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(4935,770,'_los_page_main_content','field_64a426515ef63'),(4936,770,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(4937,770,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(4938,770,'structured_workflow_driven_process_image','527'),(4939,770,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(4944,71,'_wp_old_date','2023-07-13'),(4945,74,'_wp_old_date','2023-07-13'),(4955,75,'_wp_old_date','2023-07-13'),(4956,210,'_wp_old_date','2023-07-13'),(4957,209,'_wp_old_date','2023-07-13'),(4958,408,'_wp_old_date','2023-07-13'),(4959,73,'_wp_old_date','2023-07-13'),(4964,780,'_wp_attached_file','2023/07/crosss2.png'),(4965,780,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:19:\"2023/07/crosss2.png\";s:8:\"filesize\";i:377;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:{}}}'),(4968,481,'two_optimized_date','1689579707'),(4973,795,'_wp_attached_file','2023/07/s2_2.png'),(4974,795,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:36;s:6:\"height\";i:36;s:4:\"file\";s:16:\"2023/07/s2_2.png\";s:8:\"filesize\";i:312;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:{}}}'),(4975,211,'two_optimized_date','1689588571'),(4978,188,'two_optimized_date','1689580299'),(4981,64,'two_optimized_date','1689589215'),(4982,211,'previous_page_name','Support360: Ticketing System'),(4983,211,'_previous_page_name','field_64b4eae193404'),(4984,211,'previous_page_link','https://arukustech.com/solutions/support360-ticketing-system/'),(4985,211,'_previous_page_link','field_64b4eaf093405'),(4986,211,'next_page_name','Arukus Cross-Sell'),(4987,211,'_next_page_name','field_64b4eaf793406'),(4988,211,'next_page_link','https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/'),(4989,211,'_next_page_link','field_64b4eb0a93407'),(4990,796,'banner_image','708'),(4991,796,'_banner_image','field_64a41e781a69b'),(4992,796,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(4993,796,'_banner_sub_heading','field_64a41ebe1a69c'),(4994,796,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of apps from loan application, assessment, document processing, disbursement and collection.'),(4995,796,'_los_flow_short_description','field_64a41f341a69d'),(4996,796,'los_flow_right_side_image','526'),(4997,796,'_los_flow_right_side_image','field_64a41f5d1a69e'),(4998,796,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(4999,796,'_los_admin_panel_content','field_64a4201e1a69f'),(5000,796,'los_admin_panel_image','528'),(5001,796,'_los_admin_panel_image','field_64a4203c1a6a0'),(5002,796,'central_checking_applications_image','531'),(5003,796,'_central_checking_applications_image','field_64a4204e1a6a1'),(5004,796,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(5005,796,'_central_checking_applications_content','field_64a420681a6a2'),(5006,796,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(5007,796,'_document_management_content','field_64a420b11a6a3'),(5008,796,'document_management_image','530'),(5009,796,'_document_management_image','field_64a420c41a6a4'),(5010,796,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(5011,796,'_los_page_main_content','field_64a426515ef63'),(5012,796,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(5013,796,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(5014,796,'structured_workflow_driven_process_image','527'),(5015,796,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(5016,796,'previous_page_name',''),(5017,796,'_previous_page_name','field_64b4eae193404'),(5018,796,'previous_page_link',''),(5019,796,'_previous_page_link','field_64b4eaf093405'),(5020,796,'next_page_name','Arukus Cross-Sell'),(5021,796,'_next_page_name','field_64b4eaf793406'),(5022,796,'next_page_link','https://arukustech.com/solutions/arukus-cross-sell/'),(5023,796,'_next_page_link','field_64b4eb0a93407'),(5024,225,'previous_page_name','Fraud Control System'),(5025,225,'_previous_page_name','field_64b4f87c28700'),(5026,225,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5027,225,'_previous_page_link','field_64b4f8cc28702'),(5028,225,'next_page_name','Loan Origination System'),(5029,225,'_next_page_name','field_64b4eefa47cce'),(5030,225,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5031,225,'_next_page_link','field_64b4ef1252512'),(5032,811,'banner_image','708'),(5033,811,'_banner_image','field_64ad40464f290'),(5034,811,'banner_heading','Support Ticket System'),(5035,811,'_banner_heading','field_64ad405b4f291'),(5036,811,'main_section_heading','Empower Your Support Team With Support360 - The Ultimate Ticketing System'),(5037,811,'_main_section_heading','field_64ad3e64bfa1b'),(5038,811,'main_section_short_content','Introducing Support360: Arukus Technologies\' Cutting-Edge Support Ticket System. Experience the Power of Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Fully Customizable Workflows'),(5039,811,'_main_section_short_content','field_64ad3e84bfa1c'),(5040,811,'previous_page_name','Fraud Control System'),(5041,811,'_previous_page_name','field_64b4f87c28700'),(5042,811,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5043,811,'_previous_page_link','field_64b4f8cc28702'),(5044,811,'next_page_name','Loan Origination System'),(5045,811,'_next_page_name','field_64b4eefa47cce'),(5046,811,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5047,811,'_next_page_link','field_64b4ef1252512'),(5048,223,'previous_page_name','Audit & Compliance'),(5049,223,'_previous_page_name','field_64b4f87c28700'),(5050,223,'previous_page_link','https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/'),(5051,223,'_previous_page_link','field_64b4f8cc28702'),(5052,223,'next_page_name','Support360: Ticketing System'),(5053,223,'_next_page_name','field_64b4eefa47cce'),(5054,223,'next_page_link','https://arukustech.com/solutions/support360-ticketing-system/'),(5055,223,'_next_page_link','field_64b4ef1252512'),(5056,812,'banner_image','708'),(5057,812,'_banner_image','field_64ad40464f290'),(5058,812,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(5059,812,'_banner_sub_heading','field_64abe9741cd46'),(5060,812,'main_section_heading','Prevent Fraud with Arukus Technologies'),(5061,812,'_main_section_heading','field_64ad3e64bfa1b'),(5062,812,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(5063,812,'_main_section_short_content','field_64ad3e84bfa1c'),(5064,812,'banner_heading','Prevent Fraud with Arukus Technologies'),(5065,812,'_banner_heading','field_64ad405b4f291'),(5066,812,'previous_page_name','Audit & Compliance'),(5067,812,'_previous_page_name','field_64b4f87c28700'),(5068,812,'previous_page_link','https://arukustech.com/solutions/audit-compliance/'),(5069,812,'_previous_page_link','field_64b4f8cc28702'),(5070,812,'next_page_name','Samadhan Ticketing System'),(5071,812,'_next_page_name','field_64b4eefa47cce'),(5072,812,'next_page_link','https://arukustech.com/solutions/samadhan-ticketing-system/'),(5073,812,'_next_page_link','field_64b4ef1252512'),(5074,221,'previous_page_name','Field Track-O'),(5075,221,'_previous_page_name','field_64b4f816b8f65'),(5076,221,'previous_page_link','https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/'),(5077,221,'_previous_page_link','field_64b4f82ab8f66'),(5078,221,'next_page_name','Fraud Control System'),(5079,221,'_next_page_name','field_64b4ec6e38dda'),(5080,221,'next_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5081,221,'_next_page_link','field_64b4ec7538ddb'),(5082,813,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(5083,813,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(5084,813,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(5085,813,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(5086,813,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(5087,813,'_branch_evaluation_system_content','field_64abfcca4abcd'),(5088,813,'branch_evaluation_system_image','668'),(5089,813,'_branch_evaluation_system_image','field_64abfce74abce'),(5090,813,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(5091,813,'_advance_auditing_tool_content','field_64abfd054abcf'),(5092,813,'advance_auditing_tool_image','665'),(5093,813,'_advance_auditing_tool_image','field_64abfd104abd0'),(5094,813,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(5095,813,'_manager_accountability_content','field_64abfd2f4abd1'),(5096,813,'manager_accountability_image','666'),(5097,813,'_manager_accountability_image','field_64abfda54abd2'),(5098,813,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(5099,813,'_benefits_content','field_64abfdbe4abd3'),(5100,813,'benefits_image','672'),(5101,813,'_benefits_image','field_64abfdcf4abd4'),(5102,813,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(5103,813,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(5104,813,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(5105,813,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(5106,813,'unlock_compliance_excellence_image','428'),(5107,813,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(5108,813,'banner_image','708'),(5109,813,'_banner_image','field_64ac0c04f51d8'),(5110,813,'heading','Internal Audit & Compliance Management System'),(5111,813,'_heading','field_64ac0c1bf51d9'),(5112,813,'option_1_title','Physical Cash Verification'),(5113,813,'_option_1_title','field_64af8c8909092'),(5114,813,'option_1_icon','503'),(5115,813,'_option_1_icon','field_64af8cd609093'),(5116,813,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(5117,813,'_option_1_content','field_64af8d0609094'),(5118,813,'option_2_title','Asset Tracking'),(5119,813,'_option_2_title','field_64af8d1a09095'),(5120,813,'option_2_icon','504'),(5121,813,'_option_2_icon','field_64af8d2709096'),(5122,813,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(5123,813,'_option_2_content','field_64af8d4b09097'),(5124,813,'option_3_title',' Process Compliance'),(5125,813,'_option_3_title','field_64af8d8109098'),(5126,813,'option_3_icon','505'),(5127,813,'_option_3_icon','field_64af8d9209099'),(5128,813,'option_3_content',''),(5129,813,'_option_3_content','field_64af8d9f0909a'),(5130,813,'option_3_sub_title_1','Sampling Survey'),(5131,813,'_option_3_sub_title_1','field_64af8e16090a1'),(5132,813,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(5133,813,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(5134,813,'option_3_sub_title_2','Non Sampling Survey'),(5135,813,'_option_3_sub_title_2','field_64af8e48090a3'),(5136,813,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(5137,813,'_option_3_sub_content_details_2','field_64af8e56090a4'),(5138,813,'option_4_title','Audit Score Sheet'),(5139,813,'_option_4_title','field_64af8dbc0909b'),(5140,813,'option_4_icon','506'),(5141,813,'_option_4_icon','field_64af8dc90909c'),(5142,813,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(5143,813,'_option_4_content','field_64af8dd40909d'),(5144,813,'option_5_title',' Detailed Reports'),(5145,813,'_option_5_title','field_64af8de70909e'),(5146,813,'option_5_icon','507'),(5147,813,'_option_5_icon','field_64af8df30909f'),(5148,813,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(5149,813,'_option_5_content','field_64af8dfa090a0'),(5150,813,'previous_page_name','Field Track-O'),(5151,813,'_previous_page_name','field_64b4f816b8f65'),(5152,813,'previous_page_link','https://arukustech.com/solutions/field-track-o/'),(5153,813,'_previous_page_link','field_64b4f82ab8f66'),(5154,813,'next_page_name','Fraud Control System'),(5155,813,'_next_page_name','field_64b4ec6e38dda'),(5156,813,'next_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5157,813,'_next_page_link','field_64b4ec7538ddb'),(5158,219,'previous_page_name','Expense Management System'),(5159,219,'_previous_page_name','field_64b4f77fdb700'),(5160,219,'previous_page_link','https://arukustech.com/solutions/expense-management-system/'),(5161,219,'_previous_page_link','field_64b4f793db701'),(5162,219,'next_page_name','Audit & Compliance'),(5163,219,'_next_page_name','field_64b4ec48e237c'),(5164,219,'next_page_link','https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/'),(5165,219,'_next_page_link','field_64b4ec50e237d'),(5166,814,'banner_image','708'),(5167,814,'_banner_image','field_64a80b19d8b4e'),(5168,814,'banner_heading','The Most Effective Performance and Tracking App by Arukus Technologies'),(5169,814,'_banner_heading','field_64a80b4cd8b4f'),(5170,814,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(5171,814,'_ensuring_compliance_content','field_64a80b5cd8b50'),(5172,814,'ensuring_compliance_image','550'),(5173,814,'_ensuring_compliance_image','field_64a80b6fd8b51'),(5174,814,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(5175,814,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(5176,814,'advance_planner_&_tracking_tool_image','551'),(5177,814,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(5178,814,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(5179,814,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(5180,814,'advance_geo-tracking_image','552'),(5181,814,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(5182,814,'why_choose_field_track-o_image','553'),(5183,814,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(5184,814,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(5185,814,'_achieve_targets_heading','field_64a80bebd8b57'),(5186,814,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(5187,814,'_achieve_targets_short_content','field_64a80bfbd8b58'),(5188,814,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(5189,814,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(5190,814,'agent_monitoring_image','554'),(5191,814,'_agent_monitoring_image','field_64a80c1dd8b5a'),(5192,814,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(5193,814,'_branch_manager_review_content','field_64a80c3fd8b5b'),(5194,814,'branch_manager_review_image','555'),(5195,814,'_branch_manager_review_image','field_64a80c52d8b5c'),(5196,814,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(5197,814,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(5198,814,'area_or_zonal_manager_review_image','556'),(5199,814,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(5200,814,'previous_page_name','Expense Management System'),(5201,814,'_previous_page_name','field_64b4f77fdb700'),(5202,814,'previous_page_link','https://arukustech.com/solutions/expense-management-system/'),(5203,814,'_previous_page_link','field_64b4f793db701'),(5204,814,'next_page_name','Audit & Compliance'),(5205,814,'_next_page_name','field_64b4ec48e237c'),(5206,814,'next_page_link','https://arukustech.com/solutions/audit-compliance/'),(5207,814,'_next_page_link','field_64b4ec50e237d'),(5208,217,'previous_page_name','Enterprise Risk Management'),(5209,217,'_previous_page_name','field_64b4f73eec8dd'),(5210,217,'next_page_link_copy','https://arukustech.com/solutions/enterprise-risk-management/'),(5211,217,'_next_page_link_copy','field_64b4f755ec8de'),(5212,217,'next_page_name','Field Track-O'),(5213,217,'_next_page_name','field_64b4ec2448747'),(5214,217,'next_page_link','https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/'),(5215,217,'_next_page_link','field_64b4ec2b48748'),(5216,815,'banner_image','708'),(5217,815,'_banner_image','field_64a68e54f6987'),(5218,815,'banner_heading','Control Costs and Streamline Efficiency'),(5219,815,'_banner_heading','field_64a68e7ef6988'),(5220,815,'capture_every_business_expense_title','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X'),(5221,815,'_capture_every_business_expense_title','field_64a68e8ff6989'),(5222,815,'capture_every_business_expense_short_content','Arukus Technologies Expense Management System revolutionizes the way businesses capture, manage, and process expenses, saving valuable time and increasing employee productivity. It allows you to capture every business expense on the fly, eliminating manual paperwork and tedious data entry.'),(5223,815,'_capture_every_business_expense_short_content','field_64a68e9ef698a'),(5224,815,'capture_every_business_expense_left_image','546'),(5225,815,'_capture_every_business_expense_left_image','field_64a68eb1f698b'),(5226,815,'capture_every_business_expense_main_content','<h3>Multi-Level Expense Management Modules of Branches</h3>\r\n                            <ul class=\"expense_details_wrapper\">\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk1.png\" alt=\"\"/>\r\n                                    <p>Daily Branch Expenses</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk2.png\" alt=\"\" />\r\n                                    <p>Travel & Tour Expenses</p>\r\n                                </li>\r\n\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk3.png\" alt=\"\"/>\r\n                                    <p>Rental Agreement & Rent Payments</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk4.png\" alt=\"\"/>\r\n                                    <p>Branch Transfers</p>\r\n                                </li>\r\n                            </ul>'),(5227,815,'_capture_every_business_expense_main_content','field_64a68f10f698d'),(5228,815,'experience_arukus_expense_management_system_title','Experience The Power of Arukus Expense Management System'),(5229,815,'_experience_arukus_expense_management_system_title','field_64a68f25f698e'),(5230,815,'experience_arukus_expense_management_system_content','By leveraging Arukus Technologies Expense Management System, businesses can streamline their expense management process, saving time, reducing effort, and increasing overall productivity. Say goodbye to manual paperwork, improve policy compliance, and enhance financial control with our intuitive and user-friendly system.'),(5231,815,'_experience_arukus_expense_management_system_content','field_64a68f36f698f'),(5232,815,'experience_arukus_expense_management_system_right_image','547'),(5233,815,'_experience_arukus_expense_management_system_right_image','field_64a68f4af6990'),(5234,815,'previous_page_name','Enterprise Risk Management'),(5235,815,'_previous_page_name','field_64b4f73eec8dd'),(5236,815,'next_page_link_copy','https://arukustech.com/solutions/enterprise-risk-management/'),(5237,815,'_next_page_link_copy','field_64b4f755ec8de'),(5238,815,'next_page_name','Field Track-O'),(5239,815,'_next_page_name','field_64b4ec2448747'),(5240,815,'next_page_link','https://arukustech.com/solutions/field-track-o/'),(5241,815,'_next_page_link','field_64b4ec2b48748'),(5242,215,'previous_page_name','Collection Management System'),(5243,215,'_previous_page_name','field_64b4f6e7ec1b3'),(5244,215,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(5245,215,'_previous_page_link','field_64b4f6fdec1b4'),(5246,215,'next_page_name','Expense Management System'),(5247,215,'_next_page_name','field_64b4ebec24a1e'),(5248,215,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(5249,215,'_next_page_link','field_64b4ebf224a1f'),(5250,816,'banner_image','708'),(5251,816,'_banner_image','field_64a7a519c4513'),(5252,816,'banner_heading','Control Costs and Streamline Efficiency'),(5253,816,'_banner_heading','field_64a7a544c4514'),(5254,816,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(5255,816,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(5256,816,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(5257,816,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(5258,816,'save_time_and_money_with_better_risk_management_image','541'),(5259,816,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(5260,816,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(5261,816,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(5262,816,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(5263,816,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(5264,816,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(5265,816,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(5266,816,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(5267,816,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(5268,816,'moving_from_higher_risk_to_lower_risk_image','542'),(5269,816,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(5270,816,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(5271,816,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(5272,816,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(5273,816,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(5274,816,'risk_score_grid_by_unit_&_department_main_title','Risk Score Grid by Unit & Department'),(5275,816,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(5276,816,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(5277,816,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(5278,816,'risk_score_grid_by_unit_&_department_image','543'),(5279,816,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(5280,816,'previous_page_name','Collection Management System'),(5281,816,'_previous_page_name','field_64b4f6e7ec1b3'),(5282,816,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(5283,816,'_previous_page_link','field_64b4f6fdec1b4'),(5284,816,'next_page_name','Expense Management System'),(5285,816,'_next_page_name','field_64b4ebec24a1e'),(5286,816,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(5287,816,'_next_page_link','field_64b4ebf224a1f'),(5288,213,'previous_spage_name','Arukus Cross-Sell'),(5289,213,'_previous_spage_name','field_64b4f67d073bc'),(5290,213,'previous_page_link','https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/'),(5291,213,'_previous_page_link','field_64b4f6a5073bd'),(5292,213,'next_page_name','Enterprise Risk Management'),(5293,213,'_next_page_name','field_64b4eb6e8d483'),(5294,213,'next_page_link','https://arukustech.com/solutions/enterprise-risk-management/'),(5295,213,'_next_page_link','field_64b4ebc58d484'),(5296,817,'banner_image','708'),(5297,817,'_banner_image','field_64a52c0e48256'),(5298,817,'banner_sub_heading','Revolutionize Debt Recovery with Arukus CMS'),(5299,817,'_banner_sub_heading','field_64a52c3f48257'),(5300,817,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(5301,817,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(5302,817,'streamline_your_collections_process_image','538'),(5303,817,'_streamline_your_collections_process_image','field_64a52c7c48259'),(5304,817,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(5305,817,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(5306,817,'efficiently_manage_collections_image','539'),(5307,817,'_efficiently_manage_collections_image','field_64a52cf24825b'),(5308,817,'previous_spage_name','Arukus Cross-Sell'),(5309,817,'_previous_spage_name','field_64b4f67d073bc'),(5310,817,'previous_page_link','https://arukustech.com/solutions/arukus-cross-sell/'),(5311,817,'_previous_page_link','field_64b4f6a5073bd'),(5312,817,'next_page_name','Enterprise Risk Management'),(5313,817,'_next_page_name','field_64b4eb6e8d483'),(5314,817,'next_page_link','https://arukustech.com/solutions/enterprise-risk-management/'),(5315,817,'_next_page_link','field_64b4ebc58d484'),(5316,188,'previous_page_name','Loan Origination System'),(5317,188,'_previous_page_name','field_64b4f630a52e5'),(5318,188,'previous_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5319,188,'_previous_page_link','field_64b4f64ea52e6'),(5320,188,'next_page_name','Collection Management System'),(5321,188,'_next_page_name','field_64b4eb383c1bb'),(5322,188,'next_page_link','https://arukustech.com/solutions/collection-management-system/'),(5323,188,'_next_page_link','field_64b4eb443c1bc'),(5324,818,'step_1_title','Unlock New Revenue Streams'),(5325,818,'_step_1_title','field_64a2b935e266f'),(5326,818,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(5327,818,'_step_1_content','field_64a2b98ee2670'),(5328,818,'step_1_image','235'),(5329,818,'_step_1_image','field_64a2b999e2671'),(5330,818,'step_2_title','Seamless Integration'),(5331,818,'_step_2_title','field_64a2b9a8e2672'),(5332,818,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(5333,818,'_step_2_content','field_64a2b9b7e2673'),(5334,818,'step_2_image','236'),(5335,818,'_step_2_image','field_64a2b9c4e2674'),(5336,818,'step_3_title','Flexible Configuration'),(5337,818,'_step_3_title','field_64a2b9dde2675'),(5338,818,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(5339,818,'_step_3_content','field_64a2b9ece2676'),(5340,818,'step_3_image','237'),(5341,818,'_step_3_image','field_64a2ba1de2677'),(5342,818,'step_4_title','Enhanced Customer Experience'),(5343,818,'_step_4_title','field_64a2ba7015d8f'),(5344,818,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(5345,818,'_step_4_content','field_64a2ba7b15d90'),(5346,818,'step_4_image','238'),(5347,818,'_step_4_image','field_64a2ba8d15d91'),(5348,818,'step_5_title','Effortless Vendor Communication'),(5349,818,'_step_5_title','field_64a2baa515d92'),(5350,818,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(5351,818,'_step_5_content','field_64a2bab015d93'),(5352,818,'step_5_image','239'),(5353,818,'_step_5_image','field_64a2bac215d94'),(5354,818,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(5355,818,'_heading','field_64a2bfddc128b'),(5356,818,'banner_image','708'),(5357,818,'_banner_image','field_64a3d9cb85377'),(5358,818,'previous_page_name','Loan Origination System'),(5359,818,'_previous_page_name','field_64b4f630a52e5'),(5360,818,'previous_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5361,818,'_previous_page_link','field_64b4f64ea52e6'),(5362,818,'next_page_name','Collection Management System'),(5363,818,'_next_page_name','field_64b4eb383c1bb'),(5364,818,'next_page_link','https://arukustech.com/solutions/collection-management-system/'),(5365,818,'_next_page_link','field_64b4eb443c1bc'),(5366,819,'banner_image','708'),(5367,819,'_banner_image','field_64a41e781a69b'),(5368,819,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(5369,819,'_banner_sub_heading','field_64a41ebe1a69c'),(5370,819,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of apps from loan application, assessment, document processing, disbursement and collection.'),(5371,819,'_los_flow_short_description','field_64a41f341a69d'),(5372,819,'los_flow_right_side_image','526'),(5373,819,'_los_flow_right_side_image','field_64a41f5d1a69e'),(5374,819,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(5375,819,'_los_admin_panel_content','field_64a4201e1a69f'),(5376,819,'los_admin_panel_image','528'),(5377,819,'_los_admin_panel_image','field_64a4203c1a6a0'),(5378,819,'central_checking_applications_image','531'),(5379,819,'_central_checking_applications_image','field_64a4204e1a6a1'),(5380,819,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(5381,819,'_central_checking_applications_content','field_64a420681a6a2'),(5382,819,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(5383,819,'_document_management_content','field_64a420b11a6a3'),(5384,819,'document_management_image','530'),(5385,819,'_document_management_image','field_64a420c41a6a4'),(5386,819,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(5387,819,'_los_page_main_content','field_64a426515ef63'),(5388,819,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(5389,819,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(5390,819,'structured_workflow_driven_process_image','527'),(5391,819,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(5392,819,'previous_page_name','Samadhan Ticketing System'),(5393,819,'_previous_page_name','field_64b4eae193404'),(5394,819,'previous_page_link','https://arukustech.com/solutions/samadhan-ticketing-system/'),(5395,819,'_previous_page_link','field_64b4eaf093405'),(5396,819,'next_page_name','Arukus Cross-Sell'),(5397,819,'_next_page_name','field_64b4eaf793406'),(5398,819,'next_page_link','https://arukustech.com/solutions/arukus-cross-sell/'),(5399,819,'_next_page_link','field_64b4eb0a93407'),(5408,213,'previous_page_name','Arukus Cross-Sell'),(5409,213,'_previous_page_name','field_64b4f67d073bc'),(5410,822,'banner_image','708'),(5411,822,'_banner_image','field_64a52c0e48256'),(5412,822,'banner_sub_heading','Revolutionize Debt Recovery with Arukus CMS'),(5413,822,'_banner_sub_heading','field_64a52c3f48257'),(5414,822,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(5415,822,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(5416,822,'streamline_your_collections_process_image','538'),(5417,822,'_streamline_your_collections_process_image','field_64a52c7c48259'),(5418,822,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(5419,822,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(5420,822,'efficiently_manage_collections_image','539'),(5421,822,'_efficiently_manage_collections_image','field_64a52cf24825b'),(5422,822,'previous_spage_name','Arukus Cross-Sell'),(5423,822,'_previous_spage_name','field_64b4f67d073bc'),(5424,822,'previous_page_link','https://arukustech.com/solutions/arukus-cross-sell/'),(5425,822,'_previous_page_link','field_64b4f6a5073bd'),(5426,822,'next_page_name','Enterprise Risk Management'),(5427,822,'_next_page_name','field_64b4eb6e8d483'),(5428,822,'next_page_link','https://arukustech.com/solutions/enterprise-risk-management/'),(5429,822,'_next_page_link','field_64b4ebc58d484'),(5430,822,'previous_page_name','Arukus Cross-Sell'),(5431,822,'_previous_page_name','field_64b4f67d073bc'),(5448,835,'banner_image','708'),(5449,835,'_banner_image','field_649d7a54f5560'),(5450,835,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(5451,835,'_banner_first_content','field_649d7a44f555f'),(5452,835,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(5453,835,'_banner_second_content','field_649d77fe773bf'),(5454,835,'request_a_demo_text','Book a Demo'),(5455,835,'_request_a_demo_text','field_649d782e773c0'),(5456,835,'download_brochure_link','675'),(5457,835,'_download_brochure_link','field_649d785c773c1'),(5458,835,'arukus_with_all_products_image','511'),(5459,835,'_arukus_with_all_products_image','field_649d787e773c2'),(5460,835,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(5461,835,'_solution_for_every_problem_content','field_649d78a1773c3'),(5462,835,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(5463,835,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(5464,835,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(5465,835,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(5466,835,'configurable_&_connected_platform_first_image','512'),(5467,835,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(5468,835,'configurable_&_connected_platform_second_image','513'),(5469,835,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(5470,835,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(5471,835,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(5472,835,'configurable_&_connected_platform_third_image','514'),(5473,835,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(5474,835,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(5475,835,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(5476,835,'about_us_section_image','516'),(5477,835,'_about_us_section_image','field_649d79db0798d'),(5478,835,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(5479,835,'_about_us_section_content','field_649d79fb0798e'),(5480,835,'solution_for_every_problem_title','Solution for Every Problem'),(5481,835,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(5482,835,'about_us_section_title','About Us'),(5483,835,'_about_us_section_title','field_649e95d349031'),(5484,835,'our_products_title','Our Products'),(5485,835,'_our_products_title','field_649ea81f66f02'),(5486,60,'about_us_main_heading','Who we are'),(5487,60,'_about_us_main_heading','field_64b63240a5c27'),(5488,837,'banner_heading','Empowering Financial Institutions Through Technology'),(5489,837,'_banner_heading','field_649eafe9407da'),(5490,837,'banner_image','708'),(5491,837,'_banner_image','field_649eb003407db'),(5492,837,'about_us_image','518'),(5493,837,'_about_us_image','field_649eb035407dc'),(5494,837,'about_us_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(5495,837,'_about_us_content','field_649eb077407dd'),(5496,837,'our_mission_content','<p>Our mission is to enable MFls and NBFCs to optimize their processes, streamline operations, and drive sustainable growth through innovative technology solutions. We believe that by harnessing the power of automation, data analytics, and digital transformation, financial institutions can enhance their efficiency, improve risk management, and better serve their customers. </p>'),(5497,837,'_our_mission_content','field_649eb093407de'),(5498,837,'our_mission_image','519'),(5499,837,'_our_mission_image','field_649eb0a3407df'),(5500,837,'industry_expertise_content','<p>With years of experience and expertise in the financial industry, our team at Arukus Technologies is well-versed in the complexities and intricacies of MFI and NBFC operations. We understand the challenges faced by these organizations, such as stringent regulatory requirements, evolving customer expectations, and the need for robust risk management. Our in-depth knowledge allows us to develop solutions that are tailored to the specific needs of our clients. </p>'),(5501,837,'_industry_expertise_content','field_649eb0cf407e0'),(5502,837,'industry_expertise_image','520'),(5503,837,'_industry_expertise_image','field_649eb0de407e1'),(5504,837,'exceptional_support_content','<p>At Arukus Technologies, we prioritize our clients\' success. We understand that implementing new technology solutions can be a transformative journey, and we are committed to providing exceptional support every step of the way. Our dedicated team of experts is readily available to assist with product integration, training, and ongoing support to ensure a seamless transition and maximum value for our clients. <br /><br />\r\n                        Join our growing family of satisfied clients who have experienced improved operational efficiency, enhanced risk management, and accelerated growth. </p>'),(5505,837,'_exceptional_support_content','field_649eb0f2407e2'),(5506,837,'exceptional_support_image','521'),(5507,837,'_exceptional_support_image','field_649eb109407e3'),(5508,837,'about_us_main_heading','Who we are'),(5509,837,'_about_us_main_heading','field_64b63240a5c27'),(5510,838,'_edit_last','1'),(5511,838,'_edit_lock','1689687962:1'),(5512,68,'banner_heading','Let\'s Connect and Learn!'),(5513,68,'_banner_heading','field_64b6331e4eabd'),(5514,840,'banner_heading','Let\'s Connect and Learn!'),(5515,840,'_banner_heading','field_64b6331e4eabd'),(5516,71,'_wp_old_date','2023-07-17'),(5517,74,'_wp_old_date','2023-07-17'),(5527,75,'_wp_old_date','2023-07-17'),(5528,210,'_wp_old_date','2023-07-17'),(5529,209,'_wp_old_date','2023-07-17'),(5530,408,'_wp_old_date','2023-07-17'),(5531,73,'_wp_old_date','2023-07-17'),(5532,105,'_wp_old_date','2023-07-14'),(5533,409,'_wp_old_date','2023-07-14'),(5534,619,'_wp_old_date','2023-07-14'),(5535,107,'_wp_old_date','2023-07-14'),(5537,841,'policy_based_sub_heading','Unlock Limitless Flexibility: Configuring Policies to suit  your Business Needs'),(5538,841,'_policy_based_sub_heading','field_64b101c191714'),(5539,841,'policy_based_description','Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance.'),(5540,841,'_policy_based_description','field_64b103abfea6e'),(5541,842,'policy_based_sub_heading','Unlock Limitless Flexibility: Configuring Policies to suit  your Business Needs'),(5542,842,'_policy_based_sub_heading','field_64b101c191714'),(5543,842,'policy_based_description','Arukus configuration settings pave the way for companies to effortlessly align with their own policies and adapt to future policy changes. With Arukus, organizations gain the power to mold the software product according to their unique requirements, ensuring that it seamlessly reflects their existing policies.'),(5544,842,'_policy_based_description','field_64b103abfea6e'),(5545,126,'_yoast_wpseo_primary_policy-category',''),(5546,126,'_yoast_wpseo_content_score','90'),(5547,126,'_yoast_wpseo_estimated-reading-time-minutes','1'),(5548,126,'_yoast_wpseo_wordproof_timestamp',''),(5551,68,'main_heading','Thanks for your interest in <br /><span> Arukus Technologies</span>'),(5552,68,'_main_heading','field_64b667b51498d'),(5553,68,'main_description','We’d love to hear more about your company and its processes? Submit this form and our representative will contact you soon'),(5554,68,'_main_description','field_64b667cd1498e'),(5555,845,'banner_heading','Let\'s Connect and Learn!'),(5556,845,'_banner_heading','field_64b6331e4eabd'),(5557,845,'main_heading','Thanks for your interest in <br /><span> Arukus Technologies</span>'),(5558,845,'_main_heading','field_64b667b51498d'),(5559,845,'main_description','We’d love to hear more about your                          company and its processes? Submit this                          form and our representative will contact                          you soon'),(5560,845,'_main_description','field_64b667cd1498e'),(5561,846,'banner_heading','Let\'s Connect and Learn!'),(5562,846,'_banner_heading','field_64b6331e4eabd'),(5563,846,'main_heading','Thanks for your interest in <br /><span> Arukus Technologies</span>'),(5564,846,'_main_heading','field_64b667b51498d'),(5565,846,'main_description','We’d love to hear more about your company and its processes? Submit this form and our representative will contact you soon'),(5566,846,'_main_description','field_64b667cd1498e'),(5567,848,'_form','<div class=\"row gx-5\"><div class=\"col-md-6\"><div class=\"portion\"><label for=\"\"><span class=\"required\">*</span>Name</label><div class=\"input_area\">[text* yourfirstname placeholder \"eg.John Miller\"]<i class=\"fa-solid fa-user\"></i></div></div></div><div class=\"col-md-6\"><div class=\"portion\"><label for=\"\"><span class=\"required\">*</span>Corporate Email</label><div class=\"input_area\">[email* youremailaddress placeholder \"eg.johnmiller@gmail.com\"]<i class=\"fa-solid fa-envelope\"></i></div></div></div>\n<div class=\"col-md-12\"><div class=\"portion\"><label for=\"\"><span class=\"required\">*</span>Select Product</label><div class=\"input_area\">[select* our_products class:multiple-checkboxes multiple:multiple id:selectPick \"Loan Origination System\" \"Cross-sell\" \"Risk Audit\" \"Collection Management System\" \"Expense Management System\" \"Audit and Compliance\" \"Field Force Tracking\" \"Fraud Management System\" \"Support 360: Ticketing System\"]<i class=\"fa-solid fa-cart-shopping\"></i></div></div></div><div class=\"col-md-6\"><div class=\"portion country\"><label for=\"\"><span class=\"required\">*</span>Phone Number</label><div class=\"input_area\">[tel* yourPhoneNumber id:contactFormPageSec placeholder \"eg.(1)424 123 5489\"]</div></div></div><div class=\"col-md-6\"><div class=\"portion\"><label for=\"\">Company Name</label><div class=\"input_area\">[text yourcompanyname placeholder \"eg.Your Company name\"]<i class=\"fa-solid fa-building\"></i></div></div></div><div class=\"col-md-12\"><div class=\"portion textarea\"><label for=\"\">Questions or Comments (Optional)</label><div class=\"input_area\">[textarea yourmessage placeholder \"Tell us a little bit about what you are looking for\"]<i class=\"fa-solid fa-comments\"></i></div></div></div><div class=\"col-md-12\"><div class=\"portion\">[submit \"Contact Us\"]</div></div></div>'),(5568,848,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:15:\"Contact Request\";s:6:\"sender\";s:36:\"[yourfirstname] <[youremailaddress]>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:315:\"From: [yourfirstname] <[youremailaddress]>\nSubject: Contact Request\n\nMessage Body:\nName: [yourfirstname]\nEmail: [youremailaddress]\nMobile No: [yourPhoneNumber]\nProduct: [our_products]\nCompany Name: [yourcompanyname]\nMessage: [yourmessage]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:54:\"Bcc: sales@arukustech.com\nReply-To: [youremailaddress]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5569,848,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:45:\"Thank You for Contacting Arukus Technologies!\";s:6:\"sender\";s:35:\"[_site_title] <[_site_admin_email]>\";s:9:\"recipient\";s:18:\"[youremailaddress]\";s:4:\"body\";s:6668:\"<html lang=en><meta charset=utf-8><title>Arukus Technologies</title><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css rel=stylesheet><style>html{width:100%;margin:0;padding:0}body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;margin:0;padding:0;-webkit-font-smoothing:antialiased}table{border-spacing:0}img{display:block!important;outline:0;text-decoration:none;-ms-interpolation-mode:bicubic;border:none;height:auto;line-height:100%}img.image-inline{display:inline-block!important}p{padding:0;margin:0}br{line-height:0!important}a,b,div,em,i,li,p,span,strong,td{-webkit-text-size-adjust:none}table td,table tr{border-collapse:collapse}table{border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0}@media screen and (max-width:100%){table[class=table-wrappper]{width:100%!important}td[class=content-left-gap]{width:5%!important}table[class=content-table],td[class=content-table]{width:100%!important}td[class=banner-image] img{width:100%!important}table[class=main-table-wrappper]{width:100%!important}td[class=gap-01]{height:15px!important}td[class=space-01]{width:15px!important}table[class=table-wrappper] .heading01{font-size:20px!important}table[class=table-wrappper] .text01{font-size:14px!important;margin-bottom:24px!important}table[class=table-wrappper] .heading02{font-size:24px!important}td[class=content-border]{height:25px!important}table[class=table-wrappper] .heading03{font-size:18px!important}table[class=table-wrappper] .email-link{display:block!important;margin:10px 0!important}}@media screen and (max-width:420px){table[class=brand]{width:100%!important;text-align:left!important}table[class=website-btn]{width:100%!important;text-align:left!important}table[class=website-btn-tbl]{width:130px!important}}</style><body style=background-color:#d7d7d7><table align=left cellpadding=0 cellspacing=0 style=\"width:100%;border-left:15px solid #d7d7d7;border-right:15px solid #d7d7d7\"bgcolor=#d7d7d7><tr><td height=28 class=gap-01><tr><td class=main-td><table align=left cellpadding=0 cellspacing=0 class=main-table-wrappper style=width:800px bgcolor=#ffffff><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td height=15 colspan=4><tr><td width=20><td align=left valign=top><table align=left cellpadding=0 cellspacing=0 class=brand style=width:109px><tr><td align=left><a href=https://arukustech.com style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Arukus Technologies height=39 src=https://arukustech.com/wp-content/uploads/2023/07/logo-web.jpg style=border:none title=Arukus Technologies width=150></a></table><td align=right style=padding-top:9px valign=top><table align=right cellpadding=0 cellspacing=0 class=website-btn style=width:130px width=130><tr><td height=1 class=gap-01><tr><td align=right><table align=right cellpadding=0 cellspacing=0 class=website-btn-tbl width=100%><tr><td align=right style=height:35px><a href=https://arukustech.com style=color:#fff;border-radius:4px;background-color:#eb553c;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;width:108px;height:15px;display:block;text-align:left;text-decoration:none;padding:10px;cursor:pointer;line-height:15px>Go Website</a></table></table><td width=20><tr><td height=15 colspan=4></table><tr><td class=banner-image><a href=# style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Banner height=175 src=https://arukustech.com/wp-content/uploads/2023/07/mail_banner.png style=border:none; box-sizing:border-box; title=Banner width=800></a><tr><td height=25 class=gap-01><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td class=content-left-gap width=25><td><table align=left cellpadding=0 cellspacing=0 class=content-table style=width:100%><tr><td align=left><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\"class=text01><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\">Dear [yourfirstname], <br><br>Thank you for reaching out to Arukus Technologies. We appreciate your interest and the opportunity to connect with you. Your inquiry is important to us, and we are excited to assist you in any way we can.<br><br>\nAt <strong>Arukus Technologies</strong>, we are dedicated to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with innovative technology solutions that drive operational excellence, enhance risk management, and fuel sustainable growth. We understand the unique challenges faced by financial institutions and are committed to delivering tailored solutions that \nmeet your specific needs.<br><br>\nWe value your trust in our expertise and assure you that your inquiry will be handled with the utmost attention and professionalism. We strive to provide exceptional customer service and aim to exceed your expectations in every interaction.<br><br>\nShould you require immediate assistance or have any urgent maters, please feel free to contact us directly at <a href=\"tel:+91-33-4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none>+91-33-4808-9668</a> or <a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link>info@arukustech.com</a>.<br><br>\nThank you for considering Arukus Technologies as your technology partner.<br><br> Best regards,<br>Arukus Technologies<br><a href=\"https://arukustech.com/\" target=\"_blank\">https://arukustech.com/</a><tr><td height=38 class=content-border style=\"border-top:1px solid #cfcece\"><tr><td align=center><p style=\"margin:0 0 6px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#293a47;font-weight:700\"class=heading03>Get connected with us!<p style=\"margin:0 0 10px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#293a47\"class=text01><a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link><i class=\"fa-solid fa-envelope\"></i> info@arukustech.com</a><a href=\"tel:(033) 4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none><i class=\"fa-solid fa-phone-volume\"></i> (033) 4808-9668</a><tr><td height=20><tr><td align=center><p style=margin:0;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47>&copy;  Copyright 2024. All Rights Reserved.<tr><td height=20></table><td class=content-left-gap width=25></table><tr><td height=9 bgcolor=#293a47></table><tr><td height=28 class=gap-01></table>\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(5570,848,'_messages','a:22:{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:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";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:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";}'),(5571,848,'_additional_settings',''),(5572,848,'_locale','en_US'),(5582,862,'banner_image','708'),(5583,862,'_banner_image','field_64a41e781a69b'),(5584,862,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(5585,862,'_banner_sub_heading','field_64a41ebe1a69c'),(5586,862,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of apps from loan application, assessment, document processing, disbursement and collection.'),(5587,862,'_los_flow_short_description','field_64a41f341a69d'),(5588,862,'los_flow_right_side_image','526'),(5589,862,'_los_flow_right_side_image','field_64a41f5d1a69e'),(5590,862,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(5591,862,'_los_admin_panel_content','field_64a4201e1a69f'),(5592,862,'los_admin_panel_image','528'),(5593,862,'_los_admin_panel_image','field_64a4203c1a6a0'),(5594,862,'central_checking_applications_image','531'),(5595,862,'_central_checking_applications_image','field_64a4204e1a6a1'),(5596,862,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(5597,862,'_central_checking_applications_content','field_64a420681a6a2'),(5598,862,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(5599,862,'_document_management_content','field_64a420b11a6a3'),(5600,862,'document_management_image','530'),(5601,862,'_document_management_image','field_64a420c41a6a4'),(5602,862,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(5603,862,'_los_page_main_content','field_64a426515ef63'),(5604,862,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(5605,862,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(5606,862,'structured_workflow_driven_process_image','527'),(5607,862,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(5608,862,'previous_page_name','Samadhan Ticketing System'),(5609,862,'_previous_page_name','field_64b4eae193404'),(5610,862,'previous_page_link','https://arukustech.com/solutions/samadhan-ticketing-system/'),(5611,862,'_previous_page_link','field_64b4eaf093405'),(5612,862,'next_page_name','Arukus Cross-Sell'),(5613,862,'_next_page_name','field_64b4eaf793406'),(5614,862,'next_page_link','https://arukustech.com/solutions/arukus-cross-sell/'),(5615,862,'_next_page_link','field_64b4eb0a93407'),(5616,863,'banner_image','708'),(5617,863,'_banner_image','field_64abe9531cd45'),(5618,863,'banner_sub_heading','The latest Microfinance industry news, technology trends and insights'),(5619,863,'_banner_sub_heading','field_64abe9741cd46'),(5633,870,'_form','<div class=\"form_wrapper\"><div class=\"row\"><div class=\"col-md-6\"><div class=\"portion\">[text* date_choose class:walcf7-datepicker placeholder \"Choose Appointment Date\"]</div></div><div class=\"col-md-6\"><div class=\"portion\">[text* date_time class:walcf7-timepicker placeholder \"Choose Appointment Time\"]</div></div><div class=\"col-md-12\"><div class=\"portion\">[submit \"Confirm Your Slot\"]</div></div></div></div>'),(5634,870,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:19:\"Book a Demo Request\";s:6:\"sender\";s:39:\"[your_full_name] < [your_email_address]\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:327:\"From: [your_full_name] < [your_email_address]\nSubject: Book a Demo Request\n\nMessage Body:\nName: [your_full_name]\nYour Designation: [your_designation]\nInstitute Name: [name_of_institution]\nMobile No: [your_mobile_no]\nEmail Address: [your_email_address]\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:30:\"Reply-To: [your_email_address]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5635,870,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:44:\"[_site_title] <wordpress@dev.arukustech.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5636,870,'_messages','a:22:{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:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";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:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";}'),(5637,870,'_additional_settings',''),(5638,870,'_locale','en_US'),(5656,871,'_wp_attached_file','2023/07/mail_banner.png'),(5657,871,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:212;s:4:\"file\";s:23:\"2023/07/mail_banner.png\";s:8:\"filesize\";i:51490;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"mail_banner-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9215;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"mail_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8936;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"mail_banner-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42642;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:23:\"mail_banner-600x159.png\";s:5:\"width\";i:600;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29008;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:23:\"mail_banner-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42642;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5670,872,'banner_image','708'),(5671,872,'_banner_image','field_64a41e781a69b'),(5672,872,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(5673,872,'_banner_sub_heading','field_64a41ebe1a69c'),(5674,872,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of apps from loan application, assessment, document processing, disbursement and collection.'),(5675,872,'_los_flow_short_description','field_64a41f341a69d'),(5676,872,'los_flow_right_side_image','526'),(5677,872,'_los_flow_right_side_image','field_64a41f5d1a69e'),(5678,872,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(5679,872,'_los_admin_panel_content','field_64a4201e1a69f'),(5680,872,'los_admin_panel_image','528'),(5681,872,'_los_admin_panel_image','field_64a4203c1a6a0'),(5682,872,'central_checking_applications_image','531'),(5683,872,'_central_checking_applications_image','field_64a4204e1a6a1'),(5684,872,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(5685,872,'_central_checking_applications_content','field_64a420681a6a2'),(5686,872,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(5687,872,'_document_management_content','field_64a420b11a6a3'),(5688,872,'document_management_image','530'),(5689,872,'_document_management_image','field_64a420c41a6a4'),(5690,872,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(5691,872,'_los_page_main_content','field_64a426515ef63'),(5692,872,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(5693,872,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(5694,872,'structured_workflow_driven_process_image','527'),(5695,872,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(5696,872,'previous_page_name','Samadhan Ticketing System'),(5697,872,'_previous_page_name','field_64b4eae193404'),(5698,872,'previous_page_link','https://arukustech.com/solutions/samadhan-ticketing-system/'),(5699,872,'_previous_page_link','field_64b4eaf093405'),(5700,872,'next_page_name','Arukus Cross-Sell'),(5701,872,'_next_page_name','field_64b4eaf793406'),(5702,872,'next_page_link','https://arukustech.com/solutions/arukus-cross-sell/'),(5703,872,'_next_page_link','field_64b4eb0a93407'),(5704,873,'banner_image','708'),(5705,873,'_banner_image','field_649d7a54f5560'),(5706,873,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(5707,873,'_banner_first_content','field_649d7a44f555f'),(5708,873,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(5709,873,'_banner_second_content','field_649d77fe773bf'),(5710,873,'request_a_demo_text','Book a Demo'),(5711,873,'_request_a_demo_text','field_649d782e773c0'),(5712,873,'download_brochure_link','675'),(5713,873,'_download_brochure_link','field_649d785c773c1'),(5714,873,'arukus_with_all_products_image','511'),(5715,873,'_arukus_with_all_products_image','field_649d787e773c2'),(5716,873,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(5717,873,'_solution_for_every_problem_content','field_649d78a1773c3'),(5718,873,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(5719,873,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(5720,873,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(5721,873,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(5722,873,'configurable_&_connected_platform_first_image','512'),(5723,873,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(5724,873,'configurable_&_connected_platform_second_image','513'),(5725,873,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(5726,873,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(5727,873,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(5728,873,'configurable_&_connected_platform_third_image','514'),(5729,873,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(5730,873,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(5731,873,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(5732,873,'about_us_section_image','516'),(5733,873,'_about_us_section_image','field_649d79db0798d'),(5734,873,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(5735,873,'_about_us_section_content','field_649d79fb0798e'),(5736,873,'solution_for_every_problem_title','Solution for Every Problem'),(5737,873,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(5738,873,'about_us_section_title','About Us'),(5739,873,'_about_us_section_title','field_649e95d349031'),(5740,873,'our_products_title','Our Products'),(5741,873,'_our_products_title','field_649ea81f66f02'),(5742,876,'banner_image','708'),(5743,876,'_banner_image','field_64ad40464f290'),(5744,876,'banner_heading','Support Ticket System'),(5745,876,'_banner_heading','field_64ad405b4f291'),(5746,876,'main_section_heading','Empower Your Support Team With Support360 - The Ultimate Ticketing System'),(5747,876,'_main_section_heading','field_64ad3e64bfa1b'),(5748,876,'main_section_short_content','Introducing Support360: Arukus Technologies\' Cutting-Edge Support Ticket System. Experience the Power of Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Fully Customizable Workflows'),(5749,876,'_main_section_short_content','field_64ad3e84bfa1c'),(5750,876,'previous_page_name','Fraud Control System'),(5751,876,'_previous_page_name','field_64b4f87c28700'),(5752,876,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5753,876,'_previous_page_link','field_64b4f8cc28702'),(5754,876,'next_page_name','Loan Origination System'),(5755,876,'_next_page_name','field_64b4eefa47cce'),(5756,876,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5757,876,'_next_page_link','field_64b4ef1252512'),(5758,877,'banner_image','708'),(5759,877,'_banner_image','field_64ad40464f290'),(5760,877,'banner_heading','Support Ticket System'),(5761,877,'_banner_heading','field_64ad405b4f291'),(5762,877,'main_section_heading','Empower Your Support Team With Support360'),(5763,877,'_main_section_heading','field_64ad3e64bfa1b'),(5764,877,'main_section_short_content','Introducing Support360: Arukus Technologies\' Cutting-Edge Support Ticket System. Experience the Power of Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Fully Customizable Workflows'),(5765,877,'_main_section_short_content','field_64ad3e84bfa1c'),(5766,877,'previous_page_name','Fraud Control System'),(5767,877,'_previous_page_name','field_64b4f87c28700'),(5768,877,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5769,877,'_previous_page_link','field_64b4f8cc28702'),(5770,877,'next_page_name','Loan Origination System'),(5771,877,'_next_page_name','field_64b4eefa47cce'),(5772,877,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5773,877,'_next_page_link','field_64b4ef1252512'),(5774,878,'banner_image','708'),(5775,878,'_banner_image','field_64ad40464f290'),(5776,878,'banner_heading','Your Comprehensive Helpdesk Solution!'),(5777,878,'_banner_heading','field_64ad405b4f291'),(5778,878,'main_section_heading','Empower Your Support Team With Support360'),(5779,878,'_main_section_heading','field_64ad3e64bfa1b'),(5780,878,'main_section_short_content','Introducing Support360: Arukus Technologies\' Cutting-Edge Support Ticket System. Experience the Power of Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Fully Customizable Workflows'),(5781,878,'_main_section_short_content','field_64ad3e84bfa1c'),(5782,878,'previous_page_name','Fraud Control System'),(5783,878,'_previous_page_name','field_64b4f87c28700'),(5784,878,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5785,878,'_previous_page_link','field_64b4f8cc28702'),(5786,878,'next_page_name','Loan Origination System'),(5787,878,'_next_page_name','field_64b4eefa47cce'),(5788,878,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5789,878,'_next_page_link','field_64b4ef1252512'),(5790,879,'banner_image','708'),(5791,879,'_banner_image','field_64ad40464f290'),(5792,879,'banner_heading','Your Comprehensive Helpdesk Solution!'),(5793,879,'_banner_heading','field_64ad405b4f291'),(5794,879,'main_section_heading','Empower Your Support Team With Support360'),(5795,879,'_main_section_heading','field_64ad3e64bfa1b'),(5796,879,'main_section_short_content','Experience the Power of Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automation and Fully Customizable Workflows'),(5797,879,'_main_section_short_content','field_64ad3e84bfa1c'),(5798,879,'previous_page_name','Fraud Control System'),(5799,879,'_previous_page_name','field_64b4f87c28700'),(5800,879,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5801,879,'_previous_page_link','field_64b4f8cc28702'),(5802,879,'next_page_name','Loan Origination System'),(5803,879,'_next_page_name','field_64b4eefa47cce'),(5804,879,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5805,879,'_next_page_link','field_64b4ef1252512'),(5806,71,'_wp_old_date','2023-07-18'),(5807,74,'_wp_old_date','2023-07-18'),(5817,75,'_wp_old_date','2023-07-18'),(5818,210,'_wp_old_date','2023-07-18'),(5819,209,'_wp_old_date','2023-07-18'),(5820,408,'_wp_old_date','2023-07-18'),(5821,73,'_wp_old_date','2023-07-18'),(5822,880,'banner_image','708'),(5823,880,'_banner_image','field_64ad40464f290'),(5824,880,'banner_heading','Support Ticket System'),(5825,880,'_banner_heading','field_64ad405b4f291'),(5826,880,'main_section_heading','Empower Your Support Team With Support360 - The Ultimate Ticketing System'),(5827,880,'_main_section_heading','field_64ad3e64bfa1b'),(5828,880,'main_section_short_content','Introducing Support360: Arukus Technologies\' Cutting-Edge Support Ticket System. Experience the Power of Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Fully Customizable Workflows'),(5829,880,'_main_section_short_content','field_64ad3e84bfa1c'),(5830,880,'previous_page_name','Fraud Control System'),(5831,880,'_previous_page_name','field_64b4f87c28700'),(5832,880,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5833,880,'_previous_page_link','field_64b4f8cc28702'),(5834,880,'next_page_name','Loan Origination System'),(5835,880,'_next_page_name','field_64b4eefa47cce'),(5836,880,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5837,880,'_next_page_link','field_64b4ef1252512'),(5838,881,'banner_image','708'),(5839,881,'_banner_image','field_64ad40464f290'),(5840,881,'banner_heading','Your Comprehensive Helpdesk Solution!'),(5841,881,'_banner_heading','field_64ad405b4f291'),(5842,881,'main_section_heading','Empower Your Support Team With Support360'),(5843,881,'_main_section_heading','field_64ad3e64bfa1b'),(5844,881,'main_section_short_content','Experience the Power of Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automation and Fully Customizable Workflows'),(5845,881,'_main_section_short_content','field_64ad3e84bfa1c'),(5846,881,'previous_page_name','Fraud Control System'),(5847,881,'_previous_page_name','field_64b4f87c28700'),(5848,881,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5849,881,'_previous_page_link','field_64b4f8cc28702'),(5850,881,'next_page_name','Loan Origination System'),(5851,881,'_next_page_name','field_64b4eefa47cce'),(5852,881,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5853,881,'_next_page_link','field_64b4ef1252512'),(5854,225,'_yoast_wpseo_focuskw','helpdesk software'),(5855,225,'_yoast_wpseo_title','%%title%% %%sep%% The Ultimate Helpdesk Software Solution %%sep%% %%sitename%%'),(5856,225,'_yoast_wpseo_metadesc','The ultimate helpdesk software solution. Streamline customer service, enhance issue resolution, and achieve unrivaled user satisfaction.'),(5857,225,'_yoast_wpseo_linkdex','71'),(5858,883,'banner_image','708'),(5859,883,'_banner_image','field_64ad40464f290'),(5860,883,'banner_heading','Your Comprehensive Helpdesk Solution!'),(5861,883,'_banner_heading','field_64ad405b4f291'),(5862,883,'main_section_heading','Empower Your Support Team With Support360'),(5863,883,'_main_section_heading','field_64ad3e64bfa1b'),(5864,883,'main_section_short_content','Experience the Power of a Feature-Rich HelpDesk Software Solution from Arukus Technologies, Accelerating Ticket Resolution Through Proactive Automation and Fully Customizable Workflows.'),(5865,883,'_main_section_short_content','field_64ad3e84bfa1c'),(5866,883,'previous_page_name','Fraud Control System'),(5867,883,'_previous_page_name','field_64b4f87c28700'),(5868,883,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5869,883,'_previous_page_link','field_64b4f8cc28702'),(5870,883,'next_page_name','Loan Origination System'),(5871,883,'_next_page_name','field_64b4eefa47cce'),(5872,883,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5873,883,'_next_page_link','field_64b4ef1252512'),(5874,884,'banner_image','708'),(5875,884,'_banner_image','field_64ad40464f290'),(5876,884,'banner_heading','Your Comprehensive Helpdesk Solution!'),(5877,884,'_banner_heading','field_64ad405b4f291'),(5878,884,'main_section_heading','Empower Your Support Team With Support360'),(5879,884,'_main_section_heading','field_64ad3e64bfa1b'),(5880,884,'main_section_short_content','Experience the Power of a Feature-Rich HelpDesk Software Solution from Arukus Technologies, Accelerating Ticket Resolution Through Proactive Automation and Fully Customizable Workflows.'),(5881,884,'_main_section_short_content','field_64ad3e84bfa1c'),(5882,884,'previous_page_name','Fraud Control System'),(5883,884,'_previous_page_name','field_64b4f87c28700'),(5884,884,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5885,884,'_previous_page_link','field_64b4f8cc28702'),(5886,884,'next_page_name','Loan Origination System'),(5887,884,'_next_page_name','field_64b4eefa47cce'),(5888,884,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5889,884,'_next_page_link','field_64b4ef1252512'),(5890,885,'banner_image','708'),(5891,885,'_banner_image','field_64ad40464f290'),(5892,885,'banner_heading','Your Comprehensive Helpdesk Solution!'),(5893,885,'_banner_heading','field_64ad405b4f291'),(5894,885,'main_section_heading','Empower Your Support Team With Support360'),(5895,885,'_main_section_heading','field_64ad3e64bfa1b'),(5896,885,'main_section_short_content','Experience the Power of a Feature-Rich HelpDesk Software Solution from Arukus Technologies, Accelerating Ticket Resolution Through Proactive Automation and Fully Customizable Workflows.'),(5897,885,'_main_section_short_content','field_64ad3e84bfa1c'),(5898,885,'previous_page_name','Fraud Control System'),(5899,885,'_previous_page_name','field_64b4f87c28700'),(5900,885,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5901,885,'_previous_page_link','field_64b4f8cc28702'),(5902,885,'next_page_name','Loan Origination System'),(5903,885,'_next_page_name','field_64b4eefa47cce'),(5904,885,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5905,885,'_next_page_link','field_64b4ef1252512'),(5906,886,'banner_image','708'),(5907,886,'_banner_image','field_64ad40464f290'),(5908,886,'banner_heading','Your Comprehensive Helpdesk Solution!'),(5909,886,'_banner_heading','field_64ad405b4f291'),(5910,886,'main_section_heading','Empower Your Support Team With Support360'),(5911,886,'_main_section_heading','field_64ad3e64bfa1b'),(5912,886,'main_section_short_content','Experience the Power of a Feature-Rich HelpDesk Software Solution from Arukus Technologies, Accelerating Ticket Resolution Through Proactive Automation and Fully Customizable Workflows.'),(5913,886,'_main_section_short_content','field_64ad3e84bfa1c'),(5914,886,'previous_page_name','Fraud Control System'),(5915,886,'_previous_page_name','field_64b4f87c28700'),(5916,886,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5917,886,'_previous_page_link','field_64b4f8cc28702'),(5918,886,'next_page_name','Loan Origination System'),(5919,886,'_next_page_name','field_64b4eefa47cce'),(5920,886,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5921,886,'_next_page_link','field_64b4ef1252512'),(5922,583,'_wp_attachment_image_alt','Support360 - Arukus Technologies Helpdesk Solution'),(5923,887,'banner_image','708'),(5924,887,'_banner_image','field_64ad40464f290'),(5925,887,'banner_heading','Your Comprehensive Helpdesk Solution!'),(5926,887,'_banner_heading','field_64ad405b4f291'),(5927,887,'main_section_heading','Empower Your Support Team With Support360'),(5928,887,'_main_section_heading','field_64ad3e64bfa1b'),(5929,887,'main_section_short_content','Experience the Power of a Feature-Rich HelpDesk Software Solution from Arukus Technologies, Accelerating Ticket Resolution Through Proactive Automation and Fully Customizable Workflows.'),(5930,887,'_main_section_short_content','field_64ad3e84bfa1c'),(5931,887,'previous_page_name','Fraud Control System'),(5932,887,'_previous_page_name','field_64b4f87c28700'),(5933,887,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(5934,887,'_previous_page_link','field_64b4f8cc28702'),(5935,887,'next_page_name','Loan Origination System'),(5936,887,'_next_page_name','field_64b4eefa47cce'),(5937,887,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(5938,887,'_next_page_link','field_64b4ef1252512'),(5939,889,'banner_image','708'),(5940,889,'_banner_image','field_64ad40464f290'),(5941,889,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(5942,889,'_banner_sub_heading','field_64abe9741cd46'),(5943,889,'main_section_heading','Prevent Fraud with Arukus Technologies'),(5944,889,'_main_section_heading','field_64ad3e64bfa1b'),(5945,889,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(5946,889,'_main_section_short_content','field_64ad3e84bfa1c'),(5947,889,'banner_heading','Prevent Fraud with Arukus Technologies'),(5948,889,'_banner_heading','field_64ad405b4f291'),(5949,889,'previous_page_name','Audit & Compliance'),(5950,889,'_previous_page_name','field_64b4f87c28700'),(5951,889,'previous_page_link','https://arukustech.com/solutions/audit-compliance/'),(5952,889,'_previous_page_link','field_64b4f8cc28702'),(5953,889,'next_page_name','Samadhan Ticketing System'),(5954,889,'_next_page_name','field_64b4eefa47cce'),(5955,889,'next_page_link','https://arukustech.com/solutions/samadhan-ticketing-system/'),(5956,889,'_next_page_link','field_64b4ef1252512'),(5957,890,'banner_image','708'),(5958,890,'_banner_image','field_64ad40464f290'),(5959,890,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(5960,890,'_banner_sub_heading','field_64abe9741cd46'),(5961,890,'main_section_heading','Prevent Fraud with Arukus Technologies'),(5962,890,'_main_section_heading','field_64ad3e64bfa1b'),(5963,890,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(5964,890,'_main_section_short_content','field_64ad3e84bfa1c'),(5965,890,'banner_heading','Prevent Fraud with Arukus Technologies'),(5966,890,'_banner_heading','field_64ad405b4f291'),(5967,890,'previous_page_name','Audit & Compliance'),(5968,890,'_previous_page_name','field_64b4f87c28700'),(5969,890,'previous_page_link','https://arukustech.com/solutions/audit-compliance/'),(5970,890,'_previous_page_link','field_64b4f8cc28702'),(5971,890,'next_page_name','Samadhan Ticketing System'),(5972,890,'_next_page_name','field_64b4eefa47cce'),(5973,890,'next_page_link','https://arukustech.com/solutions/samadhan-ticketing-system/'),(5974,890,'_next_page_link','field_64b4ef1252512'),(5976,44,'_wp_attachment_image_alt','Fraud Control System for MFI & NBFCs - Arukus Technologies'),(5977,223,'_yoast_wpseo_focuskw','Fraud Control system'),(5978,223,'_yoast_wpseo_metadesc','Fraud Control System for MFIs and NBFCs to proactively detect and prevent fraud scenarios like cash misappropriation, false documentation, etc'),(5979,223,'_yoast_wpseo_linkdex','71'),(5980,891,'banner_image','708'),(5981,891,'_banner_image','field_64ad40464f290'),(5982,891,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(5983,891,'_banner_sub_heading','field_64abe9741cd46'),(5984,891,'main_section_heading','Prevent Fraud with Arukus Technologies'),(5985,891,'_main_section_heading','field_64ad3e64bfa1b'),(5986,891,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(5987,891,'_main_section_short_content','field_64ad3e84bfa1c'),(5988,891,'banner_heading','Prevent Fraud with Arukus Technologies'),(5989,891,'_banner_heading','field_64ad405b4f291'),(5990,891,'previous_page_name','Audit & Compliance'),(5991,891,'_previous_page_name','field_64b4f87c28700'),(5992,891,'previous_page_link','https://arukustech.com/solutions/audit-compliance/'),(5993,891,'_previous_page_link','field_64b4f8cc28702'),(5994,891,'next_page_name','Samadhan Ticketing System'),(5995,891,'_next_page_name','field_64b4eefa47cce'),(5996,891,'next_page_link','https://arukustech.com/solutions/samadhan-ticketing-system/'),(5997,891,'_next_page_link','field_64b4ef1252512'),(5998,892,'banner_image','708'),(5999,892,'_banner_image','field_64ad40464f290'),(6000,892,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(6001,892,'_banner_sub_heading','field_64abe9741cd46'),(6002,892,'main_section_heading','Prevent Fraud with Arukus Technologies'),(6003,892,'_main_section_heading','field_64ad3e64bfa1b'),(6004,892,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(6005,892,'_main_section_short_content','field_64ad3e84bfa1c'),(6006,892,'banner_heading','Prevent Fraud with Arukus Technologies'),(6007,892,'_banner_heading','field_64ad405b4f291'),(6008,892,'previous_page_name','Audit & Compliance'),(6009,892,'_previous_page_name','field_64b4f87c28700'),(6010,892,'previous_page_link','https://arukustech.com/solutions/audit-compliance/'),(6011,892,'_previous_page_link','field_64b4f8cc28702'),(6012,892,'next_page_name','Samadhan Ticketing System'),(6013,892,'_next_page_name','field_64b4eefa47cce'),(6014,892,'next_page_link','https://arukustech.com/solutions/samadhan-ticketing-system/'),(6015,892,'_next_page_link','field_64b4ef1252512'),(6020,894,'banner_heading','Empowering Financial Institutions Through Technology'),(6021,894,'_banner_heading','field_649eafe9407da'),(6022,894,'banner_image','893'),(6023,894,'_banner_image','field_649eb003407db'),(6024,894,'about_us_image','518'),(6025,894,'_about_us_image','field_649eb035407dc'),(6026,894,'about_us_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(6027,894,'_about_us_content','field_649eb077407dd'),(6028,894,'our_mission_content','<p>Our mission is to enable MFls and NBFCs to optimize their processes, streamline operations, and drive sustainable growth through innovative technology solutions. We believe that by harnessing the power of automation, data analytics, and digital transformation, financial institutions can enhance their efficiency, improve risk management, and better serve their customers. </p>'),(6029,894,'_our_mission_content','field_649eb093407de'),(6030,894,'our_mission_image','519'),(6031,894,'_our_mission_image','field_649eb0a3407df'),(6032,894,'industry_expertise_content','<p>With years of experience and expertise in the financial industry, our team at Arukus Technologies is well-versed in the complexities and intricacies of MFI and NBFC operations. We understand the challenges faced by these organizations, such as stringent regulatory requirements, evolving customer expectations, and the need for robust risk management. Our in-depth knowledge allows us to develop solutions that are tailored to the specific needs of our clients. </p>'),(6033,894,'_industry_expertise_content','field_649eb0cf407e0'),(6034,894,'industry_expertise_image','520'),(6035,894,'_industry_expertise_image','field_649eb0de407e1'),(6036,894,'exceptional_support_content','<p>At Arukus Technologies, we prioritize our clients\' success. We understand that implementing new technology solutions can be a transformative journey, and we are committed to providing exceptional support every step of the way. Our dedicated team of experts is readily available to assist with product integration, training, and ongoing support to ensure a seamless transition and maximum value for our clients. <br /><br />\r\n                        Join our growing family of satisfied clients who have experienced improved operational efficiency, enhanced risk management, and accelerated growth. </p>'),(6037,894,'_exceptional_support_content','field_649eb0f2407e2'),(6038,894,'exceptional_support_image','521'),(6039,894,'_exceptional_support_image','field_649eb109407e3'),(6040,894,'about_us_main_heading','Who we are'),(6041,894,'_about_us_main_heading','field_64b63240a5c27'),(6042,219,'_yoast_wpseo_focuskw','Field Sales Performance Tracking'),(6043,219,'_yoast_wpseo_title','Field Track-O: Field Sales Performance Tracking App by %%sitename%%'),(6044,219,'_yoast_wpseo_metadesc','Field sales performance tracking app for NBFCs & MFIs with intuitive tools, location tracking, analytics to boost productivity & operations.'),(6045,219,'_yoast_wpseo_linkdex','73'),(6046,896,'banner_image','708'),(6047,896,'_banner_image','field_64a80b19d8b4e'),(6048,896,'banner_heading','The Most Effective Performance and Tracking App by Arukus Technologies'),(6049,896,'_banner_heading','field_64a80b4cd8b4f'),(6050,896,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(6051,896,'_ensuring_compliance_content','field_64a80b5cd8b50'),(6052,896,'ensuring_compliance_image','550'),(6053,896,'_ensuring_compliance_image','field_64a80b6fd8b51'),(6054,896,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(6055,896,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(6056,896,'advance_planner_&_tracking_tool_image','551'),(6057,896,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(6058,896,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(6059,896,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(6060,896,'advance_geo-tracking_image','552'),(6061,896,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(6062,896,'why_choose_field_track-o_image','553'),(6063,896,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(6064,896,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(6065,896,'_achieve_targets_heading','field_64a80bebd8b57'),(6066,896,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(6067,896,'_achieve_targets_short_content','field_64a80bfbd8b58'),(6068,896,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(6069,896,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(6070,896,'agent_monitoring_image','554'),(6071,896,'_agent_monitoring_image','field_64a80c1dd8b5a'),(6072,896,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(6073,896,'_branch_manager_review_content','field_64a80c3fd8b5b'),(6074,896,'branch_manager_review_image','555'),(6075,896,'_branch_manager_review_image','field_64a80c52d8b5c'),(6076,896,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(6077,896,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(6078,896,'area_or_zonal_manager_review_image','556'),(6079,896,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(6080,896,'previous_page_name','Expense Management System'),(6081,896,'_previous_page_name','field_64b4f77fdb700'),(6082,896,'previous_page_link','https://arukustech.com/solutions/expense-management-system/'),(6083,896,'_previous_page_link','field_64b4f793db701'),(6084,896,'next_page_name','Audit & Compliance'),(6085,896,'_next_page_name','field_64b4ec48e237c'),(6086,896,'next_page_link','https://arukustech.com/solutions/audit-compliance/'),(6087,896,'_next_page_link','field_64b4ec50e237d'),(6088,897,'banner_image','708'),(6089,897,'_banner_image','field_64a80b19d8b4e'),(6090,897,'banner_heading','The Most Effective Performance and Tracking App by Arukus Technologies'),(6091,897,'_banner_heading','field_64a80b4cd8b4f'),(6092,897,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(6093,897,'_ensuring_compliance_content','field_64a80b5cd8b50'),(6094,897,'ensuring_compliance_image','550'),(6095,897,'_ensuring_compliance_image','field_64a80b6fd8b51'),(6096,897,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(6097,897,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(6098,897,'advance_planner_&_tracking_tool_image','551'),(6099,897,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(6100,897,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(6101,897,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(6102,897,'advance_geo-tracking_image','552'),(6103,897,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(6104,897,'why_choose_field_track-o_image','553'),(6105,897,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(6106,897,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(6107,897,'_achieve_targets_heading','field_64a80bebd8b57'),(6108,897,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(6109,897,'_achieve_targets_short_content','field_64a80bfbd8b58'),(6110,897,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(6111,897,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(6112,897,'agent_monitoring_image','554'),(6113,897,'_agent_monitoring_image','field_64a80c1dd8b5a'),(6114,897,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(6115,897,'_branch_manager_review_content','field_64a80c3fd8b5b'),(6116,897,'branch_manager_review_image','555'),(6117,897,'_branch_manager_review_image','field_64a80c52d8b5c'),(6118,897,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(6119,897,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(6120,897,'area_or_zonal_manager_review_image','556'),(6121,897,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(6122,897,'previous_page_name','Expense Management System'),(6123,897,'_previous_page_name','field_64b4f77fdb700'),(6124,897,'previous_page_link','https://arukustech.com/solutions/expense-management-system/'),(6125,897,'_previous_page_link','field_64b4f793db701'),(6126,897,'next_page_name','Audit & Compliance'),(6127,897,'_next_page_name','field_64b4ec48e237c'),(6128,897,'next_page_link','https://arukustech.com/solutions/audit-compliance/'),(6129,897,'_next_page_link','field_64b4ec50e237d'),(6130,898,'banner_image','708'),(6131,898,'_banner_image','field_64a80b19d8b4e'),(6132,898,'banner_heading','The Most Effective Performance and Tracking App by Arukus Technologies'),(6133,898,'_banner_heading','field_64a80b4cd8b4f'),(6134,898,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(6135,898,'_ensuring_compliance_content','field_64a80b5cd8b50'),(6136,898,'ensuring_compliance_image','550'),(6137,898,'_ensuring_compliance_image','field_64a80b6fd8b51'),(6138,898,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(6139,898,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(6140,898,'advance_planner_&_tracking_tool_image','551'),(6141,898,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(6142,898,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(6143,898,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(6144,898,'advance_geo-tracking_image','552'),(6145,898,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(6146,898,'why_choose_field_track-o_image','553'),(6147,898,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(6148,898,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(6149,898,'_achieve_targets_heading','field_64a80bebd8b57'),(6150,898,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(6151,898,'_achieve_targets_short_content','field_64a80bfbd8b58'),(6152,898,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(6153,898,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(6154,898,'agent_monitoring_image','554'),(6155,898,'_agent_monitoring_image','field_64a80c1dd8b5a'),(6156,898,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(6157,898,'_branch_manager_review_content','field_64a80c3fd8b5b'),(6158,898,'branch_manager_review_image','555'),(6159,898,'_branch_manager_review_image','field_64a80c52d8b5c'),(6160,898,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(6161,898,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(6162,898,'area_or_zonal_manager_review_image','556'),(6163,898,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(6164,898,'previous_page_name','Expense Management System'),(6165,898,'_previous_page_name','field_64b4f77fdb700'),(6166,898,'previous_page_link','https://arukustech.com/solutions/expense-management-system/'),(6167,898,'_previous_page_link','field_64b4f793db701'),(6168,898,'next_page_name','Audit & Compliance'),(6169,898,'_next_page_name','field_64b4ec48e237c'),(6170,898,'next_page_link','https://arukustech.com/solutions/audit-compliance/'),(6171,898,'_next_page_link','field_64b4ec50e237d'),(6172,899,'banner_image','708'),(6173,899,'_banner_image','field_64a80b19d8b4e'),(6174,899,'banner_heading','The Most Effective Field Sales Performance Tracking App by Arukus Technologies'),(6175,899,'_banner_heading','field_64a80b4cd8b4f'),(6176,899,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(6177,899,'_ensuring_compliance_content','field_64a80b5cd8b50'),(6178,899,'ensuring_compliance_image','550'),(6179,899,'_ensuring_compliance_image','field_64a80b6fd8b51'),(6180,899,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(6181,899,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(6182,899,'advance_planner_&_tracking_tool_image','551'),(6183,899,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(6184,899,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(6185,899,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(6186,899,'advance_geo-tracking_image','552'),(6187,899,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(6188,899,'why_choose_field_track-o_image','553'),(6189,899,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(6190,899,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(6191,899,'_achieve_targets_heading','field_64a80bebd8b57'),(6192,899,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(6193,899,'_achieve_targets_short_content','field_64a80bfbd8b58'),(6194,899,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(6195,899,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(6196,899,'agent_monitoring_image','554'),(6197,899,'_agent_monitoring_image','field_64a80c1dd8b5a'),(6198,899,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(6199,899,'_branch_manager_review_content','field_64a80c3fd8b5b'),(6200,899,'branch_manager_review_image','555'),(6201,899,'_branch_manager_review_image','field_64a80c52d8b5c'),(6202,899,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(6203,899,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(6204,899,'area_or_zonal_manager_review_image','556'),(6205,899,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(6206,899,'previous_page_name','Expense Management System'),(6207,899,'_previous_page_name','field_64b4f77fdb700'),(6208,899,'previous_page_link','https://arukustech.com/solutions/expense-management-system/'),(6209,899,'_previous_page_link','field_64b4f793db701'),(6210,899,'next_page_name','Audit & Compliance'),(6211,899,'_next_page_name','field_64b4ec48e237c'),(6212,899,'next_page_link','https://arukustech.com/solutions/audit-compliance/'),(6213,899,'_next_page_link','field_64b4ec50e237d'),(6214,48,'_wp_attachment_image_alt','Field Sales Performance Tracking App for MFI & NBFCs - Arukus Technologies'),(6215,900,'banner_image','708'),(6216,900,'_banner_image','field_64a80b19d8b4e'),(6217,900,'banner_heading','The Most Effective Field Sales Performance Tracking App by Arukus Technologies'),(6218,900,'_banner_heading','field_64a80b4cd8b4f'),(6219,900,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(6220,900,'_ensuring_compliance_content','field_64a80b5cd8b50'),(6221,900,'ensuring_compliance_image','550'),(6222,900,'_ensuring_compliance_image','field_64a80b6fd8b51'),(6223,900,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(6224,900,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(6225,900,'advance_planner_&_tracking_tool_image','551'),(6226,900,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(6227,900,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(6228,900,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(6229,900,'advance_geo-tracking_image','552'),(6230,900,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(6231,900,'why_choose_field_track-o_image','553'),(6232,900,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(6233,900,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(6234,900,'_achieve_targets_heading','field_64a80bebd8b57'),(6235,900,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(6236,900,'_achieve_targets_short_content','field_64a80bfbd8b58'),(6237,900,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(6238,900,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(6239,900,'agent_monitoring_image','554'),(6240,900,'_agent_monitoring_image','field_64a80c1dd8b5a'),(6241,900,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(6242,900,'_branch_manager_review_content','field_64a80c3fd8b5b'),(6243,900,'branch_manager_review_image','555'),(6244,900,'_branch_manager_review_image','field_64a80c52d8b5c'),(6245,900,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(6246,900,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(6247,900,'area_or_zonal_manager_review_image','556'),(6248,900,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(6249,900,'previous_page_name','Expense Management System'),(6250,900,'_previous_page_name','field_64b4f77fdb700'),(6251,900,'previous_page_link','https://arukustech.com/solutions/expense-management-system/'),(6252,900,'_previous_page_link','field_64b4f793db701'),(6253,900,'next_page_name','Audit & Compliance'),(6254,900,'_next_page_name','field_64b4ec48e237c'),(6255,900,'next_page_link','https://arukustech.com/solutions/audit-compliance/'),(6256,900,'_next_page_link','field_64b4ec50e237d'),(6257,901,'banner_image','708'),(6258,901,'_banner_image','field_64a80b19d8b4e'),(6259,901,'banner_heading','The Most Effective Field Sales Performance Tracking App by Arukus Technologies'),(6260,901,'_banner_heading','field_64a80b4cd8b4f'),(6261,901,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(6262,901,'_ensuring_compliance_content','field_64a80b5cd8b50'),(6263,901,'ensuring_compliance_image','550'),(6264,901,'_ensuring_compliance_image','field_64a80b6fd8b51'),(6265,901,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(6266,901,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(6267,901,'advance_planner_&_tracking_tool_image','551'),(6268,901,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(6269,901,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(6270,901,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(6271,901,'advance_geo-tracking_image','552'),(6272,901,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(6273,901,'why_choose_field_track-o_image','553'),(6274,901,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(6275,901,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(6276,901,'_achieve_targets_heading','field_64a80bebd8b57'),(6277,901,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(6278,901,'_achieve_targets_short_content','field_64a80bfbd8b58'),(6279,901,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(6280,901,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(6281,901,'agent_monitoring_image','554'),(6282,901,'_agent_monitoring_image','field_64a80c1dd8b5a'),(6283,901,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(6284,901,'_branch_manager_review_content','field_64a80c3fd8b5b'),(6285,901,'branch_manager_review_image','555'),(6286,901,'_branch_manager_review_image','field_64a80c52d8b5c'),(6287,901,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(6288,901,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(6289,901,'area_or_zonal_manager_review_image','556'),(6290,901,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(6291,901,'previous_page_name','Expense Management System'),(6292,901,'_previous_page_name','field_64b4f77fdb700'),(6293,901,'previous_page_link','https://arukustech.com/solutions/expense-management-system/'),(6294,901,'_previous_page_link','field_64b4f793db701'),(6295,901,'next_page_name','Audit & Compliance'),(6296,901,'_next_page_name','field_64b4ec48e237c'),(6297,901,'next_page_link','https://arukustech.com/solutions/audit-compliance/'),(6298,901,'_next_page_link','field_64b4ec50e237d'),(6303,905,'banner_heading','Empowering Financial Institutions Through Technology'),(6304,905,'_banner_heading','field_649eafe9407da'),(6305,905,'banner_image','904'),(6306,905,'_banner_image','field_649eb003407db'),(6307,905,'about_us_image','518'),(6308,905,'_about_us_image','field_649eb035407dc'),(6309,905,'about_us_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(6310,905,'_about_us_content','field_649eb077407dd'),(6311,905,'our_mission_content','<p>Our mission is to enable MFls and NBFCs to optimize their processes, streamline operations, and drive sustainable growth through innovative technology solutions. We believe that by harnessing the power of automation, data analytics, and digital transformation, financial institutions can enhance their efficiency, improve risk management, and better serve their customers. </p>'),(6312,905,'_our_mission_content','field_649eb093407de'),(6313,905,'our_mission_image','519'),(6314,905,'_our_mission_image','field_649eb0a3407df'),(6315,905,'industry_expertise_content','<p>With years of experience and expertise in the financial industry, our team at Arukus Technologies is well-versed in the complexities and intricacies of MFI and NBFC operations. We understand the challenges faced by these organizations, such as stringent regulatory requirements, evolving customer expectations, and the need for robust risk management. Our in-depth knowledge allows us to develop solutions that are tailored to the specific needs of our clients. </p>'),(6316,905,'_industry_expertise_content','field_649eb0cf407e0'),(6317,905,'industry_expertise_image','520'),(6318,905,'_industry_expertise_image','field_649eb0de407e1'),(6319,905,'exceptional_support_content','<p>At Arukus Technologies, we prioritize our clients\' success. We understand that implementing new technology solutions can be a transformative journey, and we are committed to providing exceptional support every step of the way. Our dedicated team of experts is readily available to assist with product integration, training, and ongoing support to ensure a seamless transition and maximum value for our clients. <br /><br />\r\n                        Join our growing family of satisfied clients who have experienced improved operational efficiency, enhanced risk management, and accelerated growth. </p>'),(6320,905,'_exceptional_support_content','field_649eb0f2407e2'),(6321,905,'exceptional_support_image','521'),(6322,905,'_exceptional_support_image','field_649eb109407e3'),(6323,905,'about_us_main_heading','Who we are'),(6324,905,'_about_us_main_heading','field_64b63240a5c27'),(6327,907,'banner_heading','Empowering Financial Institutions Through Technology'),(6328,907,'_banner_heading','field_649eafe9407da'),(6329,907,'banner_image','906'),(6330,907,'_banner_image','field_649eb003407db'),(6331,907,'about_us_image','518'),(6332,907,'_about_us_image','field_649eb035407dc'),(6333,907,'about_us_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(6334,907,'_about_us_content','field_649eb077407dd'),(6335,907,'our_mission_content','<p>Our mission is to enable MFls and NBFCs to optimize their processes, streamline operations, and drive sustainable growth through innovative technology solutions. We believe that by harnessing the power of automation, data analytics, and digital transformation, financial institutions can enhance their efficiency, improve risk management, and better serve their customers. </p>'),(6336,907,'_our_mission_content','field_649eb093407de'),(6337,907,'our_mission_image','519'),(6338,907,'_our_mission_image','field_649eb0a3407df'),(6339,907,'industry_expertise_content','<p>With years of experience and expertise in the financial industry, our team at Arukus Technologies is well-versed in the complexities and intricacies of MFI and NBFC operations. We understand the challenges faced by these organizations, such as stringent regulatory requirements, evolving customer expectations, and the need for robust risk management. Our in-depth knowledge allows us to develop solutions that are tailored to the specific needs of our clients. </p>'),(6340,907,'_industry_expertise_content','field_649eb0cf407e0'),(6341,907,'industry_expertise_image','520'),(6342,907,'_industry_expertise_image','field_649eb0de407e1'),(6343,907,'exceptional_support_content','<p>At Arukus Technologies, we prioritize our clients\' success. We understand that implementing new technology solutions can be a transformative journey, and we are committed to providing exceptional support every step of the way. Our dedicated team of experts is readily available to assist with product integration, training, and ongoing support to ensure a seamless transition and maximum value for our clients. <br /><br />\r\n                        Join our growing family of satisfied clients who have experienced improved operational efficiency, enhanced risk management, and accelerated growth. </p>'),(6344,907,'_exceptional_support_content','field_649eb0f2407e2'),(6345,907,'exceptional_support_image','521'),(6346,907,'_exceptional_support_image','field_649eb109407e3'),(6347,907,'about_us_main_heading','Who we are'),(6348,907,'_about_us_main_heading','field_64b63240a5c27'),(6351,909,'_wp_attached_file','2023/07/hero_contact-us_update.jpg'),(6352,909,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2023/07/hero_contact-us_update.jpg\";s:8:\"filesize\";i:36861;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"hero_contact-us_update-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2718;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"hero_contact-us_update-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21116;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"hero_contact-us_update-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1383;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"hero_contact-us_update-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12826;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"hero_contact-us_update-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41546;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"hero_contact-us_update-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43250;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:34:\"hero_contact-us_update-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8526;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:34:\"hero_contact-us_update-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12826;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6353,68,'_thumbnail_id','909'),(6354,910,'_wp_attached_file','2023/07/hero_about_update_hero.jpg'),(6355,910,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2023/07/hero_about_update_hero.jpg\";s:8:\"filesize\";i:67304;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"hero_about_update_hero-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5529;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"hero_about_update_hero-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"hero_about_update_hero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6174;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"hero_about_update_hero-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22644;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"hero_about_update_hero-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70038;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"hero_about_update_hero-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73140;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:34:\"hero_about_update_hero-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15818;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:34:\"hero_about_update_hero-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22644;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(6356,911,'banner_heading','Empowering Financial Institutions Through Technology'),(6357,911,'_banner_heading','field_649eafe9407da'),(6358,911,'banner_image','910'),(6359,911,'_banner_image','field_649eb003407db'),(6360,911,'about_us_image','518'),(6361,911,'_about_us_image','field_649eb035407dc'),(6362,911,'about_us_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(6363,911,'_about_us_content','field_649eb077407dd'),(6364,911,'our_mission_content','<p>Our mission is to enable MFls and NBFCs to optimize their processes, streamline operations, and drive sustainable growth through innovative technology solutions. We believe that by harnessing the power of automation, data analytics, and digital transformation, financial institutions can enhance their efficiency, improve risk management, and better serve their customers. </p>'),(6365,911,'_our_mission_content','field_649eb093407de'),(6366,911,'our_mission_image','519'),(6367,911,'_our_mission_image','field_649eb0a3407df'),(6368,911,'industry_expertise_content','<p>With years of experience and expertise in the financial industry, our team at Arukus Technologies is well-versed in the complexities and intricacies of MFI and NBFC operations. We understand the challenges faced by these organizations, such as stringent regulatory requirements, evolving customer expectations, and the need for robust risk management. Our in-depth knowledge allows us to develop solutions that are tailored to the specific needs of our clients. </p>'),(6369,911,'_industry_expertise_content','field_649eb0cf407e0'),(6370,911,'industry_expertise_image','520'),(6371,911,'_industry_expertise_image','field_649eb0de407e1'),(6372,911,'exceptional_support_content','<p>At Arukus Technologies, we prioritize our clients\' success. We understand that implementing new technology solutions can be a transformative journey, and we are committed to providing exceptional support every step of the way. Our dedicated team of experts is readily available to assist with product integration, training, and ongoing support to ensure a seamless transition and maximum value for our clients. <br /><br />\r\n                        Join our growing family of satisfied clients who have experienced improved operational efficiency, enhanced risk management, and accelerated growth. </p>'),(6373,911,'_exceptional_support_content','field_649eb0f2407e2'),(6374,911,'exceptional_support_image','521'),(6375,911,'_exceptional_support_image','field_649eb109407e3'),(6376,911,'about_us_main_heading','Who we are'),(6377,911,'_about_us_main_heading','field_64b63240a5c27'),(6378,558,'_wp_attachment_image_alt','Audit & Compliance Management tool for MFI & NBFCs - Arukus Technologies'),(6379,221,'_yoast_wpseo_focuskw','Internal Audit & Compliance Management'),(6380,221,'_yoast_wpseo_title','Internal Audit & Compliance Management Tool for MFI & NBFC %%sep%% %%sitename%%'),(6381,221,'_yoast_wpseo_metadesc','Streamline internal audit processes, track regulatory adherence, and mitigate risks through Arukus Internal Audit & Compliance Management tool'),(6382,221,'_yoast_wpseo_linkdex','75'),(6383,912,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(6384,912,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(6385,912,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(6386,912,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(6387,912,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(6388,912,'_branch_evaluation_system_content','field_64abfcca4abcd'),(6389,912,'branch_evaluation_system_image','668'),(6390,912,'_branch_evaluation_system_image','field_64abfce74abce'),(6391,912,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(6392,912,'_advance_auditing_tool_content','field_64abfd054abcf'),(6393,912,'advance_auditing_tool_image','665'),(6394,912,'_advance_auditing_tool_image','field_64abfd104abd0'),(6395,912,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(6396,912,'_manager_accountability_content','field_64abfd2f4abd1'),(6397,912,'manager_accountability_image','666'),(6398,912,'_manager_accountability_image','field_64abfda54abd2'),(6399,912,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(6400,912,'_benefits_content','field_64abfdbe4abd3'),(6401,912,'benefits_image','672'),(6402,912,'_benefits_image','field_64abfdcf4abd4'),(6403,912,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(6404,912,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(6405,912,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(6406,912,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(6407,912,'unlock_compliance_excellence_image','428'),(6408,912,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(6409,912,'banner_image','708'),(6410,912,'_banner_image','field_64ac0c04f51d8'),(6411,912,'heading','Internal Audit & Compliance Management System'),(6412,912,'_heading','field_64ac0c1bf51d9'),(6413,912,'option_1_title','Physical Cash Verification'),(6414,912,'_option_1_title','field_64af8c8909092'),(6415,912,'option_1_icon','503'),(6416,912,'_option_1_icon','field_64af8cd609093'),(6417,912,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(6418,912,'_option_1_content','field_64af8d0609094'),(6419,912,'option_2_title','Asset Tracking'),(6420,912,'_option_2_title','field_64af8d1a09095'),(6421,912,'option_2_icon','504'),(6422,912,'_option_2_icon','field_64af8d2709096'),(6423,912,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(6424,912,'_option_2_content','field_64af8d4b09097'),(6425,912,'option_3_title',' Process Compliance'),(6426,912,'_option_3_title','field_64af8d8109098'),(6427,912,'option_3_icon','505'),(6428,912,'_option_3_icon','field_64af8d9209099'),(6429,912,'option_3_content',''),(6430,912,'_option_3_content','field_64af8d9f0909a'),(6431,912,'option_3_sub_title_1','Sampling Survey'),(6432,912,'_option_3_sub_title_1','field_64af8e16090a1'),(6433,912,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(6434,912,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(6435,912,'option_3_sub_title_2','Non Sampling Survey'),(6436,912,'_option_3_sub_title_2','field_64af8e48090a3'),(6437,912,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(6438,912,'_option_3_sub_content_details_2','field_64af8e56090a4'),(6439,912,'option_4_title','Audit Score Sheet'),(6440,912,'_option_4_title','field_64af8dbc0909b'),(6441,912,'option_4_icon','506'),(6442,912,'_option_4_icon','field_64af8dc90909c'),(6443,912,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(6444,912,'_option_4_content','field_64af8dd40909d'),(6445,912,'option_5_title',' Detailed Reports'),(6446,912,'_option_5_title','field_64af8de70909e'),(6447,912,'option_5_icon','507'),(6448,912,'_option_5_icon','field_64af8df30909f'),(6449,912,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(6450,912,'_option_5_content','field_64af8dfa090a0'),(6451,912,'previous_page_name','Field Track-O'),(6452,912,'_previous_page_name','field_64b4f816b8f65'),(6453,912,'previous_page_link','https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/'),(6454,912,'_previous_page_link','field_64b4f82ab8f66'),(6455,912,'next_page_name','Fraud Control System'),(6456,912,'_next_page_name','field_64b4ec6e38dda'),(6457,912,'next_page_link','https://arukustech.com/solutions/fraud-control-system/'),(6458,912,'_next_page_link','field_64b4ec7538ddb'),(6459,913,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(6460,913,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(6461,913,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(6462,913,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(6463,913,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(6464,913,'_branch_evaluation_system_content','field_64abfcca4abcd'),(6465,913,'branch_evaluation_system_image','668'),(6466,913,'_branch_evaluation_system_image','field_64abfce74abce'),(6467,913,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(6468,913,'_advance_auditing_tool_content','field_64abfd054abcf'),(6469,913,'advance_auditing_tool_image','665'),(6470,913,'_advance_auditing_tool_image','field_64abfd104abd0'),(6471,913,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(6472,913,'_manager_accountability_content','field_64abfd2f4abd1'),(6473,913,'manager_accountability_image','666'),(6474,913,'_manager_accountability_image','field_64abfda54abd2'),(6475,913,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(6476,913,'_benefits_content','field_64abfdbe4abd3'),(6477,913,'benefits_image','672'),(6478,913,'_benefits_image','field_64abfdcf4abd4'),(6479,913,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(6480,913,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(6481,913,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(6482,913,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(6483,913,'unlock_compliance_excellence_image','428'),(6484,913,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(6485,913,'banner_image','708'),(6486,913,'_banner_image','field_64ac0c04f51d8'),(6487,913,'heading','Internal Audit & Compliance Management System for MFI & NBFCs'),(6488,913,'_heading','field_64ac0c1bf51d9'),(6489,913,'option_1_title','Physical Cash Verification'),(6490,913,'_option_1_title','field_64af8c8909092'),(6491,913,'option_1_icon','503'),(6492,913,'_option_1_icon','field_64af8cd609093'),(6493,913,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(6494,913,'_option_1_content','field_64af8d0609094'),(6495,913,'option_2_title','Asset Tracking'),(6496,913,'_option_2_title','field_64af8d1a09095'),(6497,913,'option_2_icon','504'),(6498,913,'_option_2_icon','field_64af8d2709096'),(6499,913,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(6500,913,'_option_2_content','field_64af8d4b09097'),(6501,913,'option_3_title',' Process Compliance'),(6502,913,'_option_3_title','field_64af8d8109098'),(6503,913,'option_3_icon','505'),(6504,913,'_option_3_icon','field_64af8d9209099'),(6505,913,'option_3_content',''),(6506,913,'_option_3_content','field_64af8d9f0909a'),(6507,913,'option_3_sub_title_1','Sampling Survey'),(6508,913,'_option_3_sub_title_1','field_64af8e16090a1'),(6509,913,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(6510,913,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(6511,913,'option_3_sub_title_2','Non Sampling Survey'),(6512,913,'_option_3_sub_title_2','field_64af8e48090a3'),(6513,913,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(6514,913,'_option_3_sub_content_details_2','field_64af8e56090a4'),(6515,913,'option_4_title','Audit Score Sheet'),(6516,913,'_option_4_title','field_64af8dbc0909b'),(6517,913,'option_4_icon','506'),(6518,913,'_option_4_icon','field_64af8dc90909c'),(6519,913,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(6520,913,'_option_4_content','field_64af8dd40909d'),(6521,913,'option_5_title',' Detailed Reports'),(6522,913,'_option_5_title','field_64af8de70909e'),(6523,913,'option_5_icon','507'),(6524,913,'_option_5_icon','field_64af8df30909f'),(6525,913,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(6526,913,'_option_5_content','field_64af8dfa090a0'),(6527,913,'previous_page_name','Field Track-O'),(6528,913,'_previous_page_name','field_64b4f816b8f65'),(6529,913,'previous_page_link','https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/'),(6530,913,'_previous_page_link','field_64b4f82ab8f66'),(6531,913,'next_page_name','Fraud Control System'),(6532,913,'_next_page_name','field_64b4ec6e38dda'),(6533,913,'next_page_link','https://arukustech.com/solutions/fraud-control-system/'),(6534,913,'_next_page_link','field_64b4ec7538ddb'),(6535,549,'_wp_attachment_image_alt','Expense Management System for MFI & NBFCs - Arukus Technologies'),(6536,547,'_wp_attachment_image_alt','Arukus Expense Management System'),(6537,546,'_wp_attachment_image_alt','Capture every business expense on the fly'),(6538,914,'_wp_attached_file','2023/07/policy-bases_hero.jpg'),(6539,914,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2023/07/policy-bases_hero.jpg\";s:8:\"filesize\";i:62375;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"policy-bases_hero-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4351;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"policy-bases_hero-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32306;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"policy-bases_hero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5671;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"policy-bases_hero-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19073;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"policy-bases_hero-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64015;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"policy-bases_hero-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66983;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:29:\"policy-bases_hero-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12895;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:29:\"policy-bases_hero-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19073;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6540,915,'_wp_attached_file','2023/07/connectivity_hero.jpg'),(6541,915,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2023/07/connectivity_hero.jpg\";s:8:\"filesize\";i:43054;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"connectivity_hero-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3507;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"connectivity_hero-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25540;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"connectivity_hero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3244;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"connectivity_hero-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15659;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"connectivity_hero-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47942;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"connectivity_hero-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50351;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:29:\"connectivity_hero-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10616;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:29:\"connectivity_hero-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15659;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6542,217,'_yoast_wpseo_focuskw','Expense Management System'),(6543,217,'_yoast_wpseo_title','%%title%% for MFI & NBFCs %%page%% %%sep%% %%sitename%%'),(6544,217,'_yoast_wpseo_metadesc','Arukus Technologies\' Expense Management System for MFI & NBFCs - Gain financial control, efficiency, track expenses & ensure policy compliance'),(6545,217,'_yoast_wpseo_linkdex','75'),(6546,917,'banner_image','708'),(6547,917,'_banner_image','field_64a68e54f6987'),(6548,917,'banner_heading','Control Costs and Streamline Efficiency'),(6549,917,'_banner_heading','field_64a68e7ef6988'),(6550,917,'capture_every_business_expense_title','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X'),(6551,917,'_capture_every_business_expense_title','field_64a68e8ff6989'),(6552,917,'capture_every_business_expense_short_content','Arukus Technologies Expense Management System revolutionizes the way businesses capture, manage, and process expenses, saving valuable time and increasing employee productivity. It allows you to capture every business expense on the fly, eliminating manual paperwork and tedious data entry.'),(6553,917,'_capture_every_business_expense_short_content','field_64a68e9ef698a'),(6554,917,'capture_every_business_expense_left_image','546'),(6555,917,'_capture_every_business_expense_left_image','field_64a68eb1f698b'),(6556,917,'capture_every_business_expense_main_content','<h3>Multi-Level Expense Management Modules of Branches</h3>\r\n                            <ul class=\"expense_details_wrapper\">\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk1.png\" alt=\"\"/>\r\n                                    <p>Daily Branch Expenses</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk2.png\" alt=\"\" />\r\n                                    <p>Travel & Tour Expenses</p>\r\n                                </li>\r\n\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk3.png\" alt=\"\"/>\r\n                                    <p>Rental Agreement & Rent Payments</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk4.png\" alt=\"\"/>\r\n                                    <p>Branch Transfers</p>\r\n                                </li>\r\n                            </ul>'),(6557,917,'_capture_every_business_expense_main_content','field_64a68f10f698d'),(6558,917,'experience_arukus_expense_management_system_title','Experience The Power of Arukus Expense Management System'),(6559,917,'_experience_arukus_expense_management_system_title','field_64a68f25f698e'),(6560,917,'experience_arukus_expense_management_system_content','By leveraging Arukus Technologies Expense Management System, businesses can streamline their expense management process, saving time, reducing effort, and increasing overall productivity. Say goodbye to manual paperwork, improve policy compliance, and enhance financial control with our intuitive and user-friendly system.'),(6561,917,'_experience_arukus_expense_management_system_content','field_64a68f36f698f'),(6562,917,'experience_arukus_expense_management_system_right_image','547'),(6563,917,'_experience_arukus_expense_management_system_right_image','field_64a68f4af6990'),(6564,917,'previous_page_name','Enterprise Risk Management'),(6565,917,'_previous_page_name','field_64b4f73eec8dd'),(6566,917,'next_page_link_copy','https://arukustech.com/solutions/enterprise-risk-management/'),(6567,917,'_next_page_link_copy','field_64b4f755ec8de'),(6568,917,'next_page_name','Field Track-O'),(6569,917,'_next_page_name','field_64b4ec2448747'),(6570,917,'next_page_link','https://arukustech.com/solutions/field-track-o/'),(6571,917,'_next_page_link','field_64b4ec2b48748'),(6572,918,'banner_image','708'),(6573,918,'_banner_image','field_64a68e54f6987'),(6574,918,'banner_heading','Control Costs and Streamline Efficiency'),(6575,918,'_banner_heading','field_64a68e7ef6988'),(6576,918,'capture_every_business_expense_title','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X'),(6577,918,'_capture_every_business_expense_title','field_64a68e8ff6989'),(6578,918,'capture_every_business_expense_short_content','Arukus Technologies Expense Management System revolutionizes the way businesses capture, manage, and process expenses, saving valuable time and increasing employee productivity. It allows you to capture every business expense on the fly, eliminating manual paperwork and tedious data entry.'),(6579,918,'_capture_every_business_expense_short_content','field_64a68e9ef698a'),(6580,918,'capture_every_business_expense_left_image','546'),(6581,918,'_capture_every_business_expense_left_image','field_64a68eb1f698b'),(6582,918,'capture_every_business_expense_main_content','<h3>Multi-Level Expense Management Modules of Branches</h3>\r\n                            <ul class=\"expense_details_wrapper\">\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk1.png\" alt=\"\"/>\r\n                                    <p>Daily Branch Expenses</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk2.png\" alt=\"\" />\r\n                                    <p>Travel & Tour Expenses</p>\r\n                                </li>\r\n\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk3.png\" alt=\"\"/>\r\n                                    <p>Rental Agreement & Rent Payments</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk4.png\" alt=\"\"/>\r\n                                    <p>Branch Transfers</p>\r\n                                </li>\r\n                            </ul>'),(6583,918,'_capture_every_business_expense_main_content','field_64a68f10f698d'),(6584,918,'experience_arukus_expense_management_system_title','Experience The Power of Arukus Expense Management System'),(6585,918,'_experience_arukus_expense_management_system_title','field_64a68f25f698e'),(6586,918,'experience_arukus_expense_management_system_content','By leveraging Arukus Technologies Expense Management System, businesses can streamline their expense management process, saving time, reducing effort, and increasing overall productivity. Say goodbye to manual paperwork, improve policy compliance, and enhance financial control with our intuitive and user-friendly system.'),(6587,918,'_experience_arukus_expense_management_system_content','field_64a68f36f698f'),(6588,918,'experience_arukus_expense_management_system_right_image','547'),(6589,918,'_experience_arukus_expense_management_system_right_image','field_64a68f4af6990'),(6590,918,'previous_page_name','Enterprise Risk Management'),(6591,918,'_previous_page_name','field_64b4f73eec8dd'),(6592,918,'next_page_link_copy','https://arukustech.com/solutions/enterprise-risk-management/'),(6593,918,'_next_page_link_copy','field_64b4f755ec8de'),(6594,918,'next_page_name','Field Track-O'),(6595,918,'_next_page_name','field_64b4ec2448747'),(6596,918,'next_page_link','https://arukustech.com/solutions/field-track-o/'),(6597,918,'_next_page_link','field_64b4ec2b48748'),(6598,543,'_wp_attachment_image_alt','Risk Scoring System - Arukus Enterprise Risk Management'),(6599,541,'_wp_attachment_image_alt','Better Risk Management with Arukus Technologies Smart Solutions'),(6600,542,'_wp_attachment_image_alt','From Higher Risk to Lower Risk - Risk Score Grid - Arukus Enterprise Risk Management'),(6601,545,'_wp_attachment_image_alt','Arukus Technologies Enterprise Risk Management App'),(6602,919,'_wp_attached_file','2023/07/blogs_hero.jpg'),(6603,919,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2023/07/blogs_hero.jpg\";s:8:\"filesize\";i:53863;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"blogs_hero-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4609;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"blogs_hero-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31380;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"blogs_hero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5887;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"blogs_hero-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19579;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"blogs_hero-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58700;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"blogs_hero-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61391;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:22:\"blogs_hero-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13499;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:22:\"blogs_hero-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19579;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6604,920,'banner_image','919'),(6605,920,'_banner_image','field_64abe9531cd45'),(6606,920,'banner_sub_heading','The latest Microfinance industry news, technology trends and insights'),(6607,920,'_banner_sub_heading','field_64abe9741cd46'),(6608,922,'_wp_attached_file','2023/07/cross-sell_hero.jpg'),(6609,922,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:27:\"2023/07/cross-sell_hero.jpg\";s:8:\"filesize\";i:45572;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"cross-sell_hero-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4026;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"cross-sell_hero-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"cross-sell_hero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5172;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"cross-sell_hero-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18526;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"cross-sell_hero-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54093;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"cross-sell_hero-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56148;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:27:\"cross-sell_hero-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12685;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:27:\"cross-sell_hero-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18526;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6610,923,'step_1_title','Unlock New Revenue Streams'),(6611,923,'_step_1_title','field_64a2b935e266f'),(6612,923,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(6613,923,'_step_1_content','field_64a2b98ee2670'),(6614,923,'step_1_image','235'),(6615,923,'_step_1_image','field_64a2b999e2671'),(6616,923,'step_2_title','Seamless Integration'),(6617,923,'_step_2_title','field_64a2b9a8e2672'),(6618,923,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(6619,923,'_step_2_content','field_64a2b9b7e2673'),(6620,923,'step_2_image','236'),(6621,923,'_step_2_image','field_64a2b9c4e2674'),(6622,923,'step_3_title','Flexible Configuration'),(6623,923,'_step_3_title','field_64a2b9dde2675'),(6624,923,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(6625,923,'_step_3_content','field_64a2b9ece2676'),(6626,923,'step_3_image','237'),(6627,923,'_step_3_image','field_64a2ba1de2677'),(6628,923,'step_4_title','Enhanced Customer Experience'),(6629,923,'_step_4_title','field_64a2ba7015d8f'),(6630,923,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(6631,923,'_step_4_content','field_64a2ba7b15d90'),(6632,923,'step_4_image','238'),(6633,923,'_step_4_image','field_64a2ba8d15d91'),(6634,923,'step_5_title','Effortless Vendor Communication'),(6635,923,'_step_5_title','field_64a2baa515d92'),(6636,923,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(6637,923,'_step_5_content','field_64a2bab015d93'),(6638,923,'step_5_image','239'),(6639,923,'_step_5_image','field_64a2bac215d94'),(6640,923,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(6641,923,'_heading','field_64a2bfddc128b'),(6642,923,'banner_image','922'),(6643,923,'_banner_image','field_64a3d9cb85377'),(6644,923,'previous_page_name','Loan Origination System'),(6645,923,'_previous_page_name','field_64b4f630a52e5'),(6646,923,'previous_page_link','https://arukustech.com/solutions/loan-origination-system/'),(6647,923,'_previous_page_link','field_64b4f64ea52e6'),(6648,923,'next_page_name','Collection Management System'),(6649,923,'_next_page_name','field_64b4eb383c1bb'),(6650,923,'next_page_link','https://arukustech.com/solutions/collection-management-system/'),(6651,923,'_next_page_link','field_64b4eb443c1bc'),(6652,215,'_yoast_wpseo_focuskw','Enterprise Risk Management'),(6653,215,'_yoast_wpseo_title','%%title%% for MFI & NBFCs %%sep%% %%sitename%%'),(6654,215,'_yoast_wpseo_metadesc','Enterprise Risk Management app by Arukus Technologies, designed for MFI & NBFCs to proactively identify, assess, and address potential risks.'),(6655,215,'_yoast_wpseo_linkdex','75'),(6656,924,'banner_image','708'),(6657,924,'_banner_image','field_64a7a519c4513'),(6658,924,'banner_heading','Control Costs and Streamline Efficiency'),(6659,924,'_banner_heading','field_64a7a544c4514'),(6660,924,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(6661,924,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(6662,924,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(6663,924,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(6664,924,'save_time_and_money_with_better_risk_management_image','541'),(6665,924,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(6666,924,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(6667,924,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(6668,924,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6669,924,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(6670,924,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(6671,924,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(6672,924,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(6673,924,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(6674,924,'moving_from_higher_risk_to_lower_risk_image','542'),(6675,924,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(6676,924,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(6677,924,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(6678,924,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6679,924,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(6680,924,'risk_score_grid_by_unit_&_department_main_title','Risk Score Grid by Unit & Department'),(6681,924,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(6682,924,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(6683,924,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(6684,924,'risk_score_grid_by_unit_&_department_image','543'),(6685,924,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(6686,924,'previous_page_name','Collection Management System'),(6687,924,'_previous_page_name','field_64b4f6e7ec1b3'),(6688,924,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(6689,924,'_previous_page_link','field_64b4f6fdec1b4'),(6690,924,'next_page_name','Expense Management System'),(6691,924,'_next_page_name','field_64b4ebec24a1e'),(6692,924,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(6693,924,'_next_page_link','field_64b4ebf224a1f'),(6694,925,'banner_image','708'),(6695,925,'_banner_image','field_64a7a519c4513'),(6696,925,'banner_heading','Control Costs and Streamline Efficiency'),(6697,925,'_banner_heading','field_64a7a544c4514'),(6698,925,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(6699,925,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(6700,925,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(6701,925,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(6702,925,'save_time_and_money_with_better_risk_management_image','541'),(6703,925,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(6704,925,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(6705,925,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(6706,925,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6707,925,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(6708,925,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(6709,925,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(6710,925,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(6711,925,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(6712,925,'moving_from_higher_risk_to_lower_risk_image','542'),(6713,925,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(6714,925,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(6715,925,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(6716,925,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6717,925,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(6718,925,'risk_score_grid_by_unit_&_department_main_title','Risk Score Grid by Unit & Department'),(6719,925,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(6720,925,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(6721,925,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(6722,925,'risk_score_grid_by_unit_&_department_image','543'),(6723,925,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(6724,925,'previous_page_name','Collection Management System'),(6725,925,'_previous_page_name','field_64b4f6e7ec1b3'),(6726,925,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(6727,925,'_previous_page_link','field_64b4f6fdec1b4'),(6728,925,'next_page_name','Expense Management System'),(6729,925,'_next_page_name','field_64b4ebec24a1e'),(6730,925,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(6731,925,'_next_page_link','field_64b4ebf224a1f'),(6732,926,'banner_image','708'),(6733,926,'_banner_image','field_64a7a519c4513'),(6734,926,'banner_heading','Control Costs and Streamline Efficiency'),(6735,926,'_banner_heading','field_64a7a544c4514'),(6736,926,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(6737,926,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(6738,926,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(6739,926,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(6740,926,'save_time_and_money_with_better_risk_management_image','541'),(6741,926,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(6742,926,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(6743,926,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(6744,926,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6745,926,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(6746,926,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(6747,926,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(6748,926,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(6749,926,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(6750,926,'moving_from_higher_risk_to_lower_risk_image','542'),(6751,926,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(6752,926,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(6753,926,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(6754,926,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6755,926,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(6756,926,'risk_score_grid_by_unit_&_department_main_title','Risk Score Grid by Unit & Department'),(6757,926,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(6758,926,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(6759,926,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(6760,926,'risk_score_grid_by_unit_&_department_image','543'),(6761,926,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(6762,926,'previous_page_name','Collection Management System'),(6763,926,'_previous_page_name','field_64b4f6e7ec1b3'),(6764,926,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(6765,926,'_previous_page_link','field_64b4f6fdec1b4'),(6766,926,'next_page_name','Expense Management System'),(6767,926,'_next_page_name','field_64b4ebec24a1e'),(6768,926,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(6769,926,'_next_page_link','field_64b4ebf224a1f'),(6770,927,'banner_image','708'),(6771,927,'_banner_image','field_64a7a519c4513'),(6772,927,'banner_heading','Control Costs and Streamline Efficiency'),(6773,927,'_banner_heading','field_64a7a544c4514'),(6774,927,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(6775,927,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(6776,927,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(6777,927,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(6778,927,'save_time_and_money_with_better_risk_management_image','541'),(6779,927,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(6780,927,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(6781,927,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(6782,927,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6783,927,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(6784,927,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(6785,927,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(6786,927,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are seamlessly handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(6787,927,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(6788,927,'moving_from_higher_risk_to_lower_risk_image','542'),(6789,927,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(6790,927,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(6791,927,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(6792,927,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6793,927,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(6794,927,'risk_score_grid_by_unit_&_department_main_title','Risk Score Grid by Unit & Department'),(6795,927,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(6796,927,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(6797,927,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(6798,927,'risk_score_grid_by_unit_&_department_image','543'),(6799,927,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(6800,927,'previous_page_name','Collection Management System'),(6801,927,'_previous_page_name','field_64b4f6e7ec1b3'),(6802,927,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(6803,927,'_previous_page_link','field_64b4f6fdec1b4'),(6804,927,'next_page_name','Expense Management System'),(6805,927,'_next_page_name','field_64b4ebec24a1e'),(6806,927,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(6807,927,'_next_page_link','field_64b4ebf224a1f'),(6808,928,'banner_image','708'),(6809,928,'_banner_image','field_64a7a519c4513'),(6810,928,'banner_heading','Control Costs and Streamline Efficiency'),(6811,928,'_banner_heading','field_64a7a544c4514'),(6812,928,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(6813,928,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(6814,928,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(6815,928,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(6816,928,'save_time_and_money_with_better_risk_management_image','541'),(6817,928,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(6818,928,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(6819,928,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(6820,928,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6821,928,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(6822,928,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(6823,928,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(6824,928,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(6825,928,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(6826,928,'moving_from_higher_risk_to_lower_risk_image','542'),(6827,928,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(6828,928,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(6829,928,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(6830,928,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6831,928,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(6832,928,'risk_score_grid_by_unit_&_department_main_title','Risk Ranking Across Branches'),(6833,928,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(6834,928,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(6835,928,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(6836,928,'risk_score_grid_by_unit_&_department_image','543'),(6837,928,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(6838,928,'previous_page_name','Collection Management System'),(6839,928,'_previous_page_name','field_64b4f6e7ec1b3'),(6840,928,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(6841,928,'_previous_page_link','field_64b4f6fdec1b4'),(6842,928,'next_page_name','Expense Management System'),(6843,928,'_next_page_name','field_64b4ebec24a1e'),(6844,928,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(6845,928,'_next_page_link','field_64b4ebf224a1f'),(6846,929,'banner_image','708'),(6847,929,'_banner_image','field_64a7a519c4513'),(6848,929,'banner_heading','Control Costs and Streamline Efficiency'),(6849,929,'_banner_heading','field_64a7a544c4514'),(6850,929,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(6851,929,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(6852,929,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(6853,929,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(6854,929,'save_time_and_money_with_better_risk_management_image','541'),(6855,929,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(6856,929,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(6857,929,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(6858,929,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6859,929,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(6860,929,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(6861,929,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(6862,929,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(6863,929,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(6864,929,'moving_from_higher_risk_to_lower_risk_image','542'),(6865,929,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(6866,929,'risk_score_grid_by_unit_&_department_main_heading','Proactively Address Risks'),(6867,929,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(6868,929,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6869,929,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(6870,929,'risk_score_grid_by_unit_&_department_main_title','Risk Ranking Across Branches'),(6871,929,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(6872,929,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(6873,929,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(6874,929,'risk_score_grid_by_unit_&_department_image','543'),(6875,929,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(6876,929,'previous_page_name','Collection Management System'),(6877,929,'_previous_page_name','field_64b4f6e7ec1b3'),(6878,929,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(6879,929,'_previous_page_link','field_64b4f6fdec1b4'),(6880,929,'next_page_name','Expense Management System'),(6881,929,'_next_page_name','field_64b4ebec24a1e'),(6882,929,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(6883,929,'_next_page_link','field_64b4ebf224a1f'),(6884,930,'_wp_attached_file','2023/07/risk_hero.jpg'),(6885,930,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2023/07/risk_hero.jpg\";s:8:\"filesize\";i:50973;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"risk_hero-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4406;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"risk_hero-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31527;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"risk_hero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5308;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"risk_hero-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19298;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"risk_hero-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59953;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"risk_hero-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62633;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:21:\"risk_hero-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13346;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:21:\"risk_hero-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6886,931,'banner_image','930'),(6887,931,'_banner_image','field_64a7a519c4513'),(6888,931,'banner_heading','Control Costs and Streamline Efficiency'),(6889,931,'_banner_heading','field_64a7a544c4514'),(6890,931,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(6891,931,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(6892,931,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(6893,931,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(6894,931,'save_time_and_money_with_better_risk_management_image','541'),(6895,931,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(6896,931,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(6897,931,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(6898,931,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6899,931,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(6900,931,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(6901,931,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(6902,931,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(6903,931,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(6904,931,'moving_from_higher_risk_to_lower_risk_image','542'),(6905,931,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(6906,931,'risk_score_grid_by_unit_&_department_main_heading','Moving from Higher Risk to Lower Risk'),(6907,931,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(6908,931,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(6909,931,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(6910,931,'risk_score_grid_by_unit_&_department_main_title','Risk Ranking Across Branches'),(6911,931,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(6912,931,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(6913,931,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(6914,931,'risk_score_grid_by_unit_&_department_image','543'),(6915,931,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(6916,931,'previous_page_name','Collection Management System'),(6917,931,'_previous_page_name','field_64b4f6e7ec1b3'),(6918,931,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(6919,931,'_previous_page_link','field_64b4f6fdec1b4'),(6920,931,'next_page_name','Expense Management System'),(6921,931,'_next_page_name','field_64b4ebec24a1e'),(6922,931,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(6923,931,'_next_page_link','field_64b4ebf224a1f'),(6924,539,'_wp_attachment_image_alt','Efficiently manage collections with Arukus Collection Management System'),(6925,538,'_wp_attachment_image_alt','Streamline customer EMI collection process with Arukus Collection Management System'),(6926,537,'_wp_attachment_image_alt','Arukus Technologies Collection Management System for MFI & NBFCs'),(6927,213,'_yoast_wpseo_focuskw','Collection Management System'),(6928,213,'_yoast_wpseo_title','%%title%% for MFI & NBFCs %%page%% %%sep%% %%sitename%%'),(6929,213,'_yoast_wpseo_metadesc','Arukus Collection Management System, streamlines loan recovery, automate payments, and tracks customer collections for MFI & NBFCs.'),(6930,213,'_yoast_wpseo_linkdex','75'),(6931,933,'banner_image','708'),(6932,933,'_banner_image','field_64a52c0e48256'),(6933,933,'banner_sub_heading','Revolutionize Debt Recovery with Arukus CMS'),(6934,933,'_banner_sub_heading','field_64a52c3f48257'),(6935,933,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(6936,933,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(6937,933,'streamline_your_collections_process_image','538'),(6938,933,'_streamline_your_collections_process_image','field_64a52c7c48259'),(6939,933,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(6940,933,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(6941,933,'efficiently_manage_collections_image','539'),(6942,933,'_efficiently_manage_collections_image','field_64a52cf24825b'),(6943,933,'previous_spage_name','Arukus Cross-Sell'),(6944,933,'_previous_spage_name','field_64b4f67d073bc'),(6945,933,'previous_page_link','https://arukustech.com/solutions/arukus-cross-sell/'),(6946,933,'_previous_page_link','field_64b4f6a5073bd'),(6947,933,'next_page_name','Enterprise Risk Management'),(6948,933,'_next_page_name','field_64b4eb6e8d483'),(6949,933,'next_page_link','https://arukustech.com/solutions/enterprise-risk-management/'),(6950,933,'_next_page_link','field_64b4ebc58d484'),(6951,933,'previous_page_name','Arukus Cross-Sell'),(6952,933,'_previous_page_name','field_64b4f67d073bc'),(6953,934,'banner_image','708'),(6954,934,'_banner_image','field_64a52c0e48256'),(6955,934,'banner_sub_heading','Revolutionize Debt Recovery with Arukus CMS'),(6956,934,'_banner_sub_heading','field_64a52c3f48257'),(6957,934,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(6958,934,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(6959,934,'streamline_your_collections_process_image','538'),(6960,934,'_streamline_your_collections_process_image','field_64a52c7c48259'),(6961,934,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(6962,934,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(6963,934,'efficiently_manage_collections_image','539'),(6964,934,'_efficiently_manage_collections_image','field_64a52cf24825b'),(6965,934,'previous_spage_name','Arukus Cross-Sell'),(6966,934,'_previous_spage_name','field_64b4f67d073bc'),(6967,934,'previous_page_link','https://arukustech.com/solutions/arukus-cross-sell/'),(6968,934,'_previous_page_link','field_64b4f6a5073bd'),(6969,934,'next_page_name','Enterprise Risk Management'),(6970,934,'_next_page_name','field_64b4eb6e8d483'),(6971,934,'next_page_link','https://arukustech.com/solutions/enterprise-risk-management/'),(6972,934,'_next_page_link','field_64b4ebc58d484'),(6973,934,'previous_page_name','Arukus Cross-Sell'),(6974,934,'_previous_page_name','field_64b4f67d073bc'),(6975,922,'_wp_attachment_image_alt','Arukus Technologies Cross-Sell Financial Products for MFI & NBFCs'),(6976,534,'_wp_attachment_image_alt','Arukus Technologies Cross-Sell Application for MFI & NBFCs'),(6977,235,'_wp_attachment_image_alt','Seamless Integration with Loan Origination System'),(6978,236,'_wp_attachment_image_alt','Flexible configuration for adapting to different company policies'),(6979,237,'_wp_attachment_image_alt','Flexible configuration for adapting to different company policies'),(6980,238,'_wp_attachment_image_alt','Enhanced customer experience with Arukus Cross-Sell'),(6981,239,'_wp_attachment_image_alt','Efficient vendor communication in the event of a customer purchasing a cross-sell product'),(6982,188,'_yoast_wpseo_focuskw','Cross-Selling for MFI & NBFCs'),(6983,188,'_yoast_wpseo_title','Effective Cross-Selling for MFI & NBFCs %%page%% %%sep%% %%sitename%%'),(6984,188,'_yoast_wpseo_metadesc','Effective Cross-Selling Tool for MFI & NBFCs to unlock new revenue streams by identifying customers seeking additional products to buy'),(6985,188,'_yoast_wpseo_linkdex','73'),(6986,935,'step_1_title','Unlock New Revenue Streams'),(6987,935,'_step_1_title','field_64a2b935e266f'),(6988,935,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(6989,935,'_step_1_content','field_64a2b98ee2670'),(6990,935,'step_1_image','235'),(6991,935,'_step_1_image','field_64a2b999e2671'),(6992,935,'step_2_title','Seamless Integration'),(6993,935,'_step_2_title','field_64a2b9a8e2672'),(6994,935,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(6995,935,'_step_2_content','field_64a2b9b7e2673'),(6996,935,'step_2_image','236'),(6997,935,'_step_2_image','field_64a2b9c4e2674'),(6998,935,'step_3_title','Flexible Configuration'),(6999,935,'_step_3_title','field_64a2b9dde2675'),(7000,935,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(7001,935,'_step_3_content','field_64a2b9ece2676'),(7002,935,'step_3_image','237'),(7003,935,'_step_3_image','field_64a2ba1de2677'),(7004,935,'step_4_title','Enhanced Customer Experience'),(7005,935,'_step_4_title','field_64a2ba7015d8f'),(7006,935,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(7007,935,'_step_4_content','field_64a2ba7b15d90'),(7008,935,'step_4_image','238'),(7009,935,'_step_4_image','field_64a2ba8d15d91'),(7010,935,'step_5_title','Effortless Vendor Communication'),(7011,935,'_step_5_title','field_64a2baa515d92'),(7012,935,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(7013,935,'_step_5_content','field_64a2bab015d93'),(7014,935,'step_5_image','239'),(7015,935,'_step_5_image','field_64a2bac215d94'),(7016,935,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(7017,935,'_heading','field_64a2bfddc128b'),(7018,935,'banner_image','922'),(7019,935,'_banner_image','field_64a3d9cb85377'),(7020,935,'previous_page_name','Loan Origination System'),(7021,935,'_previous_page_name','field_64b4f630a52e5'),(7022,935,'previous_page_link','https://arukustech.com/solutions/loan-origination-system/'),(7023,935,'_previous_page_link','field_64b4f64ea52e6'),(7024,935,'next_page_name','Collection Management System'),(7025,935,'_next_page_name','field_64b4eb383c1bb'),(7026,935,'next_page_link','https://arukustech.com/solutions/collection-management-system/'),(7027,935,'_next_page_link','field_64b4eb443c1bc'),(7028,936,'step_1_title','Unlock New Revenue Streams'),(7029,936,'_step_1_title','field_64a2b935e266f'),(7030,936,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(7031,936,'_step_1_content','field_64a2b98ee2670'),(7032,936,'step_1_image','235'),(7033,936,'_step_1_image','field_64a2b999e2671'),(7034,936,'step_2_title','Seamless Integration'),(7035,936,'_step_2_title','field_64a2b9a8e2672'),(7036,936,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(7037,936,'_step_2_content','field_64a2b9b7e2673'),(7038,936,'step_2_image','236'),(7039,936,'_step_2_image','field_64a2b9c4e2674'),(7040,936,'step_3_title','Flexible Configuration'),(7041,936,'_step_3_title','field_64a2b9dde2675'),(7042,936,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(7043,936,'_step_3_content','field_64a2b9ece2676'),(7044,936,'step_3_image','237'),(7045,936,'_step_3_image','field_64a2ba1de2677'),(7046,936,'step_4_title','Enhanced Customer Experience'),(7047,936,'_step_4_title','field_64a2ba7015d8f'),(7048,936,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(7049,936,'_step_4_content','field_64a2ba7b15d90'),(7050,936,'step_4_image','238'),(7051,936,'_step_4_image','field_64a2ba8d15d91'),(7052,936,'step_5_title','Effortless Vendor Communication'),(7053,936,'_step_5_title','field_64a2baa515d92'),(7054,936,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(7055,936,'_step_5_content','field_64a2bab015d93'),(7056,936,'step_5_image','239'),(7057,936,'_step_5_image','field_64a2bac215d94'),(7058,936,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(7059,936,'_heading','field_64a2bfddc128b'),(7060,936,'banner_image','922'),(7061,936,'_banner_image','field_64a3d9cb85377'),(7062,936,'previous_page_name','Loan Origination System'),(7063,936,'_previous_page_name','field_64b4f630a52e5'),(7064,936,'previous_page_link','https://arukustech.com/solutions/loan-origination-system/'),(7065,936,'_previous_page_link','field_64b4f64ea52e6'),(7066,936,'next_page_name','Collection Management System'),(7067,936,'_next_page_name','field_64b4eb383c1bb'),(7068,936,'next_page_link','https://arukustech.com/solutions/collection-management-system/'),(7069,936,'_next_page_link','field_64b4eb443c1bc'),(7079,940,'_menu_item_type','post_type'),(7080,940,'_menu_item_menu_item_parent','74'),(7081,940,'_menu_item_object_id','213'),(7082,940,'_menu_item_object','page'),(7083,940,'_menu_item_target',''),(7084,940,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7085,940,'_menu_item_xfn',''),(7086,940,'_menu_item_url',''),(7088,941,'_menu_item_type','post_type'),(7089,941,'_menu_item_menu_item_parent','74'),(7090,941,'_menu_item_object_id','188'),(7091,941,'_menu_item_object','page'),(7092,941,'_menu_item_target',''),(7093,941,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7094,941,'_menu_item_xfn',''),(7095,941,'_menu_item_url',''),(7097,942,'_menu_item_type','post_type'),(7098,942,'_menu_item_menu_item_parent','74'),(7099,942,'_menu_item_object_id','211'),(7100,942,'_menu_item_object','page'),(7101,942,'_menu_item_target',''),(7102,942,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7103,942,'_menu_item_xfn',''),(7104,942,'_menu_item_url',''),(7106,943,'_menu_item_type','post_type'),(7107,943,'_menu_item_menu_item_parent','74'),(7108,943,'_menu_item_object_id','225'),(7109,943,'_menu_item_object','page'),(7110,943,'_menu_item_target',''),(7111,943,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7112,943,'_menu_item_xfn',''),(7113,943,'_menu_item_url',''),(7115,944,'_menu_item_type','post_type'),(7116,944,'_menu_item_menu_item_parent','74'),(7117,944,'_menu_item_object_id','223'),(7118,944,'_menu_item_object','page'),(7119,944,'_menu_item_target',''),(7120,944,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7121,944,'_menu_item_xfn',''),(7122,944,'_menu_item_url',''),(7124,945,'_menu_item_type','post_type'),(7125,945,'_menu_item_menu_item_parent','74'),(7126,945,'_menu_item_object_id','221'),(7127,945,'_menu_item_object','page'),(7128,945,'_menu_item_target',''),(7129,945,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7130,945,'_menu_item_xfn',''),(7131,945,'_menu_item_url',''),(7133,946,'_menu_item_type','post_type'),(7134,946,'_menu_item_menu_item_parent','74'),(7135,946,'_menu_item_object_id','219'),(7136,946,'_menu_item_object','page'),(7137,946,'_menu_item_target',''),(7138,946,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7139,946,'_menu_item_xfn',''),(7140,946,'_menu_item_url',''),(7142,947,'_menu_item_type','post_type'),(7143,947,'_menu_item_menu_item_parent','74'),(7144,947,'_menu_item_object_id','217'),(7145,947,'_menu_item_object','page'),(7146,947,'_menu_item_target',''),(7147,947,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7148,947,'_menu_item_xfn',''),(7149,947,'_menu_item_url',''),(7151,948,'_menu_item_type','post_type'),(7152,948,'_menu_item_menu_item_parent','74'),(7153,948,'_menu_item_object_id','215'),(7154,948,'_menu_item_object','page'),(7155,948,'_menu_item_target',''),(7156,948,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7157,948,'_menu_item_xfn',''),(7158,948,'_menu_item_url',''),(7160,71,'_wp_old_date','2023-07-19'),(7161,74,'_wp_old_date','2023-07-19'),(7162,75,'_wp_old_date','2023-07-19'),(7163,210,'_wp_old_date','2023-07-19'),(7164,209,'_wp_old_date','2023-07-19'),(7165,408,'_wp_old_date','2023-07-19'),(7166,73,'_wp_old_date','2023-07-19'),(7167,949,'_wp_attached_file','2023/07/los.jpg'),(7168,949,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2023/07/los.jpg\";s:8:\"filesize\";i:34127;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"los-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4139;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"los-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"los-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3186;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"los-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15367;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"los-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42177;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"los-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44043;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:15:\"los-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11131;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:15:\"los-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7169,950,'banner_image','949'),(7170,950,'_banner_image','field_64a41e781a69b'),(7171,950,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(7172,950,'_banner_sub_heading','field_64a41ebe1a69c'),(7173,950,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of apps from loan application, assessment, document processing, disbursement and collection.'),(7174,950,'_los_flow_short_description','field_64a41f341a69d'),(7175,950,'los_flow_right_side_image','526'),(7176,950,'_los_flow_right_side_image','field_64a41f5d1a69e'),(7177,950,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(7178,950,'_los_admin_panel_content','field_64a4201e1a69f'),(7179,950,'los_admin_panel_image','528'),(7180,950,'_los_admin_panel_image','field_64a4203c1a6a0'),(7181,950,'central_checking_applications_image','531'),(7182,950,'_central_checking_applications_image','field_64a4204e1a6a1'),(7183,950,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(7184,950,'_central_checking_applications_content','field_64a420681a6a2'),(7185,950,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(7186,950,'_document_management_content','field_64a420b11a6a3'),(7187,950,'document_management_image','530'),(7188,950,'_document_management_image','field_64a420c41a6a4'),(7189,950,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(7190,950,'_los_page_main_content','field_64a426515ef63'),(7191,950,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(7192,950,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(7193,950,'structured_workflow_driven_process_image','527'),(7194,950,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(7195,950,'previous_page_name','Samadhan Ticketing System'),(7196,950,'_previous_page_name','field_64b4eae193404'),(7197,950,'previous_page_link','https://arukustech.com/solutions/samadhan-ticketing-system/'),(7198,950,'_previous_page_link','field_64b4eaf093405'),(7199,950,'next_page_name','Arukus Cross-Sell'),(7200,950,'_next_page_name','field_64b4eaf793406'),(7201,950,'next_page_link','https://arukustech.com/solutions/arukus-cross-sell/'),(7202,950,'_next_page_link','field_64b4eb0a93407'),(7203,951,'_wp_attached_file','2023/07/expense.jpg'),(7204,951,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2023/07/expense.jpg\";s:8:\"filesize\";i:69185;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"expense-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5764;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"expense-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40826;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"expense-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6831;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"expense-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25682;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"expense-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74608;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"expense-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77917;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:19:\"expense-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17780;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:19:\"expense-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25682;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7205,952,'banner_image','951'),(7206,952,'_banner_image','field_64a68e54f6987'),(7207,952,'banner_heading','Control Costs and Streamline Efficiency'),(7208,952,'_banner_heading','field_64a68e7ef6988'),(7209,952,'capture_every_business_expense_title','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X'),(7210,952,'_capture_every_business_expense_title','field_64a68e8ff6989'),(7211,952,'capture_every_business_expense_short_content','Arukus Technologies Expense Management System revolutionizes the way businesses capture, manage, and process expenses, saving valuable time and increasing employee productivity. It allows you to capture every business expense on the fly, eliminating manual paperwork and tedious data entry.'),(7212,952,'_capture_every_business_expense_short_content','field_64a68e9ef698a'),(7213,952,'capture_every_business_expense_left_image','546'),(7214,952,'_capture_every_business_expense_left_image','field_64a68eb1f698b'),(7215,952,'capture_every_business_expense_main_content','<h3>Multi-Level Expense Management Modules of Branches</h3>\r\n                            <ul class=\"expense_details_wrapper\">\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk1.png\" alt=\"\"/>\r\n                                    <p>Daily Branch Expenses</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk2.png\" alt=\"\" />\r\n                                    <p>Travel & Tour Expenses</p>\r\n                                </li>\r\n\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk3.png\" alt=\"\"/>\r\n                                    <p>Rental Agreement & Rent Payments</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk4.png\" alt=\"\"/>\r\n                                    <p>Branch Transfers</p>\r\n                                </li>\r\n                            </ul>'),(7216,952,'_capture_every_business_expense_main_content','field_64a68f10f698d'),(7217,952,'experience_arukus_expense_management_system_title','Experience The Power of Arukus Expense Management System'),(7218,952,'_experience_arukus_expense_management_system_title','field_64a68f25f698e'),(7219,952,'experience_arukus_expense_management_system_content','By leveraging Arukus Technologies Expense Management System, businesses can streamline their expense management process, saving time, reducing effort, and increasing overall productivity. Say goodbye to manual paperwork, improve policy compliance, and enhance financial control with our intuitive and user-friendly system.'),(7220,952,'_experience_arukus_expense_management_system_content','field_64a68f36f698f'),(7221,952,'experience_arukus_expense_management_system_right_image','547'),(7222,952,'_experience_arukus_expense_management_system_right_image','field_64a68f4af6990'),(7223,952,'previous_page_name','Enterprise Risk Management'),(7224,952,'_previous_page_name','field_64b4f73eec8dd'),(7225,952,'next_page_link_copy','https://arukustech.com/solutions/enterprise-risk-management/'),(7226,952,'_next_page_link_copy','field_64b4f755ec8de'),(7227,952,'next_page_name','Field Track-O'),(7228,952,'_next_page_name','field_64b4ec2448747'),(7229,952,'next_page_link','https://arukustech.com/solutions/field-track-o/'),(7230,952,'_next_page_link','field_64b4ec2b48748'),(7231,953,'_wp_attached_file','2023/07/collection.jpg'),(7232,953,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2023/07/collection.jpg\";s:8:\"filesize\";i:48304;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"collection-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4138;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"collection-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"collection-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5414;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"collection-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18599;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"collection-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54257;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"collection-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56332;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:22:\"collection-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12614;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:22:\"collection-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18599;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7233,954,'banner_image','953'),(7234,954,'_banner_image','field_64a52c0e48256'),(7235,954,'banner_sub_heading','Revolutionize Debt Recovery with Arukus CMS'),(7236,954,'_banner_sub_heading','field_64a52c3f48257'),(7237,954,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(7238,954,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(7239,954,'streamline_your_collections_process_image','538'),(7240,954,'_streamline_your_collections_process_image','field_64a52c7c48259'),(7241,954,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(7242,954,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(7243,954,'efficiently_manage_collections_image','539'),(7244,954,'_efficiently_manage_collections_image','field_64a52cf24825b'),(7245,954,'previous_spage_name','Arukus Cross-Sell'),(7246,954,'_previous_spage_name','field_64b4f67d073bc'),(7247,954,'previous_page_link','https://arukustech.com/solutions/arukus-cross-sell/'),(7248,954,'_previous_page_link','field_64b4f6a5073bd'),(7249,954,'next_page_name','Enterprise Risk Management'),(7250,954,'_next_page_name','field_64b4eb6e8d483'),(7251,954,'next_page_link','https://arukustech.com/solutions/enterprise-risk-management/'),(7252,954,'_next_page_link','field_64b4ebc58d484'),(7253,954,'previous_page_name','Arukus Cross-Sell'),(7254,954,'_previous_page_name','field_64b4f67d073bc'),(7255,955,'_wp_attached_file','2023/07/audit.jpg'),(7256,955,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2023/07/audit.jpg\";s:8:\"filesize\";i:69265;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"audit-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4042;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"audit-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33186;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"audit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4364;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"audit-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19315;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"audit-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69273;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"audit-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72655;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:17:\"audit-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12768;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:17:\"audit-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19315;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7257,956,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(7258,956,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(7259,956,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(7260,956,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(7261,956,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>AEvaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(7262,956,'_branch_evaluation_system_content','field_64abfcca4abcd'),(7263,956,'branch_evaluation_system_image','668'),(7264,956,'_branch_evaluation_system_image','field_64abfce74abce'),(7265,956,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(7266,956,'_advance_auditing_tool_content','field_64abfd054abcf'),(7267,956,'advance_auditing_tool_image','665'),(7268,956,'_advance_auditing_tool_image','field_64abfd104abd0'),(7269,956,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(7270,956,'_manager_accountability_content','field_64abfd2f4abd1'),(7271,956,'manager_accountability_image','666'),(7272,956,'_manager_accountability_image','field_64abfda54abd2'),(7273,956,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(7274,956,'_benefits_content','field_64abfdbe4abd3'),(7275,956,'benefits_image','672'),(7276,956,'_benefits_image','field_64abfdcf4abd4'),(7277,956,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(7278,956,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(7279,956,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(7280,956,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(7281,956,'unlock_compliance_excellence_image','428'),(7282,956,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(7283,956,'banner_image','955'),(7284,956,'_banner_image','field_64ac0c04f51d8'),(7285,956,'heading','Internal Audit & Compliance Management System for MFI & NBFCs'),(7286,956,'_heading','field_64ac0c1bf51d9'),(7287,956,'option_1_title','Physical Cash Verification'),(7288,956,'_option_1_title','field_64af8c8909092'),(7289,956,'option_1_icon','503'),(7290,956,'_option_1_icon','field_64af8cd609093'),(7291,956,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(7292,956,'_option_1_content','field_64af8d0609094'),(7293,956,'option_2_title','Asset Tracking'),(7294,956,'_option_2_title','field_64af8d1a09095'),(7295,956,'option_2_icon','504'),(7296,956,'_option_2_icon','field_64af8d2709096'),(7297,956,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(7298,956,'_option_2_content','field_64af8d4b09097'),(7299,956,'option_3_title',' Process Compliance'),(7300,956,'_option_3_title','field_64af8d8109098'),(7301,956,'option_3_icon','505'),(7302,956,'_option_3_icon','field_64af8d9209099'),(7303,956,'option_3_content',''),(7304,956,'_option_3_content','field_64af8d9f0909a'),(7305,956,'option_3_sub_title_1','Sampling Survey'),(7306,956,'_option_3_sub_title_1','field_64af8e16090a1'),(7307,956,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(7308,956,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(7309,956,'option_3_sub_title_2','Non Sampling Survey'),(7310,956,'_option_3_sub_title_2','field_64af8e48090a3'),(7311,956,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(7312,956,'_option_3_sub_content_details_2','field_64af8e56090a4'),(7313,956,'option_4_title','Audit Score Sheet'),(7314,956,'_option_4_title','field_64af8dbc0909b'),(7315,956,'option_4_icon','506'),(7316,956,'_option_4_icon','field_64af8dc90909c'),(7317,956,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(7318,956,'_option_4_content','field_64af8dd40909d'),(7319,956,'option_5_title',' Detailed Reports'),(7320,956,'_option_5_title','field_64af8de70909e'),(7321,956,'option_5_icon','507'),(7322,956,'_option_5_icon','field_64af8df30909f'),(7323,956,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(7324,956,'_option_5_content','field_64af8dfa090a0'),(7325,956,'previous_page_name','Field Track-O'),(7326,956,'_previous_page_name','field_64b4f816b8f65'),(7327,956,'previous_page_link','https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/'),(7328,956,'_previous_page_link','field_64b4f82ab8f66'),(7329,956,'next_page_name','Fraud Control System'),(7330,956,'_next_page_name','field_64b4ec6e38dda'),(7331,956,'next_page_link','https://arukustech.com/solutions/fraud-control-system/'),(7332,956,'_next_page_link','field_64b4ec7538ddb'),(7333,957,'_wp_attached_file','2023/07/fraud.jpg'),(7334,957,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2023/07/fraud.jpg\";s:8:\"filesize\";i:58944;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"fraud-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4392;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"fraud-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33481;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"fraud-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4499;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"fraud-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20980;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"fraud-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62970;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"fraud-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66114;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:17:\"fraud-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14220;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:17:\"fraud-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20980;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7335,958,'banner_image','957'),(7336,958,'_banner_image','field_64ad40464f290'),(7337,958,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(7338,958,'_banner_sub_heading','field_64abe9741cd46'),(7339,958,'main_section_heading','Prevent Fraud with Arukus Technologies'),(7340,958,'_main_section_heading','field_64ad3e64bfa1b'),(7341,958,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(7342,958,'_main_section_short_content','field_64ad3e84bfa1c'),(7343,958,'banner_heading','Prevent Fraud with Arukus Technologies'),(7344,958,'_banner_heading','field_64ad405b4f291'),(7345,958,'previous_page_name','Audit & Compliance'),(7346,958,'_previous_page_name','field_64b4f87c28700'),(7347,958,'previous_page_link','https://arukustech.com/solutions/audit-compliance/'),(7348,958,'_previous_page_link','field_64b4f8cc28702'),(7349,958,'next_page_name','Samadhan Ticketing System'),(7350,958,'_next_page_name','field_64b4eefa47cce'),(7351,958,'next_page_link','https://arukustech.com/solutions/samadhan-ticketing-system/'),(7352,958,'_next_page_link','field_64b4ef1252512'),(7353,959,'_wp_attached_file','2023/07/support360.jpg'),(7354,959,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2023/07/support360.jpg\";s:8:\"filesize\";i:73251;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"support360-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5038;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"support360-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36283;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"support360-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5799;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"support360-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21669;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"support360-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74114;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"support360-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77467;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:22:\"support360-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14578;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:22:\"support360-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21669;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7355,960,'banner_image','959'),(7356,960,'_banner_image','field_64ad40464f290'),(7357,960,'banner_heading','Your Comprehensive Helpdesk Solution!'),(7358,960,'_banner_heading','field_64ad405b4f291'),(7359,960,'main_section_heading','Empower Your Support Team With Support360'),(7360,960,'_main_section_heading','field_64ad3e64bfa1b'),(7361,960,'main_section_short_content','Experience the Power of a Feature-Rich HelpDesk Software Solution from Arukus Technologies, Accelerating Ticket Resolution Through Proactive Automation and Fully Customizable Workflows.'),(7362,960,'_main_section_short_content','field_64ad3e84bfa1c'),(7363,960,'previous_page_name','Fraud Control System'),(7364,960,'_previous_page_name','field_64b4f87c28700'),(7365,960,'previous_page_link','https://arukustech.com/solutions/fraud-control-system/'),(7366,960,'_previous_page_link','field_64b4f8cc28702'),(7367,960,'next_page_name','Loan Origination System'),(7368,960,'_next_page_name','field_64b4eefa47cce'),(7369,960,'next_page_link','https://arukustech.com/solutions/loan-origination-system/'),(7370,960,'_next_page_link','field_64b4ef1252512'),(7371,961,'banner_image','708'),(7372,961,'_banner_image','field_64a41e781a69b'),(7373,961,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(7374,961,'_banner_sub_heading','field_64a41ebe1a69c'),(7375,961,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of apps from loan application, assessment, document processing, disbursement and collection.'),(7376,961,'_los_flow_short_description','field_64a41f341a69d'),(7377,961,'los_flow_right_side_image','526'),(7378,961,'_los_flow_right_side_image','field_64a41f5d1a69e'),(7379,961,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(7380,961,'_los_admin_panel_content','field_64a4201e1a69f'),(7381,961,'los_admin_panel_image','528'),(7382,961,'_los_admin_panel_image','field_64a4203c1a6a0'),(7383,961,'central_checking_applications_image','531'),(7384,961,'_central_checking_applications_image','field_64a4204e1a6a1'),(7385,961,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(7386,961,'_central_checking_applications_content','field_64a420681a6a2'),(7387,961,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(7388,961,'_document_management_content','field_64a420b11a6a3'),(7389,961,'document_management_image','530'),(7390,961,'_document_management_image','field_64a420c41a6a4'),(7391,961,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(7392,961,'_los_page_main_content','field_64a426515ef63'),(7393,961,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(7394,961,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(7395,961,'structured_workflow_driven_process_image','527'),(7396,961,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(7397,961,'previous_page_name','Samadhan Ticketing System'),(7398,961,'_previous_page_name','field_64b4eae193404'),(7399,961,'previous_page_link','https://arukustech.com/solutions/samadhan-ticketing-system/'),(7400,961,'_previous_page_link','field_64b4eaf093405'),(7401,961,'next_page_name','Arukus Cross-Sell'),(7402,961,'_next_page_name','field_64b4eaf793406'),(7403,961,'next_page_link','https://arukustech.com/solutions/arukus-cross-sell/'),(7404,961,'_next_page_link','field_64b4eb0a93407'),(7405,516,'_wp_attachment_image_alt','Arukus Technologies'),(7406,511,'_wp_attachment_image_alt','Arukus Technologies - Complete Product Suite'),(7407,475,'_wp_attachment_image_alt','Book a demo - Arukus Technologies'),(7408,465,'_yoast_wpseo_focuskw','book a demo'),(7409,465,'_yoast_wpseo_metadesc','Book a demo to experience how Arukus can streamline your operations, enhance risk assessment, manage expense and boost customer satisfaction.'),(7410,465,'_yoast_wpseo_linkdex','78'),(7411,465,'_yoast_wpseo_content_score','30'),(7412,962,'banner_main_heading','Empowering Financial Institutions with tools that help solve real problems'),(7413,962,'_banner_main_heading','field_64ae4156c2d7f'),(7414,962,'banner_sub_heading','Solving Key Pain Points of Financial Institutions in Sales, Collection, Expense Management, Audit, Risk, Compliance and much more ...'),(7415,962,'_banner_sub_heading','field_64ae419ac2d80'),(7416,962,'specialized_tools_for_specific_problems_title','Specialized tools for specific problems'),(7417,962,'_specialized_tools_for_specific_problems_title','field_64ae41b1c2d81'),(7418,962,'specialized_tools_for_specific_problems_image','511'),(7419,962,'_specialized_tools_for_specific_problems_image','field_64ae41b9c2d82'),(7420,962,'specialized_tools_for_specific_problems_content','Our product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, each product has been meticulously developed to address key operational pain points and challenges. Our Enterprise Risk Management, Audit & Compliance Management Tools, Expense Management Tool, and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.'),(7421,962,'_specialized_tools_for_specific_problems_content','field_64ae41d1c2d83'),(7422,962,'specialized_tools_for_specific_problems_button_text','Book a Demo'),(7423,962,'_specialized_tools_for_specific_problems_button_text','field_64ae41e9c2d84'),(7424,962,'about_arukus_image','516'),(7425,962,'_about_arukus_image','field_64ae4235c2d85'),(7426,962,'about_arukus_content','Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\nAt Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients.<br /><br />\r\n                        \r\nOur mission is to enable MFIs and NBFCs to optimize their processes, streamline operations, and drive sustainable growth. We believe that by harnessing the power of digital technology, institutions can enhance their efficiency, improve risk management, and better serve their customers.'),(7427,962,'_about_arukus_content','field_64ae425bc2d86'),(7428,909,'_wp_attachment_image_alt','Contact Arukus Technologies'),(7429,68,'_yoast_wpseo_focuskw','Contact Us'),(7430,68,'_yoast_wpseo_metadesc','Contact Arukus Technologies for smart technology solutions for your Microfinance Institution or Non-Banking Financial Company'),(7431,68,'_yoast_wpseo_linkdex','49'),(7432,160,'_wp_attachment_image_alt','Connectivity with 3rd Party APIs'),(7433,915,'_wp_attachment_image_alt','Connectivity & Integration with 3rd Party API systems'),(7434,66,'_yoast_wpseo_focuskw','Connectivity & Integration with 3rd party API'),(7435,66,'_yoast_wpseo_title','%%title%% with 3rd party API %%page%% %%sep%% %%sitename%%'),(7436,66,'_yoast_wpseo_metadesc','Advanced Connectivity and Integration capabilities enable our solutions to seamlessly integrate with 3rd party API driven systems'),(7437,66,'_yoast_wpseo_linkdex','42'),(7438,963,'banner_heading','Advanced Integration Capabilities with 3rd Party Systems'),(7439,963,'_banner_heading','field_64a27c66a81c8'),(7440,963,'api_icon_image','160'),(7441,963,'_api_icon_image','field_64a27c84a81c9'),(7442,914,'_wp_attachment_image_alt','Policy based configuration - Arukus Technologies'),(7443,64,'_yoast_wpseo_focuskw','policy based configuration'),(7444,64,'_yoast_wpseo_metadesc','Arukus solutions are equipped with flexible configuration settings that effortlessly align with your policies and adapt to future changes'),(7445,64,'_yoast_wpseo_linkdex','44'),(7446,64,'_yoast_wpseo_content_score','90'),(7447,964,'policy_based_sub_heading','Unlock Limitless Flexibility: Configuring Policies to suit  your Business Needs'),(7448,964,'_policy_based_sub_heading','field_64b101c191714'),(7449,964,'policy_based_description','Arukus configuration settings pave the way for companies to effortlessly align with their own policies and adapt to future policy changes. With Arukus, organizations gain the power to mold the software product according to their unique requirements, ensuring that it seamlessly reflects their existing policies.'),(7450,964,'_policy_based_description','field_64b103abfea6e'),(7451,395,'_yoast_wpseo_focuskw','Blogs'),(7452,395,'_yoast_wpseo_metadesc','Arukus Technology Blogs: Latest insights, trends, & innovations in the financial services industry with valuable resources for MFI and NBFCs'),(7453,395,'_yoast_wpseo_linkdex','53'),(7454,910,'_wp_attachment_image_alt','About Arukus Technologies'),(7455,518,'_wp_attachment_image_alt','Arukus Technologies'),(7456,519,'_wp_attachment_image_alt','Arukus Technologies Mission'),(7457,520,'_wp_attachment_image_alt','Industry Expertise'),(7458,521,'_wp_attachment_image_alt','Arukus Technologies Support'),(7459,965,'banner_heading','Empowering Financial Institutions Through Technology'),(7460,965,'_banner_heading','field_649eafe9407da'),(7461,965,'banner_image','910'),(7462,965,'_banner_image','field_649eb003407db'),(7463,965,'about_us_image','518'),(7464,965,'_about_us_image','field_649eb035407dc'),(7465,965,'about_us_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFls) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(7466,965,'_about_us_content','field_649eb077407dd'),(7467,965,'our_mission_content','<p>Our mission is to enable MFls and NBFCs to optimize their processes, streamline operations, and drive sustainable growth through innovative technology solutions. We believe that by harnessing the power of automation, data analytics, and digital transformation, financial institutions can enhance their efficiency, improve risk management, and better serve their customers. </p>'),(7468,965,'_our_mission_content','field_649eb093407de'),(7469,965,'our_mission_image','519'),(7470,965,'_our_mission_image','field_649eb0a3407df'),(7471,965,'industry_expertise_content','<p>With years of experience and expertise in the financial industry, our team at Arukus Technologies is well-versed in the complexities and intricacies of MFI and NBFC operations. We understand the challenges faced by these organizations, such as stringent regulatory requirements, evolving customer expectations, and the need for robust risk management. Our in-depth knowledge allows us to develop solutions that are tailored to the specific needs of our clients. </p>'),(7472,965,'_industry_expertise_content','field_649eb0cf407e0'),(7473,965,'industry_expertise_image','520'),(7474,965,'_industry_expertise_image','field_649eb0de407e1'),(7475,965,'exceptional_support_content','<p>At Arukus Technologies, we prioritize our clients\' success. We understand that implementing new technology solutions can be a transformative journey, and we are committed to providing exceptional support every step of the way. Our dedicated team of experts is readily available to assist with product integration, training, and ongoing support to ensure a seamless transition and maximum value for our clients. <br /><br />\r\n                        Join our growing family of satisfied clients who have experienced improved operational efficiency, enhanced risk management, and accelerated growth. </p>'),(7476,965,'_exceptional_support_content','field_649eb0f2407e2'),(7477,965,'exceptional_support_image','521'),(7478,965,'_exceptional_support_image','field_649eb109407e3'),(7479,965,'about_us_main_heading','Who we are'),(7480,965,'_about_us_main_heading','field_64b63240a5c27'),(7481,967,'banner_image','708'),(7482,967,'_banner_image','field_649d7a54f5560'),(7483,967,'banner_first_content','Revolutionizing MFI and NBFC Operations for Sustainable Success'),(7484,967,'_banner_first_content','field_649d7a44f555f'),(7485,967,'banner_second_content','Unlock the Power of Our Cutting-Edge Product Suite to Enhance Efficiency and Mitigate Risks'),(7486,967,'_banner_second_content','field_649d77fe773bf'),(7487,967,'request_a_demo_text','Book a Demo'),(7488,967,'_request_a_demo_text','field_649d782e773c0'),(7489,967,'download_brochure_link','675'),(7490,967,'_download_brochure_link','field_649d785c773c1'),(7491,967,'arukus_with_all_products_image','511'),(7492,967,'_arukus_with_all_products_image','field_649d787e773c2'),(7493,967,'solution_for_every_problem_content','<p>Arukus product suite encompasses a wide range of solutions designed to address the key pain points of MFIs and NBFCs.<br /><br />\r\n\r\n                        From Loan Origination System, which streamlines the lending process, to our Cross-Sell Application, which makes it easy to push relevant product offers that can help drive more applications at a lower cost.<br /><br />\r\n                        \r\n                        Our Enterprise Risk Management, Audit & Compliance Management, Field Track-O, Expense Management and other offerings provide comprehensive tools to mitigate risks and ensure regulatory compliance.</p>'),(7494,967,'_solution_for_every_problem_content','field_649d78a1773c3'),(7495,967,'configurable_&_connected_platform_heading','100% Configurable & Connected platform'),(7496,967,'_configurable_&_connected_platform_heading','field_649d78da773c4'),(7497,967,'configurable_&_connected_platform_first_content','<h3>Policy-Based Configuration</h3>\r\n                                    <p>Arukus empowers businesses to easily modify and update product configurations, ensuring a seamless transition and continued compliance. By leveraging the system\'s robust configuration capabilities, companies can confidently navigate policy changes, maintain regulatory alignment, and stay ahead in an ever-changing business landscape.</p>'),(7498,967,'_configurable_&_connected_platform_first_content','field_649d78f8773c5'),(7499,967,'configurable_&_connected_platform_first_image','512'),(7500,967,'_configurable_&_connected_platform_first_image','field_649d7922773c6'),(7501,967,'configurable_&_connected_platform_second_image','513'),(7502,967,'_configurable_&_connected_platform_second_image','field_649d7937773c7'),(7503,967,'configurable_&_connected_platform_second_content','<h3>3rd Party Integration</h3>\r\n                                    <p>Seamlessly Connect with Third-Party Services through Arukus API led Connectivity from CIBIL checking, Voter ID verification, Aadhar Card Masking to Face Recognition, Drop Test Verification, SMS Integration, and much more ...</p>'),(7504,967,'_configurable_&_connected_platform_second_content','field_649d79950798a'),(7505,967,'configurable_&_connected_platform_third_image','514'),(7506,967,'_configurable_&_connected_platform_third_image','field_649d79a50798b'),(7507,967,'configurable_&_connected_platform_third_content','<h3>360 Degree Inter-connected Platform</h3>\r\n                                    <p>Our comprehensive workflow system offers a structured framework for automatic application routing across a diverse range of loan products. It enables seamless integration with multiple systems, incorporates essential credit and compliance checks, and facilitates digital record-keeping and document management for enhanced efficiency and accuracy in loan processing.</p>'),(7508,967,'_configurable_&_connected_platform_third_content','field_649d79bb0798c'),(7509,967,'about_us_section_image','516'),(7510,967,'_about_us_section_image','field_649d79db0798d'),(7511,967,'about_us_section_content','<p>Arukus Technologies is an ISO 27001:2013 certified company providing a wide range of technology solutions implementing the latest in emerging technologies to empower financial institutions to innovate, grow and transform.<br /><br />\r\n\r\n                        At Arukus Technologies, we are committed to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with cutting-edge technology solutions that revolutionize their operations. <br /><br />\r\n                        \r\n                        With a deep understanding of the unique challenges faced by the financial sector, we have developed a comprehensive suite of products to address the evolving needs of our clients. </p>'),(7512,967,'_about_us_section_content','field_649d79fb0798e'),(7513,967,'solution_for_every_problem_title','Solution for Every Problem'),(7514,967,'_solution_for_every_problem_title','field_649e94ed1e9a2'),(7515,967,'about_us_section_title','About Us'),(7516,967,'_about_us_section_title','field_649e95d349031'),(7517,967,'our_products_title','Our Products'),(7518,967,'_our_products_title','field_649ea81f66f02'),(7519,968,'banner_image','708'),(7520,968,'_banner_image','field_64a41e781a69b'),(7521,968,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(7522,968,'_banner_sub_heading','field_64a41ebe1a69c'),(7523,968,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of apps from loan application, assessment, document processing, disbursement and collection.'),(7524,968,'_los_flow_short_description','field_64a41f341a69d'),(7525,968,'los_flow_right_side_image','526'),(7526,968,'_los_flow_right_side_image','field_64a41f5d1a69e'),(7527,968,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(7528,968,'_los_admin_panel_content','field_64a4201e1a69f'),(7529,968,'los_admin_panel_image','528'),(7530,968,'_los_admin_panel_image','field_64a4203c1a6a0'),(7531,968,'central_checking_applications_image','531'),(7532,968,'_central_checking_applications_image','field_64a4204e1a6a1'),(7533,968,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(7534,968,'_central_checking_applications_content','field_64a420681a6a2'),(7535,968,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(7536,968,'_document_management_content','field_64a420b11a6a3'),(7537,968,'document_management_image','530'),(7538,968,'_document_management_image','field_64a420c41a6a4'),(7539,968,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(7540,968,'_los_page_main_content','field_64a426515ef63'),(7541,968,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(7542,968,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(7543,968,'structured_workflow_driven_process_image','527'),(7544,968,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(7545,968,'previous_page_name','Samadhan Ticketing System'),(7546,968,'_previous_page_name','field_64b4eae193404'),(7547,968,'previous_page_link','https://arukustech.com/solutions/support360-ticketing-system/'),(7548,968,'_previous_page_link','field_64b4eaf093405'),(7549,968,'next_page_name','Arukus Cross-Sell'),(7550,968,'_next_page_name','field_64b4eaf793406'),(7551,968,'next_page_link','https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/'),(7552,968,'_next_page_link','field_64b4eb0a93407'),(7553,969,'banner_image','953'),(7554,969,'_banner_image','field_64a52c0e48256'),(7555,969,'banner_sub_heading','Revolutionize Debt Recovery with Arukus CMS'),(7556,969,'_banner_sub_heading','field_64a52c3f48257'),(7557,969,'streamline_your_collections_process_short_content','Arukus Collection Management System (CMS) is a robust and efficient solution designed specifically for managing collections from customers who have taken loans from your company. With Arukus CMS, you can streamline your collections process, enhance operational efficiency, and optimize cash flows.'),(7558,969,'_streamline_your_collections_process_short_content','field_64a52c5648258'),(7559,969,'streamline_your_collections_process_image','538'),(7560,969,'_streamline_your_collections_process_image','field_64a52c7c48259'),(7561,969,'efficiently_manage_collections_short_content','Arukus Collection Management System empowers your organization to efficiently manage collections, enhance customer satisfaction, and improve financial operations. Experience the power of Arukus CMS and take control of your collections process today'),(7562,969,'_efficiently_manage_collections_short_content','field_64a52c954825a'),(7563,969,'efficiently_manage_collections_image','539'),(7564,969,'_efficiently_manage_collections_image','field_64a52cf24825b'),(7565,969,'previous_spage_name','Arukus Cross-Sell'),(7566,969,'_previous_spage_name','field_64b4f67d073bc'),(7567,969,'previous_page_link','https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/'),(7568,969,'_previous_page_link','field_64b4f6a5073bd'),(7569,969,'next_page_name','Enterprise Risk Management'),(7570,969,'_next_page_name','field_64b4eb6e8d483'),(7571,969,'next_page_link','https://arukustech.com/solutions/enterprise-risk-management/'),(7572,969,'_next_page_link','field_64b4ebc58d484'),(7573,969,'previous_page_name','Arukus Cross-Sell'),(7574,969,'_previous_page_name','field_64b4f67d073bc'),(7575,970,'banner_image','951'),(7576,970,'_banner_image','field_64a68e54f6987'),(7577,970,'banner_heading','Control Costs and Streamline Efficiency'),(7578,970,'_banner_heading','field_64a68e7ef6988'),(7579,970,'capture_every_business_expense_title','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X'),(7580,970,'_capture_every_business_expense_title','field_64a68e8ff6989'),(7581,970,'capture_every_business_expense_short_content','Arukus Technologies Expense Management System revolutionizes the way businesses capture, manage, and process expenses, saving valuable time and increasing employee productivity. It allows you to capture every business expense on the fly, eliminating manual paperwork and tedious data entry.'),(7582,970,'_capture_every_business_expense_short_content','field_64a68e9ef698a'),(7583,970,'capture_every_business_expense_left_image','546'),(7584,970,'_capture_every_business_expense_left_image','field_64a68eb1f698b'),(7585,970,'capture_every_business_expense_main_content','<h3>Multi-Level Expense Management Modules of Branches</h3>\r\n                            <ul class=\"expense_details_wrapper\">\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk1.png\" alt=\"\"/>\r\n                                    <p>Daily Branch Expenses</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk2.png\" alt=\"\" />\r\n                                    <p>Travel & Tour Expenses</p>\r\n                                </li>\r\n\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk3.png\" alt=\"\"/>\r\n                                    <p>Rental Agreement & Rent Payments</p>\r\n                                </li>\r\n                                <li>\r\n                                    <img src=\"https://arukustech.com/wp-content/uploads/2023/07/risk4.png\" alt=\"\"/>\r\n                                    <p>Branch Transfers</p>\r\n                                </li>\r\n                            </ul>'),(7586,970,'_capture_every_business_expense_main_content','field_64a68f10f698d'),(7587,970,'experience_arukus_expense_management_system_title','Experience The Power of Arukus Expense Management System'),(7588,970,'_experience_arukus_expense_management_system_title','field_64a68f25f698e'),(7589,970,'experience_arukus_expense_management_system_content','By leveraging Arukus Technologies Expense Management System, businesses can streamline their expense management process, saving time, reducing effort, and increasing overall productivity. Say goodbye to manual paperwork, improve policy compliance, and enhance financial control with our intuitive and user-friendly system.'),(7590,970,'_experience_arukus_expense_management_system_content','field_64a68f36f698f'),(7591,970,'experience_arukus_expense_management_system_right_image','547'),(7592,970,'_experience_arukus_expense_management_system_right_image','field_64a68f4af6990'),(7593,970,'previous_page_name','Enterprise Risk Management'),(7594,970,'_previous_page_name','field_64b4f73eec8dd'),(7595,970,'next_page_link_copy','https://arukustech.com/solutions/enterprise-risk-management/'),(7596,970,'_next_page_link_copy','field_64b4f755ec8de'),(7597,970,'next_page_name','Field Track-O'),(7598,970,'_next_page_name','field_64b4ec2448747'),(7599,970,'next_page_link','https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/'),(7600,970,'_next_page_link','field_64b4ec2b48748'),(7601,217,'previous_page_link','https://arukustech.com/solutions/enterprise-risk-management/'),(7602,217,'_previous_page_link','field_64b4f755ec8de');
INSERT INTO `wp_postmeta` VALUES (7603,970,'previous_page_link','https://arukustech.com/solutions/enterprise-risk-management/'),(7604,970,'_previous_page_link','field_64b4f755ec8de'),(7605,971,'banner_image','957'),(7606,971,'_banner_image','field_64ad40464f290'),(7607,971,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(7608,971,'_banner_sub_heading','field_64abe9741cd46'),(7609,971,'main_section_heading','Prevent Fraud with Arukus Technologies'),(7610,971,'_main_section_heading','field_64ad3e64bfa1b'),(7611,971,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(7612,971,'_main_section_short_content','field_64ad3e84bfa1c'),(7613,971,'banner_heading','Prevent Fraud with Arukus Technologies'),(7614,971,'_banner_heading','field_64ad405b4f291'),(7615,971,'previous_page_name','Audit & Compliance'),(7616,971,'_previous_page_name','field_64b4f87c28700'),(7617,971,'previous_page_link','https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/'),(7618,971,'_previous_page_link','field_64b4f8cc28702'),(7619,971,'next_page_name','Samadhan Ticketing System'),(7620,971,'_next_page_name','field_64b4eefa47cce'),(7621,971,'next_page_link','https://arukustech.com/solutions/samadhan-ticketing-system/'),(7622,971,'_next_page_link','field_64b4ef1252512'),(7623,972,'banner_image','708'),(7624,972,'_banner_image','field_64a80b19d8b4e'),(7625,972,'banner_heading','The Most Effective Field Sales Performance Tracking App by Arukus Technologies'),(7626,972,'_banner_heading','field_64a80b4cd8b4f'),(7627,972,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(7628,972,'_ensuring_compliance_content','field_64a80b5cd8b50'),(7629,972,'ensuring_compliance_image','550'),(7630,972,'_ensuring_compliance_image','field_64a80b6fd8b51'),(7631,972,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(7632,972,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(7633,972,'advance_planner_&_tracking_tool_image','551'),(7634,972,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(7635,972,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(7636,972,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(7637,972,'advance_geo-tracking_image','552'),(7638,972,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(7639,972,'why_choose_field_track-o_image','553'),(7640,972,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(7641,972,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(7642,972,'_achieve_targets_heading','field_64a80bebd8b57'),(7643,972,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(7644,972,'_achieve_targets_short_content','field_64a80bfbd8b58'),(7645,972,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(7646,972,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(7647,972,'agent_monitoring_image','554'),(7648,972,'_agent_monitoring_image','field_64a80c1dd8b5a'),(7649,972,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(7650,972,'_branch_manager_review_content','field_64a80c3fd8b5b'),(7651,972,'branch_manager_review_image','555'),(7652,972,'_branch_manager_review_image','field_64a80c52d8b5c'),(7653,972,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(7654,972,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(7655,972,'area_or_zonal_manager_review_image','556'),(7656,972,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(7657,972,'previous_page_name','Expense Management System'),(7658,972,'_previous_page_name','field_64b4f77fdb700'),(7659,972,'previous_page_link','https://arukustech.com/solutions/expense-management-system/'),(7660,972,'_previous_page_link','field_64b4f793db701'),(7661,972,'next_page_name','Audit & Compliance'),(7662,972,'_next_page_name','field_64b4ec48e237c'),(7663,972,'next_page_link','https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/'),(7664,972,'_next_page_link','field_64b4ec50e237d'),(7665,973,'banner_image','957'),(7666,973,'_banner_image','field_64ad40464f290'),(7667,973,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(7668,973,'_banner_sub_heading','field_64abe9741cd46'),(7669,973,'main_section_heading','Prevent Fraud with Arukus Technologies'),(7670,973,'_main_section_heading','field_64ad3e64bfa1b'),(7671,973,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(7672,973,'_main_section_short_content','field_64ad3e84bfa1c'),(7673,973,'banner_heading','Prevent Fraud with Arukus Technologies'),(7674,973,'_banner_heading','field_64ad405b4f291'),(7675,973,'previous_page_name','Audit & Compliance'),(7676,973,'_previous_page_name','field_64b4f87c28700'),(7677,973,'previous_page_link','https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/'),(7678,973,'_previous_page_link','field_64b4f8cc28702'),(7679,973,'next_page_name','Samadhan Ticketing System'),(7680,973,'_next_page_name','field_64b4eefa47cce'),(7681,973,'next_page_link','https://arukustech.com/solutions/support360-ticketing-system/'),(7682,973,'_next_page_link','field_64b4ef1252512'),(7686,976,'_edit_last','1'),(7687,976,'_edit_lock','1702541879:1'),(7688,976,'_yoast_wpseo_primary_blog-category','15'),(7689,976,'_yoast_wpseo_content_score','60'),(7690,976,'_yoast_wpseo_estimated-reading-time-minutes','2'),(7691,976,'_yoast_wpseo_wordproof_timestamp',''),(7692,976,'_thumbnail_id','988'),(7699,984,'_wp_attached_file','2023/07/field-track-o.jpg'),(7700,984,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2023/07/field-track-o.jpg\";s:8:\"filesize\";i:47331;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"field-track-o-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4147;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"field-track-o-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"field-track-o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5261;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"field-track-o-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18891;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"field-track-o-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56589;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"field-track-o-1568x327.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58810;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:25:\"field-track-o-600x125.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12794;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:25:\"field-track-o-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7701,985,'banner_image','984'),(7702,985,'_banner_image','field_64a80b19d8b4e'),(7703,985,'banner_heading','The Most Effective Field Sales Performance Tracking App by Arukus Technologies'),(7704,985,'_banner_heading','field_64a80b4cd8b4f'),(7705,985,'ensuring_compliance_content','Field Track-O is designed to ensure that every sales agent follows your organization\'s standard operating procedures. With Field Track-O app, you can monitor and track their activities during group training sessions and payment collections, ensuring adherence to established protocols. Additionally, Field Track-O allows you to verify branch level compliance by conducting due diligence checks for each action performed by your agents. Stay confident knowing that your operations are aligned with regulatory requirements and industry best practices.'),(7706,985,'_ensuring_compliance_content','field_64a80b5cd8b50'),(7707,985,'ensuring_compliance_image','550'),(7708,985,'_ensuring_compliance_image','field_64a80b6fd8b51'),(7709,985,'advance_planner_&_tracking_tool_content','Empower your field agents and branch heads with the most efficient planner and tracking tool available. Field Track-O enables agents to plan their meetings, set collection targets, and stay organized on the go. Meanwhile, branch heads gain valuable insights by visualizing the percentage of target achievement, providing real-time visibility into sales performance. With our app, you can optimize resource allocation, drive productivity, and boost revenue generation.'),(7710,985,'_advance_planner_&_tracking_tool_content','field_64a80b89d8b52'),(7711,985,'advance_planner_&_tracking_tool_image','551'),(7712,985,'_advance_planner_&_tracking_tool_image','field_64a80b99d8b53'),(7713,985,'advance_geo-tracking_content','Misrepresentations and inaccurate reporting can hinder the success of your field operations. Field Track-O solves this challenge by implementing robust geo-tracking capabilities. Monitor and track every move of your field agents in real-time, ensuring they are where they need to be. By leveraging geo-tracking, you can enhance transparency, prevent fraud, and improve customer satisfaction by providing accurate and reliable information.'),(7714,985,'_advance_geo-tracking_content','field_64a80ba5d8b54'),(7715,985,'advance_geo-tracking_image','552'),(7716,985,'_advance_geo-tracking_image','field_64a80bbfd8b55'),(7717,985,'why_choose_field_track-o_image','553'),(7718,985,'_why_choose_field_track-o_image','field_64a80bd0d8b56'),(7719,985,'achieve_targets_heading','Achieve Targets & Ensure Compliance With Field Track-O'),(7720,985,'_achieve_targets_heading','field_64a80bebd8b57'),(7721,985,'achieve_targets_short_content','Maximize Sales Success with Field Track-O: Uncover Real-Time Insights on Targets, Collections, and Compliance Across Areas, Branches, and Individual Agents!'),(7722,985,'_achieve_targets_short_content','field_64a80bfbd8b58'),(7723,985,'field_agent_monitoring_content','Daily Commitment Tracker on Cross Verification, GRTs, Disbursements, PAR Visits, CGTs and CPT Activities along with a complete Agent Portfolio Health Check Dashboard.'),(7724,985,'_field_agent_monitoring_content','field_64a80c0fd8b59'),(7725,985,'agent_monitoring_image','554'),(7726,985,'_agent_monitoring_image','field_64a80c1dd8b5a'),(7727,985,'branch_manager_review_content','<div class=\"accordion_area\">\r\n                                <div class=\"accordion\" id=\"ftpsub\">\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseOne\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseOne\">Branch Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseOne\" class=\"accordion-collapse  collapse show\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage & Track Cash Deposits, OD A/Cs, Loan Files, Disbursements, Death Claim Registers and other registers on Office Key, Safe Key, Branch Assets, Stationary and Movement Registers, Petty Cash, Foreclosures, Customer Complaints and many more</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseTwo\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseTwo\">Field Activity </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseTwo\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain a detailed activity history on Post Sanction and Pre-Disbursal visits, records on CGTs and GRT, cross verification of applications including applicant health and location sensitivity, Center Meeting and Customer Visit records with all details captured.</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n\r\n                                    <div class=\"accordion-item\">\r\n                                        <h2 class=\"accordion-header\">\r\n                                            <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#ftpsubCollapseThree\" aria-expanded=\"true\" aria-controls=\"ftpsubCollapseThree\">Bm Review Mettings </button>\r\n                                        </h2>\r\n                                        <div id=\"ftpsubCollapseThree\" class=\"accordion-collapse  collapse\" data-bs-parent=\"#ftpsub\">\r\n                                            <div class=\"accordion-body\">\r\n                                                <ul class=\"list\">\r\n                                                    <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Detailed Dashboard on daily scheduled demand and collections for regular and OD loans, measure collection efficiency, amount being added to PAR, no. of OD clients and PAR amount collected, track targets vs. achieved across disbursements, PTP collections and measure individual agent performance</li> \r\n                                                </ul>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>'),(7728,985,'_branch_manager_review_content','field_64a80c3fd8b5b'),(7729,985,'branch_manager_review_image','555'),(7730,985,'_branch_manager_review_image','field_64a80c52d8b5c'),(7731,985,'area_or_zonal_manager_review_content','Area & Regional Sales Managers can make regular or emergency visits to track compliance at branches under their allotted zone and track branch, field and BM level activity. Managers can track PAR follow-up status, compare weekly and monthly reviews based on quantity as well as quality.'),(7732,985,'_area_or_zonal_manager_review_content','field_64a80c6ad8b5d'),(7733,985,'area_or_zonal_manager_review_image','556'),(7734,985,'_area_or_zonal_manager_review_image','field_64a80c91d8b5e'),(7735,985,'previous_page_name','Expense Management System'),(7736,985,'_previous_page_name','field_64b4f77fdb700'),(7737,985,'previous_page_link','https://arukustech.com/solutions/expense-management-system/'),(7738,985,'_previous_page_link','field_64b4f793db701'),(7739,985,'next_page_name','Audit & Compliance'),(7740,985,'_next_page_name','field_64b4ec48e237c'),(7741,985,'next_page_link','https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/'),(7742,985,'_next_page_link','field_64b4ec50e237d'),(7743,986,'_wp_attached_file','2023/07/Images-Blog.jpg'),(7744,986,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1640;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2023/07/Images-Blog.jpg\";s:8:\"filesize\";i:308635;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Images-Blog-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10624;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Images-Blog-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Images-Blog-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Images-Blog-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39904;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Images-Blog-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112436;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"Images-Blog-1568x883.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:883;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116334;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:23:\"Images-Blog-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27835;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:23:\"Images-Blog-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39904;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7745,986,'_wp_attachment_image_alt','Address Regulatory Compliance for Microfinance Institutions'),(7746,404,'_wp_old_slug','what-are-the-4-steps-in-the-loan-application-process'),(7747,404,'_yoast_wpseo_focuskw','regulatory challenges microfinance'),(7748,404,'_yoast_wpseo_title','Addressing Regulatory Challenges for Microfinance in India'),(7749,404,'_yoast_wpseo_metadesc','Overcoming Regulatory Challenges for Microfinance Institutions with Arukus Technologies: Empowering MFIs with Technology'),(7750,404,'_yoast_wpseo_linkdex','78'),(7751,988,'_wp_attached_file','2023/07/Images-Blog-2.jpg'),(7752,988,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1640;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2023/07/Images-Blog-2.jpg\";s:8:\"filesize\";i:397720;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Images-Blog-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8058;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Images-Blog-2-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56755;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Images-Blog-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Images-Blog-2-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35475;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Images-Blog-2-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115800;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"Images-Blog-2-1568x883.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:883;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120712;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:25:\"Images-Blog-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23831;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:25:\"Images-Blog-2-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35475;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7753,988,'_wp_attachment_image_alt','Cross-Selling FMCG and FMCD products in Rural India'),(7754,976,'_wp_old_slug','how-do-you-cross-sell-in-banking'),(7755,976,'_yoast_wpseo_focuskw','Cross-Selling of FMCG/FMCD Products'),(7756,976,'_yoast_wpseo_title','Cross-Selling FMCG/FMCD Products by MFIs in Rural India'),(7757,976,'_yoast_wpseo_metadesc','Arukus Technologies\' solution enables Micro-Finance Institutions in cross-selling FMCG/FMCD products in rural India'),(7758,976,'_yoast_wpseo_linkdex','73'),(7759,990,'_wp_attached_file','2023/07/Images-Blog-3.png'),(7760,990,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1640;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2023/07/Images-Blog-3.png\";s:8:\"filesize\";i:607794;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Images-Blog-3-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30112;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Images-Blog-3-1024x577.png\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:238949;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Images-Blog-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14310;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Images-Blog-3-768x433.png\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143875;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Images-Blog-3-1536x865.png\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:526913;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"Images-Blog-3-1568x883.png\";s:5:\"width\";i:1568;s:6:\"height\";i:883;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:537108;}s:23:\"tenweb_optimizer_mobile\";a:5:{s:4:\"file\";s:25:\"Images-Blog-3-600x338.png\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93993;}s:23:\"tenweb_optimizer_tablet\";a:5:{s:4:\"file\";s:25:\"Images-Blog-3-768x433.png\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143875;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7761,990,'_wp_attachment_image_alt','history of microfinance in rural india'),(7762,402,'_wp_old_slug','what-are-the-five-keys-of-loan-application'),(7763,402,'_yoast_wpseo_focuskw','history of microfinance in india'),(7764,402,'_yoast_wpseo_metadesc','Explore the history of microfinance in India and how Self-Help Groups (SHGs) and Microfinance Institutions (MFIs) are empowering rural sector'),(7765,402,'_yoast_wpseo_linkdex','82'),(7770,160,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:4702;s:7:\"percent\";d:54.49;s:11:\"size_before\";i:8629;s:10:\"size_after\";i:3927;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:4702;s:7:\"percent\";d:54.49;s:11:\"size_before\";i:8629;s:10:\"size_after\";i:3927;}}}'),(7771,160,'wp-smush-lossy','1'),(7772,166,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.81;s:5:\"bytes\";i:44298;s:7:\"percent\";d:25.78;s:11:\"size_before\";i:171839;s:10:\"size_after\";i:127541;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:2048;s:7:\"percent\";d:29.55;s:11:\"size_before\";i:6931;s:10:\"size_after\";i:4883;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:2551;s:7:\"percent\";d:22;s:11:\"size_before\";i:11596;s:10:\"size_after\";i:9045;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.35;s:5:\"bytes\";i:13926;s:7:\"percent\";d:25.93;s:11:\"size_before\";i:53699;s:10:\"size_after\";i:39773;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.38;s:5:\"bytes\";i:25773;s:7:\"percent\";d:25.87;s:11:\"size_before\";i:99613;s:10:\"size_after\";i:73840;}}}'),(7773,166,'wp-smush-lossy','1'),(7774,167,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.8;s:5:\"bytes\";i:57876;s:7:\"percent\";d:33;s:11:\"size_before\";i:175382;s:10:\"size_after\";i:117506;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:2556;s:7:\"percent\";d:36.41;s:11:\"size_before\";i:7021;s:10:\"size_after\";i:4465;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11;s:5:\"bytes\";i:3700;s:7:\"percent\";d:31.85;s:11:\"size_before\";i:11618;s:10:\"size_after\";i:7918;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.3;s:5:\"bytes\";i:16068;s:7:\"percent\";d:28.56;s:11:\"size_before\";i:56266;s:10:\"size_after\";i:40198;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.34;s:5:\"bytes\";i:35552;s:7:\"percent\";d:35.38;s:11:\"size_before\";i:100477;s:10:\"size_after\";i:64925;}}}'),(7775,167,'wp-smush-lossy','1'),(7776,168,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.53;s:5:\"bytes\";i:46383;s:7:\"percent\";d:31.48;s:11:\"size_before\";i:147324;s:10:\"size_after\";i:100941;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:3173;s:7:\"percent\";d:31.67;s:11:\"size_before\";i:10020;s:10:\"size_after\";i:6847;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:2192;s:7:\"percent\";d:35.64;s:11:\"size_before\";i:6150;s:10:\"size_after\";i:3958;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.16;s:5:\"bytes\";i:15772;s:7:\"percent\";d:34.6;s:11:\"size_before\";i:45590;s:10:\"size_after\";i:29818;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.31;s:5:\"bytes\";i:25246;s:7:\"percent\";d:29.51;s:11:\"size_before\";i:85564;s:10:\"size_after\";i:60318;}}}'),(7777,168,'wp-smush-lossy','1'),(7778,169,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:1.12;s:5:\"bytes\";i:61917;s:7:\"percent\";d:30.92;s:11:\"size_before\";i:200218;s:10:\"size_after\";i:138301;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:2712;s:7:\"percent\";d:21.52;s:11:\"size_before\";i:12603;s:10:\"size_after\";i:9891;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:2685;s:7:\"percent\";d:36.35;s:11:\"size_before\";i:7386;s:10:\"size_after\";i:4701;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.53;s:5:\"bytes\";i:20239;s:7:\"percent\";d:30.95;s:11:\"size_before\";i:65386;s:10:\"size_after\";i:45147;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.53;s:5:\"bytes\";i:36281;s:7:\"percent\";d:31.59;s:11:\"size_before\";i:114843;s:10:\"size_after\";i:78562;}}}'),(7779,169,'wp-smush-lossy','1'),(7780,170,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.77;s:5:\"bytes\";i:40642;s:7:\"percent\";d:21.76;s:11:\"size_before\";i:186739;s:10:\"size_after\";i:146097;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:1969;s:7:\"percent\";d:27.7;s:11:\"size_before\";i:7109;s:10:\"size_after\";i:5140;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:2421;s:7:\"percent\";d:18.19;s:11:\"size_before\";i:13311;s:10:\"size_after\";i:10890;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.25;s:5:\"bytes\";i:14984;s:7:\"percent\";d:23.82;s:11:\"size_before\";i:62909;s:10:\"size_after\";i:47925;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.44;s:5:\"bytes\";i:21268;s:7:\"percent\";d:20.57;s:11:\"size_before\";i:103410;s:10:\"size_after\";i:82142;}}}'),(7781,170,'wp-smush-lossy','1'),(7782,171,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.75;s:5:\"bytes\";i:61969;s:7:\"percent\";d:30.91;s:11:\"size_before\";i:200471;s:10:\"size_after\";i:138502;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:2428;s:7:\"percent\";d:33.95;s:11:\"size_before\";i:7152;s:10:\"size_after\";i:4724;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:3775;s:7:\"percent\";d:29.26;s:11:\"size_before\";i:12901;s:10:\"size_after\";i:9126;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.21;s:5:\"bytes\";i:21937;s:7:\"percent\";d:33.15;s:11:\"size_before\";i:66174;s:10:\"size_after\";i:44237;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.44;s:5:\"bytes\";i:33829;s:7:\"percent\";d:29.61;s:11:\"size_before\";i:114244;s:10:\"size_after\";i:80415;}}}'),(7783,171,'wp-smush-lossy','1'),(7784,172,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.74;s:5:\"bytes\";i:405902;s:7:\"percent\";d:80.27;s:11:\"size_before\";i:505670;s:10:\"size_after\";i:99768;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:11064;s:7:\"percent\";d:72.13;s:11:\"size_before\";i:15338;s:10:\"size_after\";i:4274;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:22072;s:7:\"percent\";d:73.74;s:11:\"size_before\";i:29931;s:10:\"size_after\";i:7859;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.27;s:5:\"bytes\";i:129990;s:7:\"percent\";d:78.49;s:11:\"size_before\";i:165612;s:10:\"size_after\";i:35622;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.37;s:5:\"bytes\";i:242776;s:7:\"percent\";d:82.36;s:11:\"size_before\";i:294789;s:10:\"size_after\";i:52013;}}}'),(7785,172,'wp-smush-lossy','1'),(7786,242,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.09000000000000001;s:5:\"bytes\";i:3569;s:7:\"percent\";d:39.46;s:11:\"size_before\";i:9044;s:10:\"size_after\";i:5475;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:1219;s:7:\"percent\";d:41.79;s:11:\"size_before\";i:2917;s:10:\"size_after\";i:1698;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:2350;s:7:\"percent\";d:38.35;s:11:\"size_before\";i:6127;s:10:\"size_after\";i:3777;}}}'),(7787,242,'wp-smush-lossy','1'),(7788,244,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:2532;s:7:\"percent\";d:42.59;s:11:\"size_before\";i:5945;s:10:\"size_after\";i:3413;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:882;s:7:\"percent\";d:45.72;s:11:\"size_before\";i:1929;s:10:\"size_after\";i:1047;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:1650;s:7:\"percent\";d:41.09;s:11:\"size_before\";i:4016;s:10:\"size_after\";i:2366;}}}'),(7789,244,'wp-smush-lossy','1'),(7790,246,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.18;s:5:\"bytes\";i:2923;s:7:\"percent\";d:38.07;s:11:\"size_before\";i:7677;s:10:\"size_after\";i:4754;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:1877;s:7:\"percent\";d:37.31;s:11:\"size_before\";i:5031;s:10:\"size_after\";i:3154;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13;s:5:\"bytes\";i:1046;s:7:\"percent\";d:39.53;s:11:\"size_before\";i:2646;s:10:\"size_after\";i:1600;}}}'),(7791,246,'wp-smush-lossy','1'),(7792,250,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.12;s:5:\"bytes\";i:2827;s:7:\"percent\";d:43.83;s:11:\"size_before\";i:6450;s:10:\"size_after\";i:3623;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:1006;s:7:\"percent\";d:48.46;s:11:\"size_before\";i:2076;s:10:\"size_after\";i:1070;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.09;s:5:\"bytes\";i:1821;s:7:\"percent\";d:41.63;s:11:\"size_before\";i:4374;s:10:\"size_after\";i:2553;}}}'),(7793,250,'wp-smush-lossy','1'),(7794,252,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.11000000000000001;s:5:\"bytes\";i:1975;s:7:\"percent\";d:39.31;s:11:\"size_before\";i:5024;s:10:\"size_after\";i:3049;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:661;s:7:\"percent\";d:39;s:11:\"size_before\";i:1695;s:10:\"size_after\";i:1034;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:1314;s:7:\"percent\";d:39.47;s:11:\"size_before\";i:3329;s:10:\"size_after\";i:2015;}}}'),(7795,252,'wp-smush-lossy','1'),(7796,270,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:24338;s:7:\"percent\";d:75.53;s:11:\"size_before\";i:32223;s:10:\"size_after\";i:7885;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:6541;s:7:\"percent\";d:72.95;s:11:\"size_before\";i:8966;s:10:\"size_after\";i:2425;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:17797;s:7:\"percent\";d:76.52;s:11:\"size_before\";i:23257;s:10:\"size_after\";i:5460;}}}'),(7797,270,'wp-smush-lossy','1'),(7798,403,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.21000000000000002;s:5:\"bytes\";i:113;s:7:\"percent\";d:0.05;s:11:\"size_before\";i:230923;s:10:\"size_after\";i:230810;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:62;s:7:\"percent\";d:0.87;s:11:\"size_before\";i:7146;s:10:\"size_after\";i:7084;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:13596;s:10:\"size_after\";i:13596;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:44;s:7:\"percent\";d:0.06;s:11:\"size_before\";i:78249;s:10:\"size_after\";i:78205;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:7;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:131932;s:10:\"size_after\";i:131925;}}}'),(7799,403,'wp-smush-lossy','1'),(7800,405,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.15000000000000002;s:5:\"bytes\";i:21;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:146900;s:10:\"size_after\";i:146879;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:21;s:7:\"percent\";d:0.32;s:11:\"size_before\";i:6561;s:10:\"size_after\";i:6540;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:10770;s:10:\"size_after\";i:10770;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:50598;s:10:\"size_after\";i:50598;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:78971;s:10:\"size_after\";i:78971;}}}'),(7801,405,'wp-smush-lossy','1'),(7802,407,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.16;s:5:\"bytes\";i:3;s:7:\"percent\";d:0;s:11:\"size_before\";i:152232;s:10:\"size_after\";i:152229;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:6310;s:10:\"size_after\";i:6310;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:11045;s:10:\"size_after\";i:11045;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:52572;s:10:\"size_after\";i:52572;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:3;s:7:\"percent\";d:0;s:11:\"size_before\";i:82305;s:10:\"size_after\";i:82302;}}}'),(7803,407,'wp-smush-lossy','1'),(7804,449,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:8296;s:7:\"percent\";d:69.85;s:11:\"size_before\";i:11877;s:10:\"size_after\";i:3581;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:2586;s:7:\"percent\";d:67.33;s:11:\"size_before\";i:3841;s:10:\"size_after\";i:1255;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:5710;s:7:\"percent\";d:71.06;s:11:\"size_before\";i:8036;s:10:\"size_after\";i:2326;}}}'),(7805,449,'wp-smush-lossy','1'),(7806,451,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:7376;s:7:\"percent\";d:68.25;s:11:\"size_before\";i:10807;s:10:\"size_after\";i:3431;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:2396;s:7:\"percent\";d:65.73;s:11:\"size_before\";i:3645;s:10:\"size_after\";i:1249;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:4980;s:7:\"percent\";d:69.53;s:11:\"size_before\";i:7162;s:10:\"size_after\";i:2182;}}}'),(7807,451,'wp-smush-lossy','1'),(7808,453,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.18;s:5:\"bytes\";i:22336;s:7:\"percent\";d:69.77;s:11:\"size_before\";i:32014;s:10:\"size_after\";i:9678;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:6516;s:7:\"percent\";d:64.36;s:11:\"size_before\";i:10124;s:10:\"size_after\";i:3608;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.15;s:5:\"bytes\";i:15820;s:7:\"percent\";d:72.27;s:11:\"size_before\";i:21890;s:10:\"size_after\";i:6070;}}}'),(7809,453,'wp-smush-lossy','1'),(7810,455,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:14003;s:7:\"percent\";d:72.66;s:11:\"size_before\";i:19271;s:10:\"size_after\";i:5268;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:4275;s:7:\"percent\";d:71.08;s:11:\"size_before\";i:6014;s:10:\"size_after\";i:1739;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:9728;s:7:\"percent\";d:73.38;s:11:\"size_before\";i:13257;s:10:\"size_after\";i:3529;}}}'),(7811,455,'wp-smush-lossy','1'),(7812,457,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.31;s:5:\"bytes\";i:21221;s:7:\"percent\";d:72.05;s:11:\"size_before\";i:29453;s:10:\"size_after\";i:8232;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.09;s:5:\"bytes\";i:6057;s:7:\"percent\";d:66.61;s:11:\"size_before\";i:9093;s:10:\"size_after\";i:3036;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.22;s:5:\"bytes\";i:15164;s:7:\"percent\";d:74.48;s:11:\"size_before\";i:20360;s:10:\"size_after\";i:5196;}}}'),(7813,457,'wp-smush-lossy','1'),(7814,459,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.12;s:5:\"bytes\";i:23790;s:7:\"percent\";d:73.44;s:11:\"size_before\";i:32395;s:10:\"size_after\";i:8605;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:6663;s:7:\"percent\";d:67.07;s:11:\"size_before\";i:9935;s:10:\"size_after\";i:3272;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.09;s:5:\"bytes\";i:17127;s:7:\"percent\";d:76.26;s:11:\"size_before\";i:22460;s:10:\"size_after\";i:5333;}}}'),(7815,459,'wp-smush-lossy','1'),(7816,461,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.09;s:5:\"bytes\";i:12349;s:7:\"percent\";d:57.03;s:11:\"size_before\";i:21652;s:10:\"size_after\";i:9303;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:4222;s:7:\"percent\";d:62.59;s:11:\"size_before\";i:6745;s:10:\"size_after\";i:2523;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:8127;s:7:\"percent\";d:54.52;s:11:\"size_before\";i:14907;s:10:\"size_after\";i:6780;}}}'),(7817,461,'wp-smush-lossy','1'),(7818,511,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:1.26;s:5:\"bytes\";i:387345;s:7:\"percent\";d:71.62;s:11:\"size_before\";i:540866;s:10:\"size_after\";i:153521;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:14866;s:7:\"percent\";d:68.01;s:11:\"size_before\";i:21858;s:10:\"size_after\";i:6992;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:33070;s:7:\"percent\";d:69.54;s:11:\"size_before\";i:47556;s:10:\"size_after\";i:14486;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.5;s:5:\"bytes\";i:183962;s:7:\"percent\";d:71.66;s:11:\"size_before\";i:256707;s:10:\"size_after\";i:72745;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.61;s:5:\"bytes\";i:155447;s:7:\"percent\";d:72.39;s:11:\"size_before\";i:214745;s:10:\"size_after\";i:59298;}}}'),(7819,511,'wp-smush-lossy','1'),(7820,516,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:13906;s:7:\"percent\";d:73.17;s:11:\"size_before\";i:19006;s:10:\"size_after\";i:5100;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:3596;s:7:\"percent\";d:69.96;s:11:\"size_before\";i:5140;s:10:\"size_after\";i:1544;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:10310;s:7:\"percent\";d:74.35;s:11:\"size_before\";i:13866;s:10:\"size_after\";i:3556;}}}'),(7821,516,'wp-smush-lossy','1'),(7822,518,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.14;s:5:\"bytes\";i:46400;s:7:\"percent\";d:68.72;s:11:\"size_before\";i:67519;s:10:\"size_after\";i:21119;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:12954;s:7:\"percent\";d:66.09;s:11:\"size_before\";i:19601;s:10:\"size_after\";i:6647;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1;s:5:\"bytes\";i:33446;s:7:\"percent\";d:69.8;s:11:\"size_before\";i:47918;s:10:\"size_after\";i:14472;}}}'),(7823,518,'wp-smush-lossy','1'),(7824,519,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:5.180000000000001;s:5:\"bytes\";i:1157734;s:7:\"percent\";d:76.57;s:11:\"size_before\";i:1511905;s:10:\"size_after\";i:354171;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:12550;s:7:\"percent\";d:61.13;s:11:\"size_before\";i:20531;s:10:\"size_after\";i:7981;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.09;s:5:\"bytes\";i:31002;s:7:\"percent\";d:67.62;s:11:\"size_before\";i:45850;s:10:\"size_after\";i:14848;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.43;s:5:\"bytes\";i:105135;s:7:\"percent\";d:74.56;s:11:\"size_before\";i:141002;s:10:\"size_after\";i:35867;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.54;s:5:\"bytes\";i:148861;s:7:\"percent\";d:76.3;s:11:\"size_before\";i:195106;s:10:\"size_after\";i:46245;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.01;s:5:\"bytes\";i:254730;s:7:\"percent\";d:76.78;s:11:\"size_before\";i:331747;s:10:\"size_after\";i:77017;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.57;s:5:\"bytes\";i:247390;s:7:\"percent\";d:77.44;s:11:\"size_before\";i:319465;s:10:\"size_after\";i:72075;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.5;s:5:\"bytes\";i:358066;s:7:\"percent\";d:78.15;s:11:\"size_before\";i:458204;s:10:\"size_after\";i:100138;}}}'),(7825,519,'wp-smush-lossy','1'),(7826,520,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.22;s:5:\"bytes\";i:30444;s:7:\"percent\";d:68.15;s:11:\"size_before\";i:44670;s:10:\"size_after\";i:14226;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:11014;s:7:\"percent\";d:66.9;s:11:\"size_before\";i:16463;s:10:\"size_after\";i:5449;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.19;s:5:\"bytes\";i:19430;s:7:\"percent\";d:68.88;s:11:\"size_before\";i:28207;s:10:\"size_after\";i:8777;}}}'),(7827,520,'wp-smush-lossy','1'),(7828,521,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.16;s:5:\"bytes\";i:33434;s:7:\"percent\";d:68.9;s:11:\"size_before\";i:48524;s:10:\"size_after\";i:15090;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:21932;s:7:\"percent\";d:69.71;s:11:\"size_before\";i:31460;s:10:\"size_after\";i:9528;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1;s:5:\"bytes\";i:11502;s:7:\"percent\";d:67.41;s:11:\"size_before\";i:17064;s:10:\"size_after\";i:5562;}}}'),(7829,521,'wp-smush-lossy','1'),(7830,526,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:5.03;s:5:\"bytes\";i:1178923;s:7:\"percent\";d:72.62;s:11:\"size_before\";i:1623413;s:10:\"size_after\";i:444490;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:16056;s:7:\"percent\";d:69.12;s:11:\"size_before\";i:23229;s:10:\"size_after\";i:7173;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:32000;s:7:\"percent\";d:68.47;s:11:\"size_before\";i:46733;s:10:\"size_after\";i:14733;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.47;s:5:\"bytes\";i:118512;s:7:\"percent\";d:71.49;s:11:\"size_before\";i:165769;s:10:\"size_after\";i:47257;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.63;s:5:\"bytes\";i:194882;s:7:\"percent\";d:72.5;s:11:\"size_before\";i:268785;s:10:\"size_after\";i:73903;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.34;s:5:\"bytes\";i:405328;s:7:\"percent\";d:73.5;s:11:\"size_before\";i:551472;s:10:\"size_after\";i:146144;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:2.47;s:5:\"bytes\";i:412145;s:7:\"percent\";d:72.63;s:11:\"size_before\";i:567425;s:10:\"size_after\";i:155280;}}}'),(7831,526,'wp-smush-lossy','1'),(7832,527,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:3.07;s:5:\"bytes\";i:634732;s:7:\"percent\";d:72.43;s:11:\"size_before\";i:876358;s:10:\"size_after\";i:241626;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:24203;s:7:\"percent\";d:66.43;s:11:\"size_before\";i:36436;s:10:\"size_after\";i:12233;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:9691;s:7:\"percent\";d:65.18;s:11:\"size_before\";i:14868;s:10:\"size_after\";i:5177;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.39;s:5:\"bytes\";i:114218;s:7:\"percent\";d:72.18;s:11:\"size_before\";i:158243;s:10:\"size_after\";i:44025;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.31;s:5:\"bytes\";i:80304;s:7:\"percent\";d:70.71;s:11:\"size_before\";i:113561;s:10:\"size_after\";i:33257;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.82;s:5:\"bytes\";i:200238;s:7:\"percent\";d:73.1;s:11:\"size_before\";i:273907;s:10:\"size_after\";i:73669;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.44;s:5:\"bytes\";i:206078;s:7:\"percent\";d:73.77;s:11:\"size_before\";i:279343;s:10:\"size_after\";i:73265;}}}'),(7833,527,'wp-smush-lossy','1'),(7834,530,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.09;s:5:\"bytes\";i:20318;s:7:\"percent\";d:72.12;s:11:\"size_before\";i:28172;s:10:\"size_after\";i:7854;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:6123;s:7:\"percent\";d:69;s:11:\"size_before\";i:8874;s:10:\"size_after\";i:2751;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:14195;s:7:\"percent\";d:73.56;s:11:\"size_before\";i:19298;s:10:\"size_after\";i:5103;}}}'),(7835,530,'wp-smush-lossy','1'),(7836,531,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.29000000000000004;s:5:\"bytes\";i:42706;s:7:\"percent\";d:66.93;s:11:\"size_before\";i:63803;s:10:\"size_after\";i:21097;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13;s:5:\"bytes\";i:12122;s:7:\"percent\";d:62.96;s:11:\"size_before\";i:19254;s:10:\"size_after\";i:7132;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.16;s:5:\"bytes\";i:30584;s:7:\"percent\";d:68.65;s:11:\"size_before\";i:44549;s:10:\"size_after\";i:13965;}}}'),(7837,531,'wp-smush-lossy','1'),(7838,537,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.13;s:5:\"bytes\";i:42473;s:7:\"percent\";d:71.25;s:11:\"size_before\";i:59612;s:10:\"size_after\";i:17139;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:11358;s:7:\"percent\";d:72.06;s:11:\"size_before\";i:15762;s:10:\"size_after\";i:4404;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.09;s:5:\"bytes\";i:31115;s:7:\"percent\";d:70.96;s:11:\"size_before\";i:43850;s:10:\"size_after\";i:12735;}}}'),(7839,537,'wp-smush-lossy','1'),(7840,538,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:4.0600000000000005;s:5:\"bytes\";i:765217;s:7:\"percent\";d:69.75;s:11:\"size_before\";i:1097144;s:10:\"size_after\";i:331927;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:13863;s:7:\"percent\";d:65.68;s:11:\"size_before\";i:21106;s:10:\"size_after\";i:7243;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.09;s:5:\"bytes\";i:25320;s:7:\"percent\";d:66.56;s:11:\"size_before\";i:38039;s:10:\"size_after\";i:12719;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.35;s:5:\"bytes\";i:80368;s:7:\"percent\";d:68.2;s:11:\"size_before\";i:117836;s:10:\"size_after\";i:37468;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.89;s:5:\"bytes\";i:126936;s:7:\"percent\";d:69.09;s:11:\"size_before\";i:183731;s:10:\"size_after\";i:56795;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.1;s:5:\"bytes\";i:266100;s:7:\"percent\";d:71.16;s:11:\"size_before\";i:373966;s:10:\"size_after\";i:107866;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.59;s:5:\"bytes\";i:252630;s:7:\"percent\";d:69.7;s:11:\"size_before\";i:362466;s:10:\"size_after\";i:109836;}}}'),(7841,538,'wp-smush-lossy','1'),(7842,539,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:2.8200000000000003;s:5:\"bytes\";i:716377;s:7:\"percent\";d:70.54;s:11:\"size_before\";i:1015593;s:10:\"size_after\";i:299216;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:12082;s:7:\"percent\";d:63.85;s:11:\"size_before\";i:18921;s:10:\"size_after\";i:6839;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:23779;s:7:\"percent\";d:65.56;s:11:\"size_before\";i:36272;s:10:\"size_after\";i:12493;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.26;s:5:\"bytes\";i:82974;s:7:\"percent\";d:70.43;s:11:\"size_before\";i:117812;s:10:\"size_after\";i:34838;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.05;s:5:\"bytes\";i:232371;s:7:\"percent\";d:70.64;s:11:\"size_before\";i:328962;s:10:\"size_after\";i:96591;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.85;s:5:\"bytes\";i:238540;s:7:\"percent\";d:70.78;s:11:\"size_before\";i:337008;s:10:\"size_after\";i:98468;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.55;s:5:\"bytes\";i:126631;s:7:\"percent\";d:71.7;s:11:\"size_before\";i:176618;s:10:\"size_after\";i:49987;}}}'),(7843,539,'wp-smush-lossy','1'),(7844,541,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:3.88;s:5:\"bytes\";i:489113;s:7:\"percent\";d:72.07;s:11:\"size_before\";i:678681;s:10:\"size_after\";i:189568;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:8276;s:7:\"percent\";d:65.99;s:11:\"size_before\";i:12541;s:10:\"size_after\";i:4265;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:20026;s:7:\"percent\";d:68.57;s:11:\"size_before\";i:29206;s:10:\"size_after\";i:9180;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.68;s:5:\"bytes\";i:150165;s:7:\"percent\";d:72.55;s:11:\"size_before\";i:206986;s:10:\"size_after\";i:56821;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.31;s:5:\"bytes\";i:65938;s:7:\"percent\";d:72.74;s:11:\"size_before\";i:90654;s:10:\"size_after\";i:24716;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.11;s:5:\"bytes\";i:151010;s:7:\"percent\";d:71.55;s:11:\"size_before\";i:211051;s:10:\"size_after\";i:60041;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.67;s:5:\"bytes\";i:93698;s:7:\"percent\";d:73.06;s:11:\"size_before\";i:128243;s:10:\"size_after\";i:34545;}}}'),(7845,541,'wp-smush-lossy','1'),(7846,542,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.21;s:5:\"bytes\";i:60517;s:7:\"percent\";d:72.39;s:11:\"size_before\";i:83594;s:10:\"size_after\";i:23077;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:6024;s:7:\"percent\";d:68.59;s:11:\"size_before\";i:8783;s:10:\"size_after\";i:2759;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:11905;s:7:\"percent\";d:70.34;s:11:\"size_before\";i:16924;s:10:\"size_after\";i:5019;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.15;s:5:\"bytes\";i:42588;s:7:\"percent\";d:73.57;s:11:\"size_before\";i:57887;s:10:\"size_after\";i:15299;}}}'),(7847,542,'wp-smush-lossy','1'),(7848,543,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:6.13;s:5:\"bytes\";i:761828;s:7:\"percent\";d:74.88;s:11:\"size_before\";i:1017431;s:10:\"size_after\";i:255603;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:21455;s:7:\"percent\";d:67.06;s:11:\"size_before\";i:31992;s:10:\"size_after\";i:10537;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:11239;s:7:\"percent\";d:68.27;s:11:\"size_before\";i:16462;s:10:\"size_after\";i:5223;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.36;s:5:\"bytes\";i:81058;s:7:\"percent\";d:72.09;s:11:\"size_before\";i:112436;s:10:\"size_after\";i:31378;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.54;s:5:\"bytes\";i:131692;s:7:\"percent\";d:74.42;s:11:\"size_before\";i:176967;s:10:\"size_after\";i:45275;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.82;s:5:\"bytes\";i:264451;s:7:\"percent\";d:76.6;s:11:\"size_before\";i:345248;s:10:\"size_after\";i:80797;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:3.29;s:5:\"bytes\";i:251933;s:7:\"percent\";d:75.36;s:11:\"size_before\";i:334326;s:10:\"size_after\";i:82393;}}}'),(7849,543,'wp-smush-lossy','1'),(7850,546,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:4.449999999999999;s:5:\"bytes\";i:428749;s:7:\"percent\";d:54.6;s:11:\"size_before\";i:785239;s:10:\"size_after\";i:356490;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:11311;s:7:\"percent\";d:66.24;s:11:\"size_before\";i:17076;s:10:\"size_after\";i:5765;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.17;s:5:\"bytes\";i:24017;s:7:\"percent\";d:68.87;s:11:\"size_before\";i:34871;s:10:\"size_after\";i:10854;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.16;s:5:\"bytes\";i:86659;s:7:\"percent\";d:58.19;s:11:\"size_before\";i:148933;s:10:\"size_after\";i:62274;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.53;s:5:\"bytes\";i:65663;s:7:\"percent\";d:62.58;s:11:\"size_before\";i:104919;s:10:\"size_after\";i:39256;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.14;s:5:\"bytes\";i:121408;s:7:\"percent\";d:51.17;s:11:\"size_before\";i:237242;s:10:\"size_after\";i:115834;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.4;s:5:\"bytes\";i:119691;s:7:\"percent\";d:49.42;s:11:\"size_before\";i:242198;s:10:\"size_after\";i:122507;}}}'),(7851,546,'wp-smush-lossy','1'),(7852,547,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:6.23;s:5:\"bytes\";i:814223;s:7:\"percent\";d:70.7;s:11:\"size_before\";i:1151579;s:10:\"size_after\";i:337356;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1;s:5:\"bytes\";i:25330;s:7:\"percent\";d:71.09;s:11:\"size_before\";i:35633;s:10:\"size_after\";i:10303;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:13053;s:7:\"percent\";d:70.05;s:11:\"size_before\";i:18635;s:10:\"size_after\";i:5582;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.79;s:5:\"bytes\";i:88508;s:7:\"percent\";d:74.05;s:11:\"size_before\";i:119524;s:10:\"size_after\";i:31016;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.68;s:5:\"bytes\";i:139699;s:7:\"percent\";d:71.05;s:11:\"size_before\";i:196616;s:10:\"size_after\";i:56917;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.4;s:5:\"bytes\";i:280703;s:7:\"percent\";d:70.73;s:11:\"size_before\";i:396872;s:10:\"size_after\";i:116169;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:2.18;s:5:\"bytes\";i:266930;s:7:\"percent\";d:69.46;s:11:\"size_before\";i:384299;s:10:\"size_after\";i:117369;}}}'),(7853,547,'wp-smush-lossy','1'),(7854,551,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.09000000000000001;s:5:\"bytes\";i:16046;s:7:\"percent\";d:61.72;s:11:\"size_before\";i:25998;s:10:\"size_after\";i:9952;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:4833;s:7:\"percent\";d:57.22;s:11:\"size_before\";i:8447;s:10:\"size_after\";i:3614;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:11213;s:7:\"percent\";d:63.89;s:11:\"size_before\";i:17551;s:10:\"size_after\";i:6338;}}}'),(7855,551,'wp-smush-lossy','1'),(7856,553,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:1.94;s:5:\"bytes\";i:569388;s:7:\"percent\";d:75.21;s:11:\"size_before\";i:757029;s:10:\"size_after\";i:187641;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:13667;s:7:\"percent\";d:67.59;s:11:\"size_before\";i:20219;s:10:\"size_after\";i:6552;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:18852;s:7:\"percent\";d:69;s:11:\"size_before\";i:27321;s:10:\"size_after\";i:8469;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.19;s:5:\"bytes\";i:68969;s:7:\"percent\";d:74.3;s:11:\"size_before\";i:92827;s:10:\"size_after\";i:23858;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.26;s:5:\"bytes\";i:102944;s:7:\"percent\";d:74.97;s:11:\"size_before\";i:137314;s:10:\"size_after\";i:34370;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.69;s:5:\"bytes\";i:185811;s:7:\"percent\";d:76.34;s:11:\"size_before\";i:243405;s:10:\"size_after\";i:57594;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.72;s:5:\"bytes\";i:179145;s:7:\"percent\";d:75.93;s:11:\"size_before\";i:235943;s:10:\"size_after\";i:56798;}}}'),(7857,553,'wp-smush-lossy','1'),(7858,554,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:1.8399999999999999;s:5:\"bytes\";i:131751;s:7:\"percent\";d:72.41;s:11:\"size_before\";i:181951;s:10:\"size_after\";i:50200;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:3181;s:7:\"percent\";d:63.29;s:11:\"size_before\";i:5026;s:10:\"size_after\";i:1845;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:5990;s:7:\"percent\";d:65.16;s:11:\"size_before\";i:9193;s:10:\"size_after\";i:3203;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.26;s:5:\"bytes\";i:25624;s:7:\"percent\";d:73.5;s:11:\"size_before\";i:34864;s:10:\"size_after\";i:9240;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.15;s:5:\"bytes\";i:17742;s:7:\"percent\";d:71.26;s:11:\"size_before\";i:24898;s:10:\"size_after\";i:7156;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.6;s:5:\"bytes\";i:39482;s:7:\"percent\";d:73.48;s:11:\"size_before\";i:53728;s:10:\"size_after\";i:14246;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.73;s:5:\"bytes\";i:39732;s:7:\"percent\";d:73.25;s:11:\"size_before\";i:54242;s:10:\"size_after\";i:14510;}}}'),(7859,554,'wp-smush-lossy','1'),(7860,555,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.9700000000000001;s:5:\"bytes\";i:186849;s:7:\"percent\";d:64.95;s:11:\"size_before\";i:287689;s:10:\"size_after\";i:100840;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:9393;s:7:\"percent\";d:63.29;s:11:\"size_before\";i:14841;s:10:\"size_after\";i:5448;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11;s:5:\"bytes\";i:20761;s:7:\"percent\";d:66.88;s:11:\"size_before\";i:31044;s:10:\"size_after\";i:10283;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.54;s:5:\"bytes\";i:90535;s:7:\"percent\";d:65.38;s:11:\"size_before\";i:138476;s:10:\"size_after\";i:47941;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.27;s:5:\"bytes\";i:66160;s:7:\"percent\";d:64.03;s:11:\"size_before\";i:103328;s:10:\"size_after\";i:37168;}}}'),(7861,555,'wp-smush-lossy','1'),(7862,556,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:1.29;s:5:\"bytes\";i:223808;s:7:\"percent\";d:65.85;s:11:\"size_before\";i:339867;s:10:\"size_after\";i:116059;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:11906;s:7:\"percent\";d:65.52;s:11:\"size_before\";i:18172;s:10:\"size_after\";i:6266;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:26042;s:7:\"percent\";d:66.98;s:11:\"size_before\";i:38880;s:10:\"size_after\";i:12838;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.44;s:5:\"bytes\";i:82131;s:7:\"percent\";d:66.2;s:11:\"size_before\";i:124057;s:10:\"size_after\";i:41926;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.72;s:5:\"bytes\";i:103729;s:7:\"percent\";d:65.34;s:11:\"size_before\";i:158758;s:10:\"size_after\";i:55029;}}}'),(7863,556,'wp-smush-lossy','1'),(7864,570,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:4.78;s:5:\"bytes\";i:2322624;s:7:\"percent\";d:84.06;s:11:\"size_before\";i:2763023;s:10:\"size_after\";i:440399;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:28004;s:7:\"percent\";d:81.29;s:11:\"size_before\";i:34448;s:10:\"size_after\";i:6444;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:14986;s:7:\"percent\";d:80.63;s:11:\"size_before\";i:18585;s:10:\"size_after\";i:3599;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.81;s:5:\"bytes\";i:364327;s:7:\"percent\";d:83.9;s:11:\"size_before\";i:434263;s:10:\"size_after\";i:69936;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.69;s:5:\"bytes\";i:881997;s:7:\"percent\";d:84.41;s:11:\"size_before\";i:1044925;s:10:\"size_after\";i:162928;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.52;s:5:\"bytes\";i:193232;s:7:\"percent\";d:83.64;s:11:\"size_before\";i:231022;s:10:\"size_after\";i:37790;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.7;s:5:\"bytes\";i:840078;s:7:\"percent\";d:84.03;s:11:\"size_before\";i:999780;s:10:\"size_after\";i:159702;}}}'),(7865,570,'wp-smush-lossy','1'),(7866,672,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.48;s:5:\"bytes\";i:98525;s:7:\"percent\";d:69.11;s:11:\"size_before\";i:142567;s:10:\"size_after\";i:44042;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:9333;s:7:\"percent\";d:60.94;s:11:\"size_before\";i:15316;s:10:\"size_after\";i:5983;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:19833;s:7:\"percent\";d:65.11;s:11:\"size_before\";i:30461;s:10:\"size_after\";i:10628;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.35;s:5:\"bytes\";i:69359;s:7:\"percent\";d:71.66;s:11:\"size_before\";i:96790;s:10:\"size_after\";i:27431;}}}'),(7867,672,'wp-smush-lossy','1'),(7868,677,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.8;s:5:\"bytes\";i:25;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:384068;s:10:\"size_after\";i:384043;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4529;s:10:\"size_after\";i:4529;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:9735;s:10:\"size_after\";i:9735;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:4;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:42074;s:10:\"size_after\";i:42070;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.21;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:127679;s:10:\"size_after\";i:127679;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:5;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:67429;s:10:\"size_after\";i:67424;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.39;s:5:\"bytes\";i:16;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:132622;s:10:\"size_after\";i:132606;}}}'),(7869,677,'wp-smush-lossy','1'),(7870,680,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.32;s:5:\"bytes\";i:32;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:287624;s:10:\"size_after\";i:287592;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:6473;s:10:\"size_after\";i:6473;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4144;s:10:\"size_after\";i:4144;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:27157;s:10:\"size_after\";i:27157;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:9;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:44363;s:10:\"size_after\";i:44354;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:104921;s:10:\"size_after\";i:104921;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:23;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:100566;s:10:\"size_after\";i:100543;}}}'),(7871,680,'wp-smush-lossy','1'),(7872,688,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:1.29;s:5:\"bytes\";i:158437;s:7:\"percent\";d:70.46;s:11:\"size_before\";i:224868;s:10:\"size_after\";i:66431;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:7174;s:7:\"percent\";d:64.2;s:11:\"size_before\";i:11175;s:10:\"size_after\";i:4001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.26;s:5:\"bytes\";i:16910;s:7:\"percent\";d:67.11;s:11:\"size_before\";i:25197;s:10:\"size_after\";i:8287;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.46;s:5:\"bytes\";i:56177;s:7:\"percent\";d:72.21;s:11:\"size_before\";i:77796;s:10:\"size_after\";i:21619;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.53;s:5:\"bytes\";i:78176;s:7:\"percent\";d:70.62;s:11:\"size_before\";i:110700;s:10:\"size_after\";i:32524;}}}'),(7873,688,'wp-smush-lossy','1'),(7874,693,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.7000000000000001;s:5:\"bytes\";i:79623;s:7:\"percent\";d:72.27;s:11:\"size_before\";i:110178;s:10:\"size_after\";i:30555;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:4011;s:7:\"percent\";d:67.16;s:11:\"size_before\";i:5972;s:10:\"size_after\";i:1961;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13;s:5:\"bytes\";i:10417;s:7:\"percent\";d:70.73;s:11:\"size_before\";i:14728;s:10:\"size_after\";i:4311;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.27;s:5:\"bytes\";i:28713;s:7:\"percent\";d:73.73;s:11:\"size_before\";i:38942;s:10:\"size_after\";i:10229;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.28;s:5:\"bytes\";i:36482;s:7:\"percent\";d:72.19;s:11:\"size_before\";i:50536;s:10:\"size_after\";i:14054;}}}'),(7875,693,'wp-smush-lossy','1'),(7876,694,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.16;s:5:\"bytes\";i:19453;s:7:\"percent\";d:66.72;s:11:\"size_before\";i:29158;s:10:\"size_after\";i:9705;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1;s:5:\"bytes\";i:6561;s:7:\"percent\";d:65.83;s:11:\"size_before\";i:9967;s:10:\"size_after\";i:3406;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:12892;s:7:\"percent\";d:67.18;s:11:\"size_before\";i:19191;s:10:\"size_after\";i:6299;}}}'),(7877,694,'wp-smush-lossy','1'),(7878,695,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.47000000000000003;s:5:\"bytes\";i:44504;s:7:\"percent\";d:61.26;s:11:\"size_before\";i:72645;s:10:\"size_after\";i:28141;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:5008;s:7:\"percent\";d:63.15;s:11:\"size_before\";i:7930;s:10:\"size_after\";i:2922;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:10294;s:7:\"percent\";d:63.63;s:11:\"size_before\";i:16178;s:10:\"size_after\";i:5884;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.34;s:5:\"bytes\";i:29202;s:7:\"percent\";d:60.16;s:11:\"size_before\";i:48537;s:10:\"size_after\";i:19335;}}}'),(7879,695,'wp-smush-lossy','1'),(7880,702,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:32;s:7:\"percent\";d:0.31;s:11:\"size_before\";i:10208;s:10:\"size_after\";i:10176;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:3845;s:10:\"size_after\";i:3845;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:32;s:7:\"percent\";d:0.5;s:11:\"size_before\";i:6363;s:10:\"size_after\";i:6331;}}}'),(7881,702,'wp-smush-lossy','1'),(7882,708,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.5700000000000001;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:284959;s:10:\"size_after\";i:284959;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4026;s:10:\"size_after\";i:4026;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:6544;s:10:\"size_after\";i:6544;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:28050;s:10:\"size_after\";i:28050;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:97897;s:10:\"size_after\";i:97897;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.28;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:46067;s:10:\"size_after\";i:46067;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:102375;s:10:\"size_after\";i:102375;}}}'),(7883,708,'wp-smush-lossy','1'),(7884,871,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.65;s:5:\"bytes\";i:367149;s:7:\"percent\";d:73.49;s:11:\"size_before\";i:499592;s:10:\"size_after\";i:132443;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:24378;s:7:\"percent\";d:72.57;s:11:\"size_before\";i:33593;s:10:\"size_after\";i:9215;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.14;s:5:\"bytes\";i:22329;s:7:\"percent\";d:71.42;s:11:\"size_before\";i:31265;s:10:\"size_after\";i:8936;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.15;s:5:\"bytes\";i:119772;s:7:\"percent\";d:73.74;s:11:\"size_before\";i:162414;s:10:\"size_after\";i:42642;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11;s:5:\"bytes\";i:80898;s:7:\"percent\";d:73.61;s:11:\"size_before\";i:109906;s:10:\"size_after\";i:29008;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.22;s:5:\"bytes\";i:119772;s:7:\"percent\";d:73.74;s:11:\"size_before\";i:162414;s:10:\"size_after\";i:42642;}}}'),(7885,871,'wp-smush-lossy','1'),(7886,909,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.42;s:5:\"bytes\";i:21;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:144220;s:10:\"size_after\";i:144199;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:1383;s:10:\"size_after\";i:1383;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:2;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:12828;s:10:\"size_after\";i:12826;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:8526;s:10:\"size_after\";i:8526;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:2718;s:10:\"size_after\";i:2718;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11;s:5:\"bytes\";i:2;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:12828;s:10:\"size_after\";i:12826;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11;s:5:\"bytes\";i:1;s:7:\"percent\";d:0;s:11:\"size_before\";i:21117;s:10:\"size_after\";i:21116;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:41546;s:10:\"size_after\";i:41546;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:16;s:7:\"percent\";d:0.04;s:11:\"size_before\";i:43274;s:10:\"size_after\";i:43258;}}}'),(7887,909,'wp-smush-lossy','1'),(7888,910,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.35;s:5:\"bytes\";i:58;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:252530;s:10:\"size_after\";i:252472;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:9;s:7:\"percent\";d:0.14;s:11:\"size_before\";i:6240;s:10:\"size_after\";i:6231;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:3;s:7:\"percent\";d:0.05;s:11:\"size_before\";i:5652;s:10:\"size_after\";i:5649;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:15818;s:10:\"size_after\";i:15818;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:22644;s:10:\"size_after\";i:22644;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:22644;s:10:\"size_after\";i:22644;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:18;s:7:\"percent\";d:0.05;s:11:\"size_before\";i:36293;s:10:\"size_after\";i:36275;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:1;s:7:\"percent\";d:0;s:11:\"size_before\";i:70051;s:10:\"size_after\";i:70050;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:27;s:7:\"percent\";d:0.04;s:11:\"size_before\";i:73188;s:10:\"size_after\";i:73161;}}}'),(7889,910,'wp-smush-lossy','1'),(7890,914,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.5;s:5:\"bytes\";i:23;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:224410;s:10:\"size_after\";i:224387;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4351;s:10:\"size_after\";i:4351;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:5671;s:10:\"size_after\";i:5671;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:12895;s:10:\"size_after\";i:12895;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:2;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:19075;s:10:\"size_after\";i:19073;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:2;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:19075;s:10:\"size_after\";i:19073;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:15;s:7:\"percent\";d:0.05;s:11:\"size_before\";i:32328;s:10:\"size_after\";i:32313;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.31;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:64015;s:10:\"size_after\";i:64015;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:4;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:67000;s:10:\"size_after\";i:66996;}}}'),(7891,914,'wp-smush-lossy','1'),(7892,915,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.38;s:5:\"bytes\";i:38;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:172557;s:10:\"size_after\";i:172519;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:3244;s:10:\"size_after\";i:3244;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:3507;s:10:\"size_after\";i:3507;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:10616;s:10:\"size_after\";i:10616;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:5;s:7:\"percent\";d:0.03;s:11:\"size_before\";i:15664;s:10:\"size_after\";i:15659;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:5;s:7:\"percent\";d:0.03;s:11:\"size_before\";i:15664;s:10:\"size_after\";i:15659;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:50351;s:10:\"size_after\";i:50351;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:28;s:7:\"percent\";d:0.11;s:11:\"size_before\";i:25569;s:10:\"size_after\";i:25541;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:47942;s:10:\"size_after\";i:47942;}}}'),(7893,915,'wp-smush-lossy','1'),(7894,919,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.23000000000000004;s:5:\"bytes\";i:45;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:214805;s:10:\"size_after\";i:214760;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4609;s:10:\"size_after\";i:4609;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:10;s:7:\"percent\";d:0.17;s:11:\"size_before\";i:6021;s:10:\"size_after\";i:6011;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:4;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:19587;s:10:\"size_after\";i:19583;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:1;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:13500;s:10:\"size_after\";i:13499;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:4;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:19587;s:10:\"size_after\";i:19583;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:58700;s:10:\"size_after\";i:58700;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:4;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:31388;s:10:\"size_after\";i:31384;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:22;s:7:\"percent\";d:0.04;s:11:\"size_before\";i:61413;s:10:\"size_after\";i:61391;}}}'),(7895,919,'wp-smush-lossy','1'),(7896,922,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.5900000000000001;s:5:\"bytes\";i:30;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:199208;s:10:\"size_after\";i:199178;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4026;s:10:\"size_after\";i:4026;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:12;s:7:\"percent\";d:0.23;s:11:\"size_before\";i:5308;s:10:\"size_after\";i:5296;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:12685;s:10:\"size_after\";i:12685;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.1;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:18526;s:10:\"size_after\";i:18526;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:18526;s:10:\"size_after\";i:18526;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:3;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:29880;s:10:\"size_after\";i:29877;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13;s:5:\"bytes\";i:14;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:56163;s:10:\"size_after\";i:56149;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.16;s:5:\"bytes\";i:1;s:7:\"percent\";d:0;s:11:\"size_before\";i:54094;s:10:\"size_after\";i:54093;}}}'),(7897,922,'wp-smush-lossy','1'),(7898,930,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.43;s:5:\"bytes\";i:28;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:215800;s:10:\"size_after\";i:215772;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:5308;s:10:\"size_after\";i:5308;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4406;s:10:\"size_after\";i:4406;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:19298;s:10:\"size_after\";i:19298;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:13346;s:10:\"size_after\";i:13346;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:19298;s:10:\"size_after\";i:19298;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:62633;s:10:\"size_after\";i:62633;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:59953;s:10:\"size_after\";i:59953;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13;s:5:\"bytes\";i:28;s:7:\"percent\";d:0.09;s:11:\"size_before\";i:31558;s:10:\"size_after\";i:31530;}}}'),(7899,930,'wp-smush-lossy','1'),(7900,949,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.24;s:5:\"bytes\";i:30;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:159209;s:10:\"size_after\";i:159179;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4139;s:10:\"size_after\";i:4139;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:3186;s:10:\"size_after\";i:3186;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:10;s:7:\"percent\";d:0.09;s:11:\"size_before\";i:11141;s:10:\"size_after\";i:11131;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:15367;s:10:\"size_after\";i:15367;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:15367;s:10:\"size_after\";i:15367;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:23763;s:10:\"size_after\";i:23763;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:14;s:7:\"percent\";d:0.03;s:11:\"size_before\";i:44059;s:10:\"size_after\";i:44045;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:6;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:42187;s:10:\"size_after\";i:42181;}}}'),(7901,949,'wp-smush-lossy','1'),(7902,951,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.36;s:5:\"bytes\";i:83;s:7:\"percent\";d:0.03;s:11:\"size_before\";i:275217;s:10:\"size_after\";i:275134;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:2;s:7:\"percent\";d:0.03;s:11:\"size_before\";i:5798;s:10:\"size_after\";i:5796;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:4;s:7:\"percent\";d:0.06;s:11:\"size_before\";i:6835;s:10:\"size_after\";i:6831;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:10;s:7:\"percent\";d:0.06;s:11:\"size_before\";i:17791;s:10:\"size_after\";i:17781;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:8;s:7:\"percent\";d:0.03;s:11:\"size_before\";i:25690;s:10:\"size_after\";i:25682;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:8;s:7:\"percent\";d:0.03;s:11:\"size_before\";i:25690;s:10:\"size_after\";i:25682;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:74608;s:10:\"size_after\";i:74608;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:16;s:7:\"percent\";d:0.04;s:11:\"size_before\";i:40853;s:10:\"size_after\";i:40837;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13;s:5:\"bytes\";i:35;s:7:\"percent\";d:0.04;s:11:\"size_before\";i:77952;s:10:\"size_after\";i:77917;}}}'),(7903,951,'wp-smush-lossy','1'),(7904,953,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.4;s:5:\"bytes\";i:36;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:199832;s:10:\"size_after\";i:199796;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:2;s:7:\"percent\";d:0.04;s:11:\"size_before\";i:5560;s:10:\"size_after\";i:5558;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4138;s:10:\"size_after\";i:4138;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:1;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:12615;s:10:\"size_after\";i:12614;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:1;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:18600;s:10:\"size_after\";i:18599;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:1;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:18600;s:10:\"size_after\";i:18599;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:4;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:29678;s:10:\"size_after\";i:29674;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.15;s:5:\"bytes\";i:14;s:7:\"percent\";d:0.03;s:11:\"size_before\";i:54283;s:10:\"size_after\";i:54269;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13;s:5:\"bytes\";i:13;s:7:\"percent\";d:0.02;s:11:\"size_before\";i:56358;s:10:\"size_after\";i:56345;}}}'),(7905,953,'wp-smush-lossy','1'),(7906,955,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.4600000000000001;s:5:\"bytes\";i:9;s:7:\"percent\";d:0;s:11:\"size_before\";i:234927;s:10:\"size_after\";i:234918;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4042;s:10:\"size_after\";i:4042;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4364;s:10:\"size_after\";i:4364;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:5;s:7:\"percent\";d:0.04;s:11:\"size_before\";i:12773;s:10:\"size_after\";i:12768;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:33186;s:10:\"size_after\";i:33186;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:2;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:19317;s:10:\"size_after\";i:19315;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:2;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:19317;s:10:\"size_after\";i:19315;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:69273;s:10:\"size_after\";i:69273;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.28;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:72655;s:10:\"size_after\";i:72655;}}}'),(7907,955,'wp-smush-lossy','1'),(7908,957,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.43;s:5:\"bytes\";i:57;s:7:\"percent\";d:0.03;s:11:\"size_before\";i:227718;s:10:\"size_after\";i:227661;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4499;s:10:\"size_after\";i:4499;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:5;s:7:\"percent\";d:0.04;s:11:\"size_before\";i:14228;s:10:\"size_after\";i:14223;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:20980;s:10:\"size_after\";i:20980;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:20980;s:10:\"size_after\";i:20980;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:22;s:7:\"percent\";d:0.07;s:11:\"size_before\";i:33510;s:10:\"size_after\";i:33488;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:4;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:62986;s:10:\"size_after\";i:62982;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:26;s:7:\"percent\";d:0.04;s:11:\"size_before\";i:66143;s:10:\"size_after\";i:66117;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4392;s:10:\"size_after\";i:4392;}}}'),(7909,957,'wp-smush-lossy','1'),(7910,959,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.32;s:5:\"bytes\";i:2;s:7:\"percent\";d:0;s:11:\"size_before\";i:256694;s:10:\"size_after\";i:256692;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:5038;s:10:\"size_after\";i:5038;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:2;s:7:\"percent\";d:0.03;s:11:\"size_before\";i:5876;s:10:\"size_after\";i:5874;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:21669;s:10:\"size_after\";i:21669;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:36283;s:10:\"size_after\";i:36283;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:21669;s:10:\"size_after\";i:21669;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.08;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:14578;s:10:\"size_after\";i:14578;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.07;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:77467;s:10:\"size_after\";i:77467;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:74114;s:10:\"size_after\";i:74114;}}}'),(7911,959,'wp-smush-lossy','1'),(7912,984,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.6100000000000001;s:5:\"bytes\";i:8;s:7:\"percent\";d:0;s:11:\"size_before\";i:205928;s:10:\"size_after\";i:205920;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:4147;s:10:\"size_after\";i:4147;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:12794;s:10:\"size_after\";i:12794;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.06;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:5261;s:10:\"size_after\";i:5261;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:18891;s:10:\"size_after\";i:18891;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:30529;s:10:\"size_after\";i:30529;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.03;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:18891;s:10:\"size_after\";i:18891;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.2;s:5:\"bytes\";i:0;s:7:\"percent\";i:0;s:11:\"size_before\";i:56589;s:10:\"size_after\";i:56589;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.2;s:5:\"bytes\";i:8;s:7:\"percent\";d:0.01;s:11:\"size_before\";i:58826;s:10:\"size_after\";i:58818;}}}'),(7913,984,'wp-smush-lossy','1'),(7914,986,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.94;s:5:\"bytes\";i:83272;s:7:\"percent\";d:16.77;s:11:\"size_before\";i:496533;s:10:\"size_after\";i:413261;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:789;s:7:\"percent\";d:12.12;s:11:\"size_before\";i:6512;s:10:\"size_after\";i:5723;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:1891;s:7:\"percent\";d:15.1;s:11:\"size_before\";i:12520;s:10:\"size_after\";i:10629;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:5332;s:7:\"percent\";d:16.08;s:11:\"size_before\";i:33167;s:10:\"size_after\";i:27835;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.05;s:5:\"bytes\";i:7637;s:7:\"percent\";d:16.06;s:11:\"size_before\";i:47550;s:10:\"size_after\";i:39913;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.09;s:5:\"bytes\";i:7637;s:7:\"percent\";d:16.06;s:11:\"size_before\";i:47550;s:10:\"size_after\";i:39913;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.16;s:5:\"bytes\";i:11896;s:7:\"percent\";d:16.44;s:11:\"size_before\";i:72348;s:10:\"size_after\";i:60452;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13;s:5:\"bytes\";i:23547;s:7:\"percent\";d:17.31;s:11:\"size_before\";i:136005;s:10:\"size_after\";i:112458;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.44;s:5:\"bytes\";i:24543;s:7:\"percent\";d:17.42;s:11:\"size_before\";i:140881;s:10:\"size_after\";i:116338;}}}'),(7915,986,'wp-smush-lossy','1'),(7916,988,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:0.5900000000000001;s:5:\"bytes\";i:136955;s:7:\"percent\";d:25.43;s:11:\"size_before\";i:538537;s:10:\"size_after\";i:401582;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.01;s:5:\"bytes\";i:1464;s:7:\"percent\";d:21.41;s:11:\"size_before\";i:6838;s:10:\"size_after\";i:5374;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:2556;s:7:\"percent\";d:24.08;s:11:\"size_before\";i:10614;s:10:\"size_after\";i:8058;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.02;s:5:\"bytes\";i:7874;s:7:\"percent\";d:24.83;s:11:\"size_before\";i:31711;s:10:\"size_after\";i:23837;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.04;s:5:\"bytes\";i:11958;s:7:\"percent\";d:25.21;s:11:\"size_before\";i:47436;s:10:\"size_after\";i:35478;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.09;s:5:\"bytes\";i:11958;s:7:\"percent\";d:25.21;s:11:\"size_before\";i:47436;s:10:\"size_after\";i:35478;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.09;s:5:\"bytes\";i:19332;s:7:\"percent\";d:25.4;s:11:\"size_before\";i:76110;s:10:\"size_after\";i:56778;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.16;s:5:\"bytes\";i:41788;s:7:\"percent\";d:25.71;s:11:\"size_before\";i:162526;s:10:\"size_after\";i:120738;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.16;s:5:\"bytes\";i:40025;s:7:\"percent\";d:25.68;s:11:\"size_before\";i:155866;s:10:\"size_after\";i:115841;}}}'),(7917,988,'wp-smush-lossy','1'),(7918,990,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:4:\"time\";d:9.35;s:5:\"bytes\";i:4046633;s:7:\"percent\";d:70.06;s:11:\"size_before\";i:5775780;s:10:\"size_after\";i:1729147;s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;s:11:\"api_version\";s:3:\"1.0\";}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.13;s:5:\"bytes\";i:21134;s:7:\"percent\";d:59.61;s:11:\"size_before\";i:35456;s:10:\"size_after\";i:14322;}s:6:\"medium\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.11;s:5:\"bytes\";i:53318;s:7:\"percent\";d:63.91;s:11:\"size_before\";i:83430;s:10:\"size_after\";i:30112;}s:23:\"tenweb_optimizer_mobile\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.16;s:5:\"bytes\";i:195466;s:7:\"percent\";d:67.53;s:11:\"size_before\";i:289459;s:10:\"size_after\";i:93993;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:4:\"time\";d:0.94;s:5:\"bytes\";i:310080;s:7:\"percent\";d:68.31;s:11:\"size_before\";i:453955;s:10:\"size_after\";i:143875;}s:5:\"large\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.16;s:5:\"bytes\";i:549188;s:7:\"percent\";d:69.68;s:11:\"size_before\";i:788137;s:10:\"size_after\";i:238949;}s:23:\"tenweb_optimizer_tablet\";O:8:\"stdClass\":5:{s:4:\"time\";d:2.3;s:5:\"bytes\";i:310080;s:7:\"percent\";d:68.31;s:11:\"size_before\";i:453955;s:10:\"size_after\";i:143875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:4:\"time\";d:1.4;s:5:\"bytes\";i:1272381;s:7:\"percent\";d:70.72;s:11:\"size_before\";i:1799294;s:10:\"size_after\";i:526913;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:4:\"time\";d:2.15;s:5:\"bytes\";i:1334986;s:7:\"percent\";d:71.31;s:11:\"size_before\";i:1872094;s:10:\"size_after\";i:537108;}}}'),(7919,990,'wp-smush-lossy','1'),(7922,995,'_wp_attached_file','2023/07/cs-5.svg'),(7923,995,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:286494;}'),(7924,996,'step_1_title','Unlock New Revenue Streams'),(7925,996,'_step_1_title','field_64a2b935e266f'),(7926,996,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(7927,996,'_step_1_content','field_64a2b98ee2670'),(7928,996,'step_1_image','235'),(7929,996,'_step_1_image','field_64a2b999e2671'),(7930,996,'step_2_title','Seamless Integration'),(7931,996,'_step_2_title','field_64a2b9a8e2672'),(7932,996,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(7933,996,'_step_2_content','field_64a2b9b7e2673'),(7934,996,'step_2_image','236'),(7935,996,'_step_2_image','field_64a2b9c4e2674'),(7936,996,'step_3_title','Flexible Configuration'),(7937,996,'_step_3_title','field_64a2b9dde2675'),(7938,996,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(7939,996,'_step_3_content','field_64a2b9ece2676'),(7940,996,'step_3_image','237'),(7941,996,'_step_3_image','field_64a2ba1de2677'),(7942,996,'step_4_title','Enhanced Customer Experience'),(7943,996,'_step_4_title','field_64a2ba7015d8f'),(7944,996,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(7945,996,'_step_4_content','field_64a2ba7b15d90'),(7946,996,'step_4_image','238'),(7947,996,'_step_4_image','field_64a2ba8d15d91'),(7948,996,'step_5_title','Effortless Vendor Communication'),(7949,996,'_step_5_title','field_64a2baa515d92'),(7950,996,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(7951,996,'_step_5_content','field_64a2bab015d93'),(7952,996,'step_5_image','995'),(7953,996,'_step_5_image','field_64a2bac215d94'),(7954,996,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(7955,996,'_heading','field_64a2bfddc128b'),(7956,996,'banner_image','922'),(7957,996,'_banner_image','field_64a3d9cb85377'),(7958,996,'previous_page_name','Loan Origination System'),(7959,996,'_previous_page_name','field_64b4f630a52e5'),(7960,996,'previous_page_link','https://arukustech.com/solutions/loan-origination-system/'),(7961,996,'_previous_page_link','field_64b4f64ea52e6'),(7962,996,'next_page_name','Collection Management System'),(7963,996,'_next_page_name','field_64b4eb383c1bb'),(7964,996,'next_page_link','https://arukustech.com/solutions/collection-management-system/'),(7965,996,'_next_page_link','field_64b4eb443c1bc'),(7966,997,'_wp_attached_file','2023/07/cs-4.svg'),(7967,997,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:117807;}'),(7968,998,'step_1_title','Unlock New Revenue Streams'),(7969,998,'_step_1_title','field_64a2b935e266f'),(7970,998,'step_1_content','Arukus Cross-Sell empowers your Customer Sales Representatives (CSRS) to tap into a world of untapped opportunities. By leveraging this mobile-based application and its accompanying administrative web portal, CSRs can efficiently cross-sell a wide range of products to your loyal customer base.<br /><br />\r\nFrom agricultural equipment and electronics to home: appliances and insurance, Arukus Cross-Sell opens doors to diverse revenue streams and enables you to diversify Your portfolio effortlessly.'),(7971,998,'_step_1_content','field_64a2b98ee2670'),(7972,998,'step_1_image','235'),(7973,998,'_step_1_image','field_64a2b999e2671'),(7974,998,'step_2_title','Seamless Integration'),(7975,998,'_step_2_title','field_64a2b9a8e2672'),(7976,998,'step_2_content','With Arukus Cross-Sell, integration is a breeze. The application seamlessly integrates with Arukus Loan Origination System (LOS) and its Loan Application workflow, ensuring a smooth and streamlined process from customer lookup to final sanction and posting. Through API-based interactions, the system enables real-time customer lookup, CIBIL record checking, and product availability verification, saving valuable time and effort for your team'),(7977,998,'_step_2_content','field_64a2b9b7e2673'),(7978,998,'step_2_image','236'),(7979,998,'_step_2_image','field_64a2b9c4e2674'),(7980,998,'step_3_title','Flexible Configuration'),(7981,998,'_step_3_title','field_64a2b9dde2675'),(7982,998,'step_3_content','We understand that each organization has unique requirements. Arukus Cross-Sell offers comprehensive configuration options through the user-friendly Administrative Portal. You have complete control over crucial parameters such as vendors, products, product categories, pricing, region-wise pricing, interest rates, and pick-up locations.<br /><br />\r\nTailor the application to match your business needs effortlessly, enabling you to adapt to market dynamics and stay ahead of the competition.'),(7983,998,'_step_3_content','field_64a2b9ece2676'),(7984,998,'step_3_image','237'),(7985,998,'_step_3_image','field_64a2ba1de2677'),(7986,998,'step_4_title','Enhanced Customer Experience'),(7987,998,'_step_4_title','field_64a2ba7015d8f'),(7988,998,'step_4_content','Arukus Cross-Sell puts your customers at the center of the experience. Existing customers can conveniently purchase. products using either cash or loans, providing them with flexibility and choice. The system ensures a smooth transaction process, generating e-receipts delivered through mobile SMS for easy reference.<br /><br />\r\nFor loan orders, it takes care of critical steps, including API-based customer search, mobile number verification, real-time CIBIL score checking, nominee data capture, KYC information collection, and income/expense data submission compliant with Reserve Bank of India (RBI) guidelines. A digital signature feature adds a layer of convenience and security to the process.'),(7989,998,'_step_4_content','field_64a2ba7b15d90'),(7990,998,'step_4_image','997'),(7991,998,'_step_4_image','field_64a2ba8d15d91'),(7992,998,'step_5_title','Effortless Vendor Communication'),(7993,998,'_step_5_title','field_64a2baa515d92'),(7994,998,'step_5_content','Arukus Cross-Sell simplifies your vendor communication and management. Through daily API-based updates and email notifications, the application keeps your product vendors informed about selling information, ensuring smooth collaboration and\r\ntimely order fulfillment. Stay connected, optimize inventory, and build strong partnerships to drive customer satisfaction.'),(7995,998,'_step_5_content','field_64a2bab015d93'),(7996,998,'step_5_image','995'),(7997,998,'_step_5_image','field_64a2bac215d94'),(7998,998,'heading','Empowering Microfinance Institutions and NBFCs for Effective Cross-Selling'),(7999,998,'_heading','field_64a2bfddc128b'),(8000,998,'banner_image','922'),(8001,998,'_banner_image','field_64a3d9cb85377'),(8002,998,'previous_page_name','Loan Origination System'),(8003,998,'_previous_page_name','field_64b4f630a52e5'),(8004,998,'previous_page_link','https://arukustech.com/solutions/loan-origination-system/'),(8005,998,'_previous_page_link','field_64b4f64ea52e6'),(8006,998,'next_page_name','Collection Management System'),(8007,998,'_next_page_name','field_64b4eb383c1bb'),(8008,998,'next_page_link','https://arukustech.com/solutions/collection-management-system/'),(8009,998,'_next_page_link','field_64b4eb443c1bc'),(8039,999,'banner_image','930'),(8040,999,'_banner_image','field_64a7a519c4513'),(8041,999,'banner_heading','Control Costs and Streamline Efficiency'),(8042,999,'_banner_heading','field_64a7a544c4514'),(8043,999,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(8044,999,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(8045,999,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(8046,999,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(8047,999,'save_time_and_money_with_better_risk_management_image','541'),(8048,999,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(8049,999,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(8050,999,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(8051,999,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(8052,999,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(8053,999,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(8054,999,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(8055,999,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(8056,999,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(8057,999,'moving_from_higher_risk_to_lower_risk_image','542'),(8058,999,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(8059,999,'risk_score_grid_by_unit_&_department_main_heading','Proactive Risk Management'),(8060,999,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(8061,999,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(8062,999,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(8063,999,'risk_score_grid_by_unit_&_department_main_title','Risk Ranking Across Branches'),(8064,999,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(8065,999,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(8066,999,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(8067,999,'risk_score_grid_by_unit_&_department_image','543'),(8068,999,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(8069,999,'previous_page_name','Collection Management System'),(8070,999,'_previous_page_name','field_64b4f6e7ec1b3'),(8071,999,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(8072,999,'_previous_page_link','field_64b4f6fdec1b4'),(8073,999,'next_page_name','Expense Management System'),(8074,999,'_next_page_name','field_64b4ebec24a1e'),(8075,999,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(8076,999,'_next_page_link','field_64b4ebf224a1f'),(8077,1000,'banner_image','930'),(8078,1000,'_banner_image','field_64a7a519c4513'),(8079,1000,'banner_heading','Control Costs and Streamline Efficiency'),(8080,1000,'_banner_heading','field_64a7a544c4514'),(8081,1000,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(8082,1000,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(8083,1000,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(8084,1000,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(8085,1000,'save_time_and_money_with_better_risk_management_image','541'),(8086,1000,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(8087,1000,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(8088,1000,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(8089,1000,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(8090,1000,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(8091,1000,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(8092,1000,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(8093,1000,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(8094,1000,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(8095,1000,'moving_from_higher_risk_to_lower_risk_image','542'),(8096,1000,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(8097,1000,'risk_score_grid_by_unit_&_department_main_heading','Proactive Risk Management'),(8098,1000,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(8099,1000,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(8100,1000,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(8101,1000,'risk_score_grid_by_unit_&_department_main_title','Risk Ranking Across Branches'),(8102,1000,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(8103,1000,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(8104,1000,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(8105,1000,'risk_score_grid_by_unit_&_department_image','543'),(8106,1000,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(8107,1000,'previous_page_name','Collection Management System'),(8108,1000,'_previous_page_name','field_64b4f6e7ec1b3'),(8109,1000,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(8110,1000,'_previous_page_link','field_64b4f6fdec1b4'),(8111,1000,'next_page_name','Expense Management System'),(8112,1000,'_next_page_name','field_64b4ebec24a1e'),(8113,1000,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(8114,1000,'_next_page_link','field_64b4ebf224a1f'),(8115,1001,'banner_image','930'),(8116,1001,'_banner_image','field_64a7a519c4513'),(8117,1001,'banner_heading','Control Costs and Streamline Efficiency'),(8118,1001,'_banner_heading','field_64a7a544c4514'),(8119,1001,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(8120,1001,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(8121,1001,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(8122,1001,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(8123,1001,'save_time_and_money_with_better_risk_management_image','541'),(8124,1001,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(8125,1001,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(8126,1001,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(8127,1001,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(8128,1001,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(8129,1001,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(8130,1001,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(8131,1001,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(8132,1001,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(8133,1001,'moving_from_higher_risk_to_lower_risk_image','542'),(8134,1001,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(8135,1001,'risk_score_grid_by_unit_&_department_main_heading','Proactive Risk Management'),(8136,1001,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(8137,1001,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(8138,1001,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(8139,1001,'risk_score_grid_by_unit_&_department_main_title','Risk Ranking Across Branches'),(8140,1001,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(8141,1001,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(8142,1001,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(8143,1001,'risk_score_grid_by_unit_&_department_image','543'),(8144,1001,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(8145,1001,'previous_page_name','Collection Management System'),(8146,1001,'_previous_page_name','field_64b4f6e7ec1b3'),(8147,1001,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(8148,1001,'_previous_page_link','field_64b4f6fdec1b4'),(8149,1001,'next_page_name','Expense Management System'),(8150,1001,'_next_page_name','field_64b4ebec24a1e'),(8151,1001,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(8152,1001,'_next_page_link','field_64b4ebf224a1f'),(8153,1003,'_wp_attached_file','2023/07/Arukus-Brochure.pdf'),(8154,1003,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:14246656;}'),(8165,1010,'banner_image','949'),(8166,1010,'_banner_image','field_64a41e781a69b'),(8167,1010,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(8168,1010,'_banner_sub_heading','field_64a41ebe1a69c'),(8169,1010,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of apps from loan application, assessment, document processing, disbursement and collection.'),(8170,1010,'_los_flow_short_description','field_64a41f341a69d'),(8171,1010,'los_flow_right_side_image','526'),(8172,1010,'_los_flow_right_side_image','field_64a41f5d1a69e'),(8173,1010,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>User Role Management</li>\r\n                            </ul>'),(8174,1010,'_los_admin_panel_content','field_64a4201e1a69f'),(8175,1010,'los_admin_panel_image','528'),(8176,1010,'_los_admin_panel_image','field_64a4203c1a6a0'),(8177,1010,'central_checking_applications_image','531'),(8178,1010,'_central_checking_applications_image','field_64a4204e1a6a1'),(8179,1010,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(8180,1010,'_central_checking_applications_content','field_64a420681a6a2'),(8181,1010,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-arrow-right-long\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(8182,1010,'_document_management_content','field_64a420b11a6a3'),(8183,1010,'document_management_image','530'),(8184,1010,'_document_management_image','field_64a420c41a6a4'),(8185,1010,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(8186,1010,'_los_page_main_content','field_64a426515ef63'),(8187,1010,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(8188,1010,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(8189,1010,'structured_workflow_driven_process_image','527'),(8190,1010,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(8191,1010,'previous_page_name','Samadhan Ticketing System'),(8192,1010,'_previous_page_name','field_64b4eae193404'),(8193,1010,'previous_page_link','https://arukustech.com/solutions/support360-ticketing-system/'),(8194,1010,'_previous_page_link','field_64b4eaf093405'),(8195,1010,'next_page_name','Arukus Cross-Sell'),(8196,1010,'_next_page_name','field_64b4eaf793406'),(8197,1010,'next_page_link','https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/'),(8198,1010,'_next_page_link','field_64b4eb0a93407'),(8228,1012,'streamline_compliance_tracking_at_the_branch_level_title','Streamline Compliance Tracking At The Branch Level'),(8229,1012,'_streamline_compliance_tracking_at_the_branch_level_title','field_64abfb614abcb'),(8230,1012,'streamline_compliance_tracking_at_the_branch_level_short_content','Are compliance issues and audit management causing headaches for your organization? Introducing Arukus Technologies\' Internal Audit & Compliance Management System, designed specifically to streamline and enhance compliance tracking at the branch level. Designed specifically to address the unique challenges faced by MFIs and NBFCs, our system empowers you to efficiently track compliance issues at the branch level.'),(8231,1012,'_streamline_compliance_tracking_at_the_branch_level_short_content','field_64abfc764abcc'),(8232,1012,'branch_evaluation_system_content','<h3>Branch Evaluation System</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Evaluate every branch operation through our extensive audit scoring system.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Assess key operational activities such as physical cash verification, fixed asset tracking, process compliance (eg: verification, disbursements, recovery, etc. and more.)</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Say goodbye to manual tracking and gain valuable insights into branch performance.</li> \r\n                                        </ul>'),(8233,1012,'_branch_evaluation_system_content','field_64abfcca4abcd'),(8234,1012,'branch_evaluation_system_image','668'),(8235,1012,'_branch_evaluation_system_image','field_64abfce74abce'),(8236,1012,'advance_auditing_tool_content','<h3>Advance Auditing Tool</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empower auditors to make informed conclusions and express fair opinions.</li> \r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Utilize a comprehensive list of configurable parameters to efficiently track compliance at the unit level.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Identify compliance gaps, monitor trends, and ensure adherence to regulatory requirements with ease.</li>\r\n                                        </ul>'),(8237,1012,'_advance_auditing_tool_content','field_64abfd054abcf'),(8238,1012,'advance_auditing_tool_image','665'),(8239,1012,'_advance_auditing_tool_image','field_64abfd104abd0'),(8240,1012,'manager_accountability_content','<h3>Manager Accountability</h3>\r\n                                         <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Flag non-compliance and fraud issues, automatically notifying the responsible manager for acknowledgment and necessary actions.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Foster a culture of compliance and accountability throughout your organization.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay on top of potential risks, address issues promptly, and ensure regulatory compliance.</li>\r\n                                        </ul>'),(8241,1012,'_manager_accountability_content','field_64abfd2f4abd1'),(8242,1012,'manager_accountability_image','666'),(8243,1012,'_manager_accountability_image','field_64abfda54abd2'),(8244,1012,'benefits_content','<h3>Benefits</h3>\r\n                                        <ul class=\"list\">\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Enhance Efficiency: Streamline the audit process and eliminate manual tracking, saving valuable time and resources.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Proactive Compliance: Identify compliance gaps and address them before they become larger issues, reducing the risk of penalties or reputational damage.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Greater Visibility: Gain real-time insights into branch performance and compliance status, enabling data-driven decision making at all levels.</li>\r\n                                            <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Improved Accountability: Ensure every manager takes ownership of compliance issues, fostering a culture of responsibility and risk mitigation.</li>\r\n                                        </ul>'),(8245,1012,'_benefits_content','field_64abfdbe4abd3'),(8246,1012,'benefits_image','672'),(8247,1012,'_benefits_image','field_64abfdcf4abd4'),(8248,1012,'unlock_compliance_excellence_title','Unlock Compliance Excellence: Empower Your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance Across Branches with a Smart Scoring Mechanism'),(8249,1012,'_unlock_compliance_excellence_title','field_64abfdec4abd5'),(8250,1012,'unlock_compliance_excellence_short_content','With Arukus Audit & Compliance Management System, organizations gain the power to seamlessly uphold compliance standards across all their processes and sub-processes, spanning every branch within the organization. The remarkable feature of this comprehensive tool lies in its complete configurability, enabling companies to tailor each parameter precisely to their unique work processes. Achieve optimal compliance, ensure adherence to regulations and minimize risk, paving the way for enhanced operational efficiency and peace of mind.'),(8251,1012,'_unlock_compliance_excellence_short_content','field_64abfe014abd6'),(8252,1012,'unlock_compliance_excellence_image','428'),(8253,1012,'_unlock_compliance_excellence_image','field_64abfe144abd7'),(8254,1012,'banner_image','955'),(8255,1012,'_banner_image','field_64ac0c04f51d8'),(8256,1012,'heading','Internal Audit & Compliance Management System for MFI & NBFCs'),(8257,1012,'_heading','field_64ac0c1bf51d9'),(8258,1012,'option_1_title','Physical Cash Verification'),(8259,1012,'_option_1_title','field_64af8c8909092'),(8260,1012,'option_1_icon','503'),(8261,1012,'_option_1_icon','field_64af8cd609093'),(8262,1012,'option_1_content','Reconcile physical cash by denominations and identify mismatches from previous audit records and current spend'),(8263,1012,'_option_1_content','field_64af8d0609094'),(8264,1012,'option_2_title','Asset Tracking'),(8265,1012,'_option_2_title','field_64af8d1a09095'),(8266,1012,'option_2_icon','504'),(8267,1012,'_option_2_icon','field_64af8d2709096'),(8268,1012,'option_2_content','Account for all physical branch assets like furniture, fixtures, computers, etc'),(8269,1012,'_option_2_content','field_64af8d4b09097'),(8270,1012,'option_3_title',' Process Compliance'),(8271,1012,'_option_3_title','field_64af8d8109098'),(8272,1012,'option_3_icon','505'),(8273,1012,'_option_3_icon','field_64af8d9209099'),(8274,1012,'option_3_content',''),(8275,1012,'_option_3_content','field_64af8d9f0909a'),(8276,1012,'option_3_sub_title_1','Sampling Survey'),(8277,1012,'_option_3_sub_title_1','field_64af8e16090a1'),(8278,1012,'option_3_sub_content_details_1','<h4>Measure Process Compliance</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Field Process - Measure compliance on CGTs, GRT, Disbursements, Recovery, OD follow-ups and much more.</li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Back-end Activity - Questions that seek to measure Administration, Documentation, Cash Management, and MIS processes.</li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer Contact - Measure compliance with SOPs on Customer Awareness, Individual & Group Loans, OD Loans, etc.</li> \r\n                                            </ul>'),(8279,1012,'_option_3_sub_content_details_1','field_64af8e2d090a2'),(8280,1012,'option_3_sub_title_2','Non Sampling Survey'),(8281,1012,'_option_3_sub_title_2','field_64af8e48090a3'),(8282,1012,'option_3_sub_content_details_2','<h4>Issue Based Investigation</h4>\r\n                                            <p>A 100% configurable questionnaire that measures every unit level processes with weighted scoring system</p>\r\n                                            <ul class=\"list\">\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Issues of fraud and non-compliance and subsequent investigation are captured with the ability to record detailed observation and findings. </li> \r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Details of the customer, employee involved, product in question, root cause of the issue, and details of the action taken are captured. </li>\r\n                                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Each such issue is assigned a negative score which is taken into account while computing the overall Audit Score of the Branch.</li> \r\n                                            </ul>'),(8283,1012,'_option_3_sub_content_details_2','field_64af8e56090a4'),(8284,1012,'option_4_title','Audit Score Sheet'),(8285,1012,'_option_4_title','field_64af8dbc0909b'),(8286,1012,'option_4_icon','506'),(8287,1012,'_option_4_icon','field_64af8dc90909c'),(8288,1012,'option_4_content','Grade Branches based on Audit Scores auto calculated from all parameters that are weighted by their impact on overall performance'),(8289,1012,'_option_4_content','field_64af8dd40909d'),(8290,1012,'option_5_title',' Detailed Reports'),(8291,1012,'_option_5_title','field_64af8de70909e'),(8292,1012,'option_5_icon','507'),(8293,1012,'_option_5_icon','field_64af8df30909f'),(8294,1012,'option_5_content','Final Audit Reports of Branches are reviewed by respective Area Managers for revisions before being published to the system'),(8295,1012,'_option_5_content','field_64af8dfa090a0'),(8296,1012,'previous_page_name','Field Track-O'),(8297,1012,'_previous_page_name','field_64b4f816b8f65'),(8298,1012,'previous_page_link','https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/'),(8299,1012,'_previous_page_link','field_64b4f82ab8f66'),(8300,1012,'next_page_name','Fraud Control System'),(8301,1012,'_next_page_name','field_64b4ec6e38dda'),(8302,1012,'next_page_link','https://arukustech.com/solutions/fraud-control-system/'),(8303,1012,'_next_page_link','field_64b4ec7538ddb'),(8304,285,'_yoast_wpseo_content_score','90'),(8305,285,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8306,285,'_yoast_wpseo_wordproof_timestamp',''),(8307,284,'_yoast_wpseo_content_score','90'),(8308,284,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8309,284,'_yoast_wpseo_wordproof_timestamp',''),(8310,282,'_yoast_wpseo_content_score','90'),(8311,282,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8312,282,'_yoast_wpseo_wordproof_timestamp',''),(8313,281,'_yoast_wpseo_content_score','60'),(8314,281,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8315,281,'_yoast_wpseo_wordproof_timestamp',''),(8316,280,'_yoast_wpseo_content_score','90'),(8317,280,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8318,280,'_yoast_wpseo_wordproof_timestamp',''),(8319,279,'_yoast_wpseo_content_score','90'),(8320,279,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8321,279,'_yoast_wpseo_wordproof_timestamp',''),(8322,278,'_yoast_wpseo_content_score','60'),(8323,278,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8324,278,'_yoast_wpseo_wordproof_timestamp',''),(8325,277,'_yoast_wpseo_content_score','90'),(8326,277,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8327,277,'_yoast_wpseo_wordproof_timestamp',''),(8328,276,'_yoast_wpseo_content_score','90'),(8329,276,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8330,276,'_yoast_wpseo_wordproof_timestamp',''),(8331,1015,'banner_image','949'),(8332,1015,'_banner_image','field_64a41e781a69b'),(8333,1015,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(8334,1015,'_banner_sub_heading','field_64a41ebe1a69c'),(8335,1015,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of apps from loan application, assessment, document processing, disbursement and collection.'),(8336,1015,'_los_flow_short_description','field_64a41f341a69d'),(8337,1015,'los_flow_right_side_image','526'),(8338,1015,'_los_flow_right_side_image','field_64a41f5d1a69e'),(8339,1015,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>User Role Management</li>\r\n                            </ul>'),(8340,1015,'_los_admin_panel_content','field_64a4201e1a69f'),(8341,1015,'los_admin_panel_image','528'),(8342,1015,'_los_admin_panel_image','field_64a4203c1a6a0'),(8343,1015,'central_checking_applications_image','531'),(8344,1015,'_central_checking_applications_image','field_64a4204e1a6a1'),(8345,1015,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(8346,1015,'_central_checking_applications_content','field_64a420681a6a2'),(8347,1015,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(8348,1015,'_document_management_content','field_64a420b11a6a3'),(8349,1015,'document_management_image','530'),(8350,1015,'_document_management_image','field_64a420c41a6a4'),(8351,1015,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(8352,1015,'_los_page_main_content','field_64a426515ef63'),(8353,1015,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(8354,1015,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(8355,1015,'structured_workflow_driven_process_image','527'),(8356,1015,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(8357,1015,'previous_page_name','Samadhan Ticketing System'),(8358,1015,'_previous_page_name','field_64b4eae193404'),(8359,1015,'previous_page_link','https://arukustech.com/solutions/support360-ticketing-system/'),(8360,1015,'_previous_page_link','field_64b4eaf093405'),(8361,1015,'next_page_name','Arukus Cross-Sell'),(8362,1015,'_next_page_name','field_64b4eaf793406'),(8363,1015,'next_page_link','https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/'),(8364,1015,'_next_page_link','field_64b4eb0a93407'),(8365,1017,'_edit_last','1'),(8366,1017,'_edit_lock','1690957258:1'),(8367,1018,'_wp_attached_file','2023/08/thank-you.png'),(8368,1018,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2023/08/thank-you.png\";s:8:\"filesize\";i:18741;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"thank-you-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"thank-you-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5747;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8369,1017,'_wp_page_template','template-parts/thankyou.php'),(8370,1017,'_yoast_wpseo_content_score','90'),(8371,1017,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8372,1017,'_yoast_wpseo_wordproof_timestamp',''),(8373,1020,'_edit_last','1'),(8374,1020,'_edit_lock','1704280862:1'),(8375,1020,'_wp_page_template','template-parts/thankyou.php'),(8376,1020,'_yoast_wpseo_content_score','90'),(8377,1020,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8378,1020,'_yoast_wpseo_wordproof_timestamp',''),(8379,870,'migrate_from_cf7_redirect','1'),(8380,848,'migrate_from_cf7_redirect','1'),(8381,699,'migrate_from_cf7_redirect','1'),(8382,478,'migrate_from_cf7_redirect','1'),(8383,6,'migrate_from_cf7_redirect','1'),(8384,1022,'wpcf7_id','478'),(8385,1022,'wpcf7_rule_id','default'),(8386,1022,'action_type','redirect'),(8388,1022,'post_title','New Action'),(8396,1029,'_edit_lock','1691662064:1'),(8397,1032,'_edit_lock','1694412301:1'),(8398,1035,'_edit_lock','1695200077:1'),(8399,1042,'banner_image','949'),(8400,1042,'_banner_image','field_64a41e781a69b'),(8401,1042,'banner_sub_heading','Automation, Efficiency, Risk Assessment, Faster Decision Making'),(8402,1042,'_banner_sub_heading','field_64a41ebe1a69c'),(8403,1042,'los_flow_short_description','Employing the latest in digital workflow technology, Arukus LOS provides the entire range of apps from loan application, assessment, document processing, disbursement and collection.'),(8404,1042,'_los_flow_short_description','field_64a41f341a69d'),(8405,1042,'los_flow_right_side_image','526'),(8406,1042,'_los_flow_right_side_image','field_64a41f5d1a69e'),(8407,1042,'los_admin_panel_content','<p>The LOS Administrative section is a web based platform The Central Checking Application manages all checking, providing powerful management capabilities for organizing approval & rejection of loan requests after completion and your business processes efficiently</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Application Access Management</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Application Form Configuration</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Employee Profile Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Group Formation & Tagging</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>KYC Document Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Loan Application Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Multiple Center Management</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Organization Structure Configuration</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>User Role Management</li>\r\n                            </ul>'),(8408,1042,'_los_admin_panel_content','field_64a4201e1a69f'),(8409,1042,'los_admin_panel_image','528'),(8410,1042,'_los_admin_panel_image','field_64a4203c1a6a0'),(8411,1042,'central_checking_applications_image','531'),(8412,1042,'_central_checking_applications_image','field_64a4204e1a6a1'),(8413,1042,'central_checking_applications_content','<p>The Central Checking Application manages all checking, approval & rejection of loan requests after completion and processing of Group Recognition Test data conducted in the LOS App</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Approve or Reject Loan Requests</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Automatic Masking of Aadhar Card</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Customer KYC Verification</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Data Analytics & in-depth reporting  via dashboard, widgets &charts</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Delegate or Assign Tasks down the role hierarchy</li> \r\n                            </ul>'),(8414,1042,'_central_checking_applications_content','field_64a420681a6a2'),(8415,1042,'document_management_content','<p>A completely digitized robust Document Management system that stores pre and post loan documents with the capability to function in low bandwidth and high latent networks.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Compatible for use by auditors and legal advisors</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>OTP based verification to access documents</li>                                    \r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Super fast document retrieval using Elastic Search technology</li>  \r\n                            </ul>'),(8416,1042,'_document_management_content','field_64a420b11a6a3'),(8417,1042,'document_management_image','530'),(8418,1042,'_document_management_image','field_64a420c41a6a4'),(8419,1042,'los_page_main_content','Streamline, Centralize, and Digitize with Arukus LOS: Empower Your Business with a Web-Based Administration Platform for Efficient Process Management, Automated Loan Checking, Approval, and Rejection, with a Robust Document Management System'),(8420,1042,'_los_page_main_content','field_64a426515ef63'),(8421,1042,'structured_workflow_driven_process_short_content','A comprehensive and interconnected platform that revolutionizes loan origination for Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs).'),(8422,1042,'_structured_workflow_driven_process_short_content','field_64a514166d9f1'),(8423,1042,'structured_workflow_driven_process_image','527'),(8424,1042,'_structured_workflow_driven_process_image','field_64a513d9329eb'),(8425,1042,'previous_page_name','Support360: Ticketing System'),(8426,1042,'_previous_page_name','field_64b4eae193404'),(8427,1042,'previous_page_link','https://arukustech.com/solutions/support360-ticketing-system/'),(8428,1042,'_previous_page_link','field_64b4eaf093405'),(8429,1042,'next_page_name','Arukus Cross-Sell'),(8430,1042,'_next_page_name','field_64b4eaf793406'),(8431,1042,'next_page_link','https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/'),(8432,1042,'_next_page_link','field_64b4eb0a93407'),(8433,1043,'banner_image','957'),(8434,1043,'_banner_image','field_64ad40464f290'),(8435,1043,'banner_sub_heading','Prevent Fraud with Arukus Technologies'),(8436,1043,'_banner_sub_heading','field_64abe9741cd46'),(8437,1043,'main_section_heading','Prevent Fraud with Arukus Technologies'),(8438,1043,'_main_section_heading','field_64ad3e64bfa1b'),(8439,1043,'main_section_short_content','In today\'s financial landscape, it\'s crucial for companies to stay ahead of fraudulent activities conducted by internal agents. Arukus Technologies introduces a cutting-edge solution - the Fraud Identification, Assessment & Control System. With our advanced smart detection mechanisms, financial companies can identify fraud at the sales agent level, assess the damage, and take immediate corrective actions.'),(8440,1043,'_main_section_short_content','field_64ad3e84bfa1c'),(8441,1043,'banner_heading','Prevent Fraud with Arukus Technologies'),(8442,1043,'_banner_heading','field_64ad405b4f291'),(8443,1043,'previous_page_name','Audit & Compliance'),(8444,1043,'_previous_page_name','field_64b4f87c28700'),(8445,1043,'previous_page_link','https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/'),(8446,1043,'_previous_page_link','field_64b4f8cc28702'),(8447,1043,'next_page_name','Support360: Ticketing System'),(8448,1043,'_next_page_name','field_64b4eefa47cce'),(8449,1043,'next_page_link','https://arukustech.com/solutions/support360-ticketing-system/'),(8450,1043,'_next_page_link','field_64b4ef1252512'),(8451,1049,'_edit_last','1'),(8452,1049,'_edit_lock','1702542256:1'),(8453,1050,'_wp_attached_file','2023/11/Images-Blog-4.jpg'),(8454,1050,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1640;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2023/11/Images-Blog-4.jpg\";s:8:\"filesize\";i:188205;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Images-Blog-4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13766;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Images-Blog-4-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89525;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Images-Blog-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7114;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Images-Blog-4-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58350;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Images-Blog-4-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161991;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"Images-Blog-4-1568x883.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:883;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166945;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8455,1051,'_wp_attached_file','2023/11/Images-Blog-5.jpg'),(8456,1051,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1640;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2023/11/Images-Blog-5.jpg\";s:8:\"filesize\";i:193828;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Images-Blog-5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13902;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Images-Blog-5-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85861;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Images-Blog-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7667;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Images-Blog-5-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55637;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Images-Blog-5-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161270;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"Images-Blog-5-1568x883.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:883;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166265;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8457,1049,'_thumbnail_id','1051'),(8458,1049,'_yoast_wpseo_primary_blog-category',''),(8459,1049,'_yoast_wpseo_metadesc','Discover the pivotal role of proactive risk management in ensuring the sustainability of Microfinance Institutions (MFIs). Explore the multifaceted components of comprehensive risk management, learn how effective risk management can safeguard both social and financial objectives, and delve into an innovative Enterprise Risk Management system developed by Arukus Technologies and uncover the keys to empowering MFIs in an ever-evolving financial landscape.'),(8460,1049,'_yoast_wpseo_content_score','30'),(8461,1049,'_yoast_wpseo_estimated-reading-time-minutes','4'),(8462,1049,'_yoast_wpseo_wordproof_timestamp',''),(8463,1046,'_edit_lock','1699265717:1'),(8464,1053,'_elementor_edit_mode','builder'),(8465,1053,'_elementor_template_type','kit'),(8466,1054,'_elementor_edit_mode','builder'),(8467,1054,'_elementor_template_type','wp-post'),(8468,1055,'_elementor_edit_mode','builder'),(8469,1055,'_elementor_template_type','post'),(8470,1054,'_elementor_version','3.17.3'),(8472,1054,'_edit_lock','1699528877:1'),(8484,402,'_eael_post_view_count','2356'),(8485,1049,'_eael_post_view_count','1892'),(8486,336,'_eael_post_view_count','595'),(8487,346,'_eael_post_view_count','1938'),(8488,291,'_eael_post_view_count','1124'),(8489,1049,'_elementor_edit_mode','builder'),(8490,1049,'_elementor_template_type','wp-post'),(8491,1049,'_elementor_version','3.17.3'),(8492,1049,'_elementor_pro_version','3.17.1'),(8493,1053,'_elementor_css','a:6:{s:4:\"time\";i:1699611590;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8503,1059,'_thumbnail_id','1051'),(8504,1059,'_elementor_edit_mode','builder'),(8505,1059,'_elementor_template_type','wp-post'),(8506,1059,'_elementor_version','3.17.3'),(8507,1059,'_elementor_pro_version','3.17.1'),(8508,1060,'_thumbnail_id','1051'),(8509,1060,'_elementor_edit_mode','builder'),(8510,1060,'_elementor_template_type','wp-post'),(8511,1060,'_elementor_version','3.17.3'),(8512,1060,'_elementor_pro_version','3.17.1'),(8513,1049,'_wp_page_template','default'),(8514,1049,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8515,1049,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>\\u00a0<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it.\\u00a0 Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle.\\u00a0<\\/p><p>\\u00a0<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>\\u00a0<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit.<\\/p><p>\\u00a0<\\/p><p>A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>\\u00a0<\\/p><p>Exemplary MFIs like <strong>BRAC in Bangladesh<\\/strong>, the <strong>Alexandria Business Association (ABA) in Egypt<\\/strong>, and <strong>BancoSol in Bolivia<\\/strong> have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>\\u00a0<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"left\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization ensuring that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management.<\\/p><p>\\u00a0<\\/p><p>Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution.<\\/p><p>\\u00a0<\\/p><p>Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p><p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Arukus Enterprise Risk Management (ERM) platform is designed to empower the management with tools that helps in:<\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8516,1061,'_thumbnail_id','1051'),(8517,1061,'_elementor_edit_mode','builder'),(8518,1061,'_elementor_template_type','wp-post'),(8519,1061,'_elementor_version','3.17.3'),(8520,1061,'_elementor_pro_version','3.17.1'),(8521,1061,'_wp_page_template','default'),(8522,1061,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8523,1061,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3><ol><li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li><li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li><li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li><li>Manage the risks through close oversight and evaluation of performance.<\\/li><\\/ol><p>\\u00a0<\\/p><p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p><p>\\u00a0<\\/p><p>Arukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p><p>It is designed to empower the management with tools that helps in:<\\/p><ul><li>Identifying, assessing, and prioritizing risks<\\/li><li>Developing strategies and policies to measure risks<\\/li><li>Designing policies and procedures to mitigate risks<\\/li><li>Implementing and assigning responsibilities<\\/li><li>Testing effectiveness and evaluating results<\\/li><li>Revising policies and procedures as necessary<\\/li><\\/ul><p>Read more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8524,1049,'_eael_widget_elements','a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),(8526,1049,'_elementor_page_assets','a:0:{}'),(8527,1049,'_eael_custom_js',''),(8529,1063,'_thumbnail_id','1051'),(8530,1063,'_elementor_edit_mode','builder'),(8531,1063,'_elementor_template_type','wp-post'),(8532,1063,'_elementor_version','3.17.3'),(8533,1063,'_elementor_pro_version','3.17.1'),(8534,1063,'_wp_page_template','default'),(8535,1063,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8536,1063,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3><ol><li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li><li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li><li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li><li>Manage the risks through close oversight and evaluation of performance.<\\/li><\\/ol><p>\\u00a0<\\/p><p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p><p>\\u00a0<\\/p><p>Arukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p><p>It is designed to empower the management with tools that helps in:<\\/p><ul><li>Identifying, assessing, and prioritizing risks<\\/li><li>Developing strategies and policies to measure risks<\\/li><li>Designing policies and procedures to mitigate risks<\\/li><li>Implementing and assigning responsibilities<\\/li><li>Testing effectiveness and evaluating results<\\/li><li>Revising policies and procedures as necessary<\\/li><\\/ul><p>Read more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8537,1063,'_elementor_page_assets','a:0:{}'),(8538,1063,'_elementor_css','a:6:{s:4:\"time\";i:1699617011;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8539,1064,'_thumbnail_id','1051'),(8540,1064,'_elementor_edit_mode','builder'),(8541,1064,'_elementor_template_type','wp-post'),(8542,1064,'_elementor_version','3.17.3'),(8543,1064,'_elementor_pro_version','3.17.1'),(8544,1064,'_wp_page_template','default'),(8545,1064,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8546,1064,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3><ol><li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li><li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li><li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li><li>Manage the risks through close oversight and evaluation of performance.<\\/li><\\/ol><p>\\u00a0<\\/p><p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p><p>\\u00a0<\\/p><p>Arukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p><p>It is designed to empower the management with tools that helps in:<\\/p><ul><li>Identifying, assessing, and prioritizing risks<\\/li><li>Developing strategies and policies to measure risks<\\/li><li>Designing policies and procedures to mitigate risks<\\/li><li>Implementing and assigning responsibilities<\\/li><li>Testing effectiveness and evaluating results<\\/li><li>Revising policies and procedures as necessary<\\/li><\\/ul><p>Read more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8547,1064,'_elementor_page_assets','a:0:{}'),(8548,1064,'_elementor_css','a:6:{s:4:\"time\";i:1699617011;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8549,1065,'_thumbnail_id','1051'),(8550,1065,'_elementor_edit_mode','builder'),(8551,1065,'_elementor_template_type','wp-post'),(8552,1065,'_elementor_version','3.17.3'),(8553,1065,'_elementor_pro_version','3.17.1'),(8554,1065,'_wp_page_template','default'),(8555,1065,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8556,1065,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8557,1065,'_elementor_page_assets','a:0:{}'),(8558,1065,'_elementor_css','a:6:{s:4:\"time\";i:1699617011;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8560,1066,'_thumbnail_id','1051'),(8561,1066,'_elementor_edit_mode','builder'),(8562,1066,'_elementor_template_type','wp-post'),(8563,1066,'_elementor_version','3.17.3'),(8564,1066,'_elementor_pro_version','3.17.1'),(8565,1066,'_wp_page_template','default'),(8566,1066,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8567,1066,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8568,1066,'_elementor_page_assets','a:0:{}'),(8569,1066,'_elementor_css','a:6:{s:4:\"time\";i:1699617778;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8570,1067,'_thumbnail_id','1051'),(8571,1067,'_elementor_edit_mode','builder'),(8572,1067,'_elementor_template_type','wp-post'),(8573,1067,'_elementor_version','3.17.3'),(8574,1067,'_elementor_pro_version','3.17.1'),(8575,1067,'_wp_page_template','default'),(8576,1067,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8577,1067,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8578,1067,'_elementor_page_assets','a:0:{}'),(8579,1067,'_elementor_css','a:6:{s:4:\"time\";i:1699617778;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8580,1068,'_thumbnail_id','1051'),(8581,1068,'_elementor_edit_mode','builder'),(8582,1068,'_elementor_template_type','wp-post'),(8583,1068,'_elementor_version','3.17.3'),(8584,1068,'_elementor_pro_version','3.17.1'),(8585,1068,'_wp_page_template','default'),(8586,1068,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8587,1068,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8588,1068,'_elementor_page_assets','a:0:{}'),(8589,1068,'_elementor_css','a:6:{s:4:\"time\";i:1699617778;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8591,1069,'_thumbnail_id','1051'),(8592,1069,'_elementor_edit_mode','builder'),(8593,1069,'_elementor_template_type','wp-post'),(8594,1069,'_elementor_version','3.17.3'),(8595,1069,'_elementor_pro_version','3.17.1'),(8596,1069,'_wp_page_template','default'),(8597,1069,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8598,1069,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8599,1069,'_elementor_page_assets','a:0:{}'),(8600,1069,'_elementor_css','a:6:{s:4:\"time\";i:1699618001;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8601,1070,'_thumbnail_id','1051'),(8602,1070,'_elementor_edit_mode','builder'),(8603,1070,'_elementor_template_type','wp-post'),(8604,1070,'_elementor_version','3.17.3'),(8605,1070,'_elementor_pro_version','3.17.1'),(8606,1070,'_wp_page_template','default'),(8607,1070,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8608,1070,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8609,1070,'_elementor_page_assets','a:0:{}'),(8610,1070,'_elementor_css','a:6:{s:4:\"time\";i:1699618001;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8611,1071,'_thumbnail_id','1051'),(8612,1071,'_elementor_edit_mode','builder'),(8613,1071,'_elementor_template_type','wp-post'),(8614,1071,'_elementor_version','3.17.3'),(8615,1071,'_elementor_pro_version','3.17.1'),(8616,1071,'_wp_page_template','default'),(8617,1071,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8618,1071,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8619,1071,'_elementor_page_assets','a:0:{}'),(8620,1071,'_elementor_css','a:6:{s:4:\"time\";i:1699618001;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8622,1072,'_thumbnail_id','1051'),(8623,1072,'_elementor_edit_mode','builder'),(8624,1072,'_elementor_template_type','wp-post'),(8625,1072,'_elementor_version','3.17.3'),(8626,1072,'_elementor_pro_version','3.17.1'),(8627,1072,'_wp_page_template','default'),(8628,1072,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8629,1072,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8630,1072,'_elementor_page_assets','a:0:{}'),(8631,1072,'_elementor_css','a:6:{s:4:\"time\";i:1699618982;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8632,1073,'_thumbnail_id','1051'),(8633,1073,'_elementor_edit_mode','builder'),(8634,1073,'_elementor_template_type','wp-post'),(8635,1073,'_elementor_version','3.17.3'),(8636,1073,'_elementor_pro_version','3.17.1'),(8637,1073,'_wp_page_template','default'),(8638,1073,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8639,1073,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8640,1073,'_elementor_page_assets','a:0:{}'),(8641,1073,'_elementor_css','a:6:{s:4:\"time\";i:1699618982;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8642,1074,'_thumbnail_id','1051'),(8643,1074,'_elementor_edit_mode','builder'),(8644,1074,'_elementor_template_type','wp-post'),(8645,1074,'_elementor_version','3.17.3'),(8646,1074,'_elementor_pro_version','3.17.1'),(8647,1074,'_wp_page_template','default'),(8648,1074,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8649,1074,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8650,1074,'_elementor_page_assets','a:0:{}'),(8651,1074,'_elementor_css','a:6:{s:4:\"time\";i:1699618982;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8653,1075,'_thumbnail_id','1051'),(8654,1075,'_elementor_edit_mode','builder'),(8655,1075,'_elementor_template_type','wp-post'),(8656,1075,'_elementor_version','3.17.3'),(8657,1075,'_elementor_pro_version','3.17.1'),(8658,1075,'_wp_page_template','default'),(8659,1075,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8660,1075,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8661,1075,'_elementor_page_assets','a:0:{}'),(8662,1075,'_elementor_css','a:6:{s:4:\"time\";i:1699619019;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8663,1076,'_thumbnail_id','1051'),(8664,1076,'_elementor_edit_mode','builder'),(8665,1076,'_elementor_template_type','wp-post'),(8666,1076,'_elementor_version','3.17.3'),(8667,1076,'_elementor_pro_version','3.17.1'),(8668,1076,'_wp_page_template','default'),(8669,1076,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8670,1076,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8671,1076,'_elementor_page_assets','a:0:{}'),(8672,1076,'_elementor_css','a:6:{s:4:\"time\";i:1699619019;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8673,1077,'_thumbnail_id','1051'),(8674,1077,'_elementor_edit_mode','builder'),(8675,1077,'_elementor_template_type','wp-post'),(8676,1077,'_elementor_version','3.17.3'),(8677,1077,'_elementor_pro_version','3.17.1'),(8678,1077,'_wp_page_template','default'),(8679,1077,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8680,1077,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8681,1077,'_elementor_page_assets','a:0:{}'),(8682,1077,'_elementor_css','a:6:{s:4:\"time\";i:1699619019;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8684,1078,'_thumbnail_id','1051'),(8685,1078,'_elementor_edit_mode','builder'),(8686,1078,'_elementor_template_type','wp-post'),(8687,1078,'_elementor_version','3.17.3'),(8688,1078,'_elementor_pro_version','3.17.1'),(8689,1078,'_wp_page_template','default'),(8690,1078,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8691,1078,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8692,1078,'_elementor_page_assets','a:0:{}'),(8693,1078,'_elementor_css','a:6:{s:4:\"time\";i:1699619177;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8694,1079,'_thumbnail_id','1051'),(8695,1079,'_elementor_edit_mode','builder'),(8696,1079,'_elementor_template_type','wp-post'),(8697,1079,'_elementor_version','3.17.3'),(8698,1079,'_elementor_pro_version','3.17.1'),(8699,1079,'_wp_page_template','default'),(8700,1079,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8701,1079,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8702,1079,'_elementor_page_assets','a:0:{}'),(8703,1079,'_elementor_css','a:6:{s:4:\"time\";i:1699619177;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8704,1080,'_thumbnail_id','1051'),(8705,1080,'_elementor_edit_mode','builder'),(8706,1080,'_elementor_template_type','wp-post'),(8707,1080,'_elementor_version','3.17.3'),(8708,1080,'_elementor_pro_version','3.17.1'),(8709,1080,'_wp_page_template','default'),(8710,1080,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8711,1080,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p>Arukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8712,1080,'_elementor_page_assets','a:0:{}'),(8713,1080,'_elementor_css','a:6:{s:4:\"time\";i:1699619177;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8715,1081,'_thumbnail_id','1051'),(8716,1081,'_elementor_edit_mode','builder'),(8717,1081,'_elementor_template_type','wp-post'),(8718,1081,'_elementor_version','3.17.3'),(8719,1081,'_elementor_pro_version','3.17.1'),(8720,1081,'_wp_page_template','default'),(8721,1081,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8722,1081,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p>Arukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8723,1081,'_elementor_page_assets','a:0:{}'),(8724,1081,'_elementor_css','a:6:{s:4:\"time\";i:1699619277;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8725,1082,'_thumbnail_id','1051'),(8726,1082,'_elementor_edit_mode','builder'),(8727,1082,'_elementor_template_type','wp-post'),(8728,1082,'_elementor_version','3.17.3'),(8729,1082,'_elementor_pro_version','3.17.1'),(8730,1082,'_wp_page_template','default'),(8731,1082,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8732,1082,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p>Arukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8733,1082,'_elementor_page_assets','a:0:{}'),(8734,1082,'_elementor_css','a:6:{s:4:\"time\";i:1699619277;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8735,1083,'_thumbnail_id','1051'),(8736,1083,'_elementor_edit_mode','builder'),(8737,1083,'_elementor_template_type','wp-post'),(8738,1083,'_elementor_version','3.17.3'),(8739,1083,'_elementor_pro_version','3.17.1'),(8740,1083,'_wp_page_template','default'),(8741,1083,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8742,1083,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8743,1083,'_elementor_page_assets','a:0:{}'),(8744,1083,'_elementor_css','a:6:{s:4:\"time\";i:1699619277;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8746,1084,'_thumbnail_id','1051'),(8747,1084,'_elementor_edit_mode','builder'),(8748,1084,'_elementor_template_type','wp-post'),(8749,1084,'_elementor_version','3.17.3'),(8750,1084,'_elementor_pro_version','3.17.1'),(8751,1084,'_wp_page_template','default'),(8752,1084,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8753,1084,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8754,1084,'_elementor_page_assets','a:0:{}'),(8755,1084,'_elementor_css','a:6:{s:4:\"time\";i:1699619326;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8756,1085,'_thumbnail_id','1051'),(8757,1085,'_elementor_edit_mode','builder'),(8758,1085,'_elementor_template_type','wp-post'),(8759,1085,'_elementor_version','3.17.3'),(8760,1085,'_elementor_pro_version','3.17.1'),(8761,1085,'_wp_page_template','default'),(8762,1085,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8763,1085,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8764,1085,'_elementor_page_assets','a:0:{}'),(8765,1085,'_elementor_css','a:6:{s:4:\"time\";i:1699619326;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8766,1086,'_thumbnail_id','1051'),(8767,1086,'_elementor_edit_mode','builder'),(8768,1086,'_elementor_template_type','wp-post'),(8769,1086,'_elementor_version','3.17.3'),(8770,1086,'_elementor_pro_version','3.17.1'),(8771,1086,'_wp_page_template','default'),(8772,1086,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8773,1086,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8774,1086,'_elementor_page_assets','a:0:{}'),(8775,1086,'_elementor_css','a:6:{s:4:\"time\";i:1699619326;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8777,1087,'_thumbnail_id','1051'),(8778,1087,'_elementor_edit_mode','builder'),(8779,1087,'_elementor_template_type','wp-post'),(8780,1087,'_elementor_version','3.17.3'),(8781,1087,'_elementor_pro_version','3.17.1'),(8782,1087,'_wp_page_template','default'),(8783,1087,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8784,1087,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8785,1087,'_elementor_page_assets','a:0:{}'),(8786,1087,'_elementor_css','a:6:{s:4:\"time\";i:1699619433;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8787,1088,'_thumbnail_id','1051'),(8788,1088,'_elementor_edit_mode','builder'),(8789,1088,'_elementor_template_type','wp-post'),(8790,1088,'_elementor_version','3.17.3'),(8791,1088,'_elementor_pro_version','3.17.1'),(8792,1088,'_wp_page_template','default'),(8793,1088,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8794,1088,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8795,1088,'_elementor_page_assets','a:0:{}'),(8796,1088,'_elementor_css','a:6:{s:4:\"time\";i:1699619433;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8797,1089,'_thumbnail_id','1051'),(8798,1089,'_elementor_edit_mode','builder'),(8799,1089,'_elementor_template_type','wp-post'),(8800,1089,'_elementor_version','3.17.3'),(8801,1089,'_elementor_pro_version','3.17.1'),(8802,1089,'_wp_page_template','default'),(8803,1089,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8804,1089,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(8805,1089,'_elementor_page_assets','a:0:{}'),(8806,1089,'_elementor_css','a:6:{s:4:\"time\";i:1699619433;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8808,1090,'_thumbnail_id','1051'),(8809,1090,'_elementor_edit_mode','builder'),(8810,1090,'_elementor_template_type','wp-post'),(8811,1090,'_elementor_version','3.17.3'),(8812,1090,'_elementor_pro_version','3.17.1'),(8813,1090,'_wp_page_template','default'),(8814,1090,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8815,1090,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(8816,1090,'_elementor_page_assets','a:0:{}'),(8817,1090,'_elementor_css','a:6:{s:4:\"time\";i:1699619731;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8818,1091,'_thumbnail_id','1051'),(8819,1091,'_elementor_edit_mode','builder'),(8820,1091,'_elementor_template_type','wp-post'),(8821,1091,'_elementor_version','3.17.3'),(8822,1091,'_elementor_pro_version','3.17.1'),(8823,1091,'_wp_page_template','default'),(8824,1091,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8825,1091,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(8826,1091,'_elementor_page_assets','a:0:{}'),(8827,1091,'_elementor_css','a:6:{s:4:\"time\";i:1699619731;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8828,1092,'_thumbnail_id','1051'),(8829,1092,'_elementor_edit_mode','builder'),(8830,1092,'_elementor_template_type','wp-post'),(8831,1092,'_elementor_version','3.17.3'),(8832,1092,'_elementor_pro_version','3.17.1'),(8833,1092,'_wp_page_template','default'),(8834,1092,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8835,1092,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(8836,1092,'_elementor_page_assets','a:0:{}'),(8837,1092,'_elementor_css','a:6:{s:4:\"time\";i:1699619731;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8839,1093,'_thumbnail_id','1051'),(8840,1093,'_elementor_edit_mode','builder'),(8841,1093,'_elementor_template_type','wp-post'),(8842,1093,'_elementor_version','3.17.3'),(8843,1093,'_elementor_pro_version','3.17.1'),(8844,1093,'_wp_page_template','default'),(8845,1093,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8846,1093,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(8847,1093,'_elementor_page_assets','a:0:{}'),(8848,1093,'_elementor_css','a:6:{s:4:\"time\";i:1699619897;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8849,1094,'_thumbnail_id','1051'),(8850,1094,'_elementor_edit_mode','builder'),(8851,1094,'_elementor_template_type','wp-post'),(8852,1094,'_elementor_version','3.17.3'),(8853,1094,'_elementor_pro_version','3.17.1'),(8854,1094,'_wp_page_template','default'),(8855,1094,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8856,1094,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}]'),(8857,1094,'_elementor_page_assets','a:0:{}'),(8858,1094,'_elementor_css','a:6:{s:4:\"time\";i:1699619897;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8859,1095,'_thumbnail_id','1051'),(8860,1095,'_elementor_edit_mode','builder'),(8861,1095,'_elementor_template_type','wp-post'),(8862,1095,'_elementor_version','3.17.3'),(8863,1095,'_elementor_pro_version','3.17.1'),(8864,1095,'_wp_page_template','default'),(8865,1095,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8866,1095,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8867,1095,'_elementor_page_assets','a:0:{}'),(8868,1095,'_elementor_css','a:6:{s:4:\"time\";i:1699619897;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8870,1096,'_thumbnail_id','1051'),(8871,1096,'_elementor_edit_mode','builder'),(8872,1096,'_elementor_template_type','wp-post'),(8873,1096,'_elementor_version','3.17.3'),(8874,1096,'_elementor_pro_version','3.17.1'),(8875,1096,'_wp_page_template','default'),(8876,1096,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8877,1096,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8878,1096,'_elementor_page_assets','a:0:{}'),(8879,1096,'_elementor_css','a:6:{s:4:\"time\";i:1699619998;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8880,1097,'_thumbnail_id','1051'),(8881,1097,'_elementor_edit_mode','builder'),(8882,1097,'_elementor_template_type','wp-post'),(8883,1097,'_elementor_version','3.17.3'),(8884,1097,'_elementor_pro_version','3.17.1'),(8885,1097,'_wp_page_template','default'),(8886,1097,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8887,1097,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8888,1097,'_elementor_page_assets','a:0:{}'),(8889,1097,'_elementor_css','a:6:{s:4:\"time\";i:1699619998;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8890,1098,'_thumbnail_id','1051'),(8891,1098,'_elementor_edit_mode','builder'),(8892,1098,'_elementor_template_type','wp-post'),(8893,1098,'_elementor_version','3.17.3'),(8894,1098,'_elementor_pro_version','3.17.1'),(8895,1098,'_wp_page_template','default'),(8896,1098,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8897,1098,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8898,1098,'_elementor_page_assets','a:0:{}'),(8899,1098,'_elementor_css','a:6:{s:4:\"time\";i:1699619998;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8901,1099,'_thumbnail_id','1051'),(8902,1099,'_elementor_edit_mode','builder'),(8903,1099,'_elementor_template_type','wp-post'),(8904,1099,'_elementor_version','3.17.3'),(8905,1099,'_elementor_pro_version','3.17.1'),(8906,1099,'_wp_page_template','default'),(8907,1099,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8908,1099,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8909,1099,'_elementor_page_assets','a:0:{}'),(8910,1099,'_elementor_css','a:6:{s:4:\"time\";i:1699620052;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8911,1100,'_thumbnail_id','1051'),(8912,1100,'_elementor_edit_mode','builder'),(8913,1100,'_elementor_template_type','wp-post'),(8914,1100,'_elementor_version','3.17.3'),(8915,1100,'_elementor_pro_version','3.17.1'),(8916,1100,'_wp_page_template','default'),(8917,1100,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8918,1100,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8919,1100,'_elementor_page_assets','a:0:{}'),(8920,1100,'_elementor_css','a:6:{s:4:\"time\";i:1699620052;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8921,1101,'_thumbnail_id','1051'),(8922,1101,'_elementor_edit_mode','builder'),(8923,1101,'_elementor_template_type','wp-post'),(8924,1101,'_elementor_version','3.17.3'),(8925,1101,'_elementor_pro_version','3.17.1'),(8926,1101,'_wp_page_template','default'),(8927,1101,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8928,1101,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8929,1101,'_elementor_page_assets','a:0:{}'),(8930,1101,'_elementor_css','a:6:{s:4:\"time\";i:1699620052;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8932,1102,'_thumbnail_id','1051'),(8933,1102,'_elementor_edit_mode','builder'),(8934,1102,'_elementor_template_type','wp-post'),(8935,1102,'_elementor_version','3.17.3'),(8936,1102,'_elementor_pro_version','3.17.1'),(8937,1102,'_wp_page_template','default'),(8938,1102,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8939,1102,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8940,1102,'_elementor_page_assets','a:0:{}'),(8941,1102,'_elementor_css','a:6:{s:4:\"time\";i:1699620098;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8942,1103,'_thumbnail_id','1051'),(8943,1103,'_elementor_edit_mode','builder'),(8944,1103,'_elementor_template_type','wp-post'),(8945,1103,'_elementor_version','3.17.3'),(8946,1103,'_elementor_pro_version','3.17.1'),(8947,1103,'_wp_page_template','default'),(8948,1103,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8949,1103,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"6bdce40\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"afafb96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Effective Risk Management requires an organization to take four key steps:<\\/h3>\\n<ol>\\n \\t<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)<\\/li>\\n \\t<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;<\\/li>\\n \\t<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and<\\/li>\\n \\t<li>Manage the risks through close oversight and evaluation of performance.<\\/li>\\n<\\/ol>\\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\\n\\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\\n\\nIt is designed to empower the management with tools that helps in:\\n<ul>\\n \\t<li>Identifying, assessing, and prioritizing risks<\\/li>\\n \\t<li>Developing strategies and policies to measure risks<\\/li>\\n \\t<li>Designing policies and procedures to mitigate risks<\\/li>\\n \\t<li>Implementing and assigning responsibilities<\\/li>\\n \\t<li>Testing effectiveness and evaluating results<\\/li>\\n \\t<li>Revising policies and procedures as necessary<\\/li>\\n<\\/ul>\\nRead more at <strong>https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/strong> or Book a Demo to experience it live.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8950,1103,'_elementor_page_assets','a:0:{}'),(8951,1103,'_elementor_css','a:6:{s:4:\"time\";i:1699620098;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8952,1104,'_thumbnail_id','1051'),(8953,1104,'_elementor_edit_mode','builder'),(8954,1104,'_elementor_template_type','wp-post'),(8955,1104,'_elementor_version','3.17.3'),(8956,1104,'_elementor_pro_version','3.17.1'),(8957,1104,'_wp_page_template','default'),(8958,1104,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8959,1104,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8960,1104,'_elementor_page_assets','a:0:{}'),(8961,1104,'_elementor_css','a:6:{s:4:\"time\";i:1699620098;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8963,1105,'_thumbnail_id','1051'),(8964,1105,'_elementor_edit_mode','builder'),(8965,1105,'_elementor_template_type','wp-post'),(8966,1105,'_elementor_version','3.17.3'),(8967,1105,'_elementor_pro_version','3.17.1'),(8968,1105,'_wp_page_template','default'),(8969,1105,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8970,1105,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8971,1105,'_elementor_page_assets','a:0:{}'),(8972,1105,'_elementor_css','a:6:{s:4:\"time\";i:1699620132;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8973,1106,'_thumbnail_id','1051'),(8974,1106,'_elementor_edit_mode','builder'),(8975,1106,'_elementor_template_type','wp-post'),(8976,1106,'_elementor_version','3.17.3'),(8977,1106,'_elementor_pro_version','3.17.1'),(8978,1106,'_wp_page_template','default'),(8979,1106,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8980,1106,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8981,1106,'_elementor_page_assets','a:0:{}'),(8982,1106,'_elementor_css','a:6:{s:4:\"time\";i:1699620132;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8983,1107,'_thumbnail_id','1051'),(8984,1107,'_elementor_edit_mode','builder'),(8985,1107,'_elementor_template_type','wp-post'),(8986,1107,'_elementor_version','3.17.3'),(8987,1107,'_elementor_pro_version','3.17.1'),(8988,1107,'_wp_page_template','default'),(8989,1107,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8990,1107,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(8991,1107,'_elementor_page_assets','a:0:{}'),(8992,1107,'_elementor_css','a:6:{s:4:\"time\";i:1699620132;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8993,1108,'_thumbnail_id','1051'),(8994,1108,'_elementor_edit_mode','builder'),(8995,1108,'_elementor_template_type','wp-post'),(8996,1108,'_elementor_version','3.17.3'),(8997,1108,'_elementor_pro_version','3.17.1'),(8998,1108,'_wp_page_template','default'),(8999,1108,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9000,1108,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9001,1108,'_elementor_page_assets','a:0:{}'),(9003,1109,'_thumbnail_id','1051'),(9004,1109,'_elementor_edit_mode','builder'),(9005,1109,'_elementor_template_type','wp-post'),(9006,1109,'_elementor_version','3.17.3'),(9007,1109,'_elementor_pro_version','3.17.1'),(9008,1109,'_wp_page_template','default'),(9009,1109,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9010,1109,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9011,1109,'_elementor_page_assets','a:0:{}'),(9012,1109,'_elementor_css','a:6:{s:4:\"time\";i:1699623215;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9013,1110,'_thumbnail_id','1051'),(9014,1110,'_elementor_edit_mode','builder'),(9015,1110,'_elementor_template_type','wp-post'),(9016,1110,'_elementor_version','3.17.3'),(9017,1110,'_elementor_pro_version','3.17.1'),(9018,1110,'_wp_page_template','default'),(9019,1110,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9020,1110,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"center\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9021,1110,'_elementor_page_assets','a:0:{}'),(9022,1110,'_elementor_css','a:6:{s:4:\"time\";i:1699623215;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9023,1111,'_thumbnail_id','1051'),(9024,1111,'_elementor_edit_mode','builder'),(9025,1111,'_elementor_template_type','wp-post'),(9026,1111,'_elementor_version','3.17.3'),(9027,1111,'_elementor_pro_version','3.17.1'),(9028,1111,'_wp_page_template','default'),(9029,1111,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9030,1111,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"center\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9031,1111,'_elementor_page_assets','a:0:{}'),(9033,1112,'_thumbnail_id','1051'),(9034,1112,'_elementor_edit_mode','builder'),(9035,1112,'_elementor_template_type','wp-post'),(9036,1112,'_elementor_version','3.17.3'),(9037,1112,'_elementor_pro_version','3.17.1'),(9038,1112,'_wp_page_template','default'),(9039,1112,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9040,1112,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"center\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9041,1112,'_elementor_page_assets','a:0:{}'),(9042,1112,'_elementor_css','a:6:{s:4:\"time\";i:1699623281;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9043,1113,'_thumbnail_id','1051'),(9044,1113,'_elementor_edit_mode','builder'),(9045,1113,'_elementor_template_type','wp-post'),(9046,1113,'_elementor_version','3.17.3'),(9047,1113,'_elementor_pro_version','3.17.1'),(9048,1113,'_wp_page_template','default'),(9049,1113,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9050,1113,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"left\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9051,1113,'_elementor_page_assets','a:0:{}'),(9052,1113,'_elementor_css','a:6:{s:4:\"time\";i:1699623281;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9053,1114,'_thumbnail_id','1051'),(9054,1114,'_elementor_edit_mode','builder'),(9055,1114,'_elementor_template_type','wp-post'),(9056,1114,'_elementor_version','3.17.3'),(9057,1114,'_elementor_pro_version','3.17.1'),(9058,1114,'_wp_page_template','default'),(9059,1114,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9060,1114,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"left\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9061,1114,'_elementor_page_assets','a:0:{}'),(9063,1115,'_thumbnail_id','1051'),(9064,1115,'_elementor_edit_mode','builder'),(9065,1115,'_elementor_template_type','wp-post'),(9066,1115,'_elementor_version','3.17.3'),(9067,1115,'_elementor_pro_version','3.17.1'),(9068,1115,'_wp_page_template','default'),(9069,1115,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9070,1115,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"left\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9071,1115,'_elementor_page_assets','a:0:{}'),(9072,1115,'_elementor_css','a:6:{s:4:\"time\";i:1699623380;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9073,1116,'_thumbnail_id','1051'),(9074,1116,'_elementor_edit_mode','builder'),(9075,1116,'_elementor_template_type','wp-post'),(9076,1116,'_elementor_version','3.17.3'),(9077,1116,'_elementor_pro_version','3.17.1'),(9078,1116,'_wp_page_template','default'),(9079,1116,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9080,1116,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"left\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9081,1116,'_elementor_page_assets','a:0:{}'),(9082,1116,'_elementor_css','a:6:{s:4:\"time\";i:1699623380;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9084,1117,'_thumbnail_id','1051'),(9085,1117,'_elementor_edit_mode','builder'),(9086,1117,'_elementor_template_type','wp-post'),(9087,1117,'_elementor_version','3.17.3'),(9088,1117,'_elementor_pro_version','3.17.1'),(9089,1117,'_wp_page_template','default'),(9090,1117,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9091,1117,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"left\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9092,1117,'_elementor_page_assets','a:0:{}'),(9093,1117,'_elementor_css','a:6:{s:4:\"time\";i:1699623388;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9094,1118,'_thumbnail_id','1051'),(9095,1118,'_elementor_edit_mode','builder'),(9096,1118,'_elementor_template_type','wp-post'),(9097,1118,'_elementor_version','3.17.3'),(9098,1118,'_elementor_pro_version','3.17.1'),(9099,1118,'_wp_page_template','default'),(9100,1118,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9101,1118,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"left\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9102,1118,'_elementor_page_assets','a:0:{}'),(9103,1118,'_elementor_css','a:6:{s:4:\"time\";i:1699623388;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9104,1119,'_thumbnail_id','1051'),(9105,1119,'_elementor_edit_mode','builder'),(9106,1119,'_elementor_template_type','wp-post'),(9107,1119,'_elementor_version','3.17.3'),(9108,1119,'_elementor_pro_version','3.17.1'),(9109,1119,'_wp_page_template','default'),(9110,1119,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9111,1119,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>\\u00a0<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it.\\u00a0 Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle.\\u00a0<\\/p><p>\\u00a0<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>\\u00a0<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit.<\\/p><p>\\u00a0<\\/p><p>A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>\\u00a0<\\/p><p>Exemplary MFIs like <strong>BRAC in Bangladesh<\\/strong>, the <strong>Alexandria Business Association (ABA) in Egypt<\\/strong>, and <strong>BancoSol in Bolivia<\\/strong> have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>\\u00a0<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"left\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9112,1119,'_elementor_page_assets','a:0:{}'),(9113,1119,'_elementor_css','a:6:{s:4:\"time\";i:1699623388;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9115,1120,'_thumbnail_id','1051'),(9116,1120,'_elementor_edit_mode','builder'),(9117,1120,'_elementor_template_type','wp-post'),(9118,1120,'_elementor_version','3.17.3'),(9119,1120,'_elementor_pro_version','3.17.1'),(9120,1120,'_wp_page_template','default'),(9121,1120,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9122,1120,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>\\u00a0<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it.\\u00a0 Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle.\\u00a0<\\/p><p>\\u00a0<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>\\u00a0<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit.<\\/p><p>\\u00a0<\\/p><p>A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>\\u00a0<\\/p><p>Exemplary MFIs like <strong>BRAC in Bangladesh<\\/strong>, the <strong>Alexandria Business Association (ABA) in Egypt<\\/strong>, and <strong>BancoSol in Bolivia<\\/strong> have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>\\u00a0<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"left\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9123,1120,'_elementor_page_assets','a:0:{}'),(9124,1120,'_elementor_css','a:6:{s:4:\"time\";i:1699623586;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9125,1121,'_thumbnail_id','1051'),(9126,1121,'_elementor_edit_mode','builder'),(9127,1121,'_elementor_template_type','wp-post'),(9128,1121,'_elementor_version','3.17.3'),(9129,1121,'_elementor_pro_version','3.17.1'),(9130,1121,'_wp_page_template','default'),(9131,1121,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9132,1121,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>\\u00a0<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it.\\u00a0 Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle.\\u00a0<\\/p><p>\\u00a0<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>\\u00a0<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit.<\\/p><p>\\u00a0<\\/p><p>A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>\\u00a0<\\/p><p>Exemplary MFIs like <strong>BRAC in Bangladesh<\\/strong>, the <strong>Alexandria Business Association (ABA) in Egypt<\\/strong>, and <strong>BancoSol in Bolivia<\\/strong> have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>\\u00a0<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"left\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management. Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p>\\n\\n<p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is designed to empower the management with tools that helps in:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9133,1121,'_elementor_page_assets','a:0:{}'),(9134,1121,'_elementor_css','a:6:{s:4:\"time\";i:1699623586;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9135,1122,'_thumbnail_id','1051'),(9136,1122,'_elementor_edit_mode','builder'),(9137,1122,'_elementor_template_type','wp-post'),(9138,1122,'_elementor_version','3.17.3'),(9139,1122,'_elementor_pro_version','3.17.1'),(9140,1122,'_wp_page_template','default'),(9141,1122,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9142,1122,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>\\u00a0<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it.\\u00a0 Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle.\\u00a0<\\/p><p>\\u00a0<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>\\u00a0<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit.<\\/p><p>\\u00a0<\\/p><p>A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>\\u00a0<\\/p><p>Exemplary MFIs like <strong>BRAC in Bangladesh<\\/strong>, the <strong>Alexandria Business Association (ABA) in Egypt<\\/strong>, and <strong>BancoSol in Bolivia<\\/strong> have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>\\u00a0<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"left\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization ensuring that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management.<\\/p><p>\\u00a0<\\/p><p>Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution.<\\/p><p>\\u00a0<\\/p><p>Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p><p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Arukus Enterprise Risk Management (ERM) platform is designed to empower the management with tools that helps in:<\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9143,1122,'_elementor_page_assets','a:0:{}'),(9144,1122,'_elementor_css','a:6:{s:4:\"time\";i:1699623586;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9145,1049,'_elementor_css','a:6:{s:4:\"time\";i:1699623743;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9146,277,'_eael_post_view_count','754'),(9147,1047,'_eael_post_view_count','717'),(9148,141,'_eael_post_view_count','1239'),(9149,343,'_eael_post_view_count','1278'),(9150,36,'_eael_post_view_count','1561'),(9151,34,'_eael_post_view_count','1356'),(9152,38,'_eael_post_view_count','1433'),(9153,129,'_eael_post_view_count','657'),(9154,125,'_eael_post_view_count','1355'),(9155,124,'_eael_post_view_count','759'),(9156,127,'_eael_post_view_count','826'),(9157,131,'_eael_post_view_count','1078'),(9158,130,'_eael_post_view_count','782'),(9159,128,'_eael_post_view_count','1187'),(9160,132,'_eael_post_view_count','817'),(9161,133,'_eael_post_view_count','653'),(9162,134,'_eael_post_view_count','1598'),(9163,135,'_eael_post_view_count','1059'),(9164,137,'_eael_post_view_count','902'),(9165,136,'_eael_post_view_count','965'),(9166,138,'_eael_post_view_count','1249'),(9167,126,'_eael_post_view_count','1108'),(9168,147,'_eael_post_view_count','1246'),(9169,153,'_eael_post_view_count','1703'),(9170,145,'_eael_post_view_count','798'),(9171,143,'_eael_post_view_count','1837'),(9172,139,'_eael_post_view_count','2007'),(9173,149,'_eael_post_view_count','1287'),(9174,151,'_eael_post_view_count','1269'),(9175,155,'_eael_post_view_count','835'),(9176,241,'_eael_post_view_count','1561'),(9177,245,'_eael_post_view_count','1241'),(9178,249,'_eael_post_view_count','1403'),(9179,243,'_eael_post_view_count','1021'),(9180,251,'_eael_post_view_count','832'),(9181,315,'_eael_post_view_count','928'),(9182,247,'_eael_post_view_count','528'),(9183,410,'_eael_post_view_count','678'),(9184,284,'_eael_post_view_count','1277'),(9185,285,'_eael_post_view_count','1316'),(9186,282,'_eael_post_view_count','694'),(9187,281,'_eael_post_view_count','1150'),(9188,280,'_eael_post_view_count','1182'),(9189,278,'_eael_post_view_count','1735'),(9190,279,'_eael_post_view_count','784'),(9191,276,'_eael_post_view_count','1225'),(9192,294,'_eael_post_view_count','1191'),(9193,295,'_eael_post_view_count','912'),(9194,296,'_eael_post_view_count','1393'),(9195,293,'_eael_post_view_count','762'),(9196,297,'_eael_post_view_count','893'),(9197,290,'_eael_post_view_count','905'),(9198,292,'_eael_post_view_count','1202'),(9199,309,'_eael_post_view_count','1232'),(9200,310,'_eael_post_view_count','848'),(9201,311,'_eael_post_view_count','1030'),(9202,308,'_eael_post_view_count','1118'),(9203,312,'_eael_post_view_count','1734'),(9204,314,'_eael_post_view_count','1018'),(9205,313,'_eael_post_view_count','585'),(9206,333,'_eael_post_view_count','811'),(9207,334,'_eael_post_view_count','1073'),(9208,335,'_eael_post_view_count','1181'),(9209,337,'_eael_post_view_count','1195'),(9210,342,'_eael_post_view_count','949'),(9211,340,'_eael_post_view_count','967'),(9212,341,'_eael_post_view_count','1056'),(9213,347,'_eael_post_view_count','1091'),(9214,344,'_eael_post_view_count','768'),(9215,371,'_eael_post_view_count','670'),(9216,373,'_eael_post_view_count','427'),(9217,374,'_eael_post_view_count','953'),(9218,372,'_eael_post_view_count','1455'),(9219,375,'_eael_post_view_count','830'),(9220,404,'_eael_post_view_count','2308'),(9221,976,'_eael_post_view_count','1424'),(9222,438,'_eael_post_view_count','1318'),(9223,439,'_eael_post_view_count','1612'),(9224,437,'_eael_post_view_count','1193'),(9225,436,'_eael_post_view_count','1263'),(9226,450,'_eael_post_view_count','1098'),(9227,448,'_eael_post_view_count','1120'),(9228,452,'_eael_post_view_count','1020'),(9229,454,'_eael_post_view_count','1280'),(9230,456,'_eael_post_view_count','658'),(9231,458,'_eael_post_view_count','1712'),(9232,460,'_eael_post_view_count','2227'),(9233,1024,'_eael_post_view_count','1319'),(9234,1035,'_eael_post_view_count','802'),(9235,1016,'_eael_post_view_count','802'),(9236,1044,'_eael_post_view_count','864'),(9237,1027,'_eael_post_view_count','461'),(9238,1037,'_eael_post_view_count','1498'),(9239,1032,'_eael_post_view_count','685'),(9240,1036,'_eael_post_view_count','1391'),(9241,1045,'_eael_post_view_count','1203'),(9242,1046,'_eael_post_view_count','1123'),(9243,1029,'_eael_post_view_count','1017'),(9244,91,'_eael_post_view_count','8'),(9245,1123,'_edit_last','1'),(9246,1123,'_edit_lock','1702657760:1'),(9247,1123,'_elementor_edit_mode','builder'),(9248,1123,'_elementor_template_type','wp-post'),(9249,1123,'_elementor_version','3.17.3'),(9250,1123,'_elementor_pro_version','3.17.1'),(9251,1123,'_eael_post_view_count','548');
INSERT INTO `wp_postmeta` VALUES (9252,668,'_elementor_inline_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 1000 1000\" style=\"enable-background:new 0 0 1000 1000;\" xml:space=\"preserve\"><style type=\"text/css\">	.st0{opacity:0.46;fill:#FFFFFF;}	.st1{opacity:0.82;}	.st2{fill:#CB9831;}	.st3{opacity:0.64;}	.st4{fill:#FFFFFF;}	.st5{opacity:0.64;fill:#FFFFFF;}	.st6{opacity:0.56;fill:#FFFFFF;}	.st7{fill:url(#SVGID_1_);}	.st8{fill:#DDE4F4;}	.st9{fill:url(#SVGID_00000038398051365474574120000010888410238146574235_);}	.st10{fill:#9C712A;}	.st11{fill:#FDD77E;}	.st12{fill:#5FCCF5;}	.st13{fill:#FFEDC7;}	.st14{opacity:0.6;fill:#FFFFFF;}	.st15{opacity:0.67;fill:#FFFFFF;}	.st16{fill:#373737;}	.st17{fill:url(#SVGID_00000001655775090826238800000013948898594612232864_);}	.st18{fill:#0576AE;}	.st19{fill:url(#SVGID_00000075140369197034216600000007771998800099254693_);}	.st20{fill:#EC4735;}	.st21{fill:url(#SVGID_00000075159448165340561310000006764040196783461524_);}	.st22{fill:url(#SVGID_00000051359481019876370560000009784738594398633100_);}	.st23{fill:url(#SVGID_00000003092275017254470900000017355972343794683824_);}	.st24{fill:url(#SVGID_00000147204084889081808230000006242387640801281442_);}	.st25{fill:#586770;}	.st26{fill:#35444A;}	.st27{fill:#424F56;}	.st28{fill:url(#SVGID_00000133488891124545925240000002833442677940332420_);}	.st29{fill:url(#SVGID_00000012444461432868933350000010099376834760121237_);}	.st30{fill:url(#SVGID_00000127041118755645033790000012756373124074420374_);}	.st31{fill:url(#SVGID_00000036240128441262883810000013013898148997033355_);}	.st32{fill:url(#SVGID_00000077289499403843298060000003636327317178755207_);}	.st33{display:none;}	.st34{display:inline;}	.st35{fill:url(#SVGID_00000102507097444903753070000018089689820588580492_);}	.st36{fill:url(#SVGID_00000118378687434233119500000012999818181682882219_);}	.st37{fill:#FFEAC0;}	.st38{opacity:0.47;fill:#786067;}	.st39{display:none;fill:#F6F3E8;}	.st40{fill:none;stroke:#9C712A;stroke-width:2.027;stroke-linecap:round;stroke-miterlimit:10;}	.st41{fill:none;stroke:#9C712A;stroke-width:3.7499;stroke-miterlimit:10;}	.st42{fill:#F69D9A;}	.st43{fill:none;stroke:#996632;stroke-width:5.8407;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}	.st44{fill:#FDC07B;}	.st45{fill:#FBAF5B;}	.st46{fill:#E289A1;}	.st47{fill:#CC3333;}	.st48{fill:#9FD7C9;}	.st49{fill:#E2A225;}	.st50{fill:url(#SVGID_00000065794204786008804970000007951390239739365030_);}	.st51{fill:#5EC2A6;}	.st52{fill:#3499CC;}	.st53{fill:#FFEFDB;}	.st54{fill:#CDECF7;}	.st55{fill:#95D0E9;}	.st56{fill:#D2476E;}	.st57{fill:none;stroke:#7B7B7B;stroke-width:2.0006;stroke-miterlimit:10;}	.st58{fill:#7B7B7B;}	.st59{fill:#016685;}	.st60{opacity:0.19;fill:#667980;}	.st61{fill:url(#SVGID_00000087382081307215220910000002963661525637137845_);}	.st62{fill:url(#SVGID_00000005241025416450672100000003269924095259223971_);}	.st63{fill:url(#SVGID_00000070824519090259460970000018351900302640711335_);}	.st64{fill:url(#SVGID_00000176043038247052860810000003108054545119543682_);}	.st65{fill:url(#SVGID_00000020370603244196240370000010574414348158502806_);}	.st66{fill:url(#SVGID_00000008851259302144189170000015261925211109046679_);}	.st67{fill:url(#SVGID_00000024685499741079206680000016430514804619356817_);}	.st68{fill:#9E9D9E;}	.st69{fill:#BABABA;}	.st70{fill:url(#SVGID_00000064316321515107098360000015569638464096240037_);}	.st71{fill:url(#SVGID_00000103251334879342049770000017336287826555454871_);}	.st72{fill:url(#SVGID_00000065776155380246597510000000042272932258293383_);}	.st73{fill:url(#SVGID_00000018220207887419661000000010558024981699946154_);}	.st74{fill:url(#SVGID_00000110464499674730712130000016001065247419672244_);}	.st75{display:inline;opacity:0.46;fill:#FFF8EB;}	.st76{fill:#B3E3F6;}	.st77{fill:#F16565;}	.st78{display:inline;fill:#DED2B4;}	.st79{display:inline;fill:#CCBD9E;}	.st80{display:inline;fill:#ECE5D1;}	.st81{display:inline;fill:#F4EEDF;}	.st82{display:inline;fill:#E1D5B7;}	.st83{display:inline;fill:#524D4E;}	.st84{display:inline;fill:#443D3D;}	.st85{display:inline;fill:#609CCE;}	.st86{display:inline;fill:#F4EEE1;}	.st87{fill:#E9E5D9;}	.st88{fill:#524D4E;}	.st89{fill:#D9D1BD;}	.st90{fill:#9FBEA1;}	.st91{fill:#C0BB68;}	.st92{fill:#F68B66;}	.st93{fill:#FABE68;}	.st94{fill:#E87770;}	.st95{fill:#3B4E57;}	.st96{fill:#F9FBFC;}	.st97{fill:#443D3D;}	.st98{display:inline;fill:#5B5764;}	.st99{display:inline;fill:#484451;}	.st100{fill:#484451;}	.st101{display:inline;opacity:0.55;fill:#484451;}	.st102{display:inline;fill:#777582;}	.st103{display:inline;fill:#FFFFFF;}	.st104{display:inline;fill:#ECB984;}	.st105{display:inline;opacity:0.55;fill:#D27658;}	.st106{display:inline;fill:#262626;}	.st107{display:inline;fill:#E2A46A;}	.st108{fill:#ECB984;}	.st109{fill:#E2A46A;}	.st110{display:inline;fill:#EFEFEE;}	.st111{fill:#FEE342;}	.st112{fill:#FFF273;}	.st113{fill:#F3BA36;}	.st114{fill:#F7F0E0;}	.st115{fill:#ABBD3B;}	.st116{fill:#98A339;}	.st117{fill:#E2D6B8;}	.st118{fill:#EAA239;}	.st119{fill:#EFCA50;}	.st120{fill:#FEE292;}	.st121{display:inline;fill:#E43A2E;}	.st122{display:inline;fill:#D82F29;}	.st123{display:inline;fill:#FDD77E;}	.st124{fill:#34454D;}	.st125{fill:#BFC1BF;}	.st126{fill:#9A9D9C;}	.st127{fill:#4A6069;}	.st128{fill:#E15656;}	.st129{fill:#ADAEAD;}	.st130{fill:#C9C2B1;}	.st131{fill:#EFAE60;}</style><g id=\"audit-1\">	<path class=\"st0\" d=\"M843.5,694.1c-76.4,168-288.7,207.5-467.1,163.6c-48.7-12-146.7-36.1-226.4-114.8  C-3,591.7,10.3,337.5,142.4,206.5c17-16.9,130.6-134.4,325.3-99.2c142.6,25.8,246.5,116.3,259.1,127.5c16,14.2,51.3,47.4,84.1,96.1  C888,445.4,891.2,589.1,843.5,694.1z\"></path>	<g class=\"st1\">		<g>			<path class=\"st2\" d=\"M90.7,303.8c-1-0.1-1.8-0.9-2-1.9c-0.2-1.2-0.4-2.5-0.5-3.7c-0.2-1.3,0.7-2.4,2-2.6c1.2-0.2,2.4,0.7,2.6,2    c0.2,1.2,0.3,2.4,0.5,3.6c0.2,1.2-0.6,2.4-1.9,2.6C91.1,303.8,90.9,303.8,90.7,303.8z\"></path>			<path class=\"st2\" d=\"M89.2,288.1c-1.1-0.1-2-1.1-2-2.2c-0.1-2.5-0.1-5.1,0-7.6c0-1.3,1.1-2.3,2.3-2.2c1.3,0,2.3,1.1,2.2,2.3    c-0.1,2.4-0.1,4.9,0,7.3c0,1.3-0.9,2.3-2.2,2.4C89.4,288.1,89.3,288.1,89.2,288.1z M90,268.5c-1.2-0.2-2.1-1.3-2-2.5l0.1-0.8    c0.3-2.2,0.6-4.5,1-6.7c0.2-1.2,1.4-2.1,2.7-1.8c1.2,0.2,2.1,1.4,1.8,2.7c-0.4,2.1-0.7,4.3-1,6.5l-0.1,0.8    C92.4,267.8,91.3,268.7,90,268.5C90.1,268.5,90,268.5,90,268.5z M93.9,249.3c-0.1,0-0.2,0-0.3-0.1c-1.2-0.3-1.9-1.6-1.6-2.8    c0.7-2.4,1.4-4.9,2.3-7.3c0.4-1.2,1.7-1.8,2.9-1.4c1.2,0.4,1.8,1.7,1.4,2.9c-0.8,2.3-1.5,4.7-2.2,7C96,248.7,95,249.4,93.9,249.3    z M100.6,230.9c-0.2,0-0.4-0.1-0.7-0.2c-1.2-0.5-1.7-1.9-1.1-3c1-2.3,2.2-4.6,3.3-6.8c0.6-1.1,2-1.5,3.1-1c1.1,0.6,1.5,2,1,3.1    c-1.1,2.2-2.2,4.4-3.2,6.6C102.5,230.5,101.5,231,100.6,230.9z M110,213.7c-0.3,0-0.7-0.2-1-0.4c-1.1-0.7-1.3-2.1-0.7-3.2    c1.4-2.1,2.9-4.2,4.4-6.2c0.8-1,2.2-1.2,3.2-0.5c1,0.8,1.2,2.2,0.5,3.2c-1.5,2-2.9,4-4.2,6C111.7,213.5,110.8,213.8,110,213.7z     M122,198.2c-0.4-0.1-0.9-0.2-1.2-0.6c-0.9-0.8-1-2.3-0.2-3.2c1.7-1.9,3.5-3.7,5.3-5.5c0.9-0.9,2.3-0.9,3.2,0    c0.9,0.9,0.9,2.3,0,3.2c-1.7,1.7-3.4,3.5-5.1,5.3C123.5,198.1,122.7,198.3,122,198.2z M136.2,184.8c-0.6-0.1-1.1-0.4-1.5-0.8    c-0.8-1-0.6-2.4,0.3-3.2c2-1.6,4-3.1,6-4.6c1-0.7,2.5-0.5,3.2,0.5c0.7,1,0.5,2.5-0.5,3.2c-2,1.4-3.9,2.9-5.8,4.5    C137.5,184.7,136.8,184.9,136.2,184.8z M152.3,173.6c-0.7-0.1-1.3-0.5-1.7-1.1c-0.6-1.1-0.3-2.5,0.8-3.1c2.2-1.3,4.4-2.5,6.7-3.6    c1.1-0.6,2.5-0.1,3.1,1c0.6,1.1,0.1,2.5-1,3.1c-2.2,1.1-4.3,2.3-6.4,3.5C153.3,173.6,152.8,173.7,152.3,173.6z M170,165.1    c-0.8-0.1-1.5-0.6-1.8-1.4c-0.5-1.2,0.1-2.5,1.3-3c2.3-0.9,4.7-1.8,7.1-2.6c1.2-0.4,2.5,0.3,2.9,1.5c0.4,1.2-0.3,2.5-1.5,2.9    c-2.3,0.8-4.6,1.6-6.9,2.5C170.7,165.1,170.3,165.1,170,165.1z M289.3,179.2c-0.4,0-0.7-0.2-1-0.4c-2-1.4-4.1-2.7-6.1-4    c-1.1-0.7-1.4-2.1-0.8-3.1c0.7-1.1,2.1-1.4,3.1-0.8c2.2,1.3,4.3,2.7,6.4,4.2c1,0.7,1.3,2.1,0.6,3.2    C290.9,178.9,290.1,179.3,289.3,179.2z M188.7,159.4c-0.9-0.1-1.7-0.8-1.9-1.8c-0.3-1.2,0.5-2.5,1.7-2.7c2.5-0.6,5-1,7.5-1.4    c1.2-0.2,2.4,0.6,2.6,1.9c0.2,1.2-0.6,2.4-1.9,2.6c-2.4,0.4-4.8,0.9-7.2,1.4C189.2,159.4,188.9,159.4,188.7,159.4z M272.4,169.2    c-0.2,0-0.5-0.1-0.7-0.2c-2.2-1.1-4.4-2.1-6.7-3c-1.2-0.5-1.7-1.8-1.2-3c0.5-1.2,1.8-1.7,3-1.2c2.3,1,4.7,2,6.9,3.1    c1.1,0.6,1.6,1.9,1.1,3.1C274.3,168.9,273.3,169.3,272.4,169.2z M208.1,156.6c-1.1-0.1-1.9-1-2-2.1c-0.1-1.3,0.9-2.3,2.1-2.4    c2.5-0.2,5.1-0.3,7.6-0.3c1.3,0,2.3,1,2.3,2.3c0,1.3-1,2.3-2.3,2.3c-2.4,0-4.9,0.1-7.3,0.3C208.3,156.6,208.2,156.6,208.1,156.6z     M254.2,162c-0.1,0-0.3,0-0.4-0.1c-2.3-0.7-4.7-1.4-7.1-2c-1.2-0.3-2-1.5-1.7-2.8c0.3-1.2,1.5-2,2.8-1.7c2.5,0.6,4.9,1.3,7.3,2    c1.2,0.4,1.9,1.7,1.5,2.9C256.3,161.5,255.2,162.2,254.2,162z M227.6,156.8c-1.2-0.2-2.1-1.2-2-2.5c0.1-1.3,1.2-2.2,2.5-2.1    c2.5,0.2,5,0.5,7.5,0.9c1.2,0.2,2.1,1.3,1.9,2.6c-0.2,1.2-1.4,2.1-2.6,1.9C232.6,157.3,230.1,157,227.6,156.8    C227.7,156.8,227.7,156.8,227.6,156.8z\"></path>			<path class=\"st2\" d=\"M301.7,189c-0.4-0.1-0.9-0.2-1.2-0.6c-0.9-0.8-1.8-1.6-2.7-2.4c-1-0.8-1.1-2.3-0.3-3.2    c0.8-1,2.3-1.1,3.2-0.3c0.9,0.8,1.9,1.6,2.8,2.5c0.9,0.8,1,2.3,0.2,3.2C303.2,188.9,302.4,189.1,301.7,189z\"></path>		</g>		<g>			<path class=\"st2\" d=\"M343.7,277.8c-1.1-0.1-1.9-1-2-2.2c-0.1-1.2-0.1-2.4-0.2-3.6c-0.1-1.3,0.9-2.4,2.1-2.4    c1.3-0.1,2.4,0.9,2.4,2.1c0.1,1.2,0.2,2.5,0.2,3.7c0.1,1.3-0.9,2.3-2.2,2.4C343.9,277.9,343.8,277.9,343.7,277.8z\"></path>			<path class=\"st2\" d=\"M198.2,409.6C198.2,409.6,198.1,409.6,198.2,409.6c-2.2-0.3-4.4-0.7-6.6-1.1l-0.8-0.2    c-1.2-0.3-2-1.5-1.8-2.7c0.3-1.2,1.5-2,2.7-1.8l0.8,0.2c2.1,0.4,4.2,0.8,6.3,1.1c1.2,0.2,2.1,1.3,1.9,2.6    C200.5,408.9,199.4,409.8,198.2,409.6z M210.1,410.8c-1.2-0.1-2.1-1.2-2-2.4c0.1-1.3,1.1-2.2,2.4-2.2c2.4,0.1,4.8,0.2,7.2,0.2    c1.3,0,2.3,1,2.3,2.3c0,1.3-1,2.3-2.3,2.3c-2.5,0-5,0-7.5-0.2C210.2,410.8,210.1,410.8,210.1,410.8z M179.4,405.4    c-0.1,0-0.3,0-0.4-0.1c-2.4-0.7-4.8-1.5-7.1-2.4c-1.2-0.4-1.8-1.8-1.4-2.9c0.4-1.2,1.8-1.8,2.9-1.4c2.2,0.8,4.5,1.6,6.8,2.3    c1.2,0.4,1.9,1.6,1.5,2.9C181.5,404.9,180.4,405.6,179.4,405.4z M229.3,410.3c-1-0.1-1.9-1-2-2c-0.1-1.3,0.8-2.4,2-2.5    c2.4-0.2,4.8-0.6,7.2-0.9c1.2-0.2,2.4,0.6,2.6,1.9c0.2,1.2-0.6,2.4-1.9,2.6c-2.4,0.4-4.9,0.7-7.4,1    C229.7,410.4,229.5,410.4,229.3,410.3z M161.4,398.5c-0.2,0-0.5-0.1-0.7-0.2c-2.2-1.1-4.5-2.2-6.7-3.4c-1.1-0.6-1.5-2-0.9-3.1    c0.6-1.1,2-1.5,3.1-0.9c2.1,1.2,4.3,2.3,6.4,3.3c1.1,0.5,1.6,1.9,1.1,3C163.3,398.1,162.3,398.6,161.4,398.5z M248.3,406.9    c-0.9-0.1-1.7-0.8-1.9-1.7c-0.3-1.2,0.4-2.5,1.6-2.8c2.3-0.6,4.6-1.3,6.9-2c1.2-0.4,2.5,0.3,2.9,1.5c0.4,1.2-0.3,2.5-1.5,2.9    c-2.4,0.8-4.8,1.5-7.2,2.1C248.9,407,248.6,407,248.3,406.9z M144.7,388.8c-0.3,0-0.7-0.2-1-0.4c-2.1-1.4-4.1-2.9-6.1-4.4    c-1-0.8-1.2-2.2-0.4-3.2c0.8-1,2.2-1.2,3.2-0.4c1.9,1.5,3.9,2.9,5.8,4.2c1,0.7,1.3,2.1,0.6,3.2    C146.4,388.6,145.5,388.9,144.7,388.8z M266.5,400.7c-0.8-0.1-1.5-0.6-1.8-1.4c-0.5-1.2,0-2.5,1.2-3c2.2-0.9,4.4-2,6.5-3    c1.1-0.6,2.5-0.1,3.1,1c0.6,1.1,0.1,2.5-1,3.1c-2.2,1.1-4.5,2.2-6.8,3.1C267.3,400.7,266.9,400.8,266.5,400.7z M283.6,391.8    c-0.7-0.1-1.3-0.5-1.7-1.1c-0.7-1.1-0.3-2.5,0.7-3.1c2-1.3,4.1-2.6,6-4c1-0.7,2.5-0.5,3.2,0.6c0.7,1,0.5,2.5-0.6,3.2    c-2,1.4-4.1,2.8-6.2,4.1C284.6,391.8,284.1,391.9,283.6,391.8z M299.2,380.4c-0.5-0.1-1.1-0.3-1.5-0.8c-0.8-1-0.7-2.4,0.3-3.2    c1.8-1.6,3.6-3.2,5.4-4.8c0.9-0.9,2.4-0.8,3.2,0.1c0.9,0.9,0.8,2.4-0.1,3.2c-1.8,1.7-3.7,3.4-5.6,5    C300.4,380.3,299.8,380.5,299.2,380.4z M312.8,366.8c-0.4-0.1-0.9-0.2-1.2-0.5c-1-0.8-1.1-2.3-0.2-3.2c1.6-1.8,3.1-3.7,4.6-5.6    c0.8-1,2.2-1.2,3.2-0.4c1,0.8,1.2,2.2,0.4,3.2c-1.5,2-3.1,3.9-4.7,5.8C314.3,366.7,313.6,366.9,312.8,366.8z M324.3,351.3    c-0.3,0-0.6-0.1-0.9-0.3c-1.1-0.7-1.4-2.1-0.7-3.2c1.3-2,2.5-4.1,3.7-6.2c0.6-1.1,2-1.5,3.1-0.9c1.1,0.6,1.5,2,0.9,3.1    c-1.2,2.2-2.5,4.4-3.8,6.5C326.1,351.1,325.2,351.5,324.3,351.3z M333.3,334.3c-0.2,0-0.4-0.1-0.6-0.2c-1.2-0.5-1.7-1.8-1.2-3    c0.9-2.2,1.8-4.5,2.7-6.7c0.4-1.2,1.7-1.8,2.9-1.4c1.2,0.4,1.8,1.7,1.4,2.9c-0.9,2.3-1.8,4.7-2.8,6.9    C335.3,333.9,334.3,334.4,333.3,334.3z M339.6,316.1c-0.1,0-0.2,0-0.3-0.1c-1.2-0.3-2-1.6-1.6-2.8c0.6-2.3,1.2-4.7,1.6-7    c0.3-1.2,1.5-2,2.7-1.8c1.2,0.3,2,1.5,1.8,2.7c-0.5,2.4-1.1,4.9-1.7,7.3C341.8,315.5,340.7,316.2,339.6,316.1z M343.1,297.1    c-1.2-0.2-2.1-1.3-2-2.5c0.3-2.4,0.4-4.8,0.6-7.2c0.1-1.3,1.1-2.2,2.4-2.2c1.3,0.1,2.2,1.1,2.2,2.4c-0.1,2.5-0.3,5-0.6,7.5    C345.5,296.3,344.4,297.2,343.1,297.1C343.1,297.1,343.1,297.1,343.1,297.1z\"></path>			<path class=\"st2\" d=\"M129.6,376.7c-0.5-0.1-0.9-0.3-1.3-0.6c-0.9-0.8-1.8-1.7-2.7-2.6c-0.9-0.9-0.9-2.3,0-3.2    c0.9-0.9,2.3-0.9,3.2,0c0.8,0.8,1.7,1.7,2.6,2.5c0.9,0.9,1,2.3,0.1,3.2C131,376.6,130.3,376.8,129.6,376.7z\"></path>		</g>		<g>			<path class=\"st2\" d=\"M139.8,341.7c0.3,0.6,1,0.8,1.6,0.7l18.1-4.2c6.2,6.1,13.3,11.3,21.4,15.3l1.9,18.5c0.1,0.6,0.5,1.2,1.2,1.3    l21.7,5c0.6,0.1,1.3-0.1,1.6-0.7l9.9-15.8c8.9,0,17.7-1.5,25.9-4.3l14.5,11.7c0.5,0.4,1.2,0.5,1.8,0.1l18.9-11.8    c0.6-0.3,0.8-1,0.7-1.6l-4.2-18.1c6.1-6.2,11.3-13.3,15.3-21.4l18.5-1.9c0.6-0.1,1.2-0.5,1.3-1.2l5-21.7c0.1-0.6-0.1-1.3-0.7-1.6    l-15.8-9.9c0-8.9-1.5-17.7-4.3-25.9l11.7-14.5c0.4-0.5,0.5-1.2,0.1-1.8l-11.8-18.9c-0.3-0.6-1-0.8-1.6-0.7l-18.1,4.2    c-6.2-6.1-13.3-11.3-21.4-15.3l-1.9-18.5c-0.1-0.6-0.5-1.2-1.2-1.3l-21.7-5c-0.6-0.1-1.3,0.1-1.6,0.7l-9.9,15.8    c-8.9,0-17.7,1.5-25.9,4.3l-14.5-11.7c-0.5-0.4-1.2-0.5-1.8-0.1l-18.9,11.8c-0.6,0.3-0.8,1-0.7,1.6l4.2,18.1    c-6.1,6.2-11.3,13.3-15.3,21.4l-18.5,1.9c-0.6,0.1-1.2,0.5-1.3,1.2l-5,21.7c-0.1,0.6,0.1,1.3,0.7,1.6l15.8,9.9    c0,8.9,1.5,17.7,4.3,25.9L128.1,321c-0.4,0.5-0.5,1.2-0.1,1.8L139.8,341.7z\"></path>			<g class=\"st3\">				<path class=\"st4\" d=\"M214.2,301.8c-4.6-0.6-8.8-2.6-12.2-5.9c-4.2-4-6.5-9.4-6.6-15.2c-0.1-5.8,2-11.3,6-15.4     c4-4.2,9.4-6.5,15.2-6.6c11.9-0.2,21.8,9.3,22.1,21.2c0.2,11.9-9.3,21.8-21.2,22.1C216.3,302,215.2,302,214.2,301.8z      M219.2,262.5c-0.9-0.1-1.7-0.2-2.6-0.1c-4.8,0.1-9.3,2.1-12.6,5.5c-3.3,3.5-5.1,8-5,12.8c0.1,4.8,2.1,9.3,5.5,12.6     c3.5,3.3,8,5.1,12.8,5c9.9-0.2,17.8-8.4,17.6-18.3C234.8,271,227.9,263.7,219.2,262.5z\"></path>			</g>			<path class=\"st5\" d=\"M210.5,334.4c-1.8-0.2-3.6-0.6-5.5-1c-2.7-0.6-5.4-1.5-7.9-2.5c0,0,0,0-0.1,0c-0.1,0-0.2-0.1-0.3-0.1    c0,0,0,0,0,0l0,0c0,0,0,0,0,0c-0.1,0-0.1,0-0.2-0.1c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.2-0.1-0.3-0.1-0.5-0.2    c-0.1,0-0.1,0-0.2-0.1c-0.4-0.2-0.7-0.3-1-0.5c-0.2-0.1-0.4-0.2-0.6-0.3c-0.4-0.2-0.6-0.6-0.5-0.9c0-0.1,0-0.2,0.1-0.3    c0.2-0.5,0.8-0.7,1.2-0.4c3.4,1.6,7,2.8,10.6,3.7c13.8,3.2,28,0.8,39.9-6.7c12-7.5,20.4-19.2,23.5-33c0.4-1.8,0.7-3.5,0.9-5.3    c3.4-26.6-13.9-52-40.6-58.2c-13.8-3.2-28-0.8-39.9,6.7c-12,7.5-20.4,19.2-23.5,33c-0.4,1.8-0.7,3.5-0.9,5.3    c-1,7.7-0.3,15.5,2.1,22.9c0,0.1,0.1,0.3,0,0.4c0,0.3-0.3,0.6-0.6,0.8c-0.5,0.2-1-0.1-1.2-0.6c-2.5-7.6-3.2-15.7-2.2-23.7    c0.2-1.8,0.6-3.7,1-5.5c3.3-14.2,11.9-26.4,24.4-34.1c12.4-7.7,27.1-10.2,41.3-6.9c27.6,6.4,45.5,32.7,42,60.2    c-0.2,1.8-0.6,3.7-1,5.5C264.3,320,238,337.9,210.5,334.4z\"></path>		</g>	</g>	<g>		<g class=\"st3\">			<path class=\"st2\" d=\"M482.5,244.1c0.5,0.4,0.7,1.1,0.4,1.8c-0.5,1.2-1,2.4-1.6,3.6c-0.4,0.8-1.3,1.1-2,0.7    c-0.8-0.4-1.1-1.3-0.7-2c0.5-1.1,1-2.3,1.5-3.4c0.3-0.8,1.2-1.2,2-0.8C482.3,243.9,482.4,244,482.5,244.1z\"></path>			<path class=\"st2\" d=\"M477.5,254.3c0.6,0.5,0.7,1.3,0.4,2c-1.3,2.2-2.7,4.4-4.1,6.5c-0.5,0.7-1.4,0.9-2.1,0.4    c-0.7-0.5-0.9-1.4-0.4-2.1c1.4-2,2.8-4.2,4-6.3c0.4-0.7,1.4-1,2.1-0.6C477.3,254.2,477.4,254.3,477.5,254.3z M468.8,266.9    C468.8,266.9,468.8,266.9,468.8,266.9c0.7,0.5,0.8,1.5,0.2,2.2c-1.3,1.6-2.7,3.2-4.2,4.7c-0.3,0.3-0.7,0.7-1,1    c-0.6,0.6-1.5,0.6-2.2,0c-0.6-0.6-0.6-1.6,0-2.2c0.3-0.3,0.6-0.7,1-1c1.4-1.5,2.7-3,4-4.6C467.2,266.4,468.2,266.3,468.8,266.9z     M458.3,277.8c0.1,0.1,0.1,0.1,0.2,0.2c0.6,0.6,0.5,1.6-0.1,2.2c-1.9,1.7-4,3.3-6,4.9c-0.7,0.5-1.6,0.4-2.2-0.3    c-0.5-0.7-0.4-1.6,0.3-2.2c2-1.5,3.9-3.1,5.8-4.7C456.9,277.3,457.7,277.3,458.3,277.8z M446.1,286.9c0.1,0.1,0.2,0.2,0.3,0.4    c0.4,0.7,0.2,1.7-0.5,2.1c-2.2,1.4-4.4,2.6-6.7,3.8c-0.8,0.4-1.7,0.1-2.1-0.7c-0.4-0.8-0.1-1.7,0.7-2.1c2.2-1.1,4.4-2.4,6.5-3.7    C444.9,286.4,445.6,286.5,446.1,286.9z M432.6,293.8c0.2,0.2,0.3,0.4,0.4,0.6c0.3,0.8,0,1.7-0.8,2c-2.4,1-4.8,1.9-7.3,2.7    c-0.8,0.3-1.7-0.2-1.9-1c-0.3-0.8,0.2-1.7,1-1.9c2.4-0.8,4.7-1.6,7-2.6C431.6,293.4,432.1,293.5,432.6,293.8z M418.1,298.4    c0.3,0.2,0.4,0.5,0.5,0.8c0.2,0.8-0.3,1.7-1.1,1.8c-2.5,0.6-5.1,1.1-7.6,1.4c-0.8,0.1-1.6-0.5-1.7-1.3c-0.1-0.8,0.5-1.6,1.3-1.7    c2.5-0.4,4.9-0.8,7.3-1.4C417.3,298,417.7,298.2,418.1,298.4z M403.1,300.7c0.3,0.3,0.5,0.6,0.6,1.1c0.1,0.8-0.6,1.6-1.4,1.6    c-2.6,0.2-5.2,0.2-7.7,0.2c-0.9,0-1.5-0.7-1.5-1.6c0-0.8,0.7-1.5,1.6-1.5c2.5,0,5,0,7.5-0.2C402.4,300.3,402.8,300.4,403.1,300.7    z M387.9,300.4c0.4,0.3,0.6,0.8,0.6,1.3c-0.1,0.8-0.8,1.5-1.7,1.4c-2.6-0.3-5.1-0.6-7.7-1.1c-0.8-0.2-1.4-1-1.2-1.8    c0.2-0.8,1-1.4,1.8-1.2c2.4,0.4,4.9,0.8,7.4,1C387.4,300.1,387.6,300.2,387.9,300.4z M311.8,244.7c0.2,0.2,0.3,0.3,0.4,0.6    c1,2.3,2.1,4.6,3.2,6.7c0.4,0.7,0.1,1.7-0.6,2.1c-0.7,0.4-1.7,0.1-2.1-0.6c-1.2-2.3-2.3-4.6-3.3-7c-0.3-0.8,0-1.7,0.8-2    C310.8,244.2,311.4,244.3,311.8,244.7z M372.9,297.7c0.5,0.4,0.7,1,0.5,1.6c-0.2,0.8-1.1,1.3-1.9,1.1c-2.5-0.7-5-1.4-7.4-2.3    c-0.8-0.3-1.2-1.2-0.9-2c0.3-0.8,1.2-1.2,2-0.9c2.3,0.8,4.7,1.6,7.1,2.2C372.6,297.4,372.8,297.5,372.9,297.7z M319,258.1    c0.1,0.1,0.2,0.2,0.3,0.4c1.3,2.1,2.8,4.1,4.3,6.1c0.5,0.7,0.4,1.6-0.3,2.2c-0.7,0.5-1.6,0.4-2.2-0.3c-1.6-2-3.1-4.2-4.4-6.3    c-0.5-0.7-0.2-1.7,0.5-2.1C317.7,257.7,318.5,257.7,319,258.1z M358.6,292.5c0.5,0.4,0.7,1.2,0.4,1.8c-0.4,0.8-1.3,1.1-2,0.8    c-2.3-1.1-4.7-2.2-6.9-3.5c-0.8-0.4-1-1.4-0.6-2.1c0.4-0.7,1.4-1,2.1-0.6c2.2,1.2,4.4,2.4,6.7,3.4    C358.4,292.4,358.5,292.5,358.6,292.5z M328.2,270.2c0.1,0,0.1,0.1,0.2,0.2c1.7,1.8,3.4,3.6,5.2,5.3c0.6,0.6,0.6,1.6,0.1,2.2    c-0.6,0.6-1.5,0.6-2.2,0.1c-1.9-1.8-3.7-3.6-5.4-5.5c-0.6-0.6-0.5-1.6,0.1-2.2C326.7,269.7,327.6,269.7,328.2,270.2z     M345.4,285.1c0.6,0.5,0.8,1.4,0.3,2c-0.5,0.7-1.4,0.9-2.1,0.4c-2.1-1.4-4.2-3-6.2-4.6c0,0,0,0,0,0c-0.7-0.5-0.8-1.5-0.2-2.2    c0.5-0.7,1.5-0.8,2.2-0.2c1.9,1.6,4,3,6,4.4C345.3,285.1,345.3,285.1,345.4,285.1z\"></path>			<path class=\"st2\" d=\"M308,233.8c0.2,0.2,0.4,0.5,0.5,0.8c0.3,1.2,0.7,2.4,1.1,3.6c0.3,0.8-0.2,1.7-1,1.9c-0.8,0.3-1.7-0.2-1.9-1    c-0.4-1.2-0.8-2.5-1.2-3.7c-0.2-0.8,0.2-1.7,1.1-1.9C307.1,233.4,307.6,233.5,308,233.8z\"></path>		</g>		<g class=\"st3\">			<path class=\"st2\" d=\"M316.8,161.7c0.6,0.5,0.7,1.3,0.4,2c-0.6,1.1-1.2,2.2-1.8,3.3c-0.4,0.8-1.3,1-2.1,0.6    c-0.8-0.4-1-1.3-0.6-2.1c0.6-1.1,1.2-2.3,1.9-3.4c0.4-0.7,1.4-1,2.1-0.6C316.7,161.6,316.7,161.7,316.8,161.7z\"></path>			<path class=\"st2\" d=\"M455.5,136.2c1.2,1,2.3,1.9,3.4,2.9c0.6,0.6,0.7,1.5,0.1,2.2c-0.6,0.6-1.5,0.7-2.2,0.1c-1.1-1-2.2-2-3.3-2.8    c-0.8-0.6-1.6-1.3-2.4-1.9c-0.7-0.5-0.8-1.5-0.3-2.2c0.5-0.7,1.5-0.8,2.2-0.3C453.8,134.8,454.7,135.5,455.5,136.2z M446.9,130    c0.6,0.5,0.7,1.4,0.3,2c-0.5,0.7-1.4,0.9-2.1,0.5c-2.1-1.3-4.2-2.6-6.4-3.7c-0.8-0.4-1-1.3-0.6-2.1c0.4-0.8,1.3-1,2.1-0.6    c2.2,1.2,4.4,2.5,6.6,3.8C446.8,129.9,446.9,129.9,446.9,130z M464.2,144.2c0,0,0.1,0.1,0.1,0.1c1.7,1.8,3.4,3.7,5,5.7    c0.5,0.7,0.4,1.6-0.2,2.2c-0.7,0.5-1.6,0.4-2.2-0.2c-1.5-1.9-3.2-3.8-4.9-5.5c-0.6-0.6-0.6-1.6,0.1-2.2    C462.7,143.8,463.6,143.7,464.2,144.2z M433.7,123c0.5,0.4,0.7,1.2,0.4,1.8c-0.3,0.8-1.2,1.1-2,0.8c-2.2-1-4.6-1.8-6.9-2.6    c-0.8-0.3-1.2-1.1-1-1.9c0.3-0.8,1.1-1.2,1.9-1c2.4,0.8,4.8,1.7,7.1,2.7C433.5,122.8,433.6,122.9,433.7,123z M473.6,155.8    c0.1,0.1,0.2,0.2,0.3,0.3c1.4,2.1,2.8,4.3,4,6.4c0.4,0.7,0.2,1.7-0.6,2.1c-0.7,0.4-1.7,0.2-2.1-0.6c-1.2-2.1-2.5-4.2-3.9-6.2    c-0.5-0.7-0.3-1.7,0.4-2.1C472.4,155.4,473.1,155.4,473.6,155.8z M419.5,118.2c0.4,0.4,0.7,1,0.5,1.6c-0.2,0.8-1,1.3-1.9,1.1    c-2.4-0.6-4.8-1.1-7.2-1.5c-0.8-0.1-1.4-0.9-1.3-1.8c0.1-0.8,0.9-1.4,1.8-1.3c2.5,0.4,5,0.9,7.4,1.5    C419.2,118,419.4,118.1,419.5,118.2z M481,168.8c0.2,0.1,0.3,0.3,0.4,0.5c1.1,2.3,2.1,4.6,2.9,7c0.3,0.8-0.1,1.7-0.9,2    c-0.8,0.3-1.7-0.1-2-0.9c-0.9-2.3-1.8-4.6-2.8-6.8c-0.4-0.8,0-1.7,0.7-2C480,168.4,480.6,168.5,481,168.8z M404.8,115.8    c0.4,0.3,0.6,0.8,0.6,1.3c-0.1,0.8-0.8,1.5-1.7,1.4c-2.4-0.2-4.9-0.3-7.4-0.3c-0.9,0-1.5-0.7-1.5-1.5c0-0.8,0.7-1.5,1.5-1.5    c2.5,0,5.1,0.1,7.6,0.3C404.3,115.5,404.6,115.6,404.8,115.8z M389.8,115.7c0.3,0.3,0.5,0.6,0.6,1.1c0.1,0.8-0.6,1.6-1.4,1.7    c-2.4,0.2-4.9,0.5-7.3,0.9c-0.8,0.1-1.6-0.4-1.8-1.3c-0.1-0.8,0.4-1.6,1.3-1.8c2.5-0.4,5-0.7,7.6-0.9    C389.2,115.4,389.5,115.5,389.8,115.7z M375.1,118.1c0.3,0.2,0.4,0.5,0.5,0.8c0.2,0.8-0.3,1.7-1.1,1.9c-2.4,0.6-4.8,1.3-7.1,2    c-0.8,0.3-1.7-0.2-1.9-1c-0.3-0.8,0.2-1.7,1-1.9c2.4-0.8,4.9-1.5,7.3-2.1C374.2,117.7,374.7,117.8,375.1,118.1z M360.9,122.8    c0.2,0.2,0.3,0.4,0.4,0.6c0.3,0.8,0,1.7-0.8,2c-2.3,1-4.5,2-6.7,3.1c-0.8,0.4-1.7,0.1-2.1-0.6c-0.4-0.8-0.1-1.7,0.6-2.1    c2.2-1.2,4.6-2.3,6.9-3.2C359.8,122.3,360.4,122.4,360.9,122.8z M347.6,129.7c0.1,0.1,0.2,0.2,0.3,0.4c0.5,0.7,0.2,1.7-0.5,2.1    c-2.1,1.3-4.1,2.7-6.1,4.2c-0.7,0.5-1.7,0.4-2.2-0.3c-0.5-0.7-0.4-1.6,0.3-2.2c2-1.5,4.1-3,6.3-4.3    C346.4,129.2,347.1,129.3,347.6,129.7z M335.7,138.7c0.1,0.1,0.1,0.1,0.2,0.2c0.6,0.6,0.5,1.6-0.1,2.2c-1.8,1.6-3.6,3.3-5.3,5.1    c-0.6,0.6-1.6,0.6-2.2,0c-0.6-0.6-0.6-1.6,0-2.2c1.7-1.8,3.6-3.6,5.5-5.3C334.2,138.2,335.1,138.2,335.7,138.7z M325.3,149.5    c0.7,0.5,0.8,1.5,0.2,2.2l-0.2,0.2c-1.5,1.8-2.9,3.7-4.3,5.7c-0.5,0.7-1.4,0.9-2.1,0.4c-0.7-0.5-0.9-1.4-0.4-2.1    c1.4-2,2.9-4,4.4-5.9l0.2-0.2C323.7,149,324.6,148.9,325.3,149.5z\"></path>			<path class=\"st2\" d=\"M486.3,182.9c0.2,0.2,0.4,0.5,0.5,0.8c0.4,1.3,0.7,2.5,1,3.8c0.2,0.8-0.3,1.7-1.1,1.9    c-0.8,0.2-1.7-0.3-1.9-1.1c-0.3-1.2-0.6-2.4-0.9-3.7c-0.2-0.8,0.2-1.7,1.1-1.9C485.4,182.5,485.9,182.6,486.3,182.9z\"></path>		</g>		<g class=\"st3\">			<path class=\"st2\" d=\"M466.9,201.7c0-0.5-0.3-0.9-0.8-1.1l-12.8-4.4c-1.4-6.2-3.9-12.1-7.3-17.7l5.9-12.2c0.2-0.4,0.1-0.9-0.2-1.3    l-11.5-11.5c-0.3-0.3-0.8-0.4-1.3-0.2l-12.2,5.9c-5.5-3.4-11.5-5.9-17.7-7.3l-4.4-12.8c-0.2-0.4-0.6-0.7-1.1-0.7l-16.2,0    c-0.5,0-0.9,0.3-1.1,0.8l-4.4,12.8c-6.2,1.4-12.1,3.9-17.7,7.3l-12.2-5.9c-0.4-0.2-0.9-0.1-1.3,0.2l-11.5,11.5    c-0.3,0.3-0.4,0.8-0.2,1.3l5.9,12.2c-3.4,5.5-5.9,11.5-7.3,17.7l-12.8,4.4c-0.4,0.2-0.7,0.6-0.7,1.1l0,16.2    c0,0.5,0.3,0.9,0.8,1.1l12.8,4.4c1.4,6.2,3.9,12.1,7.3,17.7l-5.9,12.2c-0.2,0.4-0.1,0.9,0.2,1.3l11.5,11.5    c0.3,0.3,0.8,0.4,1.3,0.2l12.2-5.9c5.5,3.4,11.5,5.9,17.7,7.3l4.4,12.8c0.2,0.4,0.6,0.7,1.1,0.7l16.2,0c0.5,0,0.9-0.3,1.1-0.8    l4.4-12.8c6.2-1.4,12.1-3.9,17.7-7.3l12.2,5.9c0.4,0.2,0.9,0.1,1.3-0.2l11.5-11.5c0.3-0.3,0.4-0.8,0.2-1.3l-5.9-12.2    c3.4-5.5,5.9-11.5,7.3-17.7l12.8-4.4c0.4-0.2,0.7-0.6,0.7-1.1L466.9,201.7z\"></path>			<path class=\"st6\" d=\"M405.7,197.5c6,4.9,7.7,13.7,3.6,20.5c-2.2,3.7-5.7,6.3-9.8,7.3c-4.1,1-8.4,0.4-12.1-1.8    c-3.7-2.2-6.3-5.7-7.3-9.8c-1-4.1-0.4-8.4,1.8-12.1c4.5-7.6,14.3-10,21.9-5.5l0,0C404.4,196.6,405.1,197,405.7,197.5z     M387.4,219.9c0.5,0.4,1,0.8,1.6,1.1c3,1.8,6.4,2.3,9.8,1.4c3.3-0.8,6.1-2.9,7.9-5.9c3.6-6.1,1.6-14-4.5-17.7l0,0    c-6.1-3.6-14-1.6-17.7,4.5C381.2,208.8,382.6,215.9,387.4,219.9z\"></path>			<path class=\"st5\" d=\"M420.9,178.3c1.1,0.9,2.1,1.8,3.1,2.8l0,0c0.4,0.4,0.8,0.8,1.2,1.2c1.3,1.4,2.6,3,3.7,4.6    c0,0.1,0.1,0.1,0.1,0.2c0.1,0.1,0.2,0.3,0.3,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.4,0.6,0.3,1.3-0.1,1.8c-0.1,0.1-0.2,0.2-0.4,0.3    c-0.7,0.5-1.7,0.3-2.1-0.5c-1.4-2.2-3.1-4.3-5-6.2c-4.2-4.2-9.3-7.3-14.8-9.1c-3.8-1.2-7.7-1.9-11.8-1.9    c-10.1,0-19.5,3.9-26.6,11.1c-0.9,0.9-1.8,1.9-2.6,2.9c-5.5,6.7-8.4,15-8.4,23.8c0,10.1,3.9,19.5,11.1,26.6    c7.1,7.1,16.6,11,26.6,11c10.1,0,19.5-3.9,26.6-11.1c0.9-0.9,1.8-1.9,2.6-2.8c3.5-4.3,6-9.3,7.3-14.6c0.1-0.2,0.2-0.4,0.3-0.6    c0.4-0.4,1-0.7,1.6-0.5c0.8,0.2,1.3,1,1.1,1.9c-1.4,5.8-4.2,11.2-7.9,15.8c-0.9,1.1-1.8,2.1-2.8,3.1c-7.7,7.7-17.9,11.9-28.8,12    c-10.9,0-21.1-4.2-28.8-11.9c-7.7-7.7-11.9-17.9-12-28.8c0-9.5,3.2-18.5,9.1-25.7c0.9-1.1,1.8-2.1,2.8-3.1    c7.7-7.7,17.9-11.9,28.8-12C404.7,169.2,413.7,172.4,420.9,178.3z\"></path>		</g>	</g>	<g>		<g>							<linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"1948.9886\" y1=\"754.953\" x2=\"1631.5392\" y2=\"320.4115\" gradientTransform=\"matrix(-0.971 0.2389 0.2389 0.971 2416.571 -378.9771)\">				<stop offset=\"0\" style=\"stop-color:#9C712A\"></stop>				<stop offset=\"0.9669\" style=\"stop-color:#734D1F\"></stop>			</linearGradient>			<path class=\"st7\" d=\"M887.7,250.4c-1.1-5.1-8.3-5.4-9.7-0.3c-13.8,48.6-53.9,175-115.3,241.9c-100,109-166.7,286.2-103.1,378.3    C659.6,870.2,1006.3,807.3,887.7,250.4z\"></path>			<path class=\"st8\" d=\"M876.2,319.8c-0.2,1.2-0.4,2.6-0.6,4l-0.8,4.1l-1.6,8.2l-3.4,16.4c-2.4,10.9-4.9,21.8-7.4,32.6    c-5.2,21.7-10.7,43.3-16.7,64.8c-12,42.9-25.3,85.5-40.7,127.3c-7.8,20.9-15.8,41.7-24.5,62.1c-8.8,20.5-18.1,40.7-28.1,60.6    c-10.1,19.8-20.7,39.5-32.4,58.4c-11.7,19-24.2,37.4-37.8,55.1l0,0c-0.3,0.4-0.2,0.9,0.2,1.2c0.4,0.3,0.9,0.2,1.2-0.1    c14.3-17.2,27.3-35.5,39.5-54.2c12.1-18.9,23-38.4,33.5-58.2c20.5-39.8,38.1-81,53.4-123c7.7-21,14.7-42.2,21.4-63.6    c6.7-21.3,12.9-42.8,18.6-64.4c5.7-21.6,11-43.3,15.8-65.2c2.4-10.9,4.6-21.9,6.7-32.8c1-5.5,2.1-11,3-16.5l1.4-8.3l0.6-4.1    c0.2-1.4,0.4-2.7,0.5-4.3c0-0.5-0.3-0.9-0.8-0.9c-0.5,0-0.9,0.3-0.9,0.7L876.2,319.8z\"></path>		</g>		<g>			<g>									<linearGradient id=\"SVGID_00000085948305446129984840000008252960570884647559_\" gradientUnits=\"userSpaceOnUse\" x1=\"1644.9351\" y1=\"695.1481\" x2=\"1968.6488\" y2=\"695.1481\" gradientTransform=\"matrix(-0.971 0.2389 0.2389 0.971 2416.571 -378.9771)\">					<stop offset=\"0\" style=\"stop-color:#9C712A\"></stop>					<stop offset=\"1\" style=\"stop-color:#734D1F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000085948305446129984840000008252960570884647559_);\" d=\"M697.6,874.3c0,0,0.6-55.3,54.5-99.7     c50-41.2,173.1-135.1,201.1-195.7c1.2-2.7,5.5-0.9,5.6,2.4c0.7,34.7-4.3,120.4-61.8,194.2C822.7,870.6,697.6,874.3,697.6,874.3z     \"></path>			</g>			<g>				<path class=\"st8\" d=\"M933.9,636.6c-1.3,6.7-3.4,13.2-5.8,19.5c-1.1,3.2-2.5,6.3-3.8,9.4c-1.3,3.1-2.9,6.1-4.3,9.2     c-6.1,12.1-13.4,23.5-21.6,34.2l-3,4c-1,1.3-2.2,2.6-3.2,3.9c-2.2,2.6-4.3,5.2-6.6,7.7l-7,7.3c-2.3,2.5-4.7,4.8-7.2,7.1     c-2.5,2.3-4.9,4.6-7.4,6.9l-7.8,6.5c-5.1,4.4-10.6,8.5-15.9,12.7c-10.8,8.3-21.7,16.4-32.8,24.4c-11,8-22.2,15.8-33.4,23.6     c-5.6,3.9-11.2,7.8-16.7,11.9c-2.8,2-5.5,4-8.3,6.1l-4.1,3.1l-4,3.2c-5.4,4.2-10.6,8.7-15.6,13.5c-5,4.8-9.5,10.1-13.3,15.9     c-0.3,0.4-0.2,0.9,0.2,1.2c0.4,0.2,0.9,0.2,1.2-0.2l0,0c4.1-5.3,8.9-10.1,14-14.6c5.2-4.4,10.5-8.5,16.1-12.4     c11.1-7.9,22.5-15.3,33.9-22.9l17.1-11.4c5.6-3.9,11.3-7.7,16.9-11.7c5.6-3.9,11.2-7.9,16.7-11.9c5.5-4.1,11-8.2,16.4-12.3     c21.8-16.5,42.7-35.4,58.5-58.1c8-11.3,15-23.3,20.4-36c2.6-6.4,5.1-12.8,7-19.4c1.9-6.6,3.4-13.3,4-20.2c0-0.1,0-0.1-0.1-0.1     C933.9,636.5,933.9,636.6,933.9,636.6z\"></path>			</g>		</g>	</g>	<g>		<path class=\"st10\" d=\"M776.5,211.6c-4.5-4.7-10.7-7.3-17.2-7.3l-491.5,0.3c-6.5,0-12.7,2.6-17.2,7.3c-4.5,4.7-7,11-6.8,17.4   l19.5,627.9c0.4,13,11,23,24,23h453.6c13,0,23.6-10,24-23l18.4-628.3C783.5,222.4,781.1,216.3,776.5,211.6z\"></path>		<path class=\"st11\" d=\"M754.8,240.5c-4.1-4.3-9.8-6.7-15.7-6.6l-449.3,0.3c-5.9,0-11.6,2.4-15.7,6.7c-4.1,4.3-6.4,10-6.2,15.9   l17.8,573.8c0.4,11.8,10.1,21,21.9,21h414.6c11.9,0,21.6-9.1,21.9-21L761,256.3C761.2,250.4,758.9,244.8,754.8,240.5z\"></path>		<g>			<g>									<ellipse transform=\"matrix(0.1602 -0.9871 0.9871 0.1602 26.7465 850.1529)\" class=\"st4\" cx=\"513\" cy=\"409.4\" rx=\"48.6\" ry=\"48.6\"></ellipse>									<ellipse transform=\"matrix(0.1452 -0.9894 0.9894 0.1452 33.4787 857.4671)\" class=\"st12\" cx=\"513\" cy=\"409.4\" rx=\"45.2\" ry=\"45.2\"></ellipse>			</g>			<g>				<path class=\"st12\" d=\"M715.8,572.6c0,17.1-13.9,31-31,31h-40.2c-17.1,0-31-13.9-31-31l0,0c0-17.1,13.9-31,31-31h40.2     C701.9,541.6,715.8,555.5,715.8,572.6L715.8,572.6z\"></path>				<path class=\"st13\" d=\"M711.6,572.6c0,16-12.8,28.7-28.5,28.7h-37.3c-15.7,0-28.5-12.7-28.5-28.7l0,0c0-16,12.8-28.7,28.5-28.7     h37.3C698.8,543.9,711.6,556.6,711.6,572.6L711.6,572.6z\"></path>			</g>			<g>				<path class=\"st12\" d=\"M567.7,572.6c0,17.1-13.9,31-31,31h-40.2c-17.1,0-31-13.9-31-31l0,0c0-17.1,13.9-31,31-31h40.2     C553.9,541.6,567.7,555.5,567.7,572.6L567.7,572.6z\"></path>				<path class=\"st13\" d=\"M563.5,572.6c0,16-12.8,28.7-28.5,28.7h-37.3c-15.7,0-28.5-12.7-28.5-28.7l0,0c0-16,12.8-28.7,28.5-28.7     H535C550.7,543.9,563.5,556.6,563.5,572.6L563.5,572.6z\"></path>			</g>			<g>				<path class=\"st12\" d=\"M416.2,572.6c0,17.1-13.9,31-31,31H345c-17.1,0-31-13.9-31-31l0,0c0-17.1,13.9-31,31-31h40.2     C402.3,541.6,416.2,555.5,416.2,572.6L416.2,572.6z\"></path>				<path class=\"st13\" d=\"M412,572.6c0,16-12.8,28.7-28.5,28.7h-37.3c-15.7,0-28.5-12.7-28.5-28.7l0,0c0-16,12.8-28.7,28.5-28.7     h37.3C399.2,543.9,412,556.6,412,572.6L412,572.6z\"></path>			</g>			<g>				<path class=\"st12\" d=\"M715.8,711.5c0,17.1-13.9,31-31,31h-40.2c-17.1,0-31-13.9-31-31l0,0c0-17.1,13.9-31,31-31h40.2     C701.9,680.5,715.8,694.4,715.8,711.5L715.8,711.5z\"></path>				<path class=\"st4\" d=\"M711.6,711.5c0,16-12.8,28.7-28.5,28.7h-37.3c-15.7,0-28.5-12.7-28.5-28.7l0,0c0-16,12.8-28.7,28.5-28.7     h37.3C698.8,682.8,711.6,695.5,711.6,711.5L711.6,711.5z\"></path>			</g>			<g>				<path class=\"st12\" d=\"M567.7,711.5c0,17.1-13.9,31-31,31h-40.2c-17.1,0-31-13.9-31-31l0,0c0-17.1,13.9-31,31-31h40.2     C553.9,680.5,567.7,694.4,567.7,711.5L567.7,711.5z\"></path>				<path class=\"st4\" d=\"M563.5,711.5c0,16-12.8,28.7-28.5,28.7h-37.3c-15.7,0-28.5-12.7-28.5-28.7l0,0c0-16,12.8-28.7,28.5-28.7     H535C550.7,682.8,563.5,695.5,563.5,711.5L563.5,711.5z\"></path>			</g>			<g>				<path class=\"st12\" d=\"M416.2,711.5c0,17.1-13.9,31-31,31H345c-17.1,0-31-13.9-31-31l0,0c0-17.1,13.9-31,31-31h40.2     C402.3,680.5,416.2,694.4,416.2,711.5L416.2,711.5z\"></path>				<path class=\"st4\" d=\"M412,711.5c0,16-12.8,28.7-28.5,28.7h-37.3c-15.7,0-28.5-12.7-28.5-28.7l0,0c0-16,12.8-28.7,28.5-28.7h37.3     C399.2,682.8,412,695.5,412,711.5L412,711.5z\"></path>			</g>			<g>				<polygon class=\"st4\" points=\"515,665.6 510.4,665.7 510.4,617.8 515,617.8     \"></polygon>				<path class=\"st4\" d=\"M365,667.4l-4.8,0.1v-12.3c0-6.6,5.7-12.1,12.6-12.1l103.7-1c4.2,0,7.6-3.4,7.6-7.4V618l4.7,0v16.6     c0,6.5-5.5,11.9-12.3,12l-103.7,1c-4.3,0-7.8,3.4-7.8,7.5V667.4z\"></path>				<path class=\"st4\" d=\"M660.1,663.9l-4.5,0.1v-11.9c0-4-3.3-7.2-7.3-7.2l-99.8,1c-6.7,0.1-12.1-5.2-12.1-11.7v-16.5l4.6,0v16.5     c0,4,3.4,7.3,7.5,7.3l99.8-0.9c6.5-0.1,11.8,5.1,11.8,11.5V663.9z\"></path>			</g>			<g>				<polygon class=\"st4\" points=\"515.2,514.4 510.5,514.5 510.5,466.6 515.2,466.6     \"></polygon>				<path class=\"st4\" d=\"M365.2,516.2l-4.8,0.1V504c0-6.6,5.7-12.1,12.6-12.1l103.7-1c4.2,0,7.6-3.4,7.6-7.4v-16.6l4.7,0v16.6     c0,6.5-5.5,11.9-12.3,12l-103.7,1c-4.3,0-7.8,3.4-7.8,7.5V516.2z\"></path>				<path class=\"st4\" d=\"M660.3,512.7l-4.5,0.1v-11.9c0-4-3.3-7.2-7.3-7.2l-99.8,1c-6.7,0.1-12.1-5.2-12.1-11.7v-16.5l4.6,0v16.5     c0,4,3.4,7.3,7.5,7.3l99.8-0.9c6.5-0.1,11.8,5.1,11.8,11.5V512.7z\"></path>			</g>		</g>		<path class=\"st10\" d=\"M781.9,276.4l1.4-47.6c0.2-6.5-2.3-12.6-6.8-17.2c-4.5-4.7-10.7-7.2-17.2-7.2l-491.5,0.3   c-6.5,0-12.7,2.6-17.2,7.3c-4.5,4.7-7,10.8-6.8,17.3l1.5,47.2H781.9z\"></path>		<circle class=\"st14\" cx=\"284.2\" cy=\"238.5\" r=\"12.2\"></circle>		<circle class=\"st14\" cx=\"323.6\" cy=\"239.2\" r=\"12.2\"></circle>		<circle class=\"st14\" cx=\"361.7\" cy=\"238.5\" r=\"12.2\"></circle>		<path class=\"st15\" d=\"M713.1,787.3H315.6c-4.7,0-8.4-3.8-8.4-8.4v-3.1c0-4.7,3.8-8.4,8.4-8.4h397.6c4.7,0,8.4,3.8,8.4,8.4v3.1   C721.6,783.5,717.8,787.3,713.1,787.3z\"></path>		<path class=\"st13\" d=\"M607.6,332.6H293.9c-5.3,0-9.7-4.3-9.7-9.7v-0.6c0-5.3,4.3-9.7,9.7-9.7h313.7c5.3,0,9.7,4.3,9.7,9.7v0.6   C617.3,328.3,612.9,332.6,607.6,332.6z\"></path>		<path class=\"st13\" d=\"M736.4,332.6h-66.6c-5.3,0-9.7-4.3-9.7-9.7v-0.6c0-5.3,4.3-9.7,9.7-9.7h66.6c5.3,0,9.7,4.3,9.7,9.7v0.6   C746.1,328.3,741.7,332.6,736.4,332.6z\"></path>		<path class=\"st15\" d=\"M711.5,819.4H313.9c-4.7,0-8.4-3.8-8.4-8.4v-3.1c0-4.7,3.8-8.4,8.4-8.4h397.6c4.7,0,8.4,3.8,8.4,8.4v3.1   C719.9,815.6,716.1,819.4,711.5,819.4z\"></path>	</g>	<g>		<path class=\"st16\" d=\"M195.7,872.5c0,0-1.7,9.5-2.5,19c-0.3,3.7,2.5,6.9,6.2,7.1c12.6,0.5,39.5,1.5,49.2,1.1   c1.5-0.1,2.4-1.6,1.9-2.9l0,0c-0.5-1.1-1.3-2-2.4-2.6l-44.5-20.4L195.7,872.5z\"></path>					<linearGradient id=\"SVGID_00000180330088266146023370000003489069189062860719_\" gradientUnits=\"userSpaceOnUse\" x1=\"6430.8091\" y1=\"872.4649\" x2=\"6445.2739\" y2=\"872.4649\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">			<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>			<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>		</linearGradient>		<path style=\"fill:url(#SVGID_00000180330088266146023370000003489069189062860719_);\" d=\"M194.3,866.9l1.4,11.4   c0,0,7.8,3.6,13.1-0.5l-3.2-12.7L194.3,866.9z\"></path>		<path class=\"st18\" d=\"M195.3,652.2c-0.6,3-3.1,148.8,12.4,214.2c0.3,1.1-0.3,2.2-1.3,2.6c-2.4,1-7.1,2.4-12.7,2.6   c-1.7,0.1-3.3-1.1-3.8-2.7c-4.5-15.2-25.8-91.1-28.6-163.7c-3.1-81.1,0-2.8,0-2.8l1.8-50.1L195.3,652.2z\"></path>		<path class=\"st16\" d=\"M144.6,877.5c0,0-2.7,4.8-5.3,17.6c-0.5,2.3,1.1,4.5,3.5,4.8c4.2,0.4,10.6,0.9,15.7,0.9   c2.4,0,4.2-2.1,3.9-4.4c-0.6-4.7-2.3-12.3-7.8-18.3L144.6,877.5z\"></path>					<linearGradient id=\"SVGID_00000059992295321903088040000003009535670591256215_\" gradientUnits=\"userSpaceOnUse\" x1=\"6378.6777\" y1=\"871.7231\" x2=\"6391.167\" y2=\"871.7231\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">			<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>			<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>		</linearGradient>		<path style=\"fill:url(#SVGID_00000059992295321903088040000003009535670591256215_);\" d=\"M142.2,862.8l3.2,17.3   c0,0,3.1,2.3,9.3,0.6l-1.5-18.6L142.2,862.8z\"></path>		<path class=\"st18\" d=\"M133.6,656.7c-12.7,76.9,2.8,190.2,8,212.3c0.3,1.4,1.4,2.4,2.8,2.6c2.3,0.4,6.2,0.7,10-0.4   c1.3-0.4,2.2-1.6,2.3-2.9c0.7-17.9-0.6-127.9,11.3-171.4c0.6-2.2,1.9-4.1,3.8-5.4l23.1-16.4l1.8-26.5L133.6,656.7z\"></path>		<g>			<path class=\"st20\" d=\"M214.9,510.9c-38.2-0.6-80.4,10-80.4,10c-11.4,66.5-2,143.1-2,143.1c29.6,7.8,62.9-4.7,62.9-4.7    c4.9-27.8,27.9-106,27.9-106c18.7-2.3,34-7.7,46.7-14.8c-9.7-11.2-14.2-25.4-16.2-33.9C240.3,508.8,226.7,511.1,214.9,510.9z\"></path>							<linearGradient id=\"SVGID_00000146473372574143941060000000021752257993181322_\" gradientUnits=\"userSpaceOnUse\" x1=\"312.4595\" y1=\"396.3378\" x2=\"240.1399\" y2=\"677.0075\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000146473372574143941060000000021752257993181322_);\" d=\"M327.7,454.6c-3.8-4.5-8.5-2.4-8.5-2.4    c-5.6,23.8-35.1,43-65.4,52.4c2,8.4,6.5,22.7,16.2,33.9C320.3,510.2,327.7,454.6,327.7,454.6z\"></path>		</g>		<g>							<linearGradient id=\"SVGID_00000075120849339276974350000005348719024518786189_\" gradientUnits=\"userSpaceOnUse\" x1=\"289.3421\" y1=\"444.6586\" x2=\"360.5176\" y2=\"430.8827\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000075120849339276974350000005348719024518786189_);\" d=\"M326.8,455.7c0.4,1.2-4.2,3.1-6.8-2    c-0.1-2.4-1.6-12.9-0.1-14.9c7.8-10.6,22.9-23.9,22.9-23.9c2.6,2.5,0.4,5,0.4,5l-7.3,7.6c1.5,2.8,3.4,5.1,4.3,8.5    c0.7,2.5,0.3,5.2-1,7.6c-1.3,2.3-3,5.3-4.7,7.7C331.3,455.7,326.8,455.7,326.8,455.7z\"></path>							<linearGradient id=\"SVGID_00000067950563596140933920000015817476833040335540_\" gradientUnits=\"userSpaceOnUse\" x1=\"331.3289\" y1=\"430.6085\" x2=\"344.3395\" y2=\"380.8622\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000067950563596140933920000015817476833040335540_);\" d=\"M332.7,432.5l-6.7,5.7l-2.1,5.6l6,6.6    c0,0,2-11.2,3.5-13.6C334.9,434.4,334.1,433.2,332.7,432.5z\"></path>		</g>		<path class=\"st20\" d=\"M149.2,557.9l-14.7-37c0,0-35.7,24.2-41.6,55c6.7,0.5,19,2.3,31,8.3C126.6,569.7,149.2,557.9,149.2,557.9z\"></path>					<linearGradient id=\"SVGID_00000114764042991924851940000012536477933050448566_\" gradientUnits=\"userSpaceOnUse\" x1=\"6328.6274\" y1=\"599.7711\" x2=\"6422.146\" y2=\"599.7711\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">			<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>			<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>		</linearGradient>		<path style=\"fill:url(#SVGID_00000114764042991924851940000012536477933050448566_);\" d=\"M180.4,592.7c0,0-40.1,22.6-53.6,3.3   c-2.8-4-3.5-8-2.8-11.8c-12-6.1-24.3-7.8-31-8.3c-1.8,9.3-0.8,19.1,4.6,29.1c23.7,43.3,88.1-2.4,88.1-2.4L180.4,592.7z\"></path>		<g>			<path class=\"st25\" d=\"M175.5,621.4l21.9-76.4c0.2-0.9,1-1.5,1.9-1.6c4-0.5,15.4-1.8,28.7-2.9c16-1.4,34.5-2.4,45.6-1.5    c1.6,0.1,2.5,1.8,1.8,3.2c-6.3,12.7-32.2,64.6-45.2,81.6c-0.4,0.6-1.1,0.9-1.8,0.9l-50.7-0.5    C176.2,624.2,175.1,622.8,175.5,621.4z\"></path>			<path class=\"st26\" d=\"M230.3,533.9l15.9-2.6c0.8-0.1,1.5,0.7,1.3,1.5l-1.6,4.8c-0.1,0.4-0.5,0.7-0.9,0.8l-15.3,2    c-0.8,0.1-1.4-0.6-1.3-1.4l1-4.2C229.5,534.3,229.8,534,230.3,533.9z\"></path>			<path class=\"st27\" d=\"M218.4,547.3l1.3-6.8c0.1-0.7,0.7-1.2,1.4-1.3l32-3.2c1.1-0.1,1.9,0.9,1.7,1.9l-2,8.5    c-0.2,0.7-0.8,1.2-1.5,1.2l-31.3,1.6C219,549.2,218.2,548.3,218.4,547.3z\"></path>							<linearGradient id=\"SVGID_00000040561830680218742690000005327335313266968726_\" gradientUnits=\"userSpaceOnUse\" x1=\"6415.2026\" y1=\"589.9656\" x2=\"6444.3374\" y2=\"589.9656\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000040561830680218742690000005327335313266968726_);\" d=\"M180.8,602.9c0,0-3-12.5-1.8-17    c1.2-4.4,3.6-10.2,11.5-8.9c7.9,1.3,17.3,4.6,17.3,4.6s-0.5,5.8-6.5,3.9l3.7,2.9c0,0-0.5,4.6-5.6,2.2l3.5,3.8    c0,0-2.2,3.8-5.9,1.4C193.3,593.4,191.5,604.4,180.8,602.9z\"></path>		</g>					<linearGradient id=\"SVGID_00000016044123557565158180000006409990165925628294_\" gradientUnits=\"userSpaceOnUse\" x1=\"6400.4365\" y1=\"499.794\" x2=\"6437.4106\" y2=\"499.794\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">			<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>			<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>		</linearGradient>		<path style=\"fill:url(#SVGID_00000016044123557565158180000006409990165925628294_);\" d=\"M176.2,479.9L164,515   c-0.2,0.6,0,1.2,0.6,1.5c3.3,1.8,15.3,7.1,29.6-2c1.5-1,2.5-2.5,2.7-4.3l3.9-30.4H176.2z\"></path>		<g>							<linearGradient id=\"SVGID_00000080169467990530109330000016665380556786779805_\" gradientUnits=\"userSpaceOnUse\" x1=\"-1113.8091\" y1=\"2391.7202\" x2=\"-1127.626\" y2=\"2346.1489\" gradientTransform=\"matrix(0.746 -0.6659 0.6659 0.746 -552.0213 -2049.6372)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000080169467990530109330000016665380556786779805_);\" d=\"M202.6,447.3c0,0,13.4,25.1,11.6,35.3    c-1.7,10.2-18.3,9.4-32.7,1.2l-10.1-27.1L202.6,447.3z\"></path>							<linearGradient id=\"SVGID_00000033331787862615770740000005554975370836752556_\" gradientUnits=\"userSpaceOnUse\" x1=\"-1126.2748\" y1=\"2312.3191\" x2=\"-1114.717\" y2=\"2378.241\" gradientTransform=\"matrix(0.746 -0.6659 0.6659 0.746 -552.0213 -2049.6372)\">				<stop offset=\"0\" style=\"stop-color:#010101\"></stop>				<stop offset=\"1\" style=\"stop-color:#1E1315\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000033331787862615770740000005554975370836752556_);\" d=\"M182.2,470.4c0.6-0.3,0.8-1,0.5-1.5    c-1.1-1.6-3.1-5-3.7-7.9c0,0-2.4-1.5,6.1-3.6c8.5-2,21.2-5.2,23.9-12.4c2.6-7.1-4.2-24.8-15.1-10.7c-0.4,0.5-1.2,0.5-1.6,0    c-1.8-2.3-6.5-7.2-13-4.2c-6.1,2.7-6.8,7.2-6.7,9.5c0,0.7-0.6,1.2-1.2,1.1c-3.1-0.6-10.5-1.1-13.9,6.5c-2.8,6.3-1,9.8,0.7,11.5    c0.5,0.6,0.3,1.5-0.4,1.7c-2,0.6-4.6,2.3-4.4,7.1c0.4,6.6,7.7,6,9.8,5.7c0.3,0,0.7,0.1,0.9,0.3c1.8,2,9.9,10.4,18.6,11.4    c0.8,0.1,1.3-0.7,1.1-1.4l-3.8-11c-0.2-0.5,0.1-1.1,0.6-1.3L182.2,470.4z\"></path>							<linearGradient id=\"SVGID_00000104670743970744688480000014030715960975551378_\" gradientUnits=\"userSpaceOnUse\" x1=\"-1127.9333\" y1=\"2391.5081\" x2=\"-1140.3645\" y2=\"2350.5068\" gradientTransform=\"matrix(0.746 -0.6659 0.6659 0.746 -552.0213 -2049.6372)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000104670743970744688480000014030715960975551378_);\" d=\"M183.7,472c0,0-9.5-6.5-10.2-1    c-0.7,5.5,8.6,8,13.1,5.9L183.7,472z\"></path>		</g>	</g></g><g class=\"st33\">	<g class=\"st34\">		<g>			<path class=\"st0\" d=\"M872.5,452.7c-115.6-168.2-216.3-172.7-270-157.4c-13.5,3.8-25.4-10.6-20.1-24.4    C606.4,207.9,622,99.6,443,101.6c-163.2,1.7-222.2,87-235,169.3c-9,57.8-0.6,60.4-34.7,107.6C70.1,521.4-71.3,653.2,52.3,791.6    C191.5,947.6,1222.3,961.8,872.5,452.7z\"></path>			<g>				<g>											<linearGradient id=\"SVGID_00000124153670884183687580000000637419920591303853_\" gradientUnits=\"userSpaceOnUse\" x1=\"1045.849\" y1=\"761.7906\" x2=\"694.7533\" y2=\"281.1923\" gradientTransform=\"matrix(-0.9699 0.2436 0.2436 0.9699 1523.5969 -195.1992)\">						<stop offset=\"0\" style=\"stop-color:#9C712A\"></stop>						<stop offset=\"0.9669\" style=\"stop-color:#734D1F\"></stop>					</linearGradient>					<path style=\"fill:url(#SVGID_00000124153670884183687580000000637419920591303853_);\" d=\"M894.5,167.7      c-1.2-5.6-9.2-5.9-10.8-0.3c-15,53.8-58.6,193.8-126.2,268.2c-110,121.1-182.9,317.5-112,418.9      C645.5,854.4,1028.7,783,894.5,167.7z\"></path>					<path class=\"st8\" d=\"M882.2,244.5c-0.2,1.3-0.5,2.9-0.7,4.4l-0.8,4.5l-1.7,9.1l-3.7,18.1c-2.6,12.1-5.3,24.1-8.1,36.1      c-5.6,24-11.6,47.9-18.1,71.7c-13.1,47.5-27.5,94.7-44.4,141c-8.5,23.1-17.2,46.2-26.8,68.9c-9.6,22.7-19.8,45.1-30.8,67.2      c-11,22-22.7,43.7-35.5,64.8c-12.8,21-26.6,41.4-41.5,61.1l0,0c-0.3,0.4-0.2,1,0.2,1.3c0.4,0.3,1,0.2,1.3-0.2      c15.7-19.1,30-39.4,43.4-60.2c13.3-20.9,25.3-42.6,36.7-64.5c22.4-44.1,41.7-89.8,58.5-136.4c8.4-23.3,16.1-46.8,23.4-70.4      c7.3-23.6,14.1-47.4,20.2-71.4c6.2-23.9,11.9-48,17.1-72.2c2.5-12.1,5-24.2,7.3-36.4c1.1-6.1,2.2-12.2,3.3-18.2l1.5-9.2      l0.7-4.6c0.2-1.6,0.4-3,0.6-4.8c0-0.5-0.4-1-0.9-1c-0.5,0-0.9,0.3-1,0.8L882.2,244.5z\"></path>				</g>				<g>					<g>													<linearGradient id=\"SVGID_00000072960913028793616430000013028090353245562028_\" gradientUnits=\"userSpaceOnUse\" x1=\"693.2542\" y1=\"682.693\" x2=\"1076.8087\" y2=\"682.693\" gradientTransform=\"matrix(-0.9943 0.1066 0.1066 0.9943 1626.5138 -86.5788)\">							<stop offset=\"0\" style=\"stop-color:#9C712A\"></stop>							<stop offset=\"1\" style=\"stop-color:#734D1F\"></stop>						</linearGradient>						<path style=\"fill:url(#SVGID_00000072960913028793616430000013028090353245562028_);\" d=\"M642.7,837.9       c0,0,9.5-64.8,79.9-108.4c65.3-40.5,224.7-131.1,267.2-197.9c1.9-3,6.6-0.2,6.2,3.6c-4.7,40.9-24.1,140.7-103.4,218.2       C790.2,853.4,642.7,837.9,642.7,837.9z\"></path>					</g>					<g>						<path class=\"st8\" d=\"M957.9,596.4c-2.6,7.6-6.1,14.9-9.9,22c-1.8,3.6-3.9,7-6,10.5c-2.1,3.4-4.4,6.7-6.5,10.1       c-9,13.2-19.5,25.5-30.8,36.7l-4.2,4.3c-1.4,1.4-3,2.7-4.4,4c-3,2.7-5.9,5.4-8.9,8l-9.4,7.5c-3,2.6-6.3,4.9-9.6,7.2       c-3.3,2.3-6.5,4.7-9.8,6.9l-10.2,6.4c-6.7,4.3-13.8,8.2-20.7,12.3c-14,8-28.1,15.8-42.4,23.4c-14.2,7.6-28.6,15-42.9,22.5       c-7.2,3.7-14.4,7.4-21.5,11.3c-3.6,1.9-7.1,3.8-10.7,5.8l-5.3,2.9l-5.3,3.1c-7,4.1-13.9,8.6-20.5,13.3       c-6.6,4.9-12.8,10.3-18.2,16.5c-0.4,0.4-0.3,1.1,0.1,1.4c0.4,0.4,1,0.3,1.4,0l0,0c5.7-5.6,12.1-10.5,18.7-14.9       c6.8-4.3,13.7-8.3,20.8-12c14.2-7.5,28.9-14.4,43.4-21.5l21.8-10.6c7.2-3.7,14.5-7.3,21.7-11c7.2-3.7,14.4-7.5,21.5-11.4       c7.1-3.9,14.2-7.9,21.2-11.9c28.2-15.9,55.8-34.7,77.9-58.9c11.2-12,21.3-24.9,29.6-39c4.1-7.1,8-14.2,11.3-21.7       c3.3-7.5,6.1-15.1,7.9-23c0-0.1,0-0.1-0.1-0.2C957.9,596.3,957.9,596.3,957.9,596.4z\"></path>					</g>				</g>			</g>			<g class=\"st1\">				<g>					<path class=\"st2\" d=\"M207,356c-0.9,0.6-2.1,0.6-3-0.1c-1.1-0.9-2.1-1.7-3.2-2.6c-1.1-0.9-1.2-2.5-0.3-3.6      c0.9-1.1,2.5-1.2,3.6-0.3c1,0.9,2,1.7,3.1,2.5c1.1,0.9,1.3,2.5,0.4,3.6C207.4,355.7,207.2,355.9,207,356z\"></path>					<path class=\"st2\" d=\"M194.1,344.2c-1,0.7-2.4,0.6-3.3-0.3c-1.9-2-3.9-4.1-5.7-6.2c-0.9-1.1-0.8-2.7,0.3-3.6      c1.1-0.9,2.7-0.8,3.6,0.3c1.8,2.1,3.6,4.1,5.5,6c1,1,0.9,2.6-0.1,3.6C194.3,344,194.2,344.1,194.1,344.2z M180.3,327.4      c-1.1,0.8-2.7,0.5-3.5-0.6l-0.5-0.8c-1.4-2-2.8-4.2-4.1-6.3c-0.7-1.2-0.4-2.8,0.8-3.5c1.2-0.7,2.8-0.4,3.5,0.8      c1.3,2.1,2.6,4.1,4,6.1l0.5,0.7C181.7,325,181.4,326.6,180.3,327.4C180.3,327.4,180.3,327.4,180.3,327.4z M169.2,308.7      c-0.1,0.1-0.2,0.1-0.3,0.2c-1.3,0.6-2.8,0.1-3.4-1.1c-1.2-2.5-2.4-5.1-3.5-7.7c-0.5-1.3,0.1-2.8,1.3-3.3      c1.3-0.5,2.8,0.1,3.3,1.3c1.1,2.5,2.2,5,3.4,7.4C170.6,306.6,170.2,308,169.2,308.7z M161,288.5c-0.2,0.1-0.4,0.3-0.7,0.3      c-1.3,0.4-2.8-0.3-3.2-1.7c-0.8-2.7-1.6-5.4-2.3-8.1c-0.3-1.4,0.5-2.7,1.8-3.1c1.4-0.3,2.7,0.5,3.1,1.8      c0.7,2.6,1.4,5.3,2.2,7.8C162.3,286.8,161.9,287.9,161,288.5z M156.1,267.4c-0.3,0.2-0.7,0.4-1.1,0.4c-1.4,0.2-2.7-0.7-2.9-2.1      c-0.4-2.8-0.8-5.6-1-8.4c-0.1-1.4,0.9-2.6,2.3-2.8c1.4-0.1,2.6,0.9,2.8,2.3c0.3,2.7,0.6,5.4,1,8.1      C157.3,265.9,156.8,266.8,156.1,267.4z M154.5,245.7c-0.4,0.3-0.9,0.5-1.5,0.5c-1.4,0-2.5-1.1-2.5-2.5c0-2.8,0.1-5.6,0.3-8.4      c0.1-1.4,1.3-2.5,2.7-2.4c1.4,0.1,2.5,1.3,2.4,2.7c-0.2,2.7-0.3,5.4-0.3,8.1C155.6,244.5,155.1,245.2,154.5,245.7z M156.2,224      c-0.5,0.4-1.2,0.5-1.8,0.4c-1.4-0.2-2.3-1.5-2.1-2.9c0.4-2.8,1-5.6,1.6-8.3c0.3-1.4,1.7-2.2,3-1.9c1.4,0.3,2.2,1.7,1.9,3      c-0.6,2.6-1.1,5.3-1.5,8C157.1,223,156.7,223.6,156.2,224z M161.2,202.9c-0.6,0.4-1.4,0.6-2.2,0.3c-1.3-0.4-2.1-1.9-1.6-3.2      c0.9-2.7,1.8-5.3,2.8-8c0.5-1.3,2-2,3.3-1.5c1.3,0.5,2,2,1.5,3.3c-1,2.5-1.9,5.1-2.7,7.7C162,202.1,161.7,202.5,161.2,202.9z       M169.4,182.7c-0.7,0.5-1.7,0.6-2.6,0.2c-1.3-0.6-1.8-2.2-1.1-3.4c1.2-2.5,2.6-5,4-7.4c0.7-1.2,2.3-1.6,3.5-0.9      c1.2,0.7,1.6,2.3,0.9,3.5c-1.3,2.3-2.6,4.8-3.8,7.2C170,182.2,169.7,182.5,169.4,182.7z M278.3,105.7c-0.3,0.2-0.7,0.4-1.1,0.4      c-2.7,0.3-5.4,0.8-8,1.2c-1.4,0.3-2.7-0.7-3-2c-0.3-1.4,0.7-2.7,2-3c2.8-0.5,5.6-0.9,8.3-1.3c1.4-0.2,2.7,0.8,2.8,2.2      C279.5,104.3,279,105.2,278.3,105.7z M180.6,164.1c-0.9,0.6-2,0.6-2.9,0c-1.1-0.8-1.4-2.4-0.6-3.5c1.6-2.3,3.3-4.5,5.1-6.7      c0.9-1.1,2.5-1.3,3.6-0.4c1.1,0.9,1.3,2.5,0.4,3.6c-1.7,2.1-3.3,4.3-4.9,6.5C181,163.7,180.8,163.9,180.6,164.1z M257,110.1      c-0.2,0.2-0.5,0.3-0.7,0.4c-2.6,0.7-5.2,1.6-7.8,2.5c-1.3,0.5-2.8-0.2-3.2-1.6c-0.5-1.3,0.2-2.8,1.6-3.2c2.6-0.9,5.3-1.8,8-2.6      c1.3-0.4,2.8,0.4,3.1,1.7C258.3,108.3,257.8,109.5,257,110.1z M194.5,147.4c-1,0.7-2.3,0.6-3.2-0.3c-1-1-1-2.6,0-3.6      c2-2,4-4,6.1-5.9c1-0.9,2.6-0.9,3.6,0.2c0.9,1,0.9,2.6-0.2,3.6c-2,1.8-4,3.7-5.8,5.7C194.7,147.2,194.6,147.3,194.5,147.4z       M236.6,117.6c-0.1,0.1-0.2,0.2-0.4,0.2c-2.5,1.1-4.9,2.4-7.3,3.6c-1.2,0.7-2.8,0.2-3.4-1c-0.7-1.2-0.2-2.8,1-3.4      c2.5-1.3,5-2.6,7.6-3.8c1.3-0.6,2.8,0,3.4,1.2C238,115.6,237.6,117,236.6,117.6z M210.8,133c-1.1,0.8-2.7,0.5-3.5-0.6      c-0.8-1.1-0.6-2.7,0.5-3.6c2.2-1.7,4.5-3.3,6.9-4.9c1.2-0.8,2.7-0.5,3.5,0.7c0.8,1.2,0.4,2.8-0.7,3.5      C215.3,129.8,213,131.4,210.8,133C210.9,133,210.8,133,210.8,133z\"></path>					<path class=\"st2\" d=\"M295.8,104.6c-0.4,0.3-0.9,0.5-1.4,0.5c-1.3,0-2.7,0-4,0.1c-1.4,0-2.6-1.1-2.6-2.5c0-1.4,1.1-2.6,2.5-2.6      c1.4,0,2.8-0.1,4.1-0.1c1.4,0,2.5,1.1,2.5,2.5C296.9,103.4,296.5,104.2,295.8,104.6z\"></path>				</g>				<g>					<path class=\"st2\" d=\"M396.4,146.7c-1,0.7-2.4,0.6-3.3-0.3c-0.9-0.9-1.9-1.9-2.8-2.8c-1-1-1-2.6-0.1-3.6c1-1,2.6-1,3.6-0.1      c1,1,2,1.9,2.9,2.9c1,1,1,2.6,0,3.6C396.7,146.5,396.6,146.6,396.4,146.7z\"></path>					<path class=\"st2\" d=\"M374.3,363.5C374.3,363.5,374.3,363.5,374.3,363.5c-2.1,1.4-4.2,2.7-6.3,4l-0.8,0.5      c-1.2,0.7-2.8,0.3-3.5-0.9c-0.7-1.2-0.3-2.8,0.9-3.5l0.7-0.4c2-1.2,4.1-2.5,6-3.8c1.2-0.8,2.7-0.5,3.5,0.7      C375.7,361.2,375.4,362.7,374.3,363.5z M385,355.6c-1.1,0.7-2.6,0.6-3.4-0.5c-0.9-1.1-0.7-2.7,0.4-3.6c2.1-1.7,4.1-3.4,6.1-5.2      c1-0.9,2.6-0.9,3.6,0.2c0.9,1,0.9,2.6-0.2,3.6c-2,1.9-4.2,3.7-6.3,5.4C385.1,355.6,385,355.6,385,355.6z M355.7,374      c-0.1,0.1-0.2,0.2-0.4,0.2c-2.5,1.2-5.1,2.3-7.6,3.3c-1.3,0.5-2.8-0.1-3.3-1.4c-0.5-1.3,0.1-2.8,1.4-3.3c2.5-1,4.9-2.1,7.4-3.2      c1.3-0.6,2.8,0,3.4,1.2C357,372,356.7,373.3,355.7,374z M400.5,340.9c-0.9,0.7-2.3,0.6-3.2-0.2c-1-0.9-1.1-2.5-0.2-3.6      c1.8-2,3.5-4,5.2-6.1c0.9-1.1,2.5-1.3,3.6-0.4c1.1,0.9,1.3,2.5,0.4,3.6c-1.7,2.1-3.5,4.3-5.4,6.3      C400.8,340.7,400.7,340.8,400.5,340.9z M335.7,381.6c-0.2,0.2-0.5,0.3-0.7,0.3c-2.6,0.8-5.3,1.5-8,2.1c-1.4,0.3-2.7-0.5-3-1.9      c-0.3-1.4,0.5-2.7,1.9-3c2.6-0.6,5.2-1.3,7.7-2c1.3-0.4,2.8,0.4,3.2,1.7C337,379.9,336.5,381,335.7,381.6z M413.7,324      c-0.8,0.6-2,0.6-2.8,0c-1.2-0.8-1.5-2.3-0.7-3.5c1.5-2.2,2.9-4.5,4.2-6.8c0.7-1.2,2.3-1.6,3.5-0.9c1.2,0.7,1.6,2.3,0.9,3.5      c-1.4,2.4-2.9,4.8-4.4,7C414.1,323.6,413.9,323.9,413.7,324z M314.7,386.1c-0.3,0.2-0.7,0.4-1.1,0.4c-2.7,0.4-5.5,0.7-8.3,0.9      c-1.4,0.1-2.6-0.9-2.7-2.3c-0.1-1.4,0.9-2.6,2.3-2.7c2.6-0.2,5.3-0.5,8-0.8c1.4-0.2,2.7,0.8,2.9,2.2      C315.9,384.6,315.5,385.5,314.7,386.1z M424.1,305.4c-0.7,0.5-1.7,0.6-2.5,0.2c-1.3-0.6-1.8-2.1-1.2-3.4      c1.1-2.4,2.2-4.9,3.1-7.4c0.5-1.3,2-1.9,3.3-1.4c1.3,0.5,1.9,2,1.4,3.3c-1,2.6-2.1,5.1-3.3,7.6      C424.7,304.8,424.4,305.1,424.1,305.4z M431.5,285.3c-0.6,0.4-1.4,0.6-2.2,0.4c-1.3-0.4-2.1-1.8-1.7-3.1c0.7-2.6,1.4-5.2,2-7.8      c0.3-1.4,1.7-2.2,3-1.9c1.4,0.3,2.2,1.7,1.9,3c-0.6,2.7-1.3,5.4-2.1,8C432.4,284.5,432,285,431.5,285.3z M435.9,264.4      c-0.5,0.3-1.1,0.5-1.8,0.4c-1.4-0.2-2.4-1.5-2.2-2.8c0.3-2.6,0.6-5.3,0.8-8c0.1-1.4,1.3-2.4,2.7-2.3c1.4,0.1,2.4,1.3,2.3,2.7      c-0.2,2.8-0.5,5.5-0.9,8.3C436.9,263.4,436.5,264,435.9,264.4z M437.1,243c-0.4,0.3-0.9,0.4-1.4,0.5c-1.4,0-2.6-1.1-2.6-2.5      c-0.1-2.7-0.2-5.4-0.4-8c-0.1-1.4,0.9-2.6,2.3-2.7c1.4-0.1,2.6,0.9,2.7,2.3c0.2,2.8,0.4,5.5,0.4,8.3      C438.2,241.8,437.8,242.6,437.1,243z M435.1,221.7c-0.3,0.2-0.6,0.3-1,0.4c-1.4,0.2-2.7-0.7-2.9-2.1c-0.5-2.6-1-5.3-1.6-7.9      c-0.3-1.4,0.5-2.7,1.9-3.1c1.4-0.3,2.7,0.5,3.1,1.9c0.6,2.7,1.2,5.4,1.7,8.1C436.3,220.2,435.9,221.2,435.1,221.7z M429.8,201      c-0.2,0.1-0.4,0.2-0.6,0.3c-1.3,0.4-2.8-0.3-3.2-1.6c-0.9-2.5-1.8-5-2.8-7.5c-0.5-1.3,0.1-2.8,1.4-3.3c1.3-0.5,2.8,0.1,3.3,1.4      c1,2.6,2,5.2,2.9,7.8C431.1,199.2,430.7,200.3,429.8,201z M421.5,181.3c-0.1,0.1-0.2,0.1-0.3,0.2c-1.2,0.6-2.8,0.2-3.4-1.1      c-1.2-2.4-2.5-4.7-3.9-7c-0.7-1.2-0.3-2.8,0.9-3.5c1.2-0.7,2.8-0.3,3.5,0.9c1.4,2.4,2.8,4.8,4,7.3      C422.9,179.2,422.5,180.6,421.5,181.3z M410.3,163c-1.1,0.8-2.7,0.5-3.5-0.6c-1.6-2.2-3.2-4.3-4.9-6.4      c-0.9-1.1-0.7-2.7,0.4-3.6c1.1-0.9,2.7-0.7,3.6,0.4c1.7,2.1,3.4,4.4,5.1,6.6C411.7,160.6,411.4,162.2,410.3,163      C410.3,163,410.3,163,410.3,163z\"></path>					<path class=\"st2\" d=\"M293.3,387.3c-0.4,0.3-0.9,0.5-1.5,0.5c-1.4,0-2.8-0.1-4.1-0.1c-1.4-0.1-2.5-1.3-2.4-2.7      c0.1-1.4,1.3-2.5,2.7-2.4c1.3,0.1,2.7,0.1,4,0.1c1.4,0,2.5,1.2,2.5,2.6C294.4,386.1,293.9,386.8,293.3,387.3z\"></path>				</g>				<g>					<path class=\"st2\" d=\"M275.7,350.8c0.7,0.2,1.4-0.1,1.9-0.7l11.9-16.9c9.6,0.5,19.4-0.6,29-3.3l15.3,13.8c0.5,0.5,1.3,0.6,2,0.2      l21.7-12c0.6-0.4,1-1.1,0.8-1.8l-3.6-20.3c7.4-6.7,13.4-14.4,18.1-22.8l20.6-1.1c0.7,0,1.3-0.5,1.5-1.2l6.8-23.8      c0.2-0.7-0.1-1.4-0.7-1.9l-16.9-11.9c0.5-9.6-0.6-19.4-3.3-29l13.8-15.3c0.5-0.5,0.6-1.3,0.2-2l-12-21.7      c-0.4-0.6-1.1-1-1.8-0.8l-20.3,3.6c-6.7-7.4-14.4-13.4-22.8-18.1l-1.1-20.6c0-0.7-0.5-1.3-1.2-1.5l-23.8-6.8      c-0.7-0.2-1.4,0.1-1.9,0.7l-11.9,16.9c-9.6-0.5-19.4,0.6-29,3.3L253.9,142c-0.5-0.5-1.3-0.6-2-0.2l-21.7,12      c-0.6,0.4-1,1.1-0.8,1.8l3.6,20.3c-7.4,6.7-13.4,14.4-18.1,22.8l-20.6,1.1c-0.7,0-1.3,0.5-1.5,1.2l-6.8,23.8      c-0.2,0.7,0.1,1.4,0.7,1.9l16.9,11.9c-0.5,9.6,0.6,19.4,3.3,29l-13.8,15.3c-0.5,0.5-0.6,1.3-0.2,2l12,21.7      c0.4,0.6,1.1,1,1.8,0.8l20.3-3.6c6.7,7.4,14.4,13.4,22.8,18.1l1.1,20.6c0,0.7,0.5,1.3,1.2,1.5L275.7,350.8z\"></path>					<g class=\"st3\">						<path class=\"st4\" d=\"M307.5,262.7c-4.2,2.9-9.2,4.4-14.4,4.2c-6.4-0.2-12.4-2.9-16.7-7.6c-4.4-4.7-6.7-10.8-6.5-17.2       c0.2-6.4,2.9-12.4,7.6-16.7c9.7-9.1,24.9-8.6,34,1.1c9.1,9.7,8.6,24.9-1.1,33.9C309.4,261.3,308.4,262,307.5,262.7z        M282.4,226.5c-0.8,0.5-1.6,1.2-2.3,1.8c-3.9,3.6-6.1,8.6-6.3,13.9c-0.2,5.3,1.7,10.4,5.4,14.3c3.6,3.9,8.6,6.1,13.9,6.3       c5.3,0.2,10.4-1.7,14.3-5.4c8-7.5,8.4-20.2,0.9-28.2C301.5,222,290.4,221,282.4,226.5z\"></path>					</g>					<path class=\"st5\" d=\"M328.6,292.3c-1.7,1.2-3.4,2.3-5.2,3.3c-2.7,1.5-5.5,2.8-8.4,3.9c0,0,0,0-0.1,0c-0.1,0-0.3,0.1-0.4,0.1      c0,0,0,0-0.1,0l0,0c0,0,0,0,0,0c-0.1,0-0.1,0-0.2,0.1c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.2,0.1-0.4,0.1-0.6,0.2      c-0.1,0-0.1,0-0.2,0.1c-0.4,0.1-0.8,0.3-1.2,0.4c-0.2,0.1-0.5,0.1-0.7,0.2c-0.4,0.1-0.9,0-1.1-0.4c-0.1-0.1-0.1-0.2-0.1-0.3      c-0.2-0.5,0.1-1.1,0.7-1.3c4-1.2,7.9-2.8,11.5-4.9c13.7-7.6,23.7-20.1,28-35.2c4.3-15.1,2.5-30.9-5.1-44.7      c-1-1.8-2-3.5-3.2-5.1c-17-24.4-50.1-32.6-76.7-17.9c-13.7,7.6-23.7,20.1-28,35.2c-4.3,15.1-2.5,30.9,5.1,44.7      c1,1.7,2,3.4,3.1,5.1c4.9,7.1,11.3,13,18.7,17.3c0.1,0.1,0.2,0.2,0.3,0.3c0.2,0.3,0.2,0.7,0,1.1c-0.3,0.5-0.9,0.7-1.4,0.4      c-7.7-4.5-14.3-10.6-19.4-17.9c-1.2-1.7-2.3-3.4-3.3-5.2c-7.9-14.2-9.7-30.6-5.2-46.2c4.5-15.6,14.8-28.5,29-36.4      c27.5-15.2,61.8-6.8,79.3,18.5c1.2,1.7,2.3,3.4,3.3,5.3C362.3,240.5,353.9,274.8,328.6,292.3z\"></path>				</g>			</g>			<g class=\"st1\">				<g>					<path class=\"st2\" d=\"M112.3,528.8c-0.8,0.2-1.6-0.1-2.1-0.8c-0.6-0.8-1.1-1.7-1.6-2.6c-0.5-0.9-0.3-2,0.6-2.6      c0.9-0.5,2-0.3,2.6,0.6c0.5,0.8,1,1.7,1.6,2.5c0.6,0.9,0.3,2-0.5,2.6C112.7,528.7,112.5,528.7,112.3,528.8z\"></path>					<path class=\"st2\" d=\"M106,517.6c-0.9,0.3-1.8-0.1-2.2-1c-0.9-1.8-1.8-3.7-2.5-5.6c-0.4-0.9,0.1-2,1-2.4c1-0.4,2,0.1,2.4,1      c0.8,1.8,1.6,3.7,2.4,5.4c0.4,0.9,0.1,2-0.9,2.5C106.2,517.6,106.1,517.6,106,517.6z M100.2,502.8c-1,0.3-2-0.3-2.3-1.2      l-0.2-0.6c-0.5-1.7-1-3.5-1.5-5.3c-0.2-1,0.3-2,1.4-2.3c1-0.2,2,0.4,2.3,1.4c0.4,1.7,0.9,3.4,1.4,5.1l0.2,0.6      C101.7,501.5,101.1,502.5,100.2,502.8C100.2,502.8,100.2,502.8,100.2,502.8z M96.6,487.3c-0.1,0-0.2,0-0.3,0.1      c-1,0.2-2-0.6-2.1-1.6c-0.3-2-0.5-4.1-0.7-6.1c-0.1-1,0.7-1.9,1.7-2c1-0.1,1.9,0.7,2,1.7c0.2,2,0.4,4,0.7,5.9      C98.1,486.1,97.5,487,96.6,487.3z M95.5,471.4c-0.2,0.1-0.4,0.1-0.6,0.1c-1,0-1.9-0.8-1.8-1.9c0-2,0.1-4.1,0.2-6.2      c0.1-1,1-1.8,2-1.7c1,0.1,1.8,1,1.7,2c-0.1,2-0.2,4-0.2,6C96.8,470.5,96.3,471.2,95.5,471.4z M96.9,455.5      c-0.3,0.1-0.5,0.1-0.8,0.1c-1-0.2-1.7-1.1-1.5-2.1c0.3-2,0.7-4.1,1.2-6.1c0.2-1,1.2-1.6,2.2-1.4c1,0.2,1.6,1.2,1.4,2.2      c-0.4,1.9-0.8,3.9-1.1,5.9C98.1,454.8,97.5,455.3,96.9,455.5z M100.7,440c-0.4,0.1-0.7,0.1-1.1,0c-1-0.3-1.5-1.4-1.2-2.3      c0.6-2,1.3-3.9,2.1-5.8c0.4-1,1.5-1.4,2.4-1c1,0.4,1.4,1.5,1,2.4c-0.7,1.8-1.4,3.7-2,5.6C101.7,439.4,101.2,439.9,100.7,440z       M106.8,425.3c-0.4,0.1-0.9,0.1-1.4-0.1c-0.9-0.5-1.3-1.6-0.8-2.5c0.9-1.8,1.9-3.7,3-5.4c0.5-0.9,1.7-1.2,2.5-0.7      c0.9,0.5,1.2,1.7,0.7,2.5c-1,1.7-2,3.5-2.9,5.2C107.7,424.9,107.2,425.2,106.8,425.3z M115.1,411.7c-0.5,0.2-1.1,0.1-1.6-0.3      c-0.8-0.6-1-1.8-0.4-2.6c1.2-1.7,2.5-3.3,3.8-4.9c0.6-0.8,1.8-0.9,2.6-0.3c0.8,0.6,0.9,1.8,0.3,2.6c-1.2,1.5-2.5,3.1-3.6,4.7      C115.8,411.4,115.4,411.6,115.1,411.7z M125.3,399.5c-0.6,0.2-1.3,0-1.8-0.5c-0.7-0.7-0.7-1.9,0-2.6c1.4-1.5,2.9-2.9,4.5-4.3      c0.8-0.7,1.9-0.6,2.6,0.1c0.7,0.8,0.6,1.9-0.1,2.6c-1.5,1.3-2.9,2.7-4.3,4.1C125.9,399.3,125.6,399.5,125.3,399.5z       M218.6,370.5c-0.3,0.1-0.6,0.1-0.9,0c-1.9-0.4-3.9-0.7-5.9-1c-1-0.1-1.7-1.1-1.6-2.1c0.1-1,1.1-1.7,2.1-1.6      c2,0.3,4.1,0.6,6.1,1c1,0.2,1.7,1.2,1.5,2.2C219.8,369.8,219.3,370.3,218.6,370.5z M137.3,389.1c-0.7,0.2-1.5,0-2-0.7      c-0.6-0.8-0.4-2,0.4-2.6c1.6-1.2,3.3-2.4,5.1-3.5c0.9-0.6,2-0.3,2.6,0.5c0.6,0.9,0.3,2-0.5,2.6c-1.7,1.1-3.3,2.2-4.9,3.4      C137.7,388.9,137.5,389,137.3,389.1z M202.8,368.7c-0.2,0.1-0.4,0.1-0.6,0.1c-2-0.1-4-0.1-6,0c-1,0-1.9-0.8-1.9-1.8      c0-1,0.8-1.9,1.8-1.9c2.1,0,4.1,0,6.2,0c1,0,1.8,0.9,1.8,1.9C204.1,367.8,203.5,368.5,202.8,368.7z M150.8,380.6      c-0.8,0.3-1.8-0.1-2.2-0.9c-0.5-0.9-0.1-2,0.8-2.5c1.8-1,3.7-1.9,5.6-2.7c0.9-0.4,2,0,2.5,0.9c0.4,0.9,0,2-0.9,2.5      c-1.8,0.8-3.6,1.7-5.4,2.6C151,380.5,150.9,380.6,150.8,380.6z M186.9,369.4c-0.1,0-0.2,0.1-0.3,0.1c-2,0.2-4,0.5-5.9,0.9      c-1,0.2-2-0.5-2.2-1.5c-0.2-1,0.5-2,1.5-2.2c2-0.4,4.1-0.7,6.1-0.9c1-0.1,1.9,0.6,2.1,1.6C188.3,368.3,187.7,369.1,186.9,369.4      z M165.4,374.3c-1,0.3-2-0.2-2.3-1.2c-0.3-1,0.2-2,1.2-2.4c1.9-0.7,3.9-1.3,5.9-1.8c1-0.3,2,0.3,2.3,1.3c0.3,1-0.3,2-1.3,2.3      C169.3,373,167.4,373.6,165.4,374.3C165.5,374.3,165.5,374.3,165.4,374.3z\"></path>					<path class=\"st2\" d=\"M231.1,373.8c-0.4,0.1-0.7,0.1-1.1,0c-0.9-0.3-1.9-0.6-2.8-0.9c-1-0.3-1.5-1.3-1.3-2.3      c0.3-1,1.3-1.5,2.3-1.3c1,0.3,1.9,0.6,2.9,0.9c1,0.3,1.5,1.4,1.2,2.3C232.2,373.1,231.7,373.6,231.1,373.8z\"></path>				</g>				<g>					<path class=\"st2\" d=\"M291.7,425.8c-0.9,0.3-1.8-0.1-2.2-1c-0.4-0.9-0.9-1.7-1.3-2.6c-0.5-0.9-0.1-2,0.8-2.5      c0.9-0.5,2-0.1,2.5,0.8c0.5,0.9,0.9,1.8,1.4,2.7c0.5,0.9,0.1,2-0.8,2.5C291.9,425.8,291.8,425.8,291.7,425.8z\"></path>					<path class=\"st2\" d=\"M227.2,571.9C227.2,571.9,227.2,571.9,227.2,571.9c-1.8,0.5-3.5,0.9-5.3,1.3l-0.6,0.1      c-1,0.2-2-0.4-2.2-1.4c-0.2-1,0.4-2,1.4-2.2l0.6-0.1c1.7-0.4,3.4-0.8,5.1-1.3c1-0.3,2,0.3,2.3,1.3      C228.7,570.6,228.1,571.6,227.2,571.9z M236.4,568.8c-0.9,0.3-1.9-0.2-2.3-1.1c-0.4-1,0.1-2,1.1-2.4c1.8-0.7,3.6-1.5,5.4-2.3      c0.9-0.4,2,0,2.5,0.9c0.4,0.9,0,2-0.9,2.5c-1.8,0.8-3.7,1.6-5.6,2.3C236.5,568.8,236.4,568.8,236.4,568.8z M211.8,575      c-0.1,0-0.2,0.1-0.3,0.1c-2,0.3-4,0.4-6.1,0.6c-1,0.1-1.9-0.7-2-1.7c-0.1-1,0.7-1.9,1.7-2c1.9-0.1,3.9-0.3,5.8-0.6      c1-0.1,1.9,0.6,2.1,1.6C213.2,573.9,212.7,574.7,211.8,575z M250.6,562.1c-0.8,0.2-1.7-0.1-2.1-0.9c-0.5-0.9-0.2-2,0.7-2.5      c1.7-1,3.4-2,5-3.1c0.9-0.6,2-0.3,2.6,0.5c0.6,0.9,0.3,2-0.5,2.6c-1.7,1.1-3.4,2.2-5.2,3.2C250.8,562,250.7,562.1,250.6,562.1z       M196.1,575.8c-0.2,0.1-0.4,0.1-0.6,0.1c-2-0.1-4.1-0.2-6.1-0.3c-1-0.1-1.8-1-1.7-2c0.1-1,1-1.8,2-1.7c1.9,0.2,3.9,0.3,5.9,0.3      c1,0,1.8,0.9,1.8,1.9C197.4,574.9,196.9,575.5,196.1,575.8z M263.5,553.3c-0.7,0.2-1.5,0-2-0.6c-0.6-0.8-0.5-2,0.3-2.6      c1.5-1.2,3-2.5,4.5-3.8c0.8-0.7,1.9-0.6,2.6,0.1c0.7,0.8,0.6,1.9-0.1,2.6c-1.5,1.3-3.1,2.7-4.6,3.9      C264,553.1,263.7,553.3,263.5,553.3z M180.6,574.1c-0.3,0.1-0.6,0.1-0.9,0c-2-0.4-4-0.8-6-1.3c-1-0.2-1.6-1.2-1.4-2.2      c0.2-1,1.3-1.6,2.2-1.4c1.9,0.5,3.8,0.9,5.7,1.2c1,0.2,1.7,1.2,1.5,2.2C181.7,573.4,181.2,573.9,180.6,574.1z M275,542.7      c-0.6,0.2-1.3,0-1.8-0.4c-0.8-0.7-0.8-1.9-0.1-2.6c1.3-1.4,2.6-2.9,3.9-4.4c0.7-0.8,1.8-0.9,2.6-0.3c0.8,0.7,0.9,1.8,0.3,2.6      c-1.3,1.6-2.6,3.1-4,4.6C275.6,542.4,275.3,542.6,275,542.7z M284.8,530.4c-0.5,0.2-1.1,0.1-1.6-0.2c-0.8-0.6-1.1-1.7-0.5-2.6      c1.1-1.6,2.2-3.3,3.2-5c0.5-0.9,1.7-1.2,2.6-0.6c0.9,0.5,1.2,1.7,0.6,2.6c-1,1.7-2.1,3.5-3.3,5.1      C285.5,530,285.2,530.3,284.8,530.4z M292.6,516.8c-0.4,0.1-0.9,0.1-1.3-0.1c-0.9-0.4-1.3-1.6-0.9-2.5c0.8-1.8,1.6-3.6,2.4-5.4      c0.4-1,1.5-1.4,2.4-1c1,0.4,1.4,1.5,1,2.4c-0.8,1.9-1.6,3.7-2.5,5.6C293.5,516.3,293,516.6,292.6,516.8z M298.2,502.2      c-0.3,0.1-0.7,0.1-1.1,0c-1-0.3-1.5-1.3-1.2-2.3c0.6-1.9,1.1-3.8,1.5-5.7c0.2-1,1.2-1.6,2.2-1.4c1,0.2,1.6,1.2,1.4,2.2      c-0.5,2-1,3.9-1.6,5.9C299.3,501.6,298.8,502,298.2,502.2z M301.6,486.9c-0.3,0.1-0.5,0.1-0.8,0.1c-1-0.1-1.7-1.1-1.6-2.1      c0.3-1.9,0.5-3.9,0.7-5.8c0.1-1,1-1.8,2-1.7c1,0.1,1.8,1,1.7,2c-0.2,2-0.4,4.1-0.7,6.1C302.8,486.1,302.3,486.7,301.6,486.9z       M302.7,471.2c-0.2,0-0.3,0.1-0.5,0.1c-1,0-1.9-0.8-1.9-1.8c0-1.9-0.1-3.9-0.2-5.9c-0.1-1,0.7-1.9,1.7-2c1-0.1,1.9,0.7,2,1.7      c0.1,2,0.2,4.1,0.2,6.1C304,470.3,303.4,471,302.7,471.2z M301.3,455.6c-0.1,0-0.2,0-0.2,0.1c-1,0.2-2-0.5-2.1-1.5      c-0.3-1.9-0.7-3.9-1.1-5.8c-0.2-1,0.4-2,1.4-2.2c1-0.2,2,0.4,2.2,1.4c0.4,2,0.8,4,1.2,6C302.7,454.4,302.2,455.3,301.3,455.6z       M297.6,440.4c-1,0.3-2-0.2-2.3-1.2c-0.6-1.9-1.3-3.7-2-5.5c-0.4-1,0.1-2,1.1-2.4c1-0.4,2,0.1,2.4,1.1c0.7,1.9,1.4,3.8,2,5.7      C299.2,439,298.6,440,297.6,440.4C297.6,440.4,297.6,440.4,297.6,440.4z\"></path>					<path class=\"st2\" d=\"M165.3,570.1c-0.4,0.1-0.8,0.1-1.1,0c-1-0.3-1.9-0.7-2.8-1c-1-0.4-1.4-1.4-1.1-2.4c0.4-1,1.4-1.4,2.4-1.1      c0.9,0.3,1.8,0.7,2.7,1c1,0.3,1.5,1.4,1.1,2.4C166.3,569.5,165.9,570,165.3,570.1z\"></path>				</g>				<g>					<path class=\"st2\" d=\"M161.3,540.7c0.4,0.3,1,0.3,1.4,0l12.1-9.1c6.6,2.5,13.7,4,20.9,4.3l7.6,13.1c0.3,0.5,0.8,0.7,1.3,0.6      l17.8-3.5c0.5-0.1,0.9-0.5,1-1l2.1-15c6.6-3,12.6-7,17.8-11.8l14.6,3.9c0.5,0.1,1.1-0.1,1.4-0.5l10.2-15c0.3-0.4,0.3-1,0-1.4      l-9.1-12.1c2.5-6.6,4-13.7,4.3-20.9l13.1-7.6c0.5-0.3,0.7-0.8,0.6-1.3l-3.5-17.8c-0.1-0.5-0.5-0.9-1-1l-15-2.1      c-3-6.6-7-12.6-11.8-17.8l3.9-14.6c0.1-0.5-0.1-1.1-0.5-1.4l-15-10.2c-0.4-0.3-1-0.3-1.4,0l-12.1,9.1c-6.6-2.5-13.7-4-20.9-4.3      l-7.6-13.1c-0.3-0.5-0.8-0.7-1.3-0.6l-17.8,3.5c-0.5,0.1-0.9,0.5-1,1l-2.1,15c-6.6,3-12.6,7-17.8,11.8l-14.6-3.9      c-0.5-0.1-1.1,0.1-1.4,0.5l-10.2,15c-0.3,0.4-0.3,1,0,1.4l9.1,12.1c-2.5,6.6-4,13.7-4.3,20.9l-13.1,7.6      c-0.5,0.3-0.7,0.8-0.6,1.3l3.5,17.8c0.1,0.5,0.5,0.9,1,1l15,2.1c3,6.6,7,12.6,11.8,17.8l-3.9,14.6c-0.1,0.5,0.1,1.1,0.5,1.4      L161.3,540.7z\"></path>					<g class=\"st3\">						<path class=\"st4\" d=\"M203.4,486.5c-3.6,1.1-7.4,1-11-0.3c-4.4-1.6-8-4.8-10-9.1c-2-4.3-2.2-9-0.6-13.5c1.6-4.4,4.8-8,9.1-10       c8.8-4.1,19.3-0.3,23.4,8.5c4.1,8.8,0.3,19.3-8.5,23.4C205.1,486,204.2,486.3,203.4,486.5z M194.2,455.6       c-0.7,0.2-1.3,0.5-2,0.8c-3.5,1.7-6.2,4.6-7.5,8.3c-1.3,3.7-1.1,7.6,0.5,11.2c1.7,3.5,4.6,6.2,8.3,7.5       c3.7,1.3,7.6,1.1,11.2-0.5c7.3-3.4,10.5-12.1,7-19.4C208.5,456.8,201,453.6,194.2,455.6z\"></path>					</g>					<path class=\"st5\" d=\"M211.4,511.9c-1.4,0.4-2.9,0.8-4.4,1.1c-2.2,0.4-4.5,0.7-6.7,0.8c0,0,0,0-0.1,0c-0.1,0-0.2,0-0.3,0      c0,0,0,0,0,0l0,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.1,0-0.3,0-0.4,0c-0.1,0-0.1,0-0.2,0      c-0.3,0-0.6,0-0.9,0c-0.2,0-0.4,0-0.5,0c-0.3,0-0.6-0.2-0.7-0.5c0-0.1,0-0.2,0-0.2c0-0.4,0.3-0.7,0.8-0.7      c3,0.1,6.1-0.2,9.1-0.8c11.3-2.2,21-8.6,27.5-18.2c6.4-9.5,8.8-21,6.6-32.3c-0.3-1.5-0.6-2.9-1-4.3      c-6.3-20.9-27.5-34-49.4-29.8c-11.3,2.2-21,8.6-27.5,18.2c-6.4,9.5-8.8,21-6.6,32.3c0.3,1.4,0.6,2.9,1,4.2      c1.8,6,4.9,11.6,9.1,16.3c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.3,0,0.6-0.2,0.8c-0.3,0.3-0.8,0.2-1.1-0.1c-4.4-4.9-7.6-10.6-9.5-16.9      c-0.4-1.4-0.8-2.9-1.1-4.4c-2.3-11.7,0.2-23.5,6.8-33.4c6.7-9.9,16.8-16.5,28.4-18.8c22.6-4.4,44.6,9.3,51.1,30.8      c0.4,1.4,0.8,2.9,1.1,4.4C246.7,483.4,233,505.4,211.4,511.9z\"></path>				</g>			</g>			<g>				<path class=\"st10\" d=\"M744.7,860.1c-16.9,11.7-444.7,11-453.9-4.9c-8.6-14.9-19-612.5,2.9-625.2c11.1-6.5,71.1-2.8,124.2-2.5     c45.3,0.2,86.6,0.8,92.2,0.9c3.1,0,42.9-2.4,88.4-3.3c64.1-1.3,136.1-11.4,139.6,9.6C743.6,269,761.5,848.3,744.7,860.1z\"></path>				<path class=\"st37\" d=\"M513.2,843.1c-54.4-0.4-105.4-1.5-143.4-3.3c-48.8-2.3-67-2.2-70.8-6.3c-6.5-7-3.3-38.6-5.3-96.6     c-2-57.7-3.4-130.2-4-198.8c-0.7-79-0.2-148.2,1.4-200.1c0.9-29.3,2.1-52.9,3.7-70.2c1.6-18.1,1.5-27.1,4.3-29.3     c7.7-6.3,38.5-2.2,118.8-1.8c5.5,0,11,0.1,16.3,0.1c29.5,0.2,55.7,0.5,68.2,0.7c3.9,0,6.5,0.1,7.6,0.1c1.1,0,3.5-0.1,10.3-0.4     c14.7-0.7,45.1-2.1,78.3-2.8c14.3-0.3,27.7-0.4,39.9-0.3c25.4,0.2,87.9-1.7,89.1,0.3c1.9,3.2,1.9,19.6,2.3,29.6     c1.9,52.2,6.9,190.8,9.7,318.2c1.6,71.8,2.2,129.7,2,172.3c-0.4,58.2,0.6,78.4-3.8,82.7c-4.1,4-23,3.2-74.7,4.6     C621.1,843,567.8,843.4,513.2,843.1z\"></path>				<path class=\"st10\" d=\"M589.4,239.4c-0.8,4.6-1.9,8.3-3.1,9.8c-3.9,4.9-61.2,2.2-74.9,2.1c-7.5-0.1-67.8-0.4-77.3-2.3     c-7.7-1.5-9.7-28.2-8.4-36.9c1.3-8.7,64.3,0.5,64.3-9.4c0.1-11.4,1.5-29.9,20.7-28.5c10.3,0.7,13.8,7.7,15,14.7     c1.1,6.1,0.5,12.4,1.2,14.7c1.5,5,46.9,4,56.9,4.7C591.1,208.8,591.5,227.2,589.4,239.4z\"></path>				<path class=\"st38\" d=\"M589.4,239.4c-0.8,4.6-1.9,8.3-3.1,9.8c-3.9,4.9-61.2,2.2-74.9,2.1c-7.5-0.1-67.8-0.4-77.3-2.3     c-7.7-1.5-9.7-28.2-8.4-36.9c1.3-8.7,64.3,0.5,64.3-9.4c0.1-11.4,1.5-29.9,20.7-28.5c10.3,0.7,13.8,7.7,15,14.7     c-2.9,0.7-5.5,1.2-7.6,1.5c-11.9,1.3-11.5,14.9-18.6,22.6c-7.1,7.6-51.9,5.5-55.4,7.8c-3.5,2.3-1.7,13.1-0.1,15.9     C445.7,239.4,576,247.8,589.4,239.4C589.4,239.4,589.4,239.4,589.4,239.4z\"></path>			</g>			<g>				<path class=\"st39\" d=\"M298.3,295.2c4.1-4.9,421.5-4.2,424.8-0.8c3.3,3.5,4.4,206.2,1.7,209.4c-2.7,3.3-427.7,6.7-430.3,2.4     C291.8,501.9,294.6,299.6,298.3,295.2z\"></path>				<path class=\"st10\" d=\"M524.2,334.4c0,3-2.3,5.4-5.3,5.5c-3,0-5.4-2.4-5.5-5.3c0-3,2.3-5.4,5.3-5.5     C521.7,329,524.1,331.4,524.2,334.4z\"></path>				<path class=\"st10\" d=\"M525.9,468.1c0,3-2.3,5.4-5.3,5.5c-3,0-5.4-2.4-5.5-5.3c0-3,2.3-5.4,5.3-5.5     C523.4,462.7,525.8,465.1,525.9,468.1z\"></path>									<ellipse transform=\"matrix(3.492504e-02 -0.9994 0.9994 3.492504e-02 121.6913 885.4902)\" class=\"st10\" cx=\"519.3\" cy=\"379.7\" rx=\"6.7\" ry=\"6.7\"></ellipse>				<path class=\"st10\" d=\"M527.2,427.7c0.1,4-3.2,7.3-7.2,7.4c-4,0.1-7.3-3.2-7.4-7.2c-0.1-4,3.2-7.3,7.2-7.4     C523.9,420.5,527.2,423.7,527.2,427.7z\"></path>				<line class=\"st40\" x1=\"518.4\" y1=\"309.6\" x2=\"520.8\" y2=\"494\"></line>				<g>					<g>						<line class=\"st41\" x1=\"551.9\" y1=\"612.4\" x2=\"663.5\" y2=\"610.9\"></line>													<ellipse transform=\"matrix(3.451916e-02 -0.9994 0.9994 3.451916e-02 -76.1021 1145.8722)\" class=\"st10\" cx=\"555\" cy=\"612.3\" rx=\"8.4\" ry=\"8.3\"></ellipse>					</g>					<g>						<line class=\"st41\" x1=\"552.3\" y1=\"641\" x2=\"663.9\" y2=\"639.5\"></line>													<ellipse transform=\"matrix(3.462169e-02 -0.9994 0.9994 3.462169e-02 -104.3785 1173.7678)\" class=\"st10\" cx=\"555.4\" cy=\"640.9\" rx=\"8.4\" ry=\"8.3\"></ellipse>					</g>					<g>						<line class=\"st41\" x1=\"552.6\" y1=\"669.5\" x2=\"664.3\" y2=\"668.1\"></line>													<ellipse transform=\"matrix(3.432224e-02 -0.9994 0.9994 3.432224e-02 -132.4407 1201.9343)\" class=\"st10\" cx=\"555.7\" cy=\"669.5\" rx=\"8.4\" ry=\"8.3\"></ellipse>					</g>				</g>				<g>					<path class=\"st42\" d=\"M563.1,767c-2-2.7,6.7-29.5,9.3-29.8c2.6-0.2,7.8,11.7,8.8,10.5c1-1.2,1.7-20.3,4.3-21.2      c2.5-1,2.7,9.5,4.9,10.3c2.1,0.7,9.2-37.5,11.9-37.9c2.8-0.4,10.7,29.3,11.9,30.3c1.2,1,8.1-13,11.1-11.3      c3,1.7,6.6,9.9,7.6,10.7c1,0.8,3.2-16.6,5.2-16.6c2.1,0,2.7,4.6,4,5.7c1.3,1.1,1.9-21.5,3.8-21.3c1.9,0.2,2.4,12.4,4.1,12      c1.6-0.3,6.1-15.6,7.9-15.8c1.9-0.2,7.5,10,11.3,9.5c3.9-0.5,1.5-12.5,3.2-11.8c1.8,0.8,2.8,3,4.2,3.5      c1.4,0.5,11.3-37.4,15.2-37.6c3.9-0.2,5.3,20.9,6.8,21.2c1.5,0.2,4.3-8.1,6.9-8.3c2.6-0.2,10.4,1.1,11.6,0.1      c1.2-1,5.4-33,6.1-33.8s1,137.6-1.4,137.2C719.4,772.3,565,769.6,563.1,767z\"></path>					<path class=\"st12\" d=\"M551.8,777.3c-2.4-4.3,11.3-19,11.7-17c0.4,2,1.9,6.4,2.7,5.4c0.8-1,3-15.7,5.1-16.1c2-0.4,3.1,5.4,4,5.1      c0.9-0.3,1.3-16.1,5-16.2c3.7,0,6.1,14,7.1,12.8s3.8-7.9,5.7-6.9c2,0.9,4.7,6,5.3,6.5c0.6,0.5,1.8-11.6,3.4-13.6      c1.7-2,17,6,17.2,4.1c0.2-1.9,9.4-16.6,13-15.6c3.6,1,10.9,2.5,11.8,2.6c0.9,0.1,11.1-19.6,13.8-19.1      c2.7,0.5,6.7,12.5,8.8,10.8c2.1-1.7,13.5-22.8,16.4-23.1c3-0.3,11.5,8.9,13.5,8.5s3-23,7.9-24.4s5.4,14.5,8.7,15.2      s9.7-37.7,10.8-37.4c1.1,0.3,0.1,114.7-0.8,115.7C722.3,775.7,552.7,779.1,551.8,777.3z\"></path>				</g>				<g>					<polyline class=\"st43\" points=\"315.8,323.3 317.8,483.8 501.9,481.4      \"></polyline>					<path class=\"st44\" d=\"M332.5,390.8c1.6-1.7,24.1-1.1,25-0.3c0.8,0.8,2.6,76.9,1,78.5c-1.6,1.7-23.3,2-25,0.3      C331.8,467.7,331.7,391.6,332.5,390.8z\"></path>					<path class=\"st45\" d=\"M370.8,385.8c1.6-1.8,24.1-1.2,25-0.3c0.8,0.9,2.7,81.2,1.1,83c-1.6,1.8-23.3,2.1-25,0.3      C370.1,467,369.9,386.7,370.8,385.8z\"></path>					<path class=\"st46\" d=\"M407.8,348.3c1.6-2.6,24.1-1.6,25-0.3c0.8,1.3,3.1,116.9,1.5,119.5c-1.6,2.6-23.3,2.8-25,0.3      C407.6,465.2,407,349.5,407.8,348.3z\"></path>					<path class=\"st42\" d=\"M446.7,327.1c1.6-3,24.1-1.8,25-0.3c0.9,1.5,3.4,136.8,1.8,139.8c-1.6,3-23.3,3.3-25,0.3      C446.7,463.9,445.9,328.6,446.7,327.1z\"></path>					<path class=\"st10\" d=\"M307.6,330.1c-0.8-0.8,7.3-18.5,8.1-18.5c0.8,0,10.2,17.4,9.4,18.3C324.2,330.7,308.4,330.9,307.6,330.1z      \"></path>					<path class=\"st10\" d=\"M494.2,473c0.8-0.8,18.4,7.3,18.4,8.1c0,0.8-17.4,10.3-18.2,9.4C493.6,489.7,493.4,473.9,494.2,473z\"></path>				</g>			</g>			<g>				<path class=\"st47\" d=\"M445.7,602.3l-18,48c15.4,6.7,24.6,21.9,24.2,37.9c-0.1,2.3-0.3,4.7-0.8,7l50.5,8.8     c0.7-3.5,1.1-7,1.3-10.5C505.7,654.9,483.5,617.4,445.7,602.3z\"></path>				<path class=\"st48\" d=\"M396.9,724.8c20.7,8.1,44-2.1,52.1-22.8c1.8-4.5,2.7-9.1,2.8-13.7l51,5.4c-0.6,9-2.6,18.1-6.1,27     c-18.4,47-71.5,70.3-118.5,51.9c-17.4-6.8-31.6-18.4-41.5-32.6l41.3-30.1C382.4,716.4,388.9,721.7,396.9,724.8z\"></path>				<path class=\"st20\" d=\"M445,608.1l-18,48c15.4,6.7,24.6,21.9,24.2,37.9c-0.1,2.3-0.3,4.7-0.8,7l50.5,8.8c0.7-3.5,1.1-7,1.3-10.5     C505,660.7,482.8,623.2,445,608.1z\"></path>				<path class=\"st49\" d=\"M325.6,653.1c-11.6,29.6-6.7,61.6,10.3,85.9c1.1,1.5,2.2,3,3.4,4.5l41.2-30.4c-1.2-1.5-2.2-2.8-3.2-4.3     c-7-10.6-9-24.3-4-37c4.5-11.5,13.7-19.8,24.6-23.5l-17-48.3C356.4,608.4,335.7,627.1,325.6,653.1z\"></path>									<linearGradient id=\"SVGID_00000127033709627119440530000001059433457043005119_\" gradientUnits=\"userSpaceOnUse\" x1=\"319.549\" y1=\"678.2723\" x2=\"398.1205\" y2=\"678.2723\">					<stop offset=\"0\" style=\"stop-color:#FEC03E\"></stop>					<stop offset=\"0.9944\" style=\"stop-color:#F79C21\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000127033709627119440530000001059433457043005119_);\" d=\"M325.9,659.6     c-11.6,29.6-6.7,61.6,10.3,85.9c1.1,1.5,2.2,3,3.4,4.5l41.3-30.4c-1.2-1.3-2.3-2.8-3.3-4.2c-7-10.6-9-24.3-4-37     c4.5-11.5,13.7-19.8,24.6-23.5l-17-48.3C356.7,615,336,633.7,325.9,659.6z\"></path>				<path class=\"st51\" d=\"M396.4,730.4c20.7,8.1,44-2.1,52.1-22.8c1.8-4.5,2.7-9.1,2.8-13.7l51,5.4c-0.6,9-2.6,18.1-6.1,27     c-18.4,47-71.5,70.3-118.5,51.9c-17.4-6.8-31.6-18.4-41.5-32.6l41.4-30.2C382,721.9,388.4,727.3,396.4,730.4z\"></path>				<path class=\"st52\" d=\"M443,589.4l-18.4,47.8c-8.5-3.1-18.1-3.4-27.3-0.1c-0.2,0.1-0.3,0.1-0.5,0.2L379.6,589     c0.2-0.1,0.3-0.1,0.5-0.2C401.3,581.3,423.4,582.1,443,589.4z\"></path>				<path class=\"st12\" d=\"M445,595.5l-18.4,47.8c-8.5-3.1-18.1-3.4-27.3-0.1c-0.2,0.1-0.3,0.1-0.5,0.2l-17.2-48.2     c0.2-0.1,0.3-0.1,0.5-0.2C403.3,587.4,425.5,588.2,445,595.5z\"></path>			</g>			<g>				<path class=\"st18\" d=\"M64.8,572.6c8.2-11.6,228.4-12.8,233.3-5.7c4.9,7.1,10.8,281.8,1.8,287.8c-9,6-219.3-0.7-227.8-15.8     C63.4,823.7,49.7,593.8,64.8,572.6z\"></path>				<path class=\"st18\" d=\"M296.1,795.3c-0.2,34-1.5,58.7-4.2,60.5c-9,6-220.9,12.8-229.4-2.3c-8.6-15.2-11.7-243.6-1.6-267.7     c4.7-11.1,222.8-11.3,227.7-4.2c0.2,0.3,0.5,1.2,0.7,2.5C292.6,603,296.6,721.1,296.1,795.3z\"></path>				<path class=\"st53\" d=\"M84,609.5c3.7-1.5,177.8-0.7,181.7,0.3c4,1,3.7,38.1-3.4,38.9c-7.1,0.8-172.3,1.7-179.2-0.4     C76.3,646.1,76.1,612.8,84,609.5z\"></path>				<g>					<path class=\"st54\" d=\"M80.6,672.8c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      S78,681.1,80.6,672.8z\"></path>					<path class=\"st54\" d=\"M131.5,673.1c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C130.5,700.9,128.9,681.4,131.5,673.1z\"></path>					<path class=\"st54\" d=\"M182.4,673.4c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C181.4,701.2,179.8,681.7,182.4,673.4z\"></path>					<path class=\"st55\" d=\"M233.9,673.7c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      S231.3,682,233.9,673.7z\"></path>				</g>				<g>					<path class=\"st54\" d=\"M80.3,720.2c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C79.3,748,77.7,728.6,80.3,720.2z\"></path>					<path class=\"st54\" d=\"M131.2,720.5c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C130.2,748.3,128.6,728.8,131.2,720.5z\"></path>					<path class=\"st54\" d=\"M182.1,720.8c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C181.1,748.6,179.5,729.1,182.1,720.8z\"></path>					<path class=\"st55\" d=\"M233,721.1c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C232,748.9,230.5,729.4,233,721.1z\"></path>				</g>				<g>					<path class=\"st54\" d=\"M80,767.7c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C79,795.5,77.4,776,80,767.7z\"></path>					<path class=\"st54\" d=\"M130.9,768c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C129.9,795.8,128.4,776.3,130.9,768z\"></path>					<path class=\"st54\" d=\"M181.8,768.3c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5s-31.6,3-32.1-1.5      C180.8,796.1,179.3,776.6,181.8,768.3z\"></path>					<path class=\"st55\" d=\"M232.8,768.6c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C231.8,796.4,230.2,776.9,232.8,768.6z\"></path>				</g>				<g>					<path class=\"st54\" d=\"M79.7,815.1c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C78.7,843,77.2,823.5,79.7,815.1z\"></path>					<path class=\"st54\" d=\"M130.7,815.4c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C129.7,843.3,128.1,823.8,130.7,815.4z\"></path>					<path class=\"st56\" d=\"M181.6,815.7c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C180.6,843.5,179,824.1,181.6,815.7z\"></path>					<path class=\"st55\" d=\"M232.5,816c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C231.5,843.8,229.9,824.4,232.5,816z\"></path>				</g>				<g>					<path class=\"st4\" d=\"M243.5,688l13.1,0.1l0,3l-13.1-0.1L243.5,688z M248,694.1c0-0.3,0.1-0.6,0.2-0.8c0.1-0.2,0.3-0.5,0.4-0.7      c0.2-0.2,0.4-0.3,0.6-0.4c0.2-0.1,0.5-0.2,0.8-0.2c0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.5,0.3,0.6,0.5c0.2,0.2,0.3,0.4,0.4,0.7      c0.1,0.3,0.2,0.5,0.2,0.8c0,0.3-0.1,0.6-0.2,0.8c-0.1,0.2-0.3,0.5-0.4,0.6c-0.2,0.2-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.2-0.8,0.2      c-0.3,0-0.6-0.1-0.8-0.2c-0.2-0.1-0.5-0.3-0.6-0.5c-0.2-0.2-0.3-0.4-0.4-0.7C248,694.7,248,694.4,248,694.1z M248,685      c0-0.3,0.1-0.6,0.2-0.8c0.1-0.2,0.3-0.5,0.4-0.7c0.2-0.2,0.4-0.3,0.6-0.4c0.2-0.1,0.5-0.2,0.8-0.2c0.3,0,0.6,0.1,0.8,0.2      c0.2,0.1,0.5,0.3,0.6,0.5c0.2,0.2,0.3,0.4,0.4,0.7c0.1,0.3,0.2,0.5,0.2,0.8c0,0.3-0.1,0.6-0.2,0.8c-0.1,0.2-0.3,0.5-0.4,0.6      c-0.2,0.2-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.2-0.8,0.2c-0.3,0-0.6-0.1-0.8-0.2c-0.2-0.1-0.5-0.3-0.6-0.5      c-0.2-0.2-0.3-0.4-0.4-0.7C248.1,685.6,248,685.3,248,685z\"></path>				</g>				<g>					<path class=\"st4\" d=\"M245.6,730.8l4.2,4.3l4.1-4.2l2.1,2.1l-4.1,4.3l4.3,4.2l-2.2,2.2l-4.2-4.3l-4.2,4.3l-2.1-2.1l4.2-4.4      l-4.2-4.2L245.6,730.8z\"></path>				</g>				<g>					<path class=\"st4\" d=\"M252,786.4l-5.9,0l0-2.9l5.9,0L252,786.4z\"></path>				</g>				<g>					<path class=\"st4\" d=\"M241.3,829l5,0l0-5.1l3,0l0,5.1l5,0l0,3l-5,0l0,5.1l-3,0l0-5.1l-5,0L241.3,829z\"></path>				</g>				<g>					<path class=\"st4\" d=\"M190.3,831.1l13.1,0.1l0,3l-13.1-0.1L190.3,831.1z M190.4,826.4l13.1,0.1l0,3l-13.1-0.1L190.4,826.4z\"></path>				</g>				<path class=\"st57\" d=\"M239.1,641.2c-1.5-0.3-1.2-22.2,0.1-23.7c1.3-1.6,13.9-1.3,15.5,0.1c1.5,1.4,1.9,22.6-0.1,23.7     C252.5,642.4,241.3,641.6,239.1,641.2z\"></path>				<g>					<path class=\"st58\" d=\"M258.6,640.5c0-0.3,0.1-0.6,0.2-0.9c0.1-0.3,0.3-0.5,0.5-0.7c0.2-0.2,0.4-0.4,0.7-0.5      c0.3-0.1,0.6-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2c0.3,0.1,0.5,0.3,0.7,0.5c0.2,0.2,0.4,0.4,0.5,0.7c0.1,0.3,0.2,0.6,0.2,0.9      c0,0.3-0.1,0.6-0.2,0.9c-0.1,0.3-0.3,0.5-0.5,0.7c-0.2,0.2-0.4,0.4-0.7,0.5c-0.3,0.1-0.6,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2      c-0.3-0.1-0.5-0.3-0.7-0.5c-0.2-0.2-0.4-0.4-0.5-0.7C258.6,641.1,258.6,640.8,258.6,640.5z\"></path>				</g>				<g>					<path class=\"st59\" d=\"M95,682.9l-3.4,3l-2-2.4l5.5-4.7l3.3,0L98.4,696l-3.4,0L95,682.9z\"></path>				</g>				<g>					<path class=\"st59\" d=\"M141.6,692.4l6.6-5.9c0.3-0.3,0.7-0.6,1-1c0.3-0.4,0.5-0.8,0.5-1.4c0-0.6-0.2-1-0.6-1.4      c-0.4-0.3-0.9-0.5-1.5-0.5c-0.7,0-1.2,0.2-1.6,0.6c-0.4,0.4-0.6,0.9-0.6,1.5l-3.6-0.3c0.1-0.9,0.2-1.7,0.6-2.3      c0.3-0.7,0.7-1.2,1.3-1.6c0.5-0.4,1.1-0.8,1.9-1c0.7-0.2,1.5-0.3,2.3-0.3c0.8,0,1.5,0.1,2.1,0.3c0.7,0.2,1.2,0.5,1.7,1      c0.5,0.4,0.9,1,1.1,1.6c0.3,0.6,0.4,1.4,0.4,2.3c0,0.5-0.1,1-0.2,1.5c-0.1,0.4-0.3,0.8-0.5,1.2c-0.2,0.4-0.4,0.7-0.7,1      c-0.3,0.3-0.6,0.6-0.9,0.9l-5.2,4.4l7.5,0l0,3.2l-11.8-0.1L141.6,692.4z\"></path>				</g>				<g>					<path class=\"st59\" d=\"M194.9,686.2l1.2,0c0.3,0,0.7,0,1-0.1c0.3,0,0.6-0.1,0.9-0.3c0.3-0.1,0.5-0.3,0.6-0.6      c0.2-0.2,0.2-0.6,0.2-1c0-0.5-0.2-0.9-0.6-1.3c-0.4-0.3-0.9-0.5-1.5-0.5c-0.6,0-1,0.1-1.4,0.5c-0.4,0.3-0.6,0.7-0.7,1.1      l-3.9-0.8c0.2-0.7,0.5-1.4,0.9-1.9c0.4-0.5,0.8-0.9,1.4-1.3c0.5-0.3,1.1-0.6,1.8-0.7c0.6-0.1,1.3-0.2,2-0.2      c0.7,0,1.5,0.1,2.2,0.3c0.7,0.2,1.3,0.5,1.8,0.9c0.5,0.4,0.9,0.9,1.2,1.5c0.3,0.6,0.5,1.3,0.5,2.1c0,1-0.3,1.8-0.8,2.4      c-0.5,0.7-1.2,1.1-2.2,1.3l0,0.1c0.5,0.1,1,0.2,1.3,0.5c0.4,0.2,0.7,0.5,1,0.9c0.3,0.4,0.5,0.8,0.6,1.2      c0.1,0.5,0.2,0.9,0.2,1.4c0,0.9-0.2,1.6-0.5,2.2c-0.3,0.6-0.8,1.2-1.3,1.6c-0.6,0.4-1.2,0.7-1.9,0.9c-0.7,0.2-1.5,0.3-2.4,0.3      c-1.5,0-2.8-0.4-3.9-1.1c-1.1-0.7-1.8-1.8-2.1-3.4l3.8-0.9c0.1,0.6,0.4,1.1,0.8,1.5c0.4,0.4,1,0.5,1.7,0.5      c0.8,0,1.4-0.2,1.7-0.6c0.4-0.4,0.6-0.9,0.6-1.6c0-0.5-0.1-0.9-0.3-1.1c-0.2-0.3-0.5-0.5-0.8-0.6c-0.3-0.1-0.7-0.2-1.1-0.2      c-0.4,0-0.8,0-1.2,0l-0.8,0L194.9,686.2z\"></path>				</g>				<g>					<path class=\"st59\" d=\"M95.8,740.3l-7.4,0l0-3l7-10.6l3.9,0l-0.1,10.6l2.2,0l0,3l-2.2,0l0,3.4l-3.4,0L95.8,740.3z M95.8,731.3      L95.8,731.3l-3.8,5.9l3.8,0L95.8,731.3z\"></path>				</g>				<g>					<path class=\"st59\" d=\"M152.5,730.1l-6.7,0l-0.1,2.6c0.4-0.1,0.9-0.2,1.5-0.2c0.9,0,1.6,0.1,2.4,0.4c0.7,0.3,1.3,0.6,1.8,1.1      c0.5,0.5,0.9,1.1,1.2,1.8c0.3,0.7,0.4,1.5,0.4,2.4c0,1-0.2,1.8-0.5,2.6c-0.3,0.8-0.8,1.4-1.4,1.9c-0.6,0.5-1.3,0.9-2,1.2      c-0.8,0.3-1.6,0.4-2.6,0.4c-1.5,0-2.7-0.4-3.7-1.1c-1-0.7-1.7-1.8-2-3.3l3.7-0.8c0.1,0.6,0.3,1.1,0.8,1.5      c0.4,0.4,0.9,0.6,1.5,0.6c0.8,0,1.4-0.2,1.8-0.7c0.5-0.5,0.7-1.1,0.7-1.8c0-0.6-0.1-1-0.3-1.4c-0.2-0.4-0.5-0.7-0.9-0.9      c-0.4-0.2-0.8-0.4-1.2-0.5c-0.5-0.1-0.9-0.1-1.4-0.1c-0.6,0-1.2,0-1.8,0.2c-0.6,0.1-1.2,0.3-1.7,0.4l0.2-9.5l10.2,0.1      L152.5,730.1z\"></path>				</g>				<g>					<path class=\"st59\" d=\"M196.4,733.3c0.2,0,0.4-0.1,0.6-0.1c0.2,0,0.4,0,0.6,0c0.8,0,1.5,0.2,2.2,0.4c0.6,0.3,1.2,0.7,1.7,1.2      c0.5,0.5,0.8,1.1,1.1,1.8c0.3,0.7,0.4,1.4,0.4,2.2c0,0.9-0.2,1.7-0.5,2.4c-0.3,0.7-0.8,1.3-1.3,1.8c-0.6,0.5-1.2,0.9-2,1.2      c-0.8,0.3-1.6,0.4-2.5,0.4c-0.9,0-1.7-0.2-2.5-0.4c-0.8-0.3-1.4-0.7-2-1.2c-0.6-0.5-1-1.1-1.3-1.9c-0.3-0.7-0.5-1.5-0.5-2.4      c0-0.6,0.1-1.2,0.2-1.7c0.1-0.5,0.3-1,0.4-1.4c0.2-0.5,0.4-0.9,0.7-1.3c0.2-0.4,0.5-0.8,0.8-1.3l3.7-5.8l4.4,0L196.4,733.3z       M199.2,738.6c0-0.8-0.2-1.4-0.7-1.9c-0.5-0.5-1.2-0.8-2-0.8c-0.8,0-1.5,0.2-2,0.8c-0.5,0.5-0.8,1.1-0.8,1.9      c0,0.8,0.2,1.4,0.7,1.9c0.5,0.5,1.2,0.8,2,0.8c0.8,0,1.5-0.2,2-0.8C198.9,740,199.2,739.3,199.2,738.6z\"></path>				</g>				<g>					<path class=\"st59\" d=\"M96.8,776.2l-8.3,0l0-3.3l12.3,0.1l0,3.2L94,790l-4.2,0L96.8,776.2z\"></path>				</g>				<g>					<path class=\"st59\" d=\"M141.3,777.6c0-0.8,0.2-1.5,0.5-2.1s0.7-1.1,1.2-1.5c0.5-0.4,1.1-0.7,1.8-0.9c0.7-0.2,1.4-0.3,2.2-0.3      c0.8,0,1.5,0.1,2.2,0.3c0.7,0.2,1.3,0.5,1.8,0.9c0.5,0.4,0.9,0.9,1.2,1.5c0.3,0.6,0.4,1.3,0.4,2.1c0,0.9-0.3,1.7-0.8,2.4      c-0.5,0.7-1.2,1.1-2.1,1.4l0,0c1,0.3,1.8,0.8,2.3,1.5c0.5,0.7,0.8,1.6,0.8,2.7c0,0.8-0.2,1.5-0.5,2.2c-0.3,0.6-0.8,1.1-1.3,1.6      c-0.6,0.4-1.2,0.7-1.9,0.9c-0.7,0.2-1.5,0.3-2.2,0.3c-0.8,0-1.5-0.1-2.2-0.3c-0.7-0.2-1.3-0.5-1.9-0.9c-0.5-0.4-1-0.9-1.3-1.6      c-0.3-0.6-0.5-1.4-0.5-2.2c0-1.1,0.3-2,0.8-2.7c0.5-0.7,1.3-1.2,2.3-1.5l0,0c-0.9-0.3-1.6-0.8-2.1-1.4      C141.6,779.3,141.3,778.5,141.3,777.6z M144.6,785.1c0,0.6,0.2,1.1,0.6,1.5c0.4,0.4,1,0.6,1.7,0.6c0.7,0,1.3-0.2,1.7-0.6      c0.4-0.4,0.6-0.9,0.7-1.5c0-0.6-0.2-1.1-0.6-1.6c-0.4-0.4-1-0.6-1.7-0.6c-0.7,0-1.3,0.2-1.7,0.6      C144.8,784,144.6,784.5,144.6,785.1z M144.9,778.1c0,0.5,0.2,1,0.6,1.4c0.4,0.4,0.9,0.6,1.5,0.6c0.6,0,1.1-0.2,1.5-0.5      c0.4-0.4,0.6-0.8,0.6-1.4c0-0.5-0.2-1-0.6-1.3c-0.4-0.4-0.9-0.6-1.5-0.6c-0.6,0-1.1,0.2-1.5,0.5      C145.1,777.2,144.9,777.6,144.9,778.1z\"></path>				</g>				<g>					<path class=\"st59\" d=\"M196.5,784.5c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0-0.6,0c-0.8,0-1.5-0.2-2.2-0.4      c-0.7-0.3-1.2-0.7-1.7-1.2c-0.5-0.5-0.8-1.1-1.1-1.8c-0.3-0.7-0.4-1.4-0.4-2.2c0-0.9,0.2-1.7,0.5-2.4c0.3-0.7,0.8-1.3,1.3-1.8      c0.6-0.5,1.2-0.9,2-1.2c0.8-0.3,1.6-0.4,2.5-0.4c0.9,0,1.7,0.2,2.5,0.4c0.8,0.3,1.4,0.7,2,1.2c0.6,0.5,1,1.1,1.3,1.9      c0.3,0.7,0.5,1.5,0.5,2.4c0,0.6-0.1,1.2-0.2,1.7c-0.1,0.5-0.3,1-0.4,1.4c-0.2,0.5-0.4,0.9-0.7,1.3c-0.2,0.4-0.5,0.8-0.8,1.3      l-3.7,5.8l-4.4,0L196.5,784.5z M193.6,779.2c0,0.8,0.2,1.4,0.7,1.9c0.5,0.5,1.2,0.8,2,0.8c0.8,0,1.5-0.2,2-0.7      c0.5-0.5,0.8-1.1,0.8-1.9c0-0.8-0.2-1.4-0.7-1.9c-0.5-0.5-1.2-0.8-2-0.8c-0.8,0-1.5,0.2-2,0.8      C193.9,777.8,193.6,778.4,193.6,779.2z\"></path>				</g>				<g>					<path class=\"st59\" d=\"M88.1,832.1c0-1,0.1-2,0.3-3.1c0.2-1,0.5-2,1-2.8c0.5-0.9,1.1-1.5,1.9-2.1c0.8-0.5,1.8-0.8,3.1-0.8      s2.3,0.3,3.1,0.8c0.8,0.5,1.4,1.2,1.9,2.1c0.5,0.9,0.8,1.8,1,2.9c0.2,1,0.3,2.1,0.3,3.1c0,1-0.1,2-0.3,3.1c-0.2,1-0.5,2-1,2.8      c-0.5,0.9-1.1,1.5-1.9,2.1c-0.8,0.5-1.8,0.8-3.1,0.8c-1.3,0-2.3-0.3-3.1-0.8c-0.8-0.5-1.4-1.2-1.9-2.1c-0.5-0.9-0.8-1.8-1-2.9      C88.2,834.2,88.1,833.1,88.1,832.1z M91.6,832.1c0,0.5,0,1,0.1,1.6c0,0.6,0.1,1.2,0.3,1.8c0.2,0.6,0.4,1.1,0.8,1.5      c0.4,0.4,0.9,0.6,1.5,0.6c0.6,0,1.1-0.2,1.5-0.6c0.4-0.4,0.6-0.9,0.8-1.5c0.2-0.6,0.3-1.2,0.3-1.8c0-0.6,0.1-1.2,0.1-1.6      c0-0.5,0-1-0.1-1.6c0-0.6-0.1-1.2-0.3-1.8c-0.2-0.6-0.4-1.1-0.8-1.5c-0.4-0.4-0.9-0.6-1.5-0.6c-0.7,0-1.2,0.2-1.5,0.6      c-0.4,0.4-0.6,0.9-0.8,1.5c-0.2,0.6-0.3,1.2-0.3,1.8C91.7,831.2,91.7,831.7,91.6,832.1z\"></path>				</g>				<g>					<path class=\"st59\" d=\"M136.8,828.3c0-0.7,0.1-1.3,0.4-1.9c0.2-0.6,0.6-1.1,1-1.5c0.4-0.4,0.9-0.8,1.5-1      c0.6-0.2,1.2-0.4,1.8-0.4c0.7,0,1.3,0.1,1.8,0.4c0.6,0.3,1.1,0.6,1.5,1c0.4,0.4,0.7,0.9,1,1.5c0.2,0.6,0.4,1.2,0.4,1.9      c0,0.7-0.1,1.3-0.4,1.9c-0.3,0.6-0.6,1.1-1,1.5c-0.4,0.4-0.9,0.8-1.5,1c-0.6,0.2-1.2,0.4-1.8,0.4c-0.7,0-1.3-0.1-1.8-0.4      c-0.6-0.3-1.1-0.6-1.5-1c-0.4-0.4-0.7-0.9-1-1.5C136.9,829.6,136.8,829,136.8,828.3z M143.7,828.4c0-0.6-0.2-1.2-0.6-1.6      c-0.4-0.5-1-0.7-1.6-0.7c-0.6,0-1.2,0.2-1.6,0.7c-0.4,0.4-0.7,1-0.7,1.6c0,0.6,0.2,1.2,0.6,1.6c0.4,0.5,1,0.7,1.6,0.7      c0.6,0,1.2-0.2,1.6-0.7C143.5,829.6,143.7,829,143.7,828.4z M151.3,823.2l2,1.1l-9.9,17.5l-1.8-1.1L151.3,823.2z M148.7,836.5      c0-0.7,0.1-1.3,0.4-1.9c0.2-0.6,0.6-1.1,1-1.5c0.4-0.4,0.9-0.8,1.5-1c0.6-0.2,1.2-0.4,1.8-0.4c0.7,0,1.3,0.1,1.8,0.4      c0.6,0.3,1.1,0.6,1.5,1c0.4,0.4,0.7,0.9,1,1.5c0.2,0.6,0.4,1.2,0.4,1.9c0,0.7-0.1,1.3-0.4,1.9c-0.2,0.6-0.6,1.1-1,1.5      c-0.4,0.4-0.9,0.8-1.5,1c-0.6,0.2-1.2,0.4-1.8,0.4c-0.7,0-1.3-0.1-1.8-0.4c-0.6-0.3-1.1-0.6-1.5-1c-0.4-0.4-0.7-1-1-1.5      C148.8,837.8,148.7,837.2,148.7,836.5z M155.7,836.6c0-0.6-0.2-1.2-0.6-1.6c-0.4-0.5-1-0.7-1.6-0.7c-0.6,0-1.2,0.2-1.6,0.7      c-0.4,0.4-0.7,1-0.7,1.6c0,0.7,0.2,1.2,0.6,1.7c0.4,0.5,1,0.7,1.6,0.7c0.6,0,1.2-0.2,1.6-0.7      C155.4,837.8,155.7,837.2,155.7,836.6z\"></path>				</g>				<path class=\"st60\" d=\"M296.1,795.3c-0.2,34-1.5,58.7-4.2,60.5c-9,6-220.9,12.8-229.4-2.3c-8.6-15.2-11.7-243.6-1.6-267.7     c4.7-11.1,222.8-11.3,227.7-4.2c0.2,0.3,0.5,1.2,0.7,2.5c-13.8,14.2-33.7,25.1-56.3,25c-61.2-0.3-152.8,43.7-148.5,98.3     c4.3,54.6,52.8,97.4,85.3,90.2C199,791,277.9,782.3,296.1,795.3z\"></path>			</g>		</g>		<g>			<path class=\"st16\" d=\"M724.7,869.5c0,0,1.8,10.3,2.7,20.5c0.3,4-2.7,7.4-6.7,7.6c-13.6,0.6-42.6,1.7-53,1.2    c-1.6-0.1-2.6-1.7-2-3.1l0,0c0.5-1.2,1.4-2.2,2.6-2.8l47.9-22L724.7,869.5z\"></path>							<linearGradient id=\"SVGID_00000076601454223365542390000005575674659236257955_\" gradientUnits=\"userSpaceOnUse\" x1=\"8079.8647\" y1=\"869.5048\" x2=\"8095.4487\" y2=\"869.5048\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000076601454223365542390000005575674659236257955_);\" d=\"M726.2,863.5l-1.5,12.3    c0,0-8.4,3.9-14.1-0.5l3.5-13.7L726.2,863.5z\"></path>			<path class=\"st18\" d=\"M725.1,632.2c0.6,3.2,3.4,160.3-13.4,230.7c-0.3,1.1,0.3,2.3,1.4,2.8c2.6,1.1,7.6,2.6,13.7,2.8    c1.9,0.1,3.6-1.2,4.1-3c4.8-16.3,27.8-98.2,30.8-176.4c3.4-87.4,0-3,0-3l-2-54L725.1,632.2z\"></path>			<path class=\"st16\" d=\"M779.8,874.9c0,0,2.9,5.2,5.7,19c0.5,2.5-1.2,4.9-3.8,5.1c-4.5,0.4-11.4,1-16.9,1c-2.5,0-4.5-2.2-4.2-4.8    c0.6-5,2.5-13.3,8.4-19.7L779.8,874.9z\"></path>							<linearGradient id=\"SVGID_00000109712800296637504900000004203538471895848625_\" gradientUnits=\"userSpaceOnUse\" x1=\"8023.7017\" y1=\"868.7056\" x2=\"8037.1567\" y2=\"868.7056\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000109712800296637504900000004203538471895848625_);\" d=\"M782.3,859.1l-3.4,18.6    c0,0-3.4,2.5-10,0.7l1.6-20L782.3,859.1z\"></path>			<path class=\"st18\" d=\"M791.6,637c13.7,82.9-3,204.9-8.6,228.8c-0.3,1.5-1.5,2.6-3,2.8c-2.5,0.4-6.7,0.8-10.7-0.4    c-1.4-0.4-2.4-1.7-2.5-3.1c-0.8-19.3,0.6-137.8-12.2-184.6c-0.6-2.4-2.1-4.4-4.1-5.9l-24.8-17.7l-1.9-28.5L791.6,637z\"></path>			<g>				<path class=\"st20\" d=\"M704,479.9c41.2-0.7,86.6,10.8,86.6,10.8c12.3,71.6,2.1,154.2,2.1,154.2c-31.9,8.4-67.8-5.1-67.8-5.1     c-5.3-29.9-30-114.1-30-114.1c-20.1-2.5-36.7-8.3-50.3-16c10.4-12.1,15.3-27.4,17.4-36.5C676.6,477.7,691.3,480.2,704,479.9z\"></path>									<linearGradient id=\"SVGID_00000166654808397388761950000003831270139187258027_\" gradientUnits=\"userSpaceOnUse\" x1=\"1970.6527\" y1=\"356.5499\" x2=\"1892.7393\" y2=\"658.929\" gradientTransform=\"matrix(-1 0 0 1 2569.5623 0)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000166654808397388761950000003831270139187258027_);\" d=\"M582.4,419.3c4-4.9,9.2-2.6,9.2-2.6     c6.1,25.6,37.8,46.3,70.5,56.5c-2.1,9.1-7,24.4-17.4,36.5C590.5,479.3,582.4,419.3,582.4,419.3z\"></path>			</g>			<g>									<linearGradient id=\"SVGID_00000065768400244503962380000010323645529672606851_\" gradientUnits=\"userSpaceOnUse\" x1=\"1945.7472\" y1=\"408.6082\" x2=\"2022.428\" y2=\"393.7667\" gradientTransform=\"matrix(-1 0 0 1 2569.5623 0)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000065768400244503962380000010323645529672606851_);\" d=\"M583.4,420.6c-0.4,1.3,4.5,3.4,7.4-2.1     c0.1-2.6,1.7-13.9,0.1-16.1c-8.4-11.4-24.7-25.8-24.7-25.8c-2.7,2.7-0.5,5.4-0.5,5.4l7.9,8.2c-1.7,3-3.7,5.5-4.6,9.1     c-0.7,2.7-0.3,5.7,1.1,8.1c1.4,2.5,3.3,5.7,5.1,8.3C578.6,420.5,583.4,420.6,583.4,420.6z\"></path>									<linearGradient id=\"SVGID_00000029039239636182863190000002185180417008308627_\" gradientUnits=\"userSpaceOnUse\" x1=\"575.5196\" y1=\"405.1584\" x2=\"586.5602\" y2=\"405.1584\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000029039239636182863190000002185180417008308627_);\" d=\"M577.1,395.5l7.2,6.1l2.3,6.1l-6.4,7.1     c0,0-2.2-12-3.8-14.7C574.8,397.5,575.6,396.3,577.1,395.5z\"></path>			</g>			<path class=\"st20\" d=\"M774.8,530.6l15.8-39.9c0,0,38.4,26.1,44.8,59.2c-7.3,0.5-20.5,2.4-33.4,9    C799.1,543.3,774.8,530.6,774.8,530.6z\"></path>							<linearGradient id=\"SVGID_00000156582118906902412080000001524449802973662081_\" gradientUnits=\"userSpaceOnUse\" x1=\"7969.7798\" y1=\"575.7184\" x2=\"8070.5317\" y2=\"575.7184\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000156582118906902412080000001524449802973662081_);\" d=\"M741.2,568.1c0,0,43.2,24.4,57.7,3.6    c3-4.3,3.7-8.6,3-12.7c12.9-6.5,26.2-8.4,33.4-9c1.9,10,0.9,20.6-5,31.3c-25.5,46.7-94.9-2.6-94.9-2.6L741.2,568.1z\"></path>			<g>									<linearGradient id=\"SVGID_00000161627861895251934710000003837115575689072781_\" gradientUnits=\"userSpaceOnUse\" x1=\"1823.0562\" y1=\"556.215\" x2=\"1930.9957\" y2=\"556.215\" gradientTransform=\"matrix(-1 0 0 1 2569.5623 0)\">					<stop offset=\"0\" style=\"stop-color:#888888\"></stop>					<stop offset=\"1\" style=\"stop-color:#BBBBBB\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000161627861895251934710000003837115575689072781_);\" d=\"M746.4,599l-23.6-82.3     c-0.3-0.9-1.1-1.6-2-1.7c-4.3-0.5-16.6-1.9-30.9-3.1c-17.2-1.5-37.2-2.6-49.1-1.6c-1.7,0.1-2.7,1.9-2,3.5     c6.8,13.7,34.7,69.6,48.7,87.9c0.5,0.6,1.2,1,1.9,1l54.7-0.5C745.7,602,746.8,600.5,746.4,599z\"></path>				<path class=\"st68\" d=\"M687.5,504.7l-17.1-2.8c-0.9-0.2-1.7,0.7-1.4,1.6l1.7,5.1c0.1,0.4,0.5,0.8,1,0.8l16.4,2.2     c0.9,0.1,1.6-0.7,1.4-1.5l-1-4.5C688.3,505.2,687.9,504.8,687.5,504.7z\"></path>				<path class=\"st69\" d=\"M700.2,519.2l-1.4-7.3c-0.1-0.7-0.7-1.3-1.5-1.4l-34.5-3.5c-1.2-0.1-2.1,0.9-1.8,2.1l2.2,9.1     c0.2,0.7,0.8,1.3,1.6,1.3l33.7,1.7C699.6,521.3,700.5,520.3,700.2,519.2z\"></path>									<linearGradient id=\"SVGID_00000116920597959642657910000006704879537486186142_\" gradientUnits=\"userSpaceOnUse\" x1=\"8063.0513\" y1=\"565.1545\" x2=\"8094.4395\" y2=\"565.1545\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000116920597959642657910000006704879537486186142_);\" d=\"M740.7,579.1c0,0,3.3-13.5,2-18.3     c-1.3-4.8-3.9-10.9-12.4-9.6c-8.5,1.4-18.6,5-18.6,5s0.5,6.2,7,4.2l-4,3.1c0,0,0.6,5,6.1,2.3l-3.7,4.1c0,0,2.4,4.1,6.4,1.5     C727.3,568.9,729.3,580.7,740.7,579.1z\"></path>			</g>							<linearGradient id=\"SVGID_00000088131612990780179190000003235424480182549643_\" gradientUnits=\"userSpaceOnUse\" x1=\"8047.1431\" y1=\"468.0082\" x2=\"8086.9775\" y2=\"468.0082\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000088131612990780179190000003235424480182549643_);\" d=\"M745.7,446.5l13.1,37.9    c0.2,0.6,0,1.3-0.6,1.6c-3.6,2-16.4,7.7-31.9-2.1c-1.6-1-2.7-2.7-3-4.6l-4.2-32.8H745.7z\"></path>			<g>									<linearGradient id=\"SVGID_00000162317204155906482360000002252482217319998355_\" gradientUnits=\"userSpaceOnUse\" x1=\"139.7292\" y1=\"3465.6157\" x2=\"124.8437\" y2=\"3416.5195\" gradientTransform=\"matrix(-0.746 -0.6659 -0.6659 0.746 3121.5835 -2049.6372)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000162317204155906482360000002252482217319998355_);\" d=\"M717.2,411.4c0,0-14.4,27.1-12.5,38     c1.8,10.9,19.7,10.2,35.2,1.3l10.9-29.2L717.2,411.4z\"></path>									<linearGradient id=\"SVGID_00000111171335290818846770000011853207053560197505_\" gradientUnits=\"userSpaceOnUse\" x1=\"126.2994\" y1=\"3380.073\" x2=\"138.7511\" y2=\"3451.0938\" gradientTransform=\"matrix(-0.746 -0.6659 -0.6659 0.746 3121.5835 -2049.6372)\">					<stop offset=\"0\" style=\"stop-color:#010101\"></stop>					<stop offset=\"1\" style=\"stop-color:#1E1315\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000111171335290818846770000011853207053560197505_);\" d=\"M739.2,436.4c-0.6-0.3-0.9-1.1-0.5-1.6     c1.2-1.8,3.3-5.4,4-8.5c0,0,2.6-1.7-6.6-3.9c-9.2-2.2-22.8-5.6-25.7-13.4c-2.8-7.6,4.6-26.7,16.3-11.5c0.4,0.6,1.3,0.6,1.8,0     c1.9-2.5,7-7.7,14-4.6c6.6,3,7.3,7.8,7.2,10.2c0,0.7,0.6,1.3,1.3,1.1c3.3-0.6,11.3-1.2,15,7c3.1,6.7,1.1,10.6-0.7,12.4     c-0.6,0.6-0.3,1.6,0.5,1.8c2.2,0.7,5,2.5,4.7,7.6c-0.4,7.1-8.3,6.5-10.6,6.1c-0.4-0.1-0.7,0.1-1,0.4     c-1.9,2.1-10.6,11.2-20.1,12.3c-0.8,0.1-1.4-0.7-1.2-1.5l4.1-11.8c0.2-0.6-0.1-1.2-0.6-1.4L739.2,436.4z\"></path>									<linearGradient id=\"SVGID_00000181796832572906320540000015485517529618646973_\" gradientUnits=\"userSpaceOnUse\" x1=\"124.5126\" y1=\"3465.387\" x2=\"111.1199\" y2=\"3421.2146\" gradientTransform=\"matrix(-0.746 -0.6659 -0.6659 0.746 3121.5835 -2049.6372)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000181796832572906320540000015485517529618646973_);\" d=\"M737.6,438.1c0,0,10.2-7,11-1.1     c0.7,5.9-9.2,8.6-14.2,6.4L737.6,438.1z\"></path>			</g>		</g>	</g></g><g class=\"st33\">	<path class=\"st75\" d=\"M927.5,524.9c-106.9-151-210.6-160.7-267.2-150.8c-14.2,2.5-25.5-10.6-19-22.1  c29.6-52.6,53.7-144.4-131.3-153.4c-168.7-8.2-236,61.3-255.4,131.1c-13.6,49-5.1,51.7-43.8,90.1C93.5,536.1-62.3,640.6,55.1,766.6  C187.3,908.4,1251,981.7,927.5,524.9z\"></path>	<g class=\"st34\">		<g>			<g>				<path class=\"st76\" d=\"M551.5,166.1c23.4-14,52.7-14,76.1,0l3.9-3.9c-25.6-15.9-58.3-15.9-83.9,0L551.5,166.1z\"></path>				<path class=\"st76\" d=\"M653.4,191.8c14,23.4,14,52.7,0,76.1l3.9,3.9c15.9-25.6,15.9-58.3,0-83.9L653.4,191.8z\"></path>				<path class=\"st76\" d=\"M627.7,293.7c-23.4,14-52.7,14-76.1,0l-3.9,3.9c25.6,15.9,58.3,15.9,83.9,0L627.7,293.7z\"></path>				<path class=\"st76\" d=\"M525.8,267.9c-14-23.4-14-52.7,0-76.1l-3.9-3.9c-15.9,25.6-15.9,58.3,0,83.9L525.8,267.9z\"></path>			</g>			<polygon class=\"st76\" points=\"639.2,290.6 622.6,288.9 631.6,305.5    \"></polygon>			<polygon class=\"st76\" points=\"529.5,278.4 530.2,261.7 514.2,271.7    \"></polygon>			<polygon class=\"st76\" points=\"649.3,180.8 648.9,197.6 664.7,187.3    \"></polygon>			<polygon class=\"st76\" points=\"541.2,171.3 557.8,169.4 545.5,155.1    \"></polygon>			<g>				<path class=\"st76\" d=\"M563.5,188.5l57.9-0.5l0,0.1c-3.4,5.3-5.3,8.1-5.7,8.5l-15.5,0.1c2.1,2.5,3.6,5.5,4.4,9l16.5-0.1     c0.2,0,0.3,0.1,0.3,0.2c-3.6,5.6-5.5,8.4-5.6,8.4l-10.7,0.1c-0.2,2.9-1.5,6.3-4,10.3c-3.3,4.1-6.4,6.7-9.4,8     c-5.6,2.7-11,4.1-16.1,4.2l0,0.1c0,0.4,11.7,14.1,35.2,41l-15.3,0.1c-22.9-26.2-34.3-39.3-34.3-39.4l-0.1-8l0.1-0.3     c2,0.3,4.4,0.4,7,0.4c12.7-0.1,20.5-4.3,23.5-12.5c0.5-1.2,0.7-2.5,0.7-3.7l-34.4,0.3c-0.2,0-0.2-0.1-0.2-0.2     c3.8-5.6,5.7-8.4,5.8-8.4l27.3-0.2l0-0.1c-1.6-3.2-4.6-5.6-9.2-7.3c-3.2-1-6.1-1.5-8.7-1.5l-15.3,0.1l0-0.3     C561.4,191.2,563.3,188.5,563.5,188.5z\"></path>			</g>		</g>	</g>	<g class=\"st34\">		<path class=\"st77\" d=\"M80.2,626.9l26.4,62.1l-62.2-26.8c-9.8,21.9-8.2,48.3,6.8,69.2c22.4,31.3,66,38.5,97.3,16.1   c31.3-22.4,38.5-66,16.1-97.3C145.1,623,109.7,614.1,80.2,626.9z\"></path>		<path class=\"st11\" d=\"M63.6,603.2c-5.2,2.3-10.3,5.1-15.1,8.5c-12.2,8.7-21.3,20.3-27,33.1l73.2,31.5L63.6,603.2z\"></path>	</g>	<polygon class=\"st78\" points=\"588.6,765.8 497.5,763.4 481.3,843.8 601.9,843.8  \"></polygon>	<polygon class=\"st79\" points=\"588,762.2 497.2,765.3 487.5,813 595.6,806.5  \"></polygon>	<rect x=\"441.4\" y=\"841.7\" class=\"st80\" width=\"200.5\" height=\"15.3\"></rect>	<path class=\"st80\" d=\"M835.5,334.7H247.7c-14.3,0-25.8,11-25.8,24.6v399.7c0,13.6,11.6,24.6,25.8,24.6h587.8  c14.3,0,25.8-11,25.8-24.6V359.4C861.4,345.8,849.8,334.7,835.5,334.7z\"></path>	<polygon class=\"st81\" points=\"339.5,783.7 598.4,783.7 687.7,334.7 428.8,334.7  \"></polygon>	<path class=\"st82\" d=\"M835.5,777.4H247.7c-14.3,0-25.8-11.6-25.8-25.8v6.3c0,14.3,11.6,25.8,28.1,27.3h587.8  c12-1.5,23.6-13,23.6-27.3v-6.3C861.4,765.8,849.8,777.4,835.5,777.4z\"></path>	<path class=\"st83\" d=\"M835.5,334.7H247.7c-14.3,0-25.8,11-25.8,24.6v352.2h639.5V359.4C861.4,345.8,849.8,334.7,835.5,334.7z\"></path>	<rect x=\"244.1\" y=\"353.1\" class=\"st84\" width=\"595\" height=\"358.5\"></rect>	<rect x=\"251.6\" y=\"359\" class=\"st85\" width=\"579.3\" height=\"352.6\"></rect>	<path class=\"st86\" d=\"M835.5,334.7H247.7c-14.3,0-25.8,11.6-25.8,25.8v5.4c0-14.3,11.6-25.8,25.8-25.8h587.8  c14.3,0,25.8,11.6,25.8,25.8v-5.4C861.4,346.3,849.8,334.7,835.5,334.7z\"></path>	<g class=\"st34\">		<g>			<rect x=\"611.7\" y=\"236.8\" class=\"st87\" width=\"271.3\" height=\"358.1\"></rect>		</g>		<g>			<path class=\"st88\" d=\"M768.1,221.4c0-11.4-9.2-20.7-20.7-20.7c-11.4,0-20.7,9.2-20.7,20.7h-47v28.4c0,4,3.2,7.2,7.2,7.2h120.9    c4,0,7.2-3.2,7.2-7.2v-28.4H768.1z\"></path>		</g>		<g>			<rect x=\"652.4\" y=\"412.2\" class=\"st89\" width=\"190.1\" height=\"3.1\"></rect>		</g>		<g>			<rect x=\"652.4\" y=\"437.6\" class=\"st89\" width=\"190.1\" height=\"3.1\"></rect>		</g>		<g>			<rect x=\"652.4\" y=\"463\" class=\"st89\" width=\"190.1\" height=\"3.1\"></rect>		</g>		<g>			<rect x=\"652.4\" y=\"488.5\" class=\"st89\" width=\"190.1\" height=\"3.1\"></rect>		</g>		<g>			<rect x=\"652.4\" y=\"513.3\" class=\"st89\" width=\"190.1\" height=\"3.1\"></rect>		</g>		<g>			<rect x=\"652.4\" y=\"535.6\" class=\"st89\" width=\"111.4\" height=\"3.1\"></rect>		</g>		<g>			<rect x=\"652.4\" y=\"298.5\" class=\"st89\" width=\"190.1\" height=\"94.9\"></rect>		</g>		<g>			<g>				<g>					<g>						<g>							<g>								<rect x=\"808.5\" y=\"320.2\" class=\"st90\" width=\"13.1\" height=\"57.8\"></rect>							</g>						</g>						<g>							<rect x=\"781.7\" y=\"328.4\" class=\"st91\" width=\"13.1\" height=\"49.5\"></rect>						</g>						<g>							<rect x=\"755\" y=\"336.7\" class=\"st92\" width=\"13.1\" height=\"41.2\"></rect>						</g>						<g>							<rect x=\"728.2\" y=\"345\" class=\"st93\" width=\"13.1\" height=\"33\"></rect>						</g>						<g>							<rect x=\"701.4\" y=\"353.2\" class=\"st94\" width=\"13.1\" height=\"24.7\"></rect>						</g>						<g>							<g>								<rect x=\"674.6\" y=\"361.5\" class=\"st77\" width=\"13.1\" height=\"16.4\"></rect>							</g>						</g>					</g>				</g>			</g>			<g>				<g>					<polygon class=\"st95\" points=\"828.8,384.1 665,384.1 665,315.1 667.8,315.1 667.8,381.3 828.8,381.3      \"></polygon>				</g>			</g>		</g>		<g>			<path class=\"st96\" d=\"M757.2,221.2c0,5.4-4.4,9.8-9.8,9.8s-9.8-4.4-9.8-9.8c0-5.4,4.4-9.8,9.8-9.8S757.2,215.8,757.2,221.2z\"></path>			<path class=\"st97\" d=\"M747.4,232.7c-6.3,0-11.4-5.1-11.4-11.4c0-6.3,5.1-11.4,11.4-11.4c6.3,0,11.4,5.1,11.4,11.4    C758.8,227.5,753.7,232.7,747.4,232.7z M747.4,213c-4.6,0-8.3,3.7-8.3,8.3c0,4.6,3.7,8.3,8.3,8.3c4.6,0,8.3-3.7,8.3-8.3    C755.7,216.7,752,213,747.4,213z\"></path>		</g>		<rect x=\"679.7\" y=\"221.4\" class=\"st97\" width=\"47\" height=\"6.3\"></rect>		<rect x=\"768.1\" y=\"221.4\" class=\"st97\" width=\"47\" height=\"6.3\"></rect>	</g>	<path class=\"st79\" d=\"M577.2,745.5h-71.1c-2.9,0-5.2,1.5-5.2,3.3c0,1.8,2.3,3.3,5.2,3.3h71.1c2.9,0,5.2-1.5,5.2-3.3  C582.4,746.9,580,745.5,577.2,745.5z\"></path>	<path class=\"st98\" d=\"M672.6,645.9c-6.8-25-66.7-122-110.7-173.6c-4,76.5-37.1,164.6,40.4,217.9  C619.9,702.3,679.4,670.9,672.6,645.9z\"></path>	<path class=\"st99\" d=\"M672.6,645.9c-3.6-13.1-21.6-45.8-44.3-81.5c6.5,35.2-10.9,56.6-25.2,61.3c-18.3,6.1-31.3-37.4-35.9-90.9  c-0.1-0.8-13.7,18.9-13.9,18.2c-5,52-1.9,102.1,49.1,137.2C619.9,702.3,679.4,670.9,672.6,645.9z\"></path>	<path class=\"st98\" d=\"M327,711.5h258.1c0,0-20.8-231.6-23.2-238.9c-2.4-7.3-96.5-41.7-112.2-42.9c-15.7-1.2-117.3,47.3-117.3,47.3  L327,711.5z\"></path>	<g class=\"st34\">		<path class=\"st100\" d=\"M472.7,637.9c0-6.5-4.1-11.7-9.1-11.7c-5,0-9.1,5.3-9.1,11.7s4.1,11.7,9.1,11.7   C468.6,649.7,472.7,644.4,472.7,637.9z\"></path>		<path class=\"st100\" d=\"M475.7,686.2c0-6.5-4.1-11.7-9.1-11.7c-5,0-9.1,5.3-9.1,11.7s4.1,11.7,9.1,11.7   C471.7,697.9,475.7,692.6,475.7,686.2z\"></path>		<path class=\"st11\" d=\"M470.7,634c0-5.4-3.4-9.7-7.5-9.7c-4.2,0-7.5,4.3-7.5,9.7c0,5.4,3.4,9.7,7.5,9.7   C467.3,643.7,470.7,639.4,470.7,634z\"></path>		<ellipse class=\"st11\" cx=\"466.2\" cy=\"679.2\" rx=\"7.5\" ry=\"9.7\"></ellipse>	</g>	<path class=\"st101\" d=\"M566.2,509.2c11.2,166.5-37.8,188.2-98.1,186.6c-90.6-2.3-86.3-169.9-98-176.2  c-50.4,0.6-43.1,191.8-43.1,191.8h258.1c0,0-1.2-42-6.4-99.6C573.8,556.4,571.7,543.3,566.2,509.2z\"></path>	<path class=\"st99\" d=\"M461.7,605.3c0,0,40.7-78.6,69-142.8c-34.2-11.7-71.4-22.8-81.2-23.5c-9.4-0.7-44,12.3-76.9,25.8  C420.3,548.5,461.7,605.3,461.7,605.3z\"></path>	<path class=\"st102\" d=\"M461.7,597.8c0,0,40.7-78.6,69-142.8c-34.2-11.7-71.4-22.8-81.2-23.5c-9.4-0.7-44,12.3-76.9,25.8  C420.3,541,461.7,597.8,461.7,597.8z\"></path>	<path class=\"st103\" d=\"M460.1,581.4c0,0,33-76,56.1-131.5c-27.9-10.1-58.3-19.7-66.4-20.3c-7.7-0.6-35.9,10.7-62.8,22.3  C426.1,524.3,460.1,581.4,460.1,581.4z\"></path>	<path class=\"st104\" d=\"M418.7,372c-3-11.1-12-19.4-20.2-18.4c-8.2,1-12.5,10.7-9.5,21.9c3,11.1,12,19.4,20.2,18.4  C417.4,392.9,421.7,383.1,418.7,372z\"></path>	<path class=\"st105\" d=\"M416.2,372.5c-2-7.6-8.2-13.3-13.9-12.6c-5.6,0.7-8.5,7.4-6.5,15c2,7.6,8.2,13.3,13.9,12.6  C415.3,386.9,418.3,380.2,416.2,372.5z\"></path>	<path class=\"st104\" d=\"M510.1,382.8c5.6-10.1,4.8-22.3-1.8-27.3c-6.6-5-16.4-0.9-22,9.1c-5.6,10.1-4.8,22.3,1.8,27.3  C494.6,396.9,504.5,392.8,510.1,382.8z\"></path>	<path class=\"st105\" d=\"M503.4,379.5c3.5-6.3,3-13.9-1.1-17.1c-4.1-3.1-10.3-0.6-13.8,5.7c-3.5,6.3-3,13.9,1.1,17.1  C493.8,388.4,499.9,385.8,503.4,379.5z\"></path>	<path class=\"st106\" d=\"M489.2,276.7c-2.2-6.4-8.2-5.6-15.3-7.7c-46-13.4-64.7,9.1-77.7,21.1c-3.8,3.5-5,8.9-3.1,13.7h0  c0.8,2.1,1.1,4.3,0.7,6.5c-1.4,8.7-3,36.5,20.4,88.3c2.3,5,7.5,8,13,7.3l52-6.7c4-0.5,7.5-2.9,9.4-6.5c31.9-59,12.7-93.3,5-105.5  C492,284.3,490.8,281.2,489.2,276.7z\"></path>	<polygon class=\"st107\" points=\"415.5,439.4 419.4,389.9 484.6,392.9 489.5,439.7 451.7,463.5  \"></polygon>	<path class=\"st104\" d=\"M407,312.9c-1.7,11.6,0.9,92,8.2,103.4c7.3,11.5,23.8,12.5,33.3,12.9c9.6,0.4,32.6-2.7,38.7-15.9  c6.4-13.7,5.6-96.7,4.8-101.6c-0.8-5-27.3-23.7-46-23.7C427.3,288,407,312.9,407,312.9z\"></path>	<g class=\"st34\">		<path class=\"st108\" d=\"M548.6,697.7c3.1,6.7,2.1,17-3.5,25.2c-5.5,8.3-15.3,8.3-18.5,7c-3.2-1.3-9.5-10.6-0.7-15.6   c8.8-4.9,5.4-11.5,5.4-11.5L548.6,697.7z\"></path>		<path class=\"st108\" d=\"M551.8,696.7c-2.1-18.5-38.2-31.7-55.5-33.1c-17.3-1.4-27.3,39.5-22,48.7c5.3,9.3,15.4,15.8,26,12.4   s15.2,8.7,19.5,8.7C530.3,733.6,553.1,708.4,551.8,696.7z\"></path>		<path class=\"st108\" d=\"M537.9,718.4c0.6,7.3-4,16.6-12,22.3c-8.1,5.7-17.2,2.2-19.8-0.1c-2.6-2.4-5.2-13.4,4.8-14.8   c10-1.4,9.1-8.8,9.1-8.8L537.9,718.4z\"></path>	</g>	<polygon class=\"st103\" points=\"470.2,654.4 506.1,661.8 477.1,723.8 447.5,721.5  \"></polygon>	<g class=\"st34\">		<path class=\"st109\" d=\"M651.6,518.3c7.2,0.2,21.5,7.7,25.2,3c10.9-14,28.5-55.2,26.5-63.7c-2.3-10.2-33.5-26.6-41.6-29.9   c-8.1-3.3-5.4,28.2-32.3,27C618.9,454.1,627.2,517.5,651.6,518.3z\"></path>		<path class=\"st108\" d=\"M675.7,448.7c1.8-32.9,6-57.2,3.3-61.6c-2.7-4.4-11.3-5-14-2.3c-2.7,2.7-13.5,55-13.5,55   C648.3,448.5,672.5,457.4,675.7,448.7z\"></path>		<path class=\"st108\" d=\"M667.7,458.6c2.7,3,11.8,6.6,14.7,6.4c2.9-0.2,12.6-22.6,12.6-22.6c3.6-2.6-13.5-12.1-17.1-9.5   C673.7,438.1,664.9,455.6,667.7,458.6z\"></path>		<path class=\"st108\" d=\"M683.4,474.1c2.3,3.1,10.3,7.1,12.9,7c2.6,0,12.8-22.3,12.8-22.3c3.4-2.5-11.5-12.7-14.9-10.2   C690.1,453.8,681.1,471,683.4,474.1z\"></path>		<path class=\"st108\" d=\"M652.6,442.6c-18,7.7-27.4-22.4-35-24c-5.9-1.2-14.1,0.7-9.7,7.3c20.1,30.6,14.3,47.5,18.5,55.3   C643.8,514.5,652,487.7,652.6,442.6z\"></path>	</g>	<polygon class=\"st103\" points=\"619.6,524.1 625.2,487.9 688.6,513.9 687.7,543.5  \"></polygon>	<path class=\"st98\" d=\"M332.5,476.6c-30,45.9-47.6,177.8-48.2,193.7C283.8,686.3,327,710,327,710l65.9-72c0,0-13.6-6.3-21.6-9.1  c7.3-28,8.8-62.7,5.1-88.7C370.7,499.1,348.8,473.6,332.5,476.6z\"></path>	<path class=\"st101\" d=\"M371.3,628.8c7.3-28,8.8-62.7,5.1-88.7c-0.4-3.1-1-6-1.6-8.9c-0.2,10.1-0.8,20.8-2,31.8  c-6.8,62.5-27.9,111.5-47.1,109.4c-18.7-2-28.7-51.3-23.2-111.3c-11.5,49.1-17.8,99.7-18.2,109.2C283.8,686.3,327,710,327,710  l65.9-72C392.9,637.9,379.3,631.7,371.3,628.8z\"></path>	<path class=\"st98\" d=\"M361.1,627.1c49.2,8.4,122.6,26.3,122.6,26.3l-27.1,73.7c0,0-90.4-11.9-126.4-17.2  C296.9,705,329.3,621.7,361.1,627.1z\"></path>	<path class=\"st101\" d=\"M422.4,710.7c-48.5-3.4-88.7-20.4-102.8-41.1c-6.1,19.2-4.7,38.1,10.6,40.4c36,5.3,126.4,17.2,126.4,17.2  l6.3-17.1C450.2,711.4,436.6,711.7,422.4,710.7z\"></path>	<path class=\"st110\" d=\"M405.2,440.7l11.3-14.7c0,0,24.6,23.6,35.2,24.3c11.9,0.8,39.1-22.1,39.1-22.1l14.3,14.2l-30.4,32.4  l-24.8-12.5L430,475.4L405.2,440.7z\"></path>	<path class=\"st98\" d=\"M589.7,646.6c5.9-50.8,25-137.2,25-137.2l83.6,25c0,0-16.2,83.6-25.8,119.6  C665.8,679.3,579.9,730.8,589.7,646.6z\"></path>	<path class=\"st101\" d=\"M677.7,528.3c-1.6,9.3-3.7,19.1-6.6,29c-15.5,53.8-43,79-63.3,73.2c-6.3-1.8-13-6.5-21.3-11.7  c-1,6.7,0.3,20.6-0.4,26.5c-9.9,84.1,79.7,34,86.4,8.7c9.6-36,25.8-119.6,25.8-119.6L677.7,528.3z\"></path>	<g class=\"st34\">		<g>			<g>				<g>					<path class=\"st111\" d=\"M243.7,693.6h-35.9c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.6,1.5,1.5,1.5h35.9c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.2,694.3,244.6,693.6,243.7,693.6z\"></path>					<path class=\"st112\" d=\"M238.6,693.6h-7.3c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.3c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.9,694.3,238.7,693.6,238.6,693.6z\"></path>					<path class=\"st113\" d=\"M244.2,693.7c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.2,1.6h-30.7c-0.7,0-1.2-0.7-1.2-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.6,1.5,1.5,1.5h35.9c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.2,694.5,244.8,693.9,244.2,693.7z\"></path>					<path class=\"st112\" d=\"M243.8,693.6h-31.5c0.2,0.4,0.6,0.6,0.9,0.6h29.7C243.3,694.2,243.6,694,243.8,693.6      C243.8,693.6,243.8,693.6,243.8,693.6z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M243,702.7h-37.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5H243c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.5,703.4,243.8,702.7,243,702.7z\"></path>					<path class=\"st112\" d=\"M238,702.7h-7.6c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.6c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.3,703.4,238.1,702.7,238,702.7z\"></path>					<path class=\"st113\" d=\"M243.4,702.8c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.9c-0.7,0-1.3-0.7-1.3-1.6V703      c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5H243c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.5,703.5,244,703,243.4,702.8z\"></path>					<path class=\"st112\" d=\"M243,702.7h-32.8c0.2,0.4,0.6,0.6,1,0.6h30.9C242.5,703.3,242.8,703.1,243,702.7      C243,702.7,243,702.7,243,702.7z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M240.2,711.8h-32.9c-0.7,0-1.3,0.7-1.3,1.5v6.1c0,0.8,0.6,1.5,1.3,1.5h32.9c0.7,0,1.3-0.7,1.3-1.5v-6.1      C241.5,712.5,240.9,711.8,240.2,711.8z\"></path>					<path class=\"st112\" d=\"M236.7,711.8H230c-0.1,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h6.7c0.1,0,0.3-0.7,0.3-1.5v-6.1      C237,712.5,236.8,711.8,236.7,711.8z\"></path>					<path class=\"st113\" d=\"M240.6,711.9c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.5,1.6-1.1,1.6h-28.1c-0.6,0-1.1-0.7-1.1-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3c-0.7,0-1.3,0.7-1.3,1.5v6.1c0,0.8,0.6,1.5,1.3,1.5h32.9c0.7,0,1.3-0.7,1.3-1.5v-6.1      C241.5,712.6,241.1,712.1,240.6,711.9z\"></path>					<path class=\"st112\" d=\"M240.2,711.8h-28.9c0.2,0.4,0.5,0.6,0.9,0.6h27.3C239.7,712.4,240,712.2,240.2,711.8      C240.2,711.8,240.2,711.8,240.2,711.8z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M244.2,720.9h-36.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.7,721.5,245.1,720.9,244.2,720.9z\"></path>					<path class=\"st112\" d=\"M238.8,720.9h-7.4c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.4c0.2,0,0.3-0.7,0.3-1.5v-6.1      C239.1,721.5,239,720.9,238.8,720.9z\"></path>					<path class=\"st113\" d=\"M244.7,721c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.1c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.7,721.7,245.3,721.1,244.7,721z\"></path>					<path class=\"st112\" d=\"M244.3,720.9h-31.9c0.2,0.4,0.6,0.6,1,0.6h30.1C243.8,721.5,244.1,721.2,244.3,720.9      C244.3,720.9,244.3,720.9,244.3,720.9z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M242.7,729.9h-36.2c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.2c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.2,730.6,243.5,729.9,242.7,729.9z\"></path>					<path class=\"st112\" d=\"M237.9,729.9h-7.3c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.3c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.2,730.6,238.1,729.9,237.9,729.9z\"></path>					<path class=\"st113\" d=\"M243.1,730c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.2,1.6H211c-0.7,0-1.2-0.7-1.2-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.2c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.2,730.8,243.7,730.2,243.1,730z\"></path>					<path class=\"st112\" d=\"M242.7,729.9h-31.8c0.2,0.4,0.6,0.6,1,0.6h29.9C242.2,730.6,242.6,730.3,242.7,729.9      C242.8,730,242.7,729.9,242.7,729.9z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M244.7,739h-37.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C246.2,739.7,245.6,739,244.7,739z\"></path>					<path class=\"st112\" d=\"M239,739h-7.6c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.6c0.2,0,0.3-0.7,0.3-1.5v-6.1      C239.3,739.7,239.2,739,239,739z\"></path>					<path class=\"st113\" d=\"M245.2,739.1c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6H212c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C246.2,739.9,245.8,739.3,245.2,739.1z\"></path>					<path class=\"st112\" d=\"M244.7,739H212c0.2,0.4,0.6,0.6,1,0.6h30.9C244.2,739.6,244.6,739.4,244.7,739      C244.8,739,244.7,739,244.7,739z\"></path>				</g>				<path class=\"st113\" d=\"M227.4,746.7l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.6,0.7-0.8h-0.3c-0.8,0-1.5-0.7-1.6-1.5     l-0.5-6.1c-0.1-0.8,0.5-1.5,1.3-1.5h0.7c-0.5-0.2-0.9-0.8-1-1.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.6,0.7-0.8h-0.1     c-0.7,0-1.4-0.7-1.4-1.5l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.3-0.6,0.6-0.8h-1c-0.8,0-1.6-0.7-1.6-1.5l-0.5-6.1     c-0.1-0.8,0.6-1.5,1.4-1.5h1.6c-0.5-0.2-0.9-0.8-1-1.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.2-0.6,0.7-0.9,1.3-0.9h-13.2h-1.1h-3.2     c-0.6,0-1.1,0.4-1.3,0.9c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.6,0.4,1.2,0.9,1.4h-1.6c-0.8,0-1.5,0.7-1.5,1.5v6.1     c0,0.8,0.7,1.5,1.5,1.5h1c-0.3,0.2-0.6,0.4-0.7,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.8,0.6,1.5,1.3,1.5h0.1     c-0.3,0.2-0.6,0.4-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.6,0.4,1.2,0.9,1.4h-0.7c-0.8,0-1.5,0.7-1.5,1.5v6.1     c0,0.8,0.7,1.5,1.5,1.5h0.3c-0.3,0.2-0.6,0.4-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.8,0.7,1.5,1.5,1.5h18.9h2.7     C228.2,748.2,227.5,747.6,227.4,746.7z\"></path>			</g>			<g>				<g>					<path class=\"st111\" d=\"M243.7,748h-35.9c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.6,1.5,1.5,1.5h35.9c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.2,748.7,244.6,748,243.7,748z\"></path>					<path class=\"st112\" d=\"M238.6,748h-7.3c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.3c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.9,748.7,238.7,748,238.6,748z\"></path>					<path class=\"st113\" d=\"M244.2,748.1c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.2,1.6h-30.7c-0.7,0-1.2-0.7-1.2-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.6,1.5,1.5,1.5h35.9c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.2,748.9,244.8,748.3,244.2,748.1z\"></path>					<path class=\"st112\" d=\"M243.8,748h-31.5c0.2,0.4,0.6,0.6,0.9,0.6h29.7C243.3,748.7,243.6,748.4,243.8,748      C243.8,748,243.8,748,243.8,748z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M243,757.1h-37.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5H243c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.5,757.8,243.8,757.1,243,757.1z\"></path>					<path class=\"st112\" d=\"M238,757.1h-7.6c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.6c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.3,757.8,238.1,757.1,238,757.1z\"></path>					<path class=\"st113\" d=\"M243.4,757.2c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.9c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5H243c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.5,758,244,757.4,243.4,757.2z\"></path>					<path class=\"st112\" d=\"M243,757.1h-32.8c0.2,0.4,0.6,0.6,1,0.6h30.9C242.5,757.7,242.8,757.5,243,757.1      C243,757.1,243,757.1,243,757.1z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M240.2,766.2h-32.9c-0.7,0-1.3,0.7-1.3,1.5v6.1c0,0.8,0.6,1.5,1.3,1.5h32.9c0.7,0,1.3-0.7,1.3-1.5v-6.1      C241.5,766.9,240.9,766.2,240.2,766.2z\"></path>					<path class=\"st112\" d=\"M236.7,766.2H230c-0.1,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h6.7c0.1,0,0.3-0.7,0.3-1.5v-6.1      C237,766.9,236.8,766.2,236.7,766.2z\"></path>					<path class=\"st113\" d=\"M240.6,766.3c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.5,1.6-1.1,1.6h-28.1c-0.6,0-1.1-0.7-1.1-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3c-0.7,0-1.3,0.7-1.3,1.5v6.1c0,0.8,0.6,1.5,1.3,1.5h32.9c0.7,0,1.3-0.7,1.3-1.5v-6.1      C241.5,767,241.1,766.5,240.6,766.3z\"></path>					<path class=\"st112\" d=\"M240.2,766.2h-28.9c0.2,0.4,0.5,0.6,0.9,0.6h27.3C239.7,766.8,240,766.6,240.2,766.2      C240.2,766.2,240.2,766.2,240.2,766.2z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M244.2,775.3h-36.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.7,776,245.1,775.3,244.2,775.3z\"></path>					<path class=\"st112\" d=\"M238.8,775.3h-7.4c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.4c0.2,0,0.3-0.7,0.3-1.5v-6.1      C239.1,776,239,775.3,238.8,775.3z\"></path>					<path class=\"st113\" d=\"M244.7,775.4c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.1c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.7,776.1,245.3,775.6,244.7,775.4z\"></path>					<path class=\"st112\" d=\"M244.3,775.3h-31.9c0.2,0.4,0.6,0.6,1,0.6h30.1C243.8,775.9,244.1,775.7,244.3,775.3      C244.3,775.3,244.3,775.3,244.3,775.3z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M242.7,784.4h-36.2c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.2c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.2,785,243.5,784.4,242.7,784.4z\"></path>					<path class=\"st112\" d=\"M237.9,784.4h-7.3c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.3c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.2,785,238.1,784.4,237.9,784.4z\"></path>					<path class=\"st113\" d=\"M243.1,784.4c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.2,1.6H211c-0.7,0-1.2-0.7-1.2-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.2c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.2,785.2,243.7,784.6,243.1,784.4z\"></path>					<path class=\"st112\" d=\"M242.7,784.4h-31.8c0.2,0.4,0.6,0.6,1,0.6h29.9C242.2,785,242.6,784.7,242.7,784.4      C242.8,784.4,242.7,784.4,242.7,784.4z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M244.7,793.4h-37.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5V795      C246.2,794.1,245.6,793.4,244.7,793.4z\"></path>					<path class=\"st112\" d=\"M239,793.4h-7.6c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.6c0.2,0,0.3-0.7,0.3-1.5V795      C239.3,794.1,239.2,793.4,239,793.4z\"></path>					<path class=\"st113\" d=\"M245.2,793.5c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6H212c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5V795      C246.2,794.3,245.8,793.7,245.2,793.5z\"></path>					<path class=\"st112\" d=\"M244.7,793.4H212c0.2,0.4,0.6,0.6,1,0.6h30.9C244.2,794.1,244.6,793.8,244.7,793.4      C244.8,793.4,244.7,793.4,244.7,793.4z\"></path>				</g>				<path class=\"st113\" d=\"M227.4,801.1L227,795c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.6,0.7-0.8h-0.3c-0.8,0-1.5-0.7-1.6-1.5l-0.5-6.1     c-0.1-0.8,0.5-1.5,1.3-1.5h0.7c-0.5-0.2-0.9-0.8-1-1.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.6,0.7-0.8h-0.1     c-0.7,0-1.4-0.7-1.4-1.5l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.3-0.6,0.6-0.8h-1c-0.8,0-1.6-0.7-1.6-1.5l-0.5-6.1     c-0.1-0.8,0.6-1.5,1.4-1.5h1.6c-0.5-0.2-0.9-0.8-1-1.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.2-0.6,0.7-0.9,1.3-0.9h-13.2h-1.1h-3.2     c-0.6,0-1.1,0.4-1.3,0.9c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.6,0.4,1.2,0.9,1.4h-1.6c-0.8,0-1.5,0.7-1.5,1.5v6.1     c0,0.8,0.7,1.5,1.5,1.5h1c-0.3,0.2-0.6,0.4-0.7,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.8,0.6,1.5,1.3,1.5h0.1     c-0.3,0.2-0.6,0.4-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.6,0.4,1.2,0.9,1.4h-0.7c-0.8,0-1.5,0.7-1.5,1.5v6.1     c0,0.8,0.7,1.5,1.5,1.5h0.3c-0.3,0.2-0.6,0.4-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.8,0.7,1.5,1.5,1.5h18.9h2.7     C228.2,802.7,227.5,802,227.4,801.1z\"></path>			</g>			<g>				<g>					<path class=\"st111\" d=\"M244.3,802.3h-35.9c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.6,1.5,1.5,1.5h35.9c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.7,803,245.1,802.3,244.3,802.3z\"></path>					<path class=\"st112\" d=\"M239.1,802.3h-7.3c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.3c0.2,0,0.3-0.7,0.3-1.5v-6.1      C239.4,803,239.3,802.3,239.1,802.3z\"></path>					<path class=\"st113\" d=\"M244.7,802.4c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.2,1.6h-30.7c-0.7,0-1.2-0.7-1.2-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.6,1.5,1.5,1.5h35.9c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.7,803.2,245.3,802.6,244.7,802.4z\"></path>					<path class=\"st112\" d=\"M244.3,802.3h-31.5c0.2,0.4,0.6,0.6,0.9,0.6h29.7C243.8,802.9,244.1,802.7,244.3,802.3      C244.3,802.3,244.3,802.3,244.3,802.3z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M243.5,811.4h-37.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245,812.1,244.3,811.4,243.5,811.4z\"></path>					<path class=\"st112\" d=\"M238.5,811.4h-7.6c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.6c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.8,812.1,238.7,811.4,238.5,811.4z\"></path>					<path class=\"st113\" d=\"M243.9,811.5c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.9c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245,812.2,244.5,811.7,243.9,811.5z\"></path>					<path class=\"st112\" d=\"M243.5,811.4h-32.8c0.2,0.4,0.6,0.6,1,0.6h30.9C243,812,243.3,811.8,243.5,811.4      C243.5,811.4,243.5,811.4,243.5,811.4z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M240.7,820.5h-32.9c-0.7,0-1.3,0.7-1.3,1.5v6.1c0,0.8,0.6,1.5,1.3,1.5h32.9c0.7,0,1.3-0.7,1.3-1.5V822      C242,821.2,241.4,820.5,240.7,820.5z\"></path>					<path class=\"st112\" d=\"M237.2,820.5h-6.7c-0.1,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h6.7c0.1,0,0.3-0.7,0.3-1.5V822      C237.5,821.2,237.4,820.5,237.2,820.5z\"></path>					<path class=\"st113\" d=\"M241.1,820.6c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.5,1.6-1.1,1.6h-28.1c-0.6,0-1.1-0.7-1.1-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3c-0.7,0-1.3,0.7-1.3,1.5v6.1c0,0.8,0.6,1.5,1.3,1.5h32.9c0.7,0,1.3-0.7,1.3-1.5V822      C242,821.3,241.6,820.8,241.1,820.6z\"></path>					<path class=\"st112\" d=\"M240.7,820.5h-28.9c0.2,0.4,0.5,0.6,0.9,0.6h27.3C240.2,821.1,240.5,820.8,240.7,820.5      C240.7,820.5,240.7,820.5,240.7,820.5z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M244.8,829.5h-36.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C246.2,830.2,245.6,829.5,244.8,829.5z\"></path>					<path class=\"st112\" d=\"M239.3,829.5H232c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.4c0.2,0,0.3-0.7,0.3-1.5v-6.1      C239.6,830.2,239.5,829.5,239.3,829.5z\"></path>					<path class=\"st113\" d=\"M245.2,829.6c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.1c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C246.2,830.4,245.8,829.8,245.2,829.6z\"></path>					<path class=\"st112\" d=\"M244.8,829.5h-31.9c0.2,0.4,0.6,0.6,1,0.6h30.1C244.3,830.2,244.6,829.9,244.8,829.5      C244.8,829.6,244.8,829.5,244.8,829.5z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M243.2,838.6h-36.2c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.2c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.7,839.3,244,838.6,243.2,838.6z\"></path>					<path class=\"st112\" d=\"M238.4,838.6h-7.3c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.3c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.7,839.3,238.6,838.6,238.4,838.6z\"></path>					<path class=\"st113\" d=\"M243.7,838.7c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.2,1.6h-30.9c-0.7,0-1.2-0.7-1.2-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.2c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.7,839.5,244.2,838.9,243.7,838.7z\"></path>					<path class=\"st112\" d=\"M243.2,838.6h-31.8c0.2,0.4,0.6,0.6,1,0.6h29.9C242.7,839.3,243.1,839,243.2,838.6      C243.3,838.6,243.3,838.6,243.2,838.6z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M245.2,847.7h-37.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C246.7,848.4,246.1,847.7,245.2,847.7z\"></path>					<path class=\"st112\" d=\"M239.5,847.7H232c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.6c0.2,0,0.3-0.7,0.3-1.5v-6.1      C239.9,848.4,239.7,847.7,239.5,847.7z\"></path>					<path class=\"st113\" d=\"M245.7,847.8c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.9c-0.7,0-1.3-0.7-1.3-1.6V848      c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C246.7,848.6,246.3,848,245.7,847.8z\"></path>					<path class=\"st112\" d=\"M245.2,847.7h-32.8c0.2,0.4,0.6,0.6,1,0.6h30.9C244.7,848.3,245.1,848.1,245.2,847.7      C245.3,847.7,245.3,847.7,245.2,847.7z\"></path>				</g>				<path class=\"st113\" d=\"M228,855.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.6,0.7-0.8H228c-0.8,0-1.5-0.7-1.6-1.5l-0.5-6.1     c-0.1-0.8,0.5-1.5,1.3-1.5h0.7c-0.5-0.2-0.9-0.8-1-1.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.6,0.7-0.8h-0.1     c-0.7,0-1.4-0.7-1.4-1.5l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.3-0.6,0.6-0.8h-1c-0.8,0-1.6-0.7-1.6-1.5l-0.5-6.1     c-0.1-0.8,0.6-1.5,1.4-1.5h1.6c-0.5-0.2-0.9-0.8-1-1.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.2-0.6,0.7-0.9,1.3-0.9h-13.2h-1.1h-3.2     c-0.6,0-1.1,0.4-1.3,0.9c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.6,0.4,1.2,0.9,1.4h-1.6c-0.8,0-1.5,0.7-1.5,1.5v6.1     c0,0.8,0.7,1.5,1.5,1.5h1c-0.3,0.2-0.6,0.4-0.7,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.8,0.6,1.5,1.3,1.5h0.1     c-0.3,0.2-0.6,0.4-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.6,0.4,1.2,0.9,1.4h-0.7c-0.8,0-1.5,0.7-1.5,1.5v6.1     c0,0.8,0.7,1.5,1.5,1.5h0.3c-0.3,0.2-0.6,0.4-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.8,0.7,1.5,1.5,1.5h18.9h2.7     C228.8,856.9,228,856.2,228,855.4z\"></path>			</g>		</g>		<g>			<g>				<path class=\"st111\" d=\"M291.7,736h-40.6c-0.9,0-1.6,0.8-1.6,1.7v6.8c0,0.9,0.7,1.7,1.6,1.7h40.6c0.9,0,1.6-0.8,1.6-1.7v-6.8     C293.3,736.8,292.6,736,291.7,736z\"></path>				<path class=\"st112\" d=\"M285.8,736h-8.2c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.1,1.7,0.3,1.7h8.2c0.2,0,0.3-0.8,0.3-1.7v-6.8     C286.1,736.8,286,736,285.8,736z\"></path>				<path class=\"st113\" d=\"M292.2,736.1c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-34.7c-0.8,0-1.4-0.8-1.4-1.7v-7     c0-0.1,0-0.2,0-0.3h-3.7c-0.9,0-1.6,0.8-1.6,1.7v6.8c0,0.9,0.7,1.7,1.6,1.7h40.6c0.9,0,1.6-0.8,1.6-1.7v-6.8     C293.3,737,292.8,736.3,292.2,736.1z\"></path>				<path class=\"st112\" d=\"M291.7,736H256c0.2,0.4,0.6,0.7,1.1,0.7h33.6C291.1,736.7,291.5,736.4,291.7,736     C291.7,736,291.7,736,291.7,736z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M290.8,746.1h-42.2c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C292.5,746.9,291.7,746.1,290.8,746.1z\"></path>				<path class=\"st112\" d=\"M285.1,746.1h-8.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C285.5,746.9,285.3,746.1,285.1,746.1z\"></path>				<path class=\"st113\" d=\"M291.3,746.2c0,0.1,0,0.1,0,0.2v7c0,1-0.7,1.7-1.5,1.7h-36.1c-0.8,0-1.5-0.8-1.5-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C292.5,747,292,746.4,291.3,746.2z\"></path>				<path class=\"st112\" d=\"M290.8,746.1h-37.1c0.3,0.4,0.6,0.7,1.1,0.7h34.9C290.2,746.8,290.6,746.5,290.8,746.1     C290.8,746.1,290.8,746.1,290.8,746.1z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M287.6,756.2h-37.2c-0.8,0-1.5,0.8-1.5,1.7v6.8c0,0.9,0.7,1.7,1.5,1.7h37.2c0.8,0,1.5-0.8,1.5-1.7v-6.8     C289.1,756.9,288.4,756.2,287.6,756.2z\"></path>				<path class=\"st112\" d=\"M283.7,756.2h-7.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.1,1.7,0.3,1.7h7.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C284,756.9,283.8,756.2,283.7,756.2z\"></path>				<path class=\"st113\" d=\"M288.1,756.3c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.3,1.7H255c-0.7,0-1.3-0.8-1.3-1.7v-7c0-0.1,0-0.2,0-0.3     h-3.4c-0.8,0-1.5,0.8-1.5,1.7v6.8c0,0.9,0.7,1.7,1.5,1.7h37.2c0.8,0,1.5-0.8,1.5-1.7v-6.8C289.1,757.1,288.7,756.5,288.1,756.3z     \"></path>				<path class=\"st112\" d=\"M287.6,756.2h-32.7c0.2,0.4,0.6,0.7,1,0.7h30.8C287.1,756.9,287.4,756.6,287.6,756.2     C287.7,756.2,287.6,756.2,287.6,756.2z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M292.2,766.3h-41.1c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h41.1c0.9,0,1.7-0.8,1.7-1.7V768     C293.9,767,293.1,766.3,292.2,766.3z\"></path>				<path class=\"st112\" d=\"M286.1,766.3h-8.3c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.3c0.2,0,0.3-0.8,0.3-1.7V768     C286.4,767,286.3,766.3,286.1,766.3z\"></path>				<path class=\"st113\" d=\"M292.7,766.4c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-35.1c-0.8,0-1.4-0.8-1.4-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.7c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h41.1c0.9,0,1.7-0.8,1.7-1.7V768     C293.9,767.2,293.4,766.6,292.7,766.4z\"></path>				<path class=\"st112\" d=\"M292.2,766.3h-36.1c0.3,0.4,0.6,0.7,1.1,0.7h34C291.7,767,292,766.7,292.2,766.3     C292.3,766.3,292.3,766.3,292.2,766.3z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M290.5,776.3h-40.9c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h40.9c0.9,0,1.7-0.8,1.7-1.7v-6.8     C292.1,777.1,291.4,776.3,290.5,776.3z\"></path>				<path class=\"st112\" d=\"M285.1,776.3h-8.3c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.3c0.2,0,0.3-0.8,0.3-1.7v-6.8     C285.4,777.1,285.3,776.3,285.1,776.3z\"></path>				<path class=\"st113\" d=\"M291,776.4c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-35c-0.8,0-1.4-0.8-1.4-1.7v-7c0-0.1,0-0.2,0.1-0.3     h-3.7c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h40.9c0.9,0,1.7-0.8,1.7-1.7v-6.8C292.1,777.3,291.6,776.7,291,776.4z\"></path>				<path class=\"st112\" d=\"M290.5,776.3h-35.9c0.3,0.4,0.6,0.7,1.1,0.7h33.9C289.9,777,290.3,776.8,290.5,776.3     C290.5,776.4,290.5,776.3,290.5,776.3z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M292.8,786.4h-42.2c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C294.5,787.2,293.7,786.4,292.8,786.4z\"></path>				<path class=\"st112\" d=\"M286.3,786.4h-8.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C286.7,787.2,286.5,786.4,286.3,786.4z\"></path>				<path class=\"st113\" d=\"M293.3,786.5c0,0.1,0,0.1,0,0.2v7c0,1-0.7,1.7-1.5,1.7h-36.1c-0.8,0-1.5-0.8-1.5-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C294.5,787.4,294,786.8,293.3,786.5z\"></path>				<path class=\"st112\" d=\"M292.8,786.4h-37.1c0.3,0.4,0.6,0.7,1.1,0.7h34.9C292.2,787.1,292.6,786.8,292.8,786.4     C292.8,786.4,292.8,786.4,292.8,786.4z\"></path>			</g>			<path class=\"st113\" d=\"M273.2,795l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.8-0.9h-0.3c-0.9,0-1.7-0.8-1.8-1.7l-0.5-6.8    c-0.1-0.9,0.6-1.7,1.5-1.7h0.8c-0.6-0.3-1.1-0.9-1.1-1.6l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.8-0.9h-0.1    c-0.8,0-1.6-0.8-1.6-1.7l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.7-0.9H270c-0.9,0-1.8-0.8-1.8-1.7l-0.5-6.8    c-0.1-0.9,0.6-1.7,1.6-1.7h1.8c-0.6-0.3-1-0.9-1.1-1.6l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.2-0.6,0.8-1,1.4-1h-15h-1.3h-3.7    c-0.7,0-1.3,0.4-1.5,1c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.7,0.4,1.3,1,1.6h-1.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7    h1.2c-0.3,0.2-0.6,0.5-0.8,0.9c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.9,0.7,1.7,1.5,1.7h0.1c-0.4,0.2-0.7,0.5-0.9,0.9    c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.7,0.4,1.3,1,1.6h-0.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h0.3    c-0.4,0.2-0.7,0.5-0.9,0.9c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.9,0.8,1.7,1.7,1.7H272h3.1C274.1,796.7,273.3,795.9,273.2,795z\"></path>		</g>		<g>			<g>				<path class=\"st111\" d=\"M338.7,796.3h-40.6c-0.9,0-1.6,0.8-1.6,1.7v6.8c0,0.9,0.7,1.7,1.6,1.7h40.6c0.9,0,1.6-0.8,1.6-1.7V798     C340.4,797,339.6,796.3,338.7,796.3z\"></path>				<path class=\"st112\" d=\"M332.9,796.3h-8.2c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.1,1.7,0.3,1.7h8.2c0.2,0,0.3-0.8,0.3-1.7V798     C333.2,797,333.1,796.3,332.9,796.3z\"></path>				<path class=\"st113\" d=\"M339.2,796.4c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-34.7c-0.8,0-1.4-0.8-1.4-1.7v-7     c0-0.1,0-0.2,0-0.3h-3.7c-0.9,0-1.6,0.8-1.6,1.7v6.8c0,0.9,0.7,1.7,1.6,1.7h40.6c0.9,0,1.6-0.8,1.6-1.7V798     C340.4,797.2,339.9,796.6,339.2,796.4z\"></path>				<path class=\"st112\" d=\"M338.7,796.3h-35.7c0.2,0.4,0.6,0.7,1.1,0.7h33.6C338.2,797,338.5,796.7,338.7,796.3     C338.8,796.3,338.7,796.3,338.7,796.3z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M337.8,806.4h-42.2c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C339.5,807.1,338.8,806.4,337.8,806.4z\"></path>				<path class=\"st112\" d=\"M332.2,806.4h-8.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C332.5,807.1,332.4,806.4,332.2,806.4z\"></path>				<path class=\"st113\" d=\"M338.3,806.5c0,0.1,0,0.1,0,0.2v7c0,1-0.7,1.7-1.5,1.7h-36.1c-0.8,0-1.5-0.8-1.5-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C339.5,807.3,339,806.7,338.3,806.5z\"></path>				<path class=\"st112\" d=\"M337.8,806.4h-37.1c0.3,0.4,0.6,0.7,1.1,0.7h34.9C337.3,807.1,337.7,806.8,337.8,806.4     C337.9,806.4,337.9,806.4,337.8,806.4z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M334.7,816.4h-37.2c-0.8,0-1.5,0.8-1.5,1.7v6.8c0,0.9,0.7,1.7,1.5,1.7h37.2c0.8,0,1.5-0.8,1.5-1.7v-6.8     C336.2,817.2,335.5,816.4,334.7,816.4z\"></path>				<path class=\"st112\" d=\"M330.7,816.4h-7.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.1,1.7,0.3,1.7h7.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C331,817.2,330.9,816.4,330.7,816.4z\"></path>				<path class=\"st113\" d=\"M335.1,816.5c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.3,1.7H302c-0.7,0-1.3-0.8-1.3-1.7v-7c0-0.1,0-0.2,0-0.3     h-3.4c-0.8,0-1.5,0.8-1.5,1.7v6.8c0,0.9,0.7,1.7,1.5,1.7h37.2c0.8,0,1.5-0.8,1.5-1.7v-6.8C336.2,817.4,335.7,816.8,335.1,816.5z     \"></path>				<path class=\"st112\" d=\"M334.7,816.4h-32.7c0.2,0.4,0.6,0.7,1,0.7h30.8C334.2,817.1,334.5,816.9,334.7,816.4     C334.7,816.5,334.7,816.4,334.7,816.4z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M339.3,826.5h-41.1c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h41.1c0.9,0,1.7-0.8,1.7-1.7v-6.8     C340.9,827.3,340.2,826.5,339.3,826.5z\"></path>				<path class=\"st112\" d=\"M333.2,826.5h-8.3c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.3c0.2,0,0.3-0.8,0.3-1.7v-6.8     C333.5,827.3,333.3,826.5,333.2,826.5z\"></path>				<path class=\"st113\" d=\"M339.8,826.6c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-35.1c-0.8,0-1.4-0.8-1.4-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.7c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h41.1c0.9,0,1.7-0.8,1.7-1.7v-6.8     C340.9,827.5,340.4,826.8,339.8,826.6z\"></path>				<path class=\"st112\" d=\"M339.3,826.5h-36.1c0.3,0.4,0.6,0.7,1.1,0.7h34C338.7,827.2,339.1,826.9,339.3,826.5     C339.3,826.5,339.3,826.5,339.3,826.5z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M337.5,836.6h-40.9c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h40.9c0.9,0,1.7-0.8,1.7-1.7v-6.8     C339.2,837.4,338.5,836.6,337.5,836.6z\"></path>				<path class=\"st112\" d=\"M332.1,836.6h-8.3c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.3c0.2,0,0.3-0.8,0.3-1.7v-6.8     C332.5,837.4,332.3,836.6,332.1,836.6z\"></path>				<path class=\"st113\" d=\"M338,836.7c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-35c-0.8,0-1.4-0.8-1.4-1.7v-7c0-0.1,0-0.2,0.1-0.3     h-3.7c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h40.9c0.9,0,1.7-0.8,1.7-1.7v-6.8C339.2,837.6,338.7,836.9,338,836.7z\"></path>				<path class=\"st112\" d=\"M337.5,836.6h-35.9c0.2,0.4,0.6,0.7,1.1,0.7h33.9C337,837.3,337.4,837,337.5,836.6     C337.6,836.6,337.6,836.6,337.5,836.6z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M339.8,846.7h-42.2c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C341.5,847.5,340.8,846.7,339.8,846.7z\"></path>				<path class=\"st112\" d=\"M333.4,846.7h-8.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C333.7,847.5,333.6,846.7,333.4,846.7z\"></path>				<path class=\"st113\" d=\"M340.3,846.8c0,0.1,0,0.1,0,0.2v7c0,1-0.7,1.7-1.5,1.7h-36.1c-0.8,0-1.5-0.8-1.5-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C341.5,847.6,341,847,340.3,846.8z\"></path>				<path class=\"st112\" d=\"M339.8,846.7h-37.1c0.3,0.4,0.6,0.7,1.1,0.7h34.9C339.2,847.4,339.6,847.1,339.8,846.7     C339.9,846.7,339.8,846.7,339.8,846.7z\"></path>			</g>			<path class=\"st113\" d=\"M320.3,855.2l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.8-0.9h-0.3c-0.9,0-1.7-0.8-1.8-1.7l-0.5-6.8    c-0.1-0.9,0.6-1.7,1.5-1.7h0.8c-0.6-0.3-1.1-0.9-1.1-1.6l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.8-0.9h-0.1    c-0.8,0-1.6-0.8-1.6-1.7l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.7-0.9h-1.2c-0.9,0-1.8-0.8-1.8-1.7l-0.5-6.8    c-0.1-0.9,0.6-1.7,1.6-1.7h1.8c-0.6-0.3-1-0.9-1.1-1.6l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.2-0.6,0.8-1,1.4-1h-15h-1.3h-3.7    c-0.7,0-1.3,0.4-1.5,1c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.7,0.4,1.3,1,1.6h-1.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7    h1.2c-0.3,0.2-0.6,0.5-0.8,0.9c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.9,0.7,1.7,1.5,1.7h0.1c-0.4,0.2-0.7,0.5-0.9,0.9    c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.7,0.4,1.3,1,1.6h-0.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h0.3    c-0.4,0.2-0.7,0.5-0.9,0.9c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.9,0.8,1.7,1.7,1.7h21.4h3.1C321.2,856.9,320.3,856.2,320.3,855.2z\"></path>		</g>		<g>			<g>				<path class=\"st111\" d=\"M292.2,796.3h-40.6c-0.9,0-1.6,0.8-1.6,1.7v6.8c0,0.9,0.7,1.7,1.6,1.7h40.6c0.9,0,1.6-0.8,1.6-1.7V798     C293.9,797,293.2,796.3,292.2,796.3z\"></path>				<path class=\"st112\" d=\"M286.4,796.3h-8.2c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.1,1.7,0.3,1.7h8.2c0.2,0,0.3-0.8,0.3-1.7V798     C286.7,797,286.6,796.3,286.4,796.3z\"></path>				<path class=\"st113\" d=\"M292.7,796.4c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-34.7c-0.8,0-1.4-0.8-1.4-1.7v-7     c0-0.1,0-0.2,0-0.3h-3.7c-0.9,0-1.6,0.8-1.6,1.7v6.8c0,0.9,0.7,1.7,1.6,1.7h40.6c0.9,0,1.6-0.8,1.6-1.7V798     C293.9,797.2,293.4,796.6,292.7,796.4z\"></path>				<path class=\"st112\" d=\"M292.3,796.3h-35.7c0.2,0.4,0.6,0.7,1.1,0.7h33.6C291.7,797,292.1,796.7,292.3,796.3     C292.3,796.3,292.3,796.3,292.3,796.3z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M291.4,806.4h-42.2c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C293.1,807.1,292.3,806.4,291.4,806.4z\"></path>				<path class=\"st112\" d=\"M285.7,806.4h-8.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C286.1,807.1,285.9,806.4,285.7,806.4z\"></path>				<path class=\"st113\" d=\"M291.9,806.5c0,0.1,0,0.1,0,0.2v7c0,1-0.7,1.7-1.5,1.7h-36.1c-0.8,0-1.5-0.8-1.5-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C293.1,807.3,292.6,806.7,291.9,806.5z\"></path>				<path class=\"st112\" d=\"M291.4,806.4h-37.1c0.3,0.4,0.6,0.7,1.1,0.7h34.9C290.8,807.1,291.2,806.8,291.4,806.4     C291.4,806.4,291.4,806.4,291.4,806.4z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M288.2,816.4h-37.2c-0.8,0-1.5,0.8-1.5,1.7v6.8c0,0.9,0.7,1.7,1.5,1.7h37.2c0.8,0,1.5-0.8,1.5-1.7v-6.8     C289.7,817.2,289,816.4,288.2,816.4z\"></path>				<path class=\"st112\" d=\"M284.3,816.4h-7.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.1,1.7,0.3,1.7h7.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C284.6,817.2,284.4,816.4,284.3,816.4z\"></path>				<path class=\"st113\" d=\"M288.6,816.5c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.3,1.7h-31.8c-0.7,0-1.3-0.8-1.3-1.7v-7     c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.8-1.5,1.7v6.8c0,0.9,0.7,1.7,1.5,1.7h37.2c0.8,0,1.5-0.8,1.5-1.7v-6.8     C289.7,817.4,289.2,816.8,288.6,816.5z\"></path>				<path class=\"st112\" d=\"M288.2,816.4h-32.7c0.2,0.4,0.6,0.7,1,0.7h30.8C287.7,817.1,288,816.9,288.2,816.4     C288.2,816.5,288.2,816.4,288.2,816.4z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M292.8,826.5h-41.1c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h41.1c0.9,0,1.7-0.8,1.7-1.7v-6.8     C294.5,827.3,293.7,826.5,292.8,826.5z\"></path>				<path class=\"st112\" d=\"M286.7,826.5h-8.3c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.3c0.2,0,0.3-0.8,0.3-1.7v-6.8     C287,827.3,286.9,826.5,286.7,826.5z\"></path>				<path class=\"st113\" d=\"M293.3,826.6c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-35.1c-0.8,0-1.4-0.8-1.4-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.7c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h41.1c0.9,0,1.7-0.8,1.7-1.7v-6.8     C294.5,827.5,294,826.8,293.3,826.6z\"></path>				<path class=\"st112\" d=\"M292.8,826.5h-36.1c0.3,0.4,0.6,0.7,1.1,0.7h34C292.2,827.2,292.6,826.9,292.8,826.5     C292.9,826.5,292.8,826.5,292.8,826.5z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M291.1,836.6h-40.9c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h40.9c0.9,0,1.7-0.8,1.7-1.7v-6.8     C292.7,837.4,292,836.6,291.1,836.6z\"></path>				<path class=\"st112\" d=\"M285.7,836.6h-8.3c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.3c0.2,0,0.3-0.8,0.3-1.7v-6.8     C286,837.4,285.8,836.6,285.7,836.6z\"></path>				<path class=\"st113\" d=\"M291.6,836.7c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-35c-0.8,0-1.4-0.8-1.4-1.7v-7c0-0.1,0-0.2,0-0.3     h-3.7c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h40.9c0.9,0,1.7-0.8,1.7-1.7v-6.8C292.7,837.6,292.2,836.9,291.6,836.7z     \"></path>				<path class=\"st112\" d=\"M291.1,836.6h-35.9c0.2,0.4,0.6,0.7,1.1,0.7h33.9C290.5,837.3,290.9,837,291.1,836.6     C291.1,836.6,291.1,836.6,291.1,836.6z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M293.3,846.7h-42.2c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C295,847.5,294.3,846.7,293.3,846.7z\"></path>				<path class=\"st112\" d=\"M286.9,846.7h-8.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C287.3,847.5,287.1,846.7,286.9,846.7z\"></path>				<path class=\"st113\" d=\"M293.9,846.8c0,0.1,0,0.1,0,0.2v7c0,1-0.7,1.7-1.5,1.7h-36.1c-0.8,0-1.5-0.8-1.5-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C295,847.6,294.5,847,293.9,846.8z\"></path>				<path class=\"st112\" d=\"M293.4,846.7h-37.1c0.3,0.4,0.6,0.7,1.1,0.7h34.9C292.8,847.4,293.2,847.1,293.4,846.7     C293.4,846.7,293.4,846.7,293.4,846.7z\"></path>			</g>			<path class=\"st113\" d=\"M273.8,855.2l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.8-0.9h-0.3c-0.9,0-1.7-0.8-1.8-1.7l-0.5-6.8    c-0.1-0.9,0.6-1.7,1.5-1.7h0.8c-0.6-0.3-1.1-0.9-1.1-1.6l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.8-0.9h-0.1    c-0.8,0-1.6-0.8-1.6-1.7l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.7-0.9h-1.2c-0.9,0-1.8-0.8-1.8-1.7l-0.5-6.8    c-0.1-0.9,0.6-1.7,1.6-1.7h1.8c-0.6-0.3-1-0.9-1.1-1.6L270,798c0-0.2,0-0.5,0.1-0.7c0.2-0.6,0.8-1,1.4-1h-15h-1.3h-3.7    c-0.7,0-1.3,0.4-1.5,1c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.7,0.4,1.3,1,1.6h-1.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7    h1.2c-0.3,0.2-0.6,0.5-0.8,0.9c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.9,0.7,1.7,1.5,1.7h0.1c-0.4,0.2-0.7,0.5-0.9,0.9    c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.7,0.4,1.3,1,1.6h-0.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h0.3    c-0.4,0.2-0.7,0.5-0.9,0.9c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.9,0.8,1.7,1.7,1.7h21.4h3.1C274.7,856.9,273.9,856.2,273.8,855.2z\"></path>		</g>		<rect x=\"178.8\" y=\"805.3\" class=\"st114\" width=\"96.8\" height=\"11.2\"></rect>		<path class=\"st115\" d=\"M129.9,801.7c6.4,19.1,5.4,55.2,5.4,55.2h171.8c0,0-5.6-23.4,0.6-52.6C239.3,809.1,191.4,806.9,129.9,801.7   z\"></path>		<path class=\"st116\" d=\"M304.9,839.1c-28.7,2.2-60.1,3.8-60.1,3.8s32.5-0.4,44.5-1.1c5.6-0.3,10.9-0.8,15.7-1.4   C305,840,304.9,839.6,304.9,839.1z\"></path>		<path class=\"st116\" d=\"M196.6,832.8c31.8-0.1,66.6-1.1,66.6-1.1s-36,2.3-49.3,2.6c-6.2,0.1-12.1,0.1-17.4-0.1   C196.5,833.7,196.6,833.3,196.6,832.8z\"></path>		<path class=\"st116\" d=\"M264.1,850.8c-20.4,1-42.8,1.2-42.8,1.2s23.3,1,31.8,0.8c4-0.1,7.8-0.4,11.1-0.7   C264.2,851.6,264.2,851.2,264.1,850.8z\"></path>		<path class=\"st116\" d=\"M200,821.6c40.5-0.7,101.9-4,101.9-4s-41.4,3.5-56.8,4.2C220.7,823,200,821.6,200,821.6z\"></path>		<path class=\"st114\" d=\"M275.6,805.3c-10.4,0.9-21.1,0.8-31.4,1.4c2,18.9,3.6,36.4,4.1,50.4h27.2   C276.8,841,276.6,823.6,275.6,805.3z\"></path>		<g>			<path class=\"st117\" d=\"M253.5,854.3h-1.9c0-13.5-1-27.6-2.9-43.3l1.8-0.2C252.6,826.5,253.5,840.8,253.5,854.3z\"></path>		</g>		<g>			<path class=\"st117\" d=\"M272.6,854.3l-1.9-0.1c0.8-13.7,0.7-28.1-0.3-44.1l1.9-0.1C273.4,826,273.5,840.5,272.6,854.3z\"></path>		</g>		<path class=\"st116\" d=\"M200.4,806.3c-22.8-0.9-45.5-2.5-70.5-4.6c6.4,19.1,5.4,55.2,5.4,55.2h66.3   C201.6,856.9,197.4,835.3,200.4,806.3z\"></path>	</g>	<g class=\"st34\">		<path class=\"st118\" d=\"M228.2,588.5c-8.7-6-21.5-4.1-28.5,4.1c-7.1,8.2-5.8,19.8,2.9,25.7c8.7,6,21.5,4.1,28.5-4.1   C238.2,606,236.9,594.5,228.2,588.5z\"></path>		<path class=\"st119\" d=\"M226.3,589.2c-8.7-6-21.4-4.2-28.3,3.9c-6.9,8.1-5.5,19.5,3.2,25.5c8.7,6,21.4,4.2,28.3-3.9   C236.4,606.6,235,595.2,226.3,589.2z\"></path>		<path class=\"st120\" d=\"M233.1,598.3c-2.1-0.6-4.3-1.1-6.4-1.7c-5.6-1.3-11.3-2.5-17.2-2.4c-4.8,0.1-9.9,1.1-14.3,3.2   c-3,6.6-1.6,14.2,3.9,19.3c2-1.3,4.3-2.3,6.6-3.2c4.5-1.7,9.4-3,14.1-2.9c3.9,0,7.6,1,11.2,2.1C233.8,608.3,234.5,603,233.1,598.3   z\"></path>		<path class=\"st118\" d=\"M232.9,649.6c-2.5-5.4-12.9-6.3-23.3-1.9c-10.4,4.3-16.8,12.2-14.3,17.7s12.9,6.3,23.3,1.9   C228.9,662.9,235.3,655,232.9,649.6z\"></path>		<path class=\"st119\" d=\"M232,647.4c-2.5-5.4-12.9-6.3-23.3-1.9c-10.4,4.3-16.8,12.2-14.3,17.7c2.5,5.4,12.9,6.3,23.3,1.9   C228.1,660.7,234.5,652.8,232,647.4z\"></path>		<path class=\"st120\" d=\"M215.1,643.4c-2.1,0.5-4.2,1.1-6.4,2c-3.1,1.3-5.8,2.9-8.1,4.7c1.8,0.6,3.5,1.3,5.2,2.1   c1.3,0.7,2.6,1.4,3.6,2.4c2.4,2.3,3.3,5.4,4.4,8.5c0.3,1,0.8,2,1.1,3c0.9-0.3,1.8-0.6,2.7-1c3.7-1.5,6.9-3.5,9.3-5.7   c-2.3-1.9-4.3-4-5.6-6.6c-1-1.9-1.6-4-2.8-5.7C217.7,645.6,216.5,644.5,215.1,643.4z\"></path>		<path class=\"st118\" d=\"M209.9,647.7c-7.7,3.2-12.4,9-10.6,13c0.8,1.8,2.8,2.9,5.5,3.3c-2.1-0.5-3.6-1.5-4.3-3   c-1.8-3.9,2.8-9.5,10.2-12.6c7.3-3.1,14.7-2.5,16.5,1.3c-0.1-0.2-0.1-0.4-0.2-0.6C225.2,645.1,217.5,644.5,209.9,647.7z\"></path>		<path class=\"st118\" d=\"M204.6,615.2c-6.7-4.6-7.8-13.4-2.4-19.7c5.4-6.2,15.1-7.6,21.9-3c0.4,0.3,0.8,0.5,1.1,0.8   c-0.5-0.4-0.9-0.8-1.5-1.2c-6.9-4.7-17-3.4-22.5,3.1c-5.5,6.4-4.4,15.5,2.5,20.2c6.5,4.5,15.8,3.5,21.5-2   C219.6,618.6,210.8,619.4,204.6,615.2z\"></path>	</g>	<polygon class=\"st121\" points=\"454,474.1 449.7,476.2 446.5,558.1 460.1,583.2 473,555.2  \"></polygon>	<path class=\"st99\" d=\"M481.5,659.5l2.2-6.1c0,0-71.4-17.4-120.5-25.9C406.6,637.5,465.1,654.7,481.5,659.5z\"></path>	<polygon class=\"st122\" points=\"452.3,484.1 437.5,468.4 450.5,454.1 464.8,469.8  \"></polygon>	<path class=\"st123\" d=\"M517.3,590.8l40.2,1.5c0,0-13.1-29.4-19.3-30.1C532,561.5,517.3,590.8,517.3,590.8z\"></path>	<g class=\"st34\">		<path class=\"st77\" d=\"M88.4,599.2c-0.7,0.9-1.8,1.1-2.7,0.4l-5.9-4.5c-0.9-0.7-1.1-1.8-0.4-2.7l3.9-5.2c0.7-0.9,1.8-1.1,2.7-0.4   l5.9,4.5c0.9,0.7,1.1,1.8,0.4,2.7L88.4,599.2z M106.4,605l-3.5,4.7l-1.3-1l-12.4-29.4l3.5-4.7l1.3,1L106.4,605z M83.5,592.7   l3.4,2.6l1.2-1.6l-3.4-2.6L83.5,592.7z M112.4,597c-0.7,0.9-1.8,1.1-2.7,0.4l-5.9-4.5c-0.9-0.7-1.1-1.8-0.4-2.7l3.9-5.2   c0.7-0.9,1.8-1.1,2.7-0.4l5.9,4.5c0.9,0.7,1.1,1.8,0.4,2.7L112.4,597z M107.6,590.6l3.4,2.5l1.3-1.7l-3.4-2.5L107.6,590.6z\"></path>	</g>	<g class=\"st34\">		<g>			<rect x=\"680.6\" y=\"664.1\" class=\"st95\" width=\"314.6\" height=\"191.4\"></rect>		</g>		<path class=\"st124\" d=\"M995.2,671.8H680.6v72.8c5.6,12.2,17.9,20.7,32.3,20.7h250.1c14.3,0,26.6-8.5,32.3-20.7V671.8z\"></path>		<path class=\"st95\" d=\"M973.1,757.6H702.7c-14,0-25.3-11.3-25.3-25.3v-68.2h321.1v68.2C998.4,746.3,987.1,757.6,973.1,757.6z\"></path>		<g>			<path class=\"st95\" d=\"M807.9,664.1h-10.1v-26.6l3.6-1.1c24.2-7.4,48.7-7.3,72.9,0l3.6,1.1v26.4h-10.1V645    c-19.9-5.4-40-5.4-59.9,0V664.1z\"></path>		</g>		<g>			<rect x=\"680.6\" y=\"846.3\" class=\"st124\" width=\"314.6\" height=\"9.1\"></rect>		</g>		<g>			<g>				<path class=\"st125\" d=\"M851.6,776.2h-27.3c-1.5,0-2.8-1.3-2.8-2.8v-27.3c0-1.5,1.3-2.8,2.8-2.8h27.3c1.5,0,2.8,1.3,2.8,2.8v27.3     C854.4,775,853.1,776.2,851.6,776.2z\"></path>			</g>			<g>				<path class=\"st126\" d=\"M850.4,772.8h-25.1c-2.2,0-3.9-1.8-3.9-3.9v3.4c0,2.2,1.8,3.9,3.9,3.9h25.1c2.2,0,3.9-1.8,3.9-3.9v-3.4     C854.4,771.1,852.6,772.8,850.4,772.8z\"></path>			</g>			<path class=\"st95\" d=\"M837.9,765.1L837.9,765.1c-0.8,0-1.5-0.7-1.5-1.5V756c0-0.8,0.7-1.5,1.5-1.5l0,0c0.8,0,1.5,0.7,1.5,1.5v7.6    C839.4,764.4,838.7,765.1,837.9,765.1z\"></path>			<circle class=\"st95\" cx=\"837.9\" cy=\"754.2\" r=\"3.7\"></circle>		</g>		<rect x=\"677.4\" y=\"664.1\" class=\"st127\" width=\"321.1\" height=\"10.3\"></rect>		<rect x=\"796.5\" y=\"658.6\" class=\"st125\" width=\"12.9\" height=\"5.5\"></rect>		<rect x=\"866.6\" y=\"658.6\" class=\"st125\" width=\"12.9\" height=\"5.5\"></rect>	</g>	<g class=\"st34\">		<g>			<rect x=\"134.2\" y=\"382.9\" class=\"st77\" width=\"145.2\" height=\"145.2\"></rect>		</g>		<rect x=\"134.2\" y=\"382.9\" class=\"st128\" width=\"145.2\" height=\"6.1\"></rect>		<g>							<rect x=\"149.5\" y=\"393\" transform=\"matrix(-1.836970e-16 1 -1 -1.836970e-16 672.3817 258.8881)\" class=\"st87\" width=\"114.4\" height=\"145.2\"></rect>		</g>		<g>			<g>				<g>					<path class=\"st129\" d=\"M155.7,394.8L155.7,394.8c-2.3,0-4.2-1.9-4.2-4.2v-17.4c0-2.3,1.9-4.2,4.2-4.2l0,0      c2.3,0,4.2,1.9,4.2,4.2v17.4C159.9,392.9,158,394.8,155.7,394.8z\"></path>				</g>				<path class=\"st129\" d=\"M176.1,394.8L176.1,394.8c-2.3,0-4.2-1.9-4.2-4.2v-17.4c0-2.3,1.9-4.2,4.2-4.2l0,0c2.3,0,4.2,1.9,4.2,4.2     v17.4C180.3,392.9,178.4,394.8,176.1,394.8z\"></path>				<path class=\"st129\" d=\"M196.5,394.8L196.5,394.8c-2.3,0-4.2-1.9-4.2-4.2v-17.4c0-2.3,1.9-4.2,4.2-4.2l0,0c2.3,0,4.2,1.9,4.2,4.2     v17.4C200.8,392.9,198.9,394.8,196.5,394.8z\"></path>				<path class=\"st129\" d=\"M217,394.8L217,394.8c-2.3,0-4.2-1.9-4.2-4.2v-17.4c0-2.3,1.9-4.2,4.2-4.2l0,0c2.3,0,4.2,1.9,4.2,4.2     v17.4C221.2,392.9,219.3,394.8,217,394.8z\"></path>				<path class=\"st129\" d=\"M237.4,394.8L237.4,394.8c-2.3,0-4.2-1.9-4.2-4.2v-17.4c0-2.3,1.9-4.2,4.2-4.2l0,0c2.3,0,4.2,1.9,4.2,4.2     v17.4C241.6,392.9,239.7,394.8,237.4,394.8z\"></path>				<g>					<path class=\"st129\" d=\"M257.8,394.8L257.8,394.8c-2.3,0-4.2-1.9-4.2-4.2v-17.4c0-2.3,1.9-4.2,4.2-4.2l0,0      c2.3,0,4.2,1.9,4.2,4.2v17.4C262.1,392.9,260.2,394.8,257.8,394.8z\"></path>				</g>			</g>		</g>		<g>			<path class=\"st95\" d=\"M203.8,513.1h-47.1v-9.9l16.9-17.1c5-5.1,8.3-8.7,9.8-10.7c1.5-2,2.6-3.8,3.3-5.5c0.7-1.7,1-3.4,1-5.3    c0-2.7-0.7-4.7-2.2-6c-1.5-1.3-3.5-2-6-2c-2.6,0-5.1,0.6-7.6,1.8c-2.5,1.2-5,2.9-7.7,5.1l-7.7-9.2c3.3-2.8,6.1-4.8,8.3-6    c2.2-1.2,4.6-2.1,7.1-2.7c2.6-0.6,5.5-0.9,8.7-0.9c4.2,0,7.9,0.8,11.2,2.3c3.2,1.5,5.7,3.7,7.5,6.5c1.8,2.8,2.7,5.9,2.7,9.5    c0,3.1-0.5,6-1.6,8.7c-1.1,2.7-2.8,5.5-5.1,8.4c-2.3,2.9-6.3,6.9-12.1,12.2l-8.7,8.2v0.6h29.4V513.1z\"></path>			<path class=\"st95\" d=\"M255,460.8c0,4.2-1.3,7.8-3.8,10.7c-2.6,3-6.1,5-10.7,6.1v0.3c5.4,0.7,9.6,2.3,12.4,5    c2.8,2.6,4.2,6.2,4.2,10.6c0,6.5-2.4,11.5-7.1,15.1c-4.7,3.6-11.4,5.4-20.1,5.4c-7.3,0-13.8-1.2-19.5-3.6v-12.1    c2.6,1.3,5.5,2.4,8.6,3.2c3.1,0.8,6.2,1.2,9.3,1.2c4.7,0,8.2-0.8,10.4-2.4c2.2-1.6,3.4-4.2,3.4-7.7c0-3.2-1.3-5.4-3.9-6.7    c-2.6-1.3-6.7-2-12.4-2h-5.1V473h5.2c5.2,0,9-0.7,11.5-2.1c2.4-1.4,3.6-3.7,3.6-7c0-5.1-3.2-7.7-9.6-7.7c-2.2,0-4.5,0.4-6.8,1.1    c-2.3,0.7-4.8,2-7.6,3.8l-6.6-9.8c6.1-4.4,13.5-6.6,22-6.6c7,0,12.5,1.4,16.5,4.2C253,451.8,255,455.8,255,460.8z\"></path>		</g>		<g>			<path class=\"st95\" d=\"M172.7,434h-2.6v-12.7h-3.6V419h9.7v2.3h-3.6V434z\"></path>			<path class=\"st95\" d=\"M177.7,429.2V419h2.6v10.2c0,2,0.7,2.8,2.7,2.8c1.9,0,2.6-0.8,2.6-2.8V419h2.6v10.3c0,3.4-1.4,5-5.2,5    C179.1,434.2,177.7,432.6,177.7,429.2z\"></path>			<path class=\"st95\" d=\"M199.3,419v2.3H193v4h5.4v2.2H193v4.3h6.3v2.2h-8.9v-15H199.3z\"></path>			<path class=\"st95\" d=\"M200.9,423.3v-0.2c0-2.7,1.9-4.3,5.1-4.3c3.6,0,5.1,1.7,5.1,5.1v0.4h-2.6c0-2.2-0.7-3.2-2.5-3.2h-0.2    c-1.4,0-2.3,0.8-2.3,2v0.1c0,1.2,0.6,1.9,2.9,2.2c3.3,0.4,4.8,1.6,4.8,4.2v0.2c0,2.8-1.9,4.5-5.2,4.5c-3.4,0-5.3-1.7-5.3-5.1    v-0.2h2.6c0,2.1,1,3.1,2.6,3.1h0.2c1.6,0,2.5-0.9,2.5-2.1v-0.1c0-1.3-0.7-2-3-2.3C202.4,427,200.9,425.7,200.9,423.3z\"></path>			<path class=\"st95\" d=\"M217.6,434h-4.4v-15h4.4c4.2,0,6.1,1.9,6.1,7.1v0.8C223.7,432,221.8,434,217.6,434z M217.4,431.7    c2.7,0,3.7-1.5,3.7-4.9v-0.8c0-3.4-1-4.9-3.7-4.9h-1.7v10.5H217.4z\"></path>			<path class=\"st95\" d=\"M232.2,418.9l3.9,15.1h-2.8l-0.8-3.4h-4.2l-0.8,3.4h-2.8l3.9-15.1H232.2z M228.9,428.3h3.1l-1.6-6.5    L228.9,428.3z\"></path>			<path class=\"st95\" d=\"M242.8,434h-2.6v-4.6l-4.3-10.4h2.8l2.8,7.2l2.8-7.2h2.8l-4.3,10.4V434z\"></path>		</g>	</g>	<g class=\"st34\">		<g>			<rect x=\"206.6\" y=\"197\" class=\"st130\" width=\"133.7\" height=\"88.7\"></rect>		</g>		<g>			<rect x=\"204.3\" y=\"198.6\" class=\"st89\" width=\"133.7\" height=\"88.7\"></rect>		</g>		<g>			<rect x=\"207.4\" y=\"200.1\" class=\"st87\" width=\"133.7\" height=\"88.7\"></rect>		</g>		<g>			<path class=\"st93\" d=\"M201.5,211.9v77.7h145.6v-92.6c0-2.2-1.8-4-4-4h-51.2c-1,0-2,0.4-2.7,1.1L276,206.9    c-0.7,0.7-1.7,1.1-2.7,1.1h-67.8C203.3,208,201.5,209.8,201.5,211.9z\"></path>		</g>		<rect x=\"201.5\" y=\"280.7\" class=\"st131\" width=\"145.6\" height=\"8.9\"></rect>	</g></g></svg>'),(9253,665,'_elementor_inline_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 1000 1000\" style=\"enable-background:new 0 0 1000 1000;\" xml:space=\"preserve\"><style type=\"text/css\">	.st0{display:none;}	.st1{display:inline;opacity:0.46;fill:#FFFFFF;}	.st2{display:inline;opacity:0.82;}	.st3{fill:#CB9831;}	.st4{opacity:0.64;}	.st5{fill:#FFFFFF;}	.st6{opacity:0.64;fill:#FFFFFF;}	.st7{display:inline;}	.st8{opacity:0.56;fill:#FFFFFF;}	.st9{fill:url(#SVGID_1_);}	.st10{fill:#DDE4F4;}	.st11{fill:url(#SVGID_00000123416567382716616440000000359589930148283288_);}	.st12{fill:#9C712A;}	.st13{fill:#FDD77E;}	.st14{fill:#5FCCF5;}	.st15{fill:#FFEDC7;}	.st16{opacity:0.6;fill:#FFFFFF;}	.st17{opacity:0.67;fill:#FFFFFF;}	.st18{fill:#373737;}	.st19{fill:url(#SVGID_00000026859757827394306190000011904294800476005820_);}	.st20{fill:#0576AE;}	.st21{fill:url(#SVGID_00000168837070456590961750000010405970854406600370_);}	.st22{fill:#EC4735;}	.st23{fill:url(#SVGID_00000058549362140461827790000017079475540978058679_);}	.st24{fill:url(#SVGID_00000054261726993951773810000005336383436605610633_);}	.st25{fill:url(#SVGID_00000175318956646338056870000018078797271269923974_);}	.st26{fill:url(#SVGID_00000101805243421938663810000011934487491517693589_);}	.st27{fill:url(#SVGID_00000007414104876021938570000016150686726170461826_);}	.st28{fill:#9E9D9E;}	.st29{fill:#BABABA;}	.st30{fill:url(#SVGID_00000183222827263133945980000008253748734545569457_);}	.st31{fill:url(#SVGID_00000123421807494153559460000002082790251561929893_);}	.st32{fill:url(#SVGID_00000048471573717808120390000009619027307263313536_);}	.st33{fill:url(#SVGID_00000103986674648458715930000014085597103498468256_);}	.st34{fill:url(#SVGID_00000057834599724234719970000014104096232160233400_);}	.st35{opacity:0.46;fill:#FFFFFF;}	.st36{fill:url(#SVGID_00000134218503159450504320000002284975476422601361_);}	.st37{fill:url(#SVGID_00000116947892842630018150000017130451209750997392_);}	.st38{opacity:0.82;}	.st39{fill:#FFEAC0;}	.st40{opacity:0.47;fill:#786067;}	.st41{display:none;fill:#F6F3E8;}	.st42{fill:none;stroke:#9C712A;stroke-width:2.027;stroke-linecap:round;stroke-miterlimit:10;}	.st43{fill:none;stroke:#9C712A;stroke-width:3.7499;stroke-miterlimit:10;}	.st44{fill:#F69D9A;}	.st45{fill:none;stroke:#996632;stroke-width:5.8407;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}	.st46{fill:#FDC07B;}	.st47{fill:#FBAF5B;}	.st48{fill:#E289A1;}	.st49{fill:#CC3333;}	.st50{fill:#9FD7C9;}	.st51{fill:#E2A225;}	.st52{fill:url(#SVGID_00000066493729893795219620000010855587936672017590_);}	.st53{fill:#5EC2A6;}	.st54{fill:#3499CC;}	.st55{fill:#FFEFDB;}	.st56{fill:#CDECF7;}	.st57{fill:#95D0E9;}	.st58{fill:#D2476E;}	.st59{fill:none;stroke:#7B7B7B;stroke-width:2.0006;stroke-miterlimit:10;}	.st60{fill:#7B7B7B;}	.st61{fill:#016685;}	.st62{opacity:0.19;fill:#667980;}	.st63{fill:url(#SVGID_00000090261935826460573500000004055234479069228463_);}	.st64{fill:url(#SVGID_00000144315747445633558300000005763838424417159611_);}	.st65{fill:url(#SVGID_00000000930684733355289660000011954800953688164761_);}	.st66{fill:url(#SVGID_00000088852964312194091980000006772833556242063258_);}	.st67{fill:url(#SVGID_00000111911637338900978540000012806046527550863770_);}	.st68{fill:url(#SVGID_00000021826435307591957080000005501591710567086013_);}	.st69{fill:url(#SVGID_00000008116427030892989260000010084665804472752035_);}	.st70{fill:url(#SVGID_00000167390220206216935570000010444258203668158114_);}	.st71{fill:url(#SVGID_00000006665787385873242040000013926281253115989425_);}	.st72{fill:url(#SVGID_00000111177739916740677410000001722023077219785353_);}	.st73{fill:url(#SVGID_00000038390994027844634240000012648240451450910901_);}	.st74{fill:url(#SVGID_00000125590234192224714560000011626004303987536265_);}	.st75{display:inline;opacity:0.46;fill:#FFF8EB;}	.st76{fill:#B3E3F6;}	.st77{fill:#F16565;}	.st78{display:inline;fill:#DED2B4;}	.st79{display:inline;fill:#CCBD9E;}	.st80{display:inline;fill:#ECE5D1;}	.st81{display:inline;fill:#F4EEDF;}	.st82{display:inline;fill:#E1D5B7;}	.st83{display:inline;fill:#524D4E;}	.st84{display:inline;fill:#443D3D;}	.st85{display:inline;fill:#609CCE;}	.st86{display:inline;fill:#F4EEE1;}	.st87{fill:#E9E5D9;}	.st88{fill:#524D4E;}	.st89{fill:#D9D1BD;}	.st90{fill:#9FBEA1;}	.st91{fill:#C0BB68;}	.st92{fill:#F68B66;}	.st93{fill:#FABE68;}	.st94{fill:#E87770;}	.st95{fill:#3B4E57;}	.st96{fill:#F9FBFC;}	.st97{fill:#443D3D;}	.st98{display:inline;fill:#5B5764;}	.st99{display:inline;fill:#484451;}	.st100{fill:#484451;}	.st101{display:inline;opacity:0.55;fill:#484451;}	.st102{display:inline;fill:#777582;}	.st103{display:inline;fill:#FFFFFF;}	.st104{display:inline;fill:#ECB984;}	.st105{display:inline;opacity:0.55;fill:#D27658;}	.st106{display:inline;fill:#262626;}	.st107{display:inline;fill:#E2A46A;}	.st108{fill:#ECB984;}	.st109{fill:#E2A46A;}	.st110{display:inline;fill:#EFEFEE;}	.st111{fill:#FEE342;}	.st112{fill:#FFF273;}	.st113{fill:#F3BA36;}	.st114{fill:#F7F0E0;}	.st115{fill:#ABBD3B;}	.st116{fill:#98A339;}	.st117{fill:#E2D6B8;}	.st118{fill:#EAA239;}	.st119{fill:#EFCA50;}	.st120{fill:#FEE292;}	.st121{display:inline;fill:#E43A2E;}	.st122{display:inline;fill:#D82F29;}	.st123{display:inline;fill:#FDD77E;}	.st124{fill:#34454D;}	.st125{fill:#BFC1BF;}	.st126{fill:#9A9D9C;}	.st127{fill:#4A6069;}	.st128{fill:#E15656;}	.st129{fill:#ADAEAD;}	.st130{fill:#C9C2B1;}	.st131{fill:#EFAE60;}</style><g id=\"audit-2\" class=\"st0\">	<path class=\"st1\" d=\"M843.3,703.8C731.8,880.1,504.8,927.1,339.4,886.2c-45.2-11.1-136-33.6-196.9-113.1  C25.4,620.4,90.6,350.9,248.6,211.5c20.3-18,160.5-137.6,343.7-106.2c134.2,23,216.3,114.1,226.3,125.4  c12.6,14.3,40,47.8,61.5,97.5C930.7,444.8,912.9,593.5,843.3,703.8z\"></path>	<g class=\"st2\">		<g>			<path class=\"st3\" d=\"M140.5,327.8c-0.9-0.1-1.6-0.8-1.7-1.7c-0.2-1.1-0.3-2.2-0.5-3.2c-0.1-1.1,0.6-2.1,1.7-2.3    c1.1-0.1,2.1,0.6,2.3,1.7c0.1,1,0.3,2.1,0.5,3.1c0.2,1.1-0.6,2.1-1.7,2.3C140.9,327.8,140.7,327.8,140.5,327.8z\"></path>			<path class=\"st3\" d=\"M139.2,314c-1-0.1-1.7-0.9-1.8-1.9c-0.1-2.2-0.1-4.5,0-6.7c0-1.1,0.9-2,2.1-2c1.1,0,2,1,2,2.1    c-0.1,2.1,0,4.3,0,6.4c0,1.1-0.8,2-1.9,2.1C139.4,314,139.3,314,139.2,314z M139.9,296.8c-1.1-0.1-1.9-1.1-1.7-2.2l0.1-0.7    c0.2-1.9,0.6-3.9,0.9-5.9c0.2-1.1,1.2-1.8,2.3-1.6c1.1,0.2,1.8,1.2,1.6,2.3c-0.3,1.9-0.6,3.8-0.9,5.7l-0.1,0.7    C142,296.2,141,297,139.9,296.8C139.9,296.8,139.9,296.8,139.9,296.8z M143.3,280c-0.1,0-0.2,0-0.3-0.1c-1.1-0.3-1.7-1.4-1.4-2.5    c0.6-2.1,1.3-4.3,2-6.4c0.4-1,1.5-1.6,2.6-1.2c1,0.4,1.6,1.5,1.2,2.6c-0.7,2-1.3,4.1-1.9,6.1C145.2,279.5,144.2,280.1,143.3,280z     M149.1,263.8c-0.2,0-0.4-0.1-0.6-0.2c-1-0.5-1.5-1.6-1-2.7c0.9-2,1.9-4,2.9-6c0.5-1,1.7-1.4,2.7-0.8c1,0.5,1.4,1.7,0.8,2.7    c-1,1.9-2,3.8-2.8,5.8C150.9,263.5,150,263.9,149.1,263.8z M157.4,248.7c-0.3,0-0.6-0.1-0.8-0.3c-0.9-0.6-1.2-1.9-0.6-2.8    c1.2-1.9,2.5-3.7,3.8-5.5c0.7-0.9,1.9-1.1,2.8-0.4c0.9,0.7,1.1,1.9,0.4,2.8c-1.3,1.7-2.5,3.5-3.7,5.3    C158.9,248.5,158.2,248.8,157.4,248.7z M168,235.1c-0.4-0.1-0.8-0.2-1.1-0.5c-0.8-0.7-0.9-2-0.1-2.8c1.5-1.6,3-3.3,4.6-4.8    c0.8-0.8,2.1-0.8,2.8,0c0.8,0.8,0.8,2.1,0,2.8c-1.5,1.5-3,3.1-4.5,4.6C169.3,235,168.6,235.2,168,235.1z M180.5,223.3    c-0.5-0.1-1-0.3-1.3-0.7c-0.7-0.9-0.6-2.1,0.3-2.8c1.7-1.4,3.5-2.8,5.3-4.1c0.9-0.6,2.2-0.4,2.8,0.5c0.6,0.9,0.4,2.2-0.5,2.8    c-1.7,1.2-3.5,2.6-5.1,3.9C181.5,223.2,181,223.4,180.5,223.3z M194.6,213.5c-0.6-0.1-1.2-0.4-1.5-1c-0.6-1-0.2-2.2,0.7-2.7    c1.9-1.1,3.9-2.2,5.9-3.2c1-0.5,2.2-0.1,2.7,0.9c0.5,1,0.1,2.2-0.9,2.7c-1.9,1-3.8,2-5.7,3.1C195.5,213.5,195,213.6,194.6,213.5z     M210.1,206c-0.7-0.1-1.3-0.6-1.6-1.3c-0.4-1,0.1-2.2,1.1-2.6c2.1-0.8,4.2-1.6,6.3-2.3c1.1-0.3,2.2,0.2,2.5,1.3    c0.3,1.1-0.2,2.2-1.3,2.5c-2,0.7-4.1,1.4-6.1,2.2C210.8,206,210.4,206.1,210.1,206z M314.8,218.4c-0.3,0-0.6-0.2-0.9-0.3    c-1.8-1.2-3.6-2.4-5.4-3.5c-0.9-0.6-1.2-1.8-0.7-2.8c0.6-0.9,1.8-1.2,2.8-0.7c1.9,1.2,3.8,2.4,5.6,3.7c0.9,0.6,1.1,1.9,0.5,2.8    C316.3,218.2,315.6,218.5,314.8,218.4z M226.5,201c-0.8-0.1-1.5-0.7-1.7-1.6c-0.2-1.1,0.4-2.2,1.5-2.4c2.2-0.5,4.4-0.9,6.5-1.3    c1.1-0.2,2.1,0.6,2.3,1.7c0.2,1.1-0.6,2.1-1.7,2.3c-2.1,0.3-4.2,0.8-6.3,1.2C227,201,226.8,201,226.5,201z M300,209.7    c-0.2,0-0.4-0.1-0.6-0.2c-1.9-0.9-3.9-1.8-5.9-2.7c-1-0.4-1.5-1.6-1.1-2.6c0.4-1,1.6-1.5,2.6-1.1c2,0.9,4.1,1.8,6.1,2.7    c1,0.5,1.4,1.7,0.9,2.7C301.7,209.3,300.8,209.8,300,209.7z M243.5,198.5c-0.9-0.1-1.7-0.9-1.7-1.9c-0.1-1.1,0.8-2.1,1.9-2.1    c2.2-0.1,4.5-0.2,6.7-0.2c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2c-2.1,0-4.3,0.1-6.4,0.2C243.8,198.6,243.7,198.6,243.5,198.5z     M284,203.3c-0.1,0-0.2,0-0.3-0.1c-2-0.6-4.1-1.2-6.2-1.7c-1.1-0.3-1.7-1.4-1.5-2.4c0.3-1.1,1.4-1.7,2.4-1.5    c2.2,0.5,4.3,1.1,6.4,1.8c1.1,0.3,1.7,1.5,1.3,2.5C285.9,202.9,285,203.4,284,203.3z M260.7,198.7c-1.1-0.1-1.8-1.1-1.7-2.2    c0.1-1.1,1.1-1.9,2.2-1.8c2.2,0.2,4.4,0.5,6.6,0.8c1.1,0.2,1.9,1.2,1.7,2.3c-0.2,1.1-1.2,1.9-2.3,1.7    C265.1,199.2,262.9,198.9,260.7,198.7C260.8,198.7,260.8,198.7,260.7,198.7z\"></path>			<path class=\"st3\" d=\"M325.8,227c-0.4-0.1-0.8-0.2-1.1-0.5c-0.8-0.7-1.6-1.4-2.4-2.1c-0.8-0.7-0.9-2-0.2-2.8    c0.7-0.8,2-0.9,2.8-0.2c0.8,0.7,1.6,1.4,2.5,2.2c0.8,0.7,0.9,2,0.1,2.8C327,226.9,326.4,227.1,325.8,227z\"></path>		</g>		<g>			<path class=\"st3\" d=\"M362.6,305c-1-0.1-1.7-0.9-1.8-1.9c0-1.1-0.1-2.1-0.2-3.1c-0.1-1.1,0.7-2.1,1.9-2.2c1.1-0.1,2.1,0.7,2.2,1.9    c0.1,1.1,0.1,2.2,0.2,3.3c0,1.1-0.8,2-1.9,2.1C362.8,305,362.7,305,362.6,305z\"></path>			<path class=\"st3\" d=\"M234.9,420.7C234.8,420.7,234.8,420.7,234.9,420.7c-2-0.3-3.9-0.6-5.8-1l-0.7-0.1c-1.1-0.2-1.8-1.3-1.6-2.4    c0.2-1.1,1.3-1.8,2.4-1.6l0.7,0.1c1.8,0.4,3.7,0.7,5.6,1c1.1,0.2,1.9,1.2,1.7,2.3C236.9,420.1,235.9,420.9,234.9,420.7z     M245.3,421.8c-1-0.1-1.8-1-1.7-2.1c0.1-1.1,1-2,2.1-1.9c2.1,0.1,4.2,0.2,6.3,0.1c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2    c-2.2,0-4.4,0-6.6-0.1C245.4,421.8,245.3,421.8,245.3,421.8z M218.3,417.1c-0.1,0-0.2,0-0.3-0.1c-2.1-0.6-4.2-1.3-6.2-2.1    c-1-0.4-1.6-1.5-1.2-2.6c0.4-1,1.5-1.6,2.6-1.2c2,0.7,4,1.4,6,2c1.1,0.3,1.7,1.4,1.3,2.5C220.2,416.6,219.3,417.2,218.3,417.1z     M262.2,421.4c-0.9-0.1-1.6-0.8-1.7-1.8c-0.1-1.1,0.7-2.1,1.8-2.2c2.1-0.2,4.2-0.5,6.3-0.8c1.1-0.2,2.1,0.6,2.3,1.7    c0.2,1.1-0.6,2.1-1.7,2.3c-2.2,0.3-4.3,0.6-6.5,0.9C262.5,421.4,262.4,421.4,262.2,421.4z M202.6,410.9c-0.2,0-0.4-0.1-0.6-0.2    c-2-0.9-3.9-2-5.8-3c-1-0.5-1.3-1.8-0.8-2.7c0.5-1,1.8-1.3,2.7-0.8c1.8,1,3.7,2,5.6,2.9c1,0.5,1.4,1.7,0.9,2.7    C204.2,410.6,203.4,411,202.6,410.9z M278.9,418.4c-0.8-0.1-1.5-0.7-1.7-1.5c-0.3-1.1,0.4-2.2,1.4-2.4c2-0.5,4.1-1.1,6.1-1.8    c1.1-0.3,2.2,0.2,2.5,1.3c0.3,1.1-0.2,2.2-1.3,2.5c-2.1,0.7-4.2,1.3-6.3,1.8C279.4,418.4,279.1,418.4,278.9,418.4z M187.9,402.5    c-0.3,0-0.6-0.1-0.9-0.3c-1.8-1.2-3.6-2.5-5.3-3.9c-0.9-0.7-1-1.9-0.4-2.8c0.7-0.9,1.9-1,2.8-0.4c1.7,1.3,3.4,2.5,5.1,3.7    c0.9,0.6,1.2,1.9,0.5,2.8C189.4,402.3,188.6,402.6,187.9,402.5z M294.9,412.9c-0.7-0.1-1.3-0.5-1.6-1.2c-0.4-1,0-2.2,1.1-2.6    c1.9-0.8,3.9-1.7,5.7-2.7c1-0.5,2.2-0.1,2.7,0.9c0.5,1,0.1,2.2-0.9,2.7c-1.9,1-4,1.9-6,2.8C295.6,412.9,295.2,413,294.9,412.9z     M309.9,405.1c-0.6-0.1-1.1-0.4-1.5-0.9c-0.6-0.9-0.3-2.2,0.6-2.8c1.8-1.1,3.6-2.3,5.3-3.5c0.9-0.6,2.2-0.4,2.8,0.5    c0.6,0.9,0.4,2.2-0.5,2.8c-1.8,1.3-3.6,2.5-5.5,3.6C310.8,405.1,310.3,405.1,309.9,405.1z M323.5,395.1c-0.5-0.1-0.9-0.3-1.3-0.7    c-0.7-0.8-0.6-2.1,0.2-2.8c1.6-1.4,3.2-2.8,4.7-4.3c0.8-0.8,2.1-0.7,2.8,0.1c0.8,0.8,0.7,2.1-0.1,2.8c-1.6,1.5-3.2,3-4.9,4.4    C324.7,395,324.1,395.2,323.5,395.1z M335.6,383.2c-0.4,0-0.7-0.2-1.1-0.5c-0.8-0.7-0.9-2-0.2-2.8c1.4-1.6,2.7-3.2,4-4.9    c0.7-0.9,1.9-1,2.8-0.4c0.9,0.7,1,1.9,0.4,2.8c-1.3,1.7-2.7,3.4-4.2,5.1C336.9,383,336.2,383.3,335.6,383.2z M345.6,369.6    c-0.3,0-0.6-0.1-0.8-0.3c-0.9-0.6-1.2-1.8-0.6-2.8c1.1-1.8,2.2-3.6,3.2-5.5c0.5-1,1.8-1.3,2.7-0.8c1,0.5,1.3,1.8,0.8,2.7    c-1.1,1.9-2.2,3.8-3.3,5.7C347.1,369.3,346.4,369.7,345.6,369.6z M353.5,354.6c-0.2,0-0.4-0.1-0.5-0.1c-1-0.4-1.5-1.6-1-2.6    c0.8-1.9,1.6-3.9,2.3-5.9c0.4-1,1.5-1.6,2.6-1.2c1,0.4,1.6,1.5,1.2,2.6c-0.7,2-1.6,4.1-2.4,6.1    C355.2,354.2,354.4,354.7,353.5,354.6z M359,338.6c-0.1,0-0.2,0-0.3-0.1c-1.1-0.3-1.7-1.4-1.4-2.5c0.5-2,1-4.1,1.4-6.2    c0.2-1.1,1.3-1.8,2.4-1.6c1.1,0.2,1.8,1.3,1.6,2.4c-0.4,2.1-0.9,4.3-1.5,6.4C361,338.1,360,338.7,359,338.6z M362.1,321.9    c-1.1-0.1-1.9-1.1-1.7-2.2c0.2-2.1,0.4-4.2,0.5-6.3c0.1-1.1,1-2,2.1-1.9c1.1,0.1,2,1,1.9,2.1c-0.1,2.2-0.3,4.4-0.5,6.5    C364.2,321.3,363.2,322.1,362.1,321.9C362.1,321.9,362.1,321.9,362.1,321.9z\"></path>			<path class=\"st3\" d=\"M174.6,391.8c-0.4-0.1-0.8-0.2-1.1-0.5c-0.8-0.7-1.6-1.5-2.4-2.3c-0.8-0.8-0.8-2.1,0-2.8    c0.8-0.8,2.1-0.8,2.8,0c0.7,0.7,1.5,1.5,2.3,2.2c0.8,0.8,0.9,2,0.1,2.8C175.9,391.7,175.2,391.9,174.6,391.8z\"></path>		</g>		<g>			<path class=\"st3\" d=\"M183.6,361.1c0.3,0.5,0.9,0.7,1.4,0.6l15.9-3.7c5.4,5.4,11.7,9.9,18.8,13.4l1.7,16.2c0.1,0.6,0.5,1,1,1.2    l19.1,4.4c0.6,0.1,1.1-0.1,1.4-0.6l8.7-13.8c7.8,0,15.5-1.3,22.7-3.8l12.7,10.3c0.4,0.4,1.1,0.4,1.6,0.1l16.6-10.4    c0.5-0.3,0.7-0.9,0.6-1.4l-3.7-15.9c5.4-5.4,9.9-11.7,13.4-18.8l16.2-1.7c0.6-0.1,1-0.5,1.2-1l4.4-19.1c0.1-0.6-0.1-1.1-0.6-1.4    l-13.8-8.7c0-7.8-1.3-15.5-3.8-22.7l10.3-12.7c0.4-0.4,0.4-1.1,0.1-1.6l-10.4-16.6c-0.3-0.5-0.9-0.7-1.4-0.6l-15.9,3.7    c-5.4-5.4-11.7-9.9-18.8-13.4l-1.7-16.2c-0.1-0.6-0.5-1-1-1.2l-19.1-4.4c-0.6-0.1-1.1,0.1-1.4,0.6l-8.7,13.8    c-7.8,0-15.5,1.3-22.7,3.8l-12.7-10.3c-0.4-0.4-1.1-0.4-1.6-0.1l-16.6,10.4c-0.5,0.3-0.7,0.9-0.6,1.4l3.7,15.9    c-5.4,5.4-9.9,11.7-13.4,18.8l-16.2,1.7c-0.6,0.1-1,0.5-1.2,1l-4.4,19.1c-0.1,0.6,0.1,1.1,0.6,1.4l13.8,8.7    c0,7.8,1.3,15.5,3.8,22.7l-10.3,12.7c-0.4,0.4-0.4,1.1-0.1,1.6L183.6,361.1z\"></path>			<g class=\"st4\">				<path class=\"st5\" d=\"M248.9,326.1c-4-0.5-7.8-2.3-10.7-5.1c-3.7-3.5-5.7-8.2-5.8-13.3c-0.1-5.1,1.8-9.9,5.3-13.5     c3.5-3.7,8.2-5.7,13.3-5.8c10.5-0.2,19.2,8.1,19.4,18.6c0.2,10.5-8.1,19.2-18.6,19.4C250.8,326.3,249.8,326.2,248.9,326.1z      M253.4,291.6c-0.8-0.1-1.5-0.1-2.3-0.1c-4.2,0.1-8.1,1.8-11.1,4.8c-2.9,3-4.5,7-4.4,11.3c0.1,4.2,1.8,8.1,4.8,11.1     c3,2.9,7,4.5,11.3,4.4c8.7-0.2,15.6-7.4,15.5-16.1C267,299,261,292.6,253.4,291.6z\"></path>			</g>			<path class=\"st6\" d=\"M245.7,354.7c-1.6-0.2-3.2-0.5-4.8-0.9c-2.4-0.6-4.7-1.3-7-2.2c0,0,0,0-0.1,0c-0.1,0-0.2-0.1-0.3-0.1    c0,0,0,0,0,0l0,0c0,0,0,0,0,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.1-0.1-0.3-0.1-0.4-0.2    c-0.1,0-0.1,0-0.2-0.1c-0.3-0.1-0.6-0.3-0.9-0.4c-0.2-0.1-0.4-0.2-0.5-0.2c-0.3-0.2-0.5-0.5-0.5-0.8c0-0.1,0-0.2,0.1-0.2    c0.2-0.4,0.7-0.6,1.1-0.4c3,1.4,6.1,2.5,9.3,3.2c12.1,2.8,24.5,0.7,35.1-5.8c10.5-6.6,17.9-16.8,20.7-28.9    c0.4-1.6,0.6-3.1,0.8-4.7c3-23.3-12.2-45.7-35.6-51.1c-12.1-2.8-24.5-0.7-35.1,5.8c-10.5,6.6-17.9,16.8-20.7,28.9    c-0.4,1.5-0.6,3.1-0.8,4.6c-0.9,6.7-0.2,13.6,1.9,20.1c0,0.1,0,0.2,0,0.3c0,0.3-0.2,0.6-0.6,0.7c-0.4,0.1-0.9-0.1-1-0.5    c-2.2-6.7-2.8-13.8-1.9-20.8c0.2-1.6,0.5-3.2,0.9-4.8c2.9-12.5,10.5-23.1,21.4-29.9c10.9-6.8,23.8-8.9,36.3-6.1    c24.2,5.6,39.9,28.7,36.9,52.9c-0.2,1.6-0.5,3.2-0.9,4.8C292.9,342.1,269.8,357.8,245.7,354.7z\"></path>		</g>	</g>	<g class=\"st7\">		<g class=\"st4\">			<path class=\"st3\" d=\"M484.6,275.4c0.5,0.4,0.6,1,0.4,1.6c-0.4,1.1-0.9,2.1-1.4,3.1c-0.3,0.7-1.1,1-1.8,0.6    c-0.7-0.3-1-1.1-0.6-1.8c0.5-1,0.9-2,1.3-3c0.3-0.7,1.1-1,1.8-0.7C484.3,275.2,484.5,275.3,484.6,275.4z\"></path>			<path class=\"st3\" d=\"M480.1,284.4c0.5,0.4,0.7,1.1,0.3,1.7c-1.1,2-2.3,3.9-3.6,5.7c-0.4,0.6-1.3,0.8-1.9,0.3    c-0.6-0.4-0.8-1.3-0.3-1.9c1.2-1.8,2.4-3.7,3.5-5.6c0.4-0.6,1.2-0.9,1.8-0.5C480,284.3,480,284.4,480.1,284.4z M472.5,295.4    C472.5,295.4,472.5,295.4,472.5,295.4c0.6,0.5,0.7,1.3,0.2,1.9c-1.2,1.4-2.4,2.8-3.7,4.2c-0.3,0.3-0.6,0.6-0.9,0.9    c-0.5,0.5-1.4,0.6-1.9,0c-0.5-0.5-0.6-1.4,0-1.9c0.3-0.3,0.6-0.6,0.8-0.9c1.2-1.3,2.4-2.6,3.5-4    C471.1,295,471.9,294.9,472.5,295.4z M463.2,305c0.1,0,0.1,0.1,0.2,0.2c0.5,0.6,0.4,1.4-0.1,1.9c-1.7,1.5-3.5,2.9-5.3,4.3    c-0.6,0.4-1.4,0.3-1.9-0.3c-0.4-0.6-0.3-1.4,0.3-1.9c1.7-1.3,3.5-2.7,5.1-4.1C462,304.6,462.7,304.6,463.2,305z M452.5,312.9    c0.1,0.1,0.2,0.2,0.3,0.3c0.4,0.6,0.2,1.5-0.4,1.9c-1.9,1.2-3.9,2.3-5.9,3.4c-0.7,0.3-1.5,0.1-1.8-0.6c-0.3-0.7-0.1-1.5,0.6-1.8    c1.9-1,3.9-2.1,5.7-3.2C451.5,312.5,452.1,312.6,452.5,312.9z M440.7,319c0.2,0.1,0.3,0.3,0.4,0.5c0.3,0.7,0,1.5-0.7,1.8    c-2.1,0.9-4.2,1.6-6.4,2.3c-0.7,0.2-1.5-0.2-1.7-0.9c-0.2-0.7,0.2-1.5,0.9-1.7c2.1-0.7,4.2-1.4,6.2-2.3    C439.8,318.6,440.3,318.7,440.7,319z M428,323.1c0.2,0.2,0.4,0.4,0.5,0.7c0.2,0.7-0.3,1.5-1,1.6c-2.2,0.5-4.4,0.9-6.7,1.3    c-0.7,0.1-1.4-0.4-1.5-1.1c-0.1-0.7,0.4-1.4,1.1-1.5c2.2-0.3,4.3-0.7,6.5-1.2C427.2,322.7,427.7,322.9,428,323.1z M414.8,325.1    c0.3,0.2,0.5,0.6,0.5,1c0,0.7-0.5,1.4-1.3,1.4c-2.3,0.1-4.5,0.2-6.8,0.2c-0.7,0-1.3-0.6-1.3-1.4c0-0.7,0.6-1.3,1.4-1.3    c2.2,0,4.4,0,6.6-0.2C414.2,324.7,414.5,324.9,414.8,325.1z M401.4,324.8c0.3,0.3,0.5,0.7,0.5,1.2c-0.1,0.7-0.7,1.3-1.5,1.2    c-2.2-0.2-4.5-0.5-6.7-0.9c-0.7-0.1-1.2-0.8-1.1-1.6c0.1-0.7,0.8-1.2,1.6-1.1c2.1,0.4,4.3,0.7,6.5,0.9    C401,324.6,401.2,324.7,401.4,324.8z M334.7,275.9c0.2,0.1,0.3,0.3,0.4,0.5c0.9,2,1.8,4,2.8,5.9c0.3,0.7,0.1,1.5-0.6,1.8    c-0.7,0.3-1.5,0.1-1.8-0.6c-1.1-2-2-4.1-2.9-6.1c-0.3-0.7,0-1.5,0.7-1.8C333.8,275.5,334.3,275.6,334.7,275.9z M388.3,322.4    c0.4,0.3,0.6,0.9,0.5,1.4c-0.2,0.7-0.9,1.1-1.7,1c-2.2-0.6-4.4-1.3-6.5-2c-0.7-0.3-1.1-1-0.8-1.7c0.3-0.7,1-1.1,1.7-0.8    c2,0.7,4.2,1.4,6.3,2C388,322.2,388.2,322.3,388.3,322.4z M340.9,287.7c0.1,0.1,0.2,0.2,0.3,0.3c1.2,1.8,2.4,3.6,3.8,5.4    c0.5,0.6,0.3,1.4-0.3,1.9c-0.6,0.5-1.4,0.3-1.9-0.3c-1.4-1.8-2.7-3.7-3.9-5.6c-0.4-0.6-0.2-1.5,0.4-1.9    C339.8,287.3,340.5,287.4,340.9,287.7z M375.8,317.9c0.5,0.4,0.6,1,0.4,1.6c-0.3,0.7-1.1,1-1.8,0.7c-2-0.9-4.1-2-6.1-3.1    c-0.7-0.4-0.9-1.2-0.5-1.8c0.4-0.7,1.2-0.9,1.8-0.5c1.9,1.1,3.9,2.1,5.9,3C375.6,317.8,375.7,317.9,375.8,317.9z M349,298.3    c0.1,0,0.1,0.1,0.2,0.1c1.5,1.6,3,3.2,4.6,4.7c0.5,0.5,0.6,1.4,0.1,1.9c-0.5,0.5-1.4,0.6-1.9,0.1c-1.6-1.5-3.2-3.2-4.7-4.8    c-0.5-0.6-0.5-1.4,0.1-1.9C347.8,297.9,348.5,297.9,349,298.3z M364.1,311.4c0.5,0.4,0.7,1.2,0.3,1.8c-0.4,0.6-1.3,0.8-1.9,0.4    c-1.9-1.3-3.7-2.6-5.5-4c0,0,0,0,0,0c-0.6-0.5-0.7-1.3-0.2-1.9c0.5-0.6,1.3-0.7,1.9-0.2C360.4,308.8,362.2,310.1,364.1,311.4    C364,311.4,364.1,311.4,364.1,311.4z\"></path>			<path class=\"st3\" d=\"M331.3,266.4c0.2,0.2,0.4,0.4,0.4,0.7c0.3,1.1,0.6,2.1,1,3.2c0.2,0.7-0.1,1.5-0.9,1.7    c-0.7,0.2-1.5-0.1-1.7-0.9c-0.4-1.1-0.7-2.2-1-3.3c-0.2-0.7,0.2-1.5,0.9-1.7C330.5,266,330.9,266.1,331.3,266.4z\"></path>		</g>		<g class=\"st4\">			<path class=\"st3\" d=\"M339,203.1c0.5,0.4,0.7,1.1,0.3,1.7c-0.6,1-1.1,1.9-1.6,2.9c-0.3,0.7-1.2,0.9-1.8,0.6    c-0.7-0.3-0.9-1.2-0.6-1.8c0.5-1,1.1-2,1.7-3c0.4-0.6,1.2-0.9,1.8-0.5C338.9,203,339,203,339,203.1z\"></path>			<path class=\"st3\" d=\"M460.8,180.6c1,0.8,2,1.7,3,2.5c0.6,0.5,0.6,1.4,0.1,1.9c-0.5,0.6-1.3,0.6-1.9,0.1c-0.9-0.8-1.9-1.7-2.9-2.5    c-0.7-0.6-1.4-1.1-2.1-1.7c-0.6-0.4-0.7-1.3-0.3-1.9c0.4-0.6,1.3-0.7,1.9-0.3C459.4,179.5,460.1,180,460.8,180.6z M453.3,175.2    c0.5,0.4,0.7,1.2,0.3,1.8c-0.4,0.6-1.2,0.8-1.9,0.4c-1.8-1.2-3.7-2.2-5.6-3.3c-0.7-0.4-0.9-1.2-0.6-1.8c0.3-0.7,1.2-0.9,1.8-0.6    c2,1,3.9,2.2,5.8,3.4C453.2,175.1,453.2,175.2,453.3,175.2z M468.4,187.7c0,0,0.1,0.1,0.1,0.1c1.5,1.6,3,3.3,4.4,5    c0.5,0.6,0.4,1.4-0.2,1.9c-0.6,0.5-1.4,0.4-1.9-0.2c-1.4-1.7-2.8-3.3-4.3-4.9c-0.5-0.5-0.5-1.4,0-1.9    C467.2,187.3,467.9,187.3,468.4,187.7z M441.7,169c0.5,0.4,0.6,1,0.4,1.6c-0.3,0.7-1.1,1-1.8,0.7c-2-0.8-4-1.6-6-2.3    c-0.7-0.2-1.1-1-0.8-1.7c0.2-0.7,1-1.1,1.7-0.8c2.1,0.7,4.2,1.5,6.2,2.4C441.5,168.9,441.6,169,441.7,169z M476.7,197.9    c0.1,0.1,0.2,0.2,0.3,0.3c1.3,1.8,2.4,3.7,3.5,5.7c0.4,0.6,0.1,1.5-0.5,1.8c-0.6,0.4-1.5,0.1-1.8-0.5c-1.1-1.9-2.2-3.7-3.4-5.5    c-0.4-0.6-0.3-1.5,0.4-1.9C475.6,197.5,476.3,197.5,476.7,197.9z M429.2,164.8c0.4,0.3,0.6,0.8,0.5,1.4c-0.2,0.7-0.9,1.2-1.6,1    c-2.1-0.5-4.2-1-6.3-1.3c-0.7-0.1-1.2-0.8-1.1-1.6c0.1-0.7,0.8-1.2,1.6-1.1c2.2,0.4,4.4,0.8,6.5,1.4    C428.9,164.6,429.1,164.7,429.2,164.8z M483.2,209.3c0.2,0.1,0.3,0.3,0.4,0.5c0.9,2,1.8,4.1,2.6,6.2c0.3,0.7-0.1,1.5-0.8,1.7    c-0.7,0.3-1.5-0.1-1.7-0.8c-0.8-2-1.6-4-2.5-6c-0.3-0.7,0-1.5,0.7-1.8C482.3,208.9,482.8,209,483.2,209.3z M416.3,162.7    c0.3,0.3,0.5,0.7,0.5,1.2c-0.1,0.7-0.7,1.3-1.5,1.2c-2.1-0.2-4.3-0.3-6.5-0.3c-0.7,0-1.3-0.6-1.3-1.4c0-0.7,0.6-1.3,1.4-1.3    c2.2,0,4.5,0.1,6.7,0.3C415.8,162.4,416.1,162.5,416.3,162.7z M403.2,162.7c0.3,0.2,0.5,0.6,0.5,0.9c0.1,0.7-0.5,1.4-1.2,1.4    c-2.1,0.2-4.3,0.4-6.4,0.8c-0.7,0.1-1.4-0.4-1.5-1.1c-0.1-0.7,0.4-1.4,1.1-1.5c2.2-0.4,4.4-0.6,6.6-0.8    C402.6,162.4,402.9,162.5,403.2,162.7z M390.2,164.7c0.2,0.2,0.4,0.4,0.5,0.7c0.2,0.7-0.3,1.5-1,1.6c-2.1,0.5-4.2,1.1-6.2,1.8    c-0.7,0.2-1.5-0.1-1.7-0.9c-0.2-0.7,0.2-1.5,0.9-1.7c2.1-0.7,4.3-1.3,6.4-1.8C389.4,164.4,389.9,164.5,390.2,164.7z M377.7,168.9    c0.2,0.1,0.3,0.3,0.4,0.5c0.3,0.7,0,1.5-0.7,1.8c-2,0.8-3.9,1.8-5.8,2.8c-0.7,0.3-1.5,0.1-1.8-0.6c-0.3-0.7-0.1-1.5,0.6-1.8    c2-1,4-2,6-2.9C376.8,168.5,377.3,168.6,377.7,168.9z M366.1,174.9c0.1,0.1,0.2,0.2,0.3,0.3c0.4,0.6,0.2,1.5-0.4,1.9    c-1.8,1.1-3.6,2.4-5.3,3.7c-0.6,0.4-1.4,0.3-1.9-0.3c-0.4-0.6-0.3-1.4,0.3-1.9c1.8-1.3,3.6-2.6,5.5-3.8    C365,174.5,365.6,174.6,366.1,174.9z M355.6,182.8c0.1,0,0.1,0.1,0.2,0.2c0.5,0.6,0.4,1.4-0.1,1.9c-1.6,1.4-3.2,2.9-4.7,4.5    c-0.5,0.5-1.4,0.5-1.9,0c-0.5-0.5-0.6-1.4,0-1.9c1.5-1.6,3.2-3.2,4.8-4.6C354.3,182.4,355.1,182.4,355.6,182.8z M346.5,192.3    c0.6,0.5,0.7,1.3,0.2,1.9l-0.2,0.2c-1.3,1.6-2.6,3.3-3.7,5c-0.4,0.6-1.3,0.8-1.9,0.3c-0.6-0.4-0.8-1.3-0.3-1.9    c1.2-1.8,2.5-3.5,3.9-5.1l0.2-0.2C345.1,191.9,345.9,191.8,346.5,192.3z\"></path>			<path class=\"st3\" d=\"M487.8,221.7c0.2,0.2,0.4,0.4,0.4,0.7c0.3,1.1,0.6,2.2,0.9,3.3c0.2,0.7-0.3,1.5-1,1.6    c-0.7,0.2-1.5-0.3-1.6-1c-0.3-1.1-0.5-2.1-0.8-3.2c-0.2-0.7,0.2-1.5,0.9-1.7C487.1,221.3,487.5,221.4,487.8,221.7z\"></path>		</g>		<g class=\"st4\">			<path class=\"st3\" d=\"M470.8,238.2c0-0.4-0.3-0.8-0.7-0.9l-11.2-3.9c-1.3-5.4-3.4-10.6-6.4-15.5l5.2-10.7c0.2-0.4,0.1-0.8-0.2-1.1    L447.4,196c-0.3-0.3-0.7-0.4-1.1-0.2l-10.7,5.2c-4.9-3-10.1-5.1-15.5-6.4l-3.9-11.2c-0.1-0.4-0.5-0.7-0.9-0.7l-14.3,0    c-0.4,0-0.8,0.3-0.9,0.7l-3.9,11.2c-5.4,1.3-10.6,3.4-15.5,6.4l-10.7-5.2c-0.4-0.2-0.8-0.1-1.1,0.2l-10.1,10.1    c-0.3,0.3-0.4,0.7-0.2,1.1l5.2,10.7c-3,4.9-5.1,10.1-6.4,15.5l-11.2,3.9c-0.4,0.1-0.7,0.5-0.7,0.9l0,14.3c0,0.4,0.3,0.8,0.7,0.9    l11.2,3.9c1.3,5.4,3.4,10.6,6.4,15.5l-5.2,10.7c-0.2,0.4-0.1,0.8,0.2,1.1l10.1,10.1c0.3,0.3,0.7,0.4,1.1,0.2l10.7-5.2    c4.9,3,10.1,5.1,15.5,6.4l3.9,11.2c0.1,0.4,0.5,0.7,0.9,0.7l14.3,0c0.4,0,0.8-0.3,0.9-0.7l3.9-11.2c5.4-1.3,10.6-3.4,15.5-6.4    l10.7,5.2c0.4,0.2,0.8,0.1,1.1-0.2l10.1-10.1c0.3-0.3,0.4-0.7,0.2-1.1l-5.2-10.7c3-4.9,5.1-10.1,6.4-15.5l11.2-3.9    c0.4-0.1,0.7-0.5,0.7-0.9L470.8,238.2z\"></path>			<path class=\"st8\" d=\"M417.1,234.5c5.3,4.3,6.8,12,3.2,18c-1.9,3.2-5,5.5-8.6,6.4s-7.4,0.4-10.6-1.5c-3.2-1.9-5.5-5-6.4-8.6    c-0.9-3.6-0.4-7.4,1.5-10.6c4-6.6,12.6-8.8,19.2-4.9l0,0C416,233.7,416.5,234.1,417.1,234.5z M401,254.1c0.4,0.3,0.9,0.7,1.4,1    c2.6,1.5,5.6,2,8.6,1.2c2.9-0.7,5.4-2.6,6.9-5.2c3.2-5.4,1.4-12.3-3.9-15.5l0,0c-5.4-3.2-12.3-1.4-15.5,3.9    C395.6,244.4,396.8,250.6,401,254.1z\"></path>			<path class=\"st6\" d=\"M430.4,217.6c0.9,0.8,1.9,1.6,2.7,2.5l0,0c0.3,0.3,0.7,0.7,1,1.1c1.2,1.3,2.3,2.6,3.2,4c0,0,0.1,0.1,0.1,0.1    c0.1,0.1,0.2,0.2,0.2,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.3,0.5,0.3,1.1-0.1,1.6c-0.1,0.1-0.2,0.2-0.3,0.3c-0.6,0.4-1.5,0.2-1.9-0.4    c-1.3-2-2.8-3.8-4.4-5.5c-3.7-3.7-8.2-6.4-13-8c-3.3-1.1-6.8-1.6-10.4-1.6c-8.8,0-17.1,3.5-23.4,9.7c-0.8,0.8-1.6,1.7-2.3,2.5    c-4.8,5.9-7.4,13.2-7.4,20.9c0,8.8,3.5,17.1,9.7,23.4c6.3,6.2,14.6,9.7,23.4,9.7c8.8,0,17.1-3.5,23.4-9.7    c0.8-0.8,1.5-1.6,2.3-2.5c3.1-3.8,5.3-8.1,6.4-12.8c0-0.2,0.1-0.4,0.3-0.5c0.3-0.4,0.8-0.6,1.4-0.5c0.7,0.2,1.2,0.9,1,1.6    c-1.3,5.1-3.6,9.8-7,13.9c-0.8,0.9-1.6,1.8-2.4,2.7c-6.7,6.8-15.7,10.5-25.3,10.5c-9.6,0-18.5-3.7-25.3-10.5    c-6.8-6.7-10.5-15.7-10.5-25.3c0-8.3,2.8-16.2,8-22.6c0.8-0.9,1.6-1.9,2.5-2.7c6.7-6.8,15.7-10.5,25.3-10.5    C416.2,209.6,424.1,212.4,430.4,217.6z\"></path>		</g>	</g>	<g class=\"st7\">		<g>			<g>									<linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"1697.0331\" y1=\"658.6837\" x2=\"1981.2744\" y2=\"658.6837\" gradientTransform=\"matrix(-0.971 0.2389 0.2389 0.971 2416.571 -378.9771)\">					<stop offset=\"0\" style=\"stop-color:#9C712A\"></stop>					<stop offset=\"1\" style=\"stop-color:#734D1F\"></stop>				</linearGradient>				<path class=\"st9\" d=\"M673.4,828.7c0,0,0.5-48.5,47.9-87.6c43.9-36.2,152-118.6,176.5-171.9c1.1-2.4,4.9-0.8,4.9,2.1     c0.6,30.5-3.7,105.7-54.3,170.5C783.3,825.5,673.4,828.7,673.4,828.7z\"></path>			</g>			<g>				<path class=\"st10\" d=\"M880.9,620.1c-1.2,5.9-3,11.6-5.1,17.2c-1,2.8-2.2,5.5-3.3,8.3c-1.2,2.7-2.6,5.4-3.8,8.1     c-5.3,10.6-11.8,20.7-19,30l-2.7,3.5c-0.9,1.2-1.9,2.3-2.8,3.4c-1.9,2.2-3.8,4.5-5.8,6.7l-6.1,6.4c-2,2.2-4.2,4.2-6.3,6.2     c-2.2,2-4.3,4.1-6.5,6.1l-6.8,5.7c-4.5,3.8-9.3,7.4-14,11.1c-9.5,7.3-19.1,14.4-28.8,21.4c-9.7,7-19.5,13.9-29.3,20.8     c-4.9,3.4-9.8,6.9-14.7,10.4c-2.4,1.7-4.9,3.5-7.3,5.3l-3.6,2.7l-3.6,2.8c-4.8,3.7-9.3,7.7-13.7,11.8     c-4.3,4.2-8.4,8.8-11.7,13.9c-0.2,0.4-0.1,0.8,0.2,1.1c0.3,0.2,0.8,0.1,1-0.2l0,0c3.6-4.7,7.8-8.9,12.3-12.8     c4.5-3.8,9.2-7.5,14.1-10.9c9.7-6.9,19.8-13.4,29.7-20.1l15-10c4.9-3.4,9.9-6.8,14.8-10.3c4.9-3.4,9.8-6.9,14.7-10.5     c4.8-3.6,9.6-7.2,14.4-10.8c19.1-14.5,37.5-31,51.3-51c7-9.9,13.1-20.4,17.9-31.6c2.3-5.6,4.5-11.2,6.1-17.1     c1.7-5.8,3-11.7,3.5-17.7c0-0.1,0-0.1-0.1-0.1C880.9,620,880.9,620,880.9,620.1z\"></path>			</g>		</g>		<g>							<linearGradient id=\"SVGID_00000047740326352008089980000004197484474000785593_\" gradientUnits=\"userSpaceOnUse\" x1=\"1964.0116\" y1=\"711.1962\" x2=\"1685.2706\" y2=\"329.6409\" gradientTransform=\"matrix(-0.971 0.2389 0.2389 0.971 2416.571 -378.9771)\">				<stop offset=\"0\" style=\"stop-color:#9C712A\"></stop>				<stop offset=\"0.9669\" style=\"stop-color:#734D1F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000047740326352008089980000004197484474000785593_);\" d=\"M840.3,280.9c-1-4.5-7.3-4.7-8.6-0.3    c-12.1,42.7-47.3,153.6-101.2,212.4c-87.8,95.7-146.4,251.3-90.5,332.2C640,825.2,944.5,770,840.3,280.9z\"></path>			<path class=\"st10\" d=\"M830.2,341.9c-0.1,1-0.4,2.3-0.6,3.5L829,349l-1.4,7.2l-3,14.4c-2.1,9.6-4.3,19.1-6.5,28.6    c-4.5,19.1-9.4,38-14.6,56.9c-10.6,37.7-22.2,75.1-35.8,111.8c-6.9,18.3-13.8,36.6-21.6,54.6c-7.7,18-15.9,35.8-24.7,53.2    c-8.8,17.4-18.2,34.6-28.4,51.3c-10.2,16.7-21.3,32.8-33.2,48.3l0,0c-0.3,0.3-0.2,0.8,0.1,1.1c0.3,0.2,0.8,0.2,1-0.1    c12.5-15.1,24-31.1,34.7-47.6c10.6-16.6,20.2-33.7,29.4-51.1c18-35,33.5-71.2,46.9-108c6.8-18.4,12.9-37.1,18.8-55.8    c5.9-18.7,11.4-37.6,16.3-56.6c5-19,9.7-38,13.8-57.2c2.1-9.6,4.1-19.2,5.9-28.8c0.9-4.8,1.8-9.6,2.7-14.5l1.2-7.3l0.6-3.6    c0.2-1.2,0.4-2.4,0.5-3.8c0-0.4-0.3-0.8-0.7-0.8c-0.4,0-0.8,0.3-0.8,0.7L830.2,341.9z\"></path>		</g>	</g>	<g class=\"st7\">		<path class=\"st12\" d=\"M742.7,246.9c-4-4.1-9.4-6.4-15.1-6.4L296,240.7c-5.7,0-11.2,2.3-15.1,6.4c-4,4.1-6.1,9.6-5.9,15.3   L292,813.8c0.4,11.4,9.7,20.2,21.1,20.2h398.3c11.4,0,20.7-8.8,21.1-20.2l16.2-551.7C748.8,256.4,746.7,251,742.7,246.9z\"></path>		<path class=\"st13\" d=\"M723.6,272.3c-3.6-3.7-8.6-5.8-13.8-5.8l-394.5,0.2c-5.2,0-10.2,2.1-13.8,5.9c-3.6,3.7-5.6,8.8-5.4,14   l15.6,503.8c0.3,10.4,8.8,18.4,19.2,18.4h364c10.4,0,18.9-8,19.3-18.4L729,286.1C729.2,280.9,727.2,276,723.6,272.3z\"></path>		<g>			<g>									<ellipse transform=\"matrix(0.1602 -0.9871 0.9871 0.1602 14.3154 857.8349)\" class=\"st5\" cx=\"511.3\" cy=\"420.5\" rx=\"42.7\" ry=\"42.7\"></ellipse>									<ellipse transform=\"matrix(0.1452 -0.9894 0.9894 0.1452 20.9964 865.312)\" class=\"st14\" cx=\"511.3\" cy=\"420.5\" rx=\"39.6\" ry=\"39.6\"></ellipse>			</g>			<g>				<path class=\"st14\" d=\"M689.4,563.8c0,15-12.2,27.2-27.2,27.2h-35.3c-15,0-27.2-12.2-27.2-27.2l0,0c0-15,12.2-27.2,27.2-27.2     h35.3C677.2,536.6,689.4,548.8,689.4,563.8L689.4,563.8z\"></path>				<path class=\"st15\" d=\"M685.7,563.8c0,14.1-11.2,25.2-25,25.2h-32.7c-13.8,0-25-11.1-25-25.2l0,0c0-14.1,11.2-25.2,25-25.2h32.7     C674.5,538.6,685.7,549.8,685.7,563.8L685.7,563.8z\"></path>			</g>			<g>				<path class=\"st14\" d=\"M559.4,563.8c0,15-12.2,27.2-27.2,27.2h-35.3c-15,0-27.2-12.2-27.2-27.2l0,0c0-15,12.2-27.2,27.2-27.2     h35.3C547.2,536.6,559.4,548.8,559.4,563.8L559.4,563.8z\"></path>				<path class=\"st15\" d=\"M555.6,563.8c0,14.1-11.2,25.2-25,25.2h-32.7c-13.8,0-25-11.1-25-25.2l0,0c0-14.1,11.2-25.2,25-25.2h32.7     C544.4,538.6,555.6,549.8,555.6,563.8L555.6,563.8z\"></path>			</g>			<g>				<path class=\"st14\" d=\"M426.3,563.8c0,15-12.2,27.2-27.2,27.2h-35.3c-15,0-27.2-12.2-27.2-27.2l0,0c0-15,12.2-27.2,27.2-27.2     h35.3C414.1,536.6,426.3,548.8,426.3,563.8L426.3,563.8z\"></path>				<path class=\"st15\" d=\"M422.6,563.8c0,14.1-11.2,25.2-25,25.2h-32.7c-13.8,0-25-11.1-25-25.2l0,0c0-14.1,11.2-25.2,25-25.2h32.7     C411.4,538.6,422.6,549.8,422.6,563.8L422.6,563.8z\"></path>			</g>			<g>				<path class=\"st14\" d=\"M689.4,685.8c0,15-12.2,27.2-27.2,27.2h-35.3c-15,0-27.2-12.2-27.2-27.2l0,0c0-15,12.2-27.2,27.2-27.2     h35.3C677.2,658.6,689.4,670.8,689.4,685.8L689.4,685.8z\"></path>				<path class=\"st5\" d=\"M685.7,685.8c0,14.1-11.2,25.2-25,25.2h-32.7c-13.8,0-25-11.1-25-25.2l0,0c0-14.1,11.2-25.2,25-25.2h32.7     C674.5,660.6,685.7,671.7,685.7,685.8L685.7,685.8z\"></path>			</g>			<g>				<path class=\"st14\" d=\"M559.4,685.8c0,15-12.2,27.2-27.2,27.2h-35.3c-15,0-27.2-12.2-27.2-27.2l0,0c0-15,12.2-27.2,27.2-27.2     h35.3C547.2,658.6,559.4,670.8,559.4,685.8L559.4,685.8z\"></path>				<path class=\"st5\" d=\"M555.6,685.8c0,14.1-11.2,25.2-25,25.2h-32.7c-13.8,0-25-11.1-25-25.2l0,0c0-14.1,11.2-25.2,25-25.2h32.7     C544.4,660.6,555.6,671.7,555.6,685.8L555.6,685.8z\"></path>			</g>			<g>				<path class=\"st14\" d=\"M426.3,685.8c0,15-12.2,27.2-27.2,27.2h-35.3c-15,0-27.2-12.2-27.2-27.2l0,0c0-15,12.2-27.2,27.2-27.2     h35.3C414.1,658.6,426.3,670.8,426.3,685.8L426.3,685.8z\"></path>				<path class=\"st5\" d=\"M422.6,685.8c0,14.1-11.2,25.2-25,25.2h-32.7c-13.8,0-25-11.1-25-25.2l0,0c0-14.1,11.2-25.2,25-25.2h32.7     C411.4,660.6,422.6,671.7,422.6,685.8L422.6,685.8z\"></path>			</g>			<g>				<polygon class=\"st5\" points=\"513,645.5 509,645.6 509,603.5 513,603.5     \"></polygon>				<path class=\"st5\" d=\"M381.3,647.1l-4.2,0v-10.8c0-5.8,5-10.6,11.1-10.7l91.1-0.8c3.7,0,6.7-3,6.7-6.5v-14.6l4.1,0v14.6     c0,5.7-4.8,10.5-10.8,10.5l-91.1,0.9c-3.8,0-6.9,3-6.9,6.6V647.1z\"></path>				<path class=\"st5\" d=\"M640.5,644l-3.9,0v-10.5c0-3.5-2.9-6.3-6.4-6.3l-87.6,0.8c-5.9,0.1-10.6-4.5-10.6-10.3v-14.5l4,0v14.5     c0,3.5,3,6.4,6.6,6.4l87.6-0.8c5.7-0.1,10.4,4.5,10.4,10.1V644z\"></path>			</g>			<g>				<polygon class=\"st5\" points=\"513.2,512.8 509.1,512.8 509.1,470.8 513.2,470.8     \"></polygon>				<path class=\"st5\" d=\"M381.5,514.3l-4.2,0v-10.8c0-5.8,5-10.6,11.1-10.7l91.1-0.8c3.7,0,6.7-3,6.7-6.5v-14.6l4.1,0v14.6     c0,5.7-4.8,10.5-10.8,10.5l-91.1,0.9c-3.8,0-6.9,3-6.9,6.6V514.3z\"></path>				<path class=\"st5\" d=\"M640.7,511.3l-3.9,0v-10.5c0-3.5-2.9-6.3-6.4-6.3l-87.6,0.8c-5.9,0.1-10.6-4.5-10.6-10.3v-14.5l4,0v14.5     c0,3.5,3,6.4,6.6,6.4l87.6-0.8c5.7-0.1,10.4,4.5,10.4,10.1V511.3z\"></path>			</g>		</g>		<path class=\"st12\" d=\"M747.4,303.8l1.2-41.8c0.2-5.7-2-11-6-15.1c-4-4.1-9.4-6.4-15.1-6.4L296,240.7c-5.7,0-11.2,2.3-15.1,6.4   c-4,4.1-6.1,9.5-5.9,15.2l1.3,41.4H747.4z\"></path>		<circle class=\"st16\" cx=\"310.4\" cy=\"270.5\" r=\"10.8\"></circle>		<circle class=\"st16\" cx=\"345\" cy=\"271.1\" r=\"10.8\"></circle>		<circle class=\"st16\" cx=\"378.4\" cy=\"270.5\" r=\"10.8\"></circle>		<path class=\"st17\" d=\"M686,752.3H339c-4.7,0-8.4-3.8-8.4-8.4v-0.6c0-4.7,3.8-8.4,8.4-8.4h347c4.7,0,8.4,3.8,8.4,8.4v0.6   C694.4,748.5,690.7,752.3,686,752.3z\"></path>		<path class=\"st15\" d=\"M594.4,353.1H318.9c-4.7,0-8.5-3.8-8.5-8.5v-0.5c0-4.7,3.8-8.5,8.5-8.5h275.5c4.7,0,8.5,3.8,8.5,8.5v0.5   C602.9,349.3,599,353.1,594.4,353.1z\"></path>		<path class=\"st15\" d=\"M707.4,353.1H649c-4.7,0-8.5-3.8-8.5-8.5v-0.5c0-4.7,3.8-8.5,8.5-8.5h58.4c4.7,0,8.5,3.8,8.5,8.5v0.5   C715.9,349.3,712.1,353.1,707.4,353.1z\"></path>		<path class=\"st17\" d=\"M684.5,780.5h-347c-4.7,0-8.4-3.8-8.4-8.4v-0.6c0-4.7,3.8-8.4,8.4-8.4h347c4.7,0,8.4,3.8,8.4,8.4v0.6   C693,776.8,689.2,780.5,684.5,780.5z\"></path>	</g>	<g class=\"st7\">		<path class=\"st18\" d=\"M232.7,827.2c0,0-1.5,8.4-2.2,16.7c-0.3,3.2,2.2,6.1,5.5,6.2c11.1,0.5,34.7,1.4,43.2,1   c1.3-0.1,2.1-1.4,1.6-2.5l0,0c-0.4-1-1.2-1.8-2.1-2.2l-39-17.9L232.7,827.2z\"></path>					<linearGradient id=\"SVGID_00000122002087763365562820000001035654412871788696_\" gradientUnits=\"userSpaceOnUse\" x1=\"6467.9644\" y1=\"827.142\" x2=\"6480.6655\" y2=\"827.142\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">			<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>			<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>		</linearGradient>		<path style=\"fill:url(#SVGID_00000122002087763365562820000001035654412871788696_);\" d=\"M231.5,822.3l1.2,10   c0,0,6.8,3.2,11.5-0.4l-2.8-11.2L231.5,822.3z\"></path>		<path class=\"st20\" d=\"M232.4,633.7c-0.5,2.6-2.8,130.7,10.9,188.1c0.2,0.9-0.3,1.9-1.1,2.3c-2.1,0.9-6.2,2.1-11.1,2.3   c-1.5,0.1-2.9-0.9-3.3-2.4c-3.9-13.3-22.7-80-25.1-143.7c-2.7-71.2,0-2.4,0-2.4l1.6-44L232.4,633.7z\"></path>		<path class=\"st18\" d=\"M187.8,831.5c0,0-2.4,4.2-4.6,15.5c-0.4,2,1,4,3.1,4.2c3.6,0.4,9.3,0.8,13.8,0.8c2.1,0,3.7-1.8,3.4-3.9   c-0.5-4.1-2.1-10.8-6.8-16.1L187.8,831.5z\"></path>					<linearGradient id=\"SVGID_00000082334820288053613020000001958284437003425434_\" gradientUnits=\"userSpaceOnUse\" x1=\"6422.1899\" y1=\"826.4907\" x2=\"6433.1562\" y2=\"826.4907\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">			<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>			<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>		</linearGradient>		<path style=\"fill:url(#SVGID_00000082334820288053613020000001958284437003425434_);\" d=\"M185.7,818.7l2.8,15.2c0,0,2.7,2,8.2,0.6   l-1.3-16.3L185.7,818.7z\"></path>		<path class=\"st20\" d=\"M178.2,637.7c-11.2,67.6,2.4,167,7,186.4c0.3,1.2,1.2,2.1,2.5,2.3c2.1,0.3,5.4,0.6,8.8-0.3   c1.1-0.3,2-1.4,2-2.6c0.6-15.7-0.5-112.3,9.9-150.5c0.5-1.9,1.7-3.6,3.3-4.8l20.2-14.4l1.6-23.3L178.2,637.7z\"></path>		<g>			<path class=\"st22\" d=\"M249.5,509.6c-33.5-0.6-70.6,8.8-70.6,8.8c-10,58.4-1.7,125.7-1.7,125.7c26,6.8,55.3-4.2,55.3-4.2    c4.3-24.4,24.5-93,24.5-93c16.4-2,29.9-6.8,41-13c-8.5-9.8-12.5-22.3-14.2-29.7C271.9,507.8,259.9,509.8,249.5,509.6z\"></path>							<linearGradient id=\"SVGID_00000083807364735065507050000015758434620207221403_\" gradientUnits=\"userSpaceOnUse\" x1=\"335.2105\" y1=\"409.072\" x2=\"271.7092\" y2=\"655.5179\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000083807364735065507050000015758434620207221403_);\" d=\"M348.6,460.2c-3.3-4-7.5-2.1-7.5-2.1    c-4.9,20.9-30.8,37.8-57.4,46c1.7,7.4,5.7,19.9,14.2,29.7C342.1,509.1,348.6,460.2,348.6,460.2z\"></path>		</g>		<g>							<linearGradient id=\"SVGID_00000079467074790068734500000000745043502667748484_\" gradientUnits=\"userSpaceOnUse\" x1=\"314.912\" y1=\"451.5007\" x2=\"377.4086\" y2=\"439.4045\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000079467074790068734500000000745043502667748484_);\" d=\"M347.8,461.2c0.3,1.1-3.6,2.8-6-1.7    c-0.1-2.1-1.4-11.4-0.1-13.1c6.8-9.3,20.1-21,20.1-21c2.2,2.2,0.4,4.4,0.4,4.4l-6.4,6.7c1.3,2.4,3,4.5,3.8,7.4    c0.6,2.2,0.2,4.6-0.9,6.6c-1.1,2-2.7,4.7-4.1,6.7C351.8,461.2,347.8,461.2,347.8,461.2z\"></path>							<linearGradient id=\"SVGID_00000161608475821425792090000005055910279343602855_\" gradientUnits=\"userSpaceOnUse\" x1=\"351.779\" y1=\"439.1638\" x2=\"363.2032\" y2=\"395.4834\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000161608475821425792090000005055910279343602855_);\" d=\"M353,440.8l-5.9,5l-1.8,4.9l5.2,5.8    c0,0,1.8-9.8,3.1-11.9C354.9,442.5,354.2,441.5,353,440.8z\"></path>		</g>		<path class=\"st22\" d=\"M191.8,550.9L179,518.4c0,0-31.3,21.3-36.5,48.3c5.9,0.4,16.7,2,27.2,7.3C172,561.3,191.8,550.9,191.8,550.9   z\"></path>					<linearGradient id=\"SVGID_00000069399584371317224560000002252410505173457812_\" gradientUnits=\"userSpaceOnUse\" x1=\"6378.2427\" y1=\"587.6994\" x2=\"6460.3579\" y2=\"587.6994\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">			<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>			<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>		</linearGradient>		<path style=\"fill:url(#SVGID_00000069399584371317224560000002252410505173457812_);\" d=\"M219.2,581.5c0,0-35.2,19.9-47.1,2.9   c-2.5-3.5-3.1-7-2.4-10.4c-10.5-5.3-21.3-6.9-27.2-7.3c-1.6,8.1-0.7,16.8,4.1,25.5c20.8,38,77.4-2.1,77.4-2.1L219.2,581.5z\"></path>		<g>							<linearGradient id=\"SVGID_00000144326716351501295780000015749913687496786591_\" gradientUnits=\"userSpaceOnUse\" x1=\"214.9159\" y1=\"571.8036\" x2=\"302.8892\" y2=\"571.8036\">				<stop offset=\"0\" style=\"stop-color:#888888\"></stop>				<stop offset=\"1\" style=\"stop-color:#BBBBBB\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000144326716351501295780000015749913687496786591_);\" d=\"M215,606.7l19.2-67.1    c0.2-0.8,0.9-1.3,1.7-1.4c3.5-0.4,13.6-1.5,25.2-2.5c14-1.2,30.3-2.1,40-1.3c1.4,0.1,2.2,1.6,1.6,2.8    c-5.5,11.2-28.3,56.7-39.7,71.6c-0.4,0.5-1,0.8-1.6,0.8l-44.6-0.4C215.6,609.2,214.6,607.9,215,606.7z\"></path>			<path class=\"st28\" d=\"M263,529.9l13.9-2.3c0.7-0.1,1.3,0.6,1.1,1.3l-1.4,4.2c-0.1,0.4-0.4,0.6-0.8,0.7l-13.4,1.8    c-0.7,0.1-1.3-0.5-1.1-1.2l0.9-3.6C262.3,530.2,262.6,529.9,263,529.9z\"></path>			<path class=\"st29\" d=\"M252.6,541.6l1.1-6c0.1-0.6,0.6-1.1,1.2-1.1l28.1-2.9c0.9-0.1,1.7,0.8,1.5,1.7l-1.8,7.4    c-0.1,0.6-0.7,1-1.3,1.1l-27.5,1.4C253.1,543.3,252.4,542.5,252.6,541.6z\"></path>							<linearGradient id=\"SVGID_00000105395413594828638340000012544667975045936266_\" gradientUnits=\"userSpaceOnUse\" x1=\"6454.2612\" y1=\"579.0895\" x2=\"6479.8433\" y2=\"579.0895\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000105395413594828638340000012544667975045936266_);\" d=\"M219.6,590.5c0,0-2.7-11-1.6-14.9    c1.1-3.9,3.2-8.9,10.1-7.8c7,1.1,15.2,4.1,15.2,4.1s-0.4,5.1-5.7,3.4l3.3,2.5c0,0-0.5,4.1-4.9,1.9l3.1,3.4c0,0-1.9,3.3-5.2,1.2    C230.5,582.1,229,591.8,219.6,590.5z\"></path>		</g>					<linearGradient id=\"SVGID_00000080886907286576147520000004536241592063505310_\" gradientUnits=\"userSpaceOnUse\" x1=\"6441.2959\" y1=\"499.9131\" x2=\"6473.7612\" y2=\"499.9131\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">			<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>			<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>		</linearGradient>		<path style=\"fill:url(#SVGID_00000080886907286576147520000004536241592063505310_);\" d=\"M215.6,482.4l-10.7,30.9   c-0.2,0.5,0,1.1,0.5,1.3c2.9,1.6,13.4,6.3,26-1.8c1.3-0.8,2.2-2.2,2.4-3.7l3.5-26.7H215.6z\"></path>		<g>							<linearGradient id=\"SVGID_00000033363599559739836760000005992395543561003441_\" gradientUnits=\"userSpaceOnUse\" x1=\"-1089.4794\" y1=\"2417.4421\" x2=\"-1101.6115\" y2=\"2377.4275\" gradientTransform=\"matrix(0.746 -0.6659 0.6659 0.746 -552.0213 -2049.6372)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000033363599559739836760000005992395543561003441_);\" d=\"M238.8,453.8c0,0,11.7,22.1,10.2,31    c-1.5,8.9-16,8.3-28.7,1l-8.9-23.8L238.8,453.8z\"></path>							<linearGradient id=\"SVGID_00000173142584382877432830000001255772319942118784_\" gradientUnits=\"userSpaceOnUse\" x1=\"-1100.425\" y1=\"2347.7227\" x2=\"-1090.2766\" y2=\"2405.6064\" gradientTransform=\"matrix(0.746 -0.6659 0.6659 0.746 -552.0213 -2049.6372)\">				<stop offset=\"0\" style=\"stop-color:#010101\"></stop>				<stop offset=\"1\" style=\"stop-color:#1E1315\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000173142584382877432830000001255772319942118784_);\" d=\"M220.8,474.1c0.5-0.2,0.7-0.9,0.4-1.3    c-0.9-1.4-2.7-4.4-3.3-6.9c0,0-2.1-1.4,5.4-3.1c7.5-1.8,18.6-4.6,21-10.9c2.3-6.2-3.7-21.8-13.3-9.4c-0.4,0.5-1.1,0.5-1.4,0    c-1.6-2-5.7-6.3-11.4-3.7c-5.4,2.4-6,6.3-5.9,8.3c0,0.6-0.5,1-1.1,0.9c-2.7-0.5-9.2-1-12.2,5.7c-2.5,5.5-0.9,8.6,0.6,10.1    c0.5,0.5,0.3,1.3-0.4,1.5c-1.8,0.5-4.1,2.1-3.9,6.2c0.3,5.8,6.8,5.3,8.6,5c0.3,0,0.6,0.1,0.8,0.3c1.6,1.7,8.7,9.1,16.3,10    c0.7,0.1,1.2-0.6,1-1.2l-3.3-9.7c-0.2-0.4,0.1-0.9,0.5-1.1L220.8,474.1z\"></path>							<linearGradient id=\"SVGID_00000007400763872327075700000004931357030148413620_\" gradientUnits=\"userSpaceOnUse\" x1=\"-1101.8813\" y1=\"2417.2556\" x2=\"-1112.7968\" y2=\"2381.2542\" gradientTransform=\"matrix(0.746 -0.6659 0.6659 0.746 -552.0213 -2049.6372)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000007400763872327075700000004931357030148413620_);\" d=\"M222.2,475.5c0,0-8.3-5.7-9-0.9    c-0.6,4.8,7.5,7,11.5,5.2L222.2,475.5z\"></path>		</g>	</g></g><g>	<g>		<g>			<path class=\"st35\" d=\"M872.5,452.7c-115.6-168.2-216.3-172.7-270-157.4c-13.5,3.8-25.4-10.6-20.1-24.4    C606.4,207.9,622,99.6,443,101.6c-163.2,1.7-222.2,87-235,169.3c-9,57.8-0.6,60.4-34.7,107.6C70.1,521.4-71.3,653.2,52.3,791.6    C191.5,947.6,1222.3,961.8,872.5,452.7z\"></path>			<g>				<g>											<linearGradient id=\"SVGID_00000177451984826986110310000003477223970540956312_\" gradientUnits=\"userSpaceOnUse\" x1=\"1045.849\" y1=\"761.7906\" x2=\"694.7533\" y2=\"281.1923\" gradientTransform=\"matrix(-0.9699 0.2436 0.2436 0.9699 1523.5969 -195.1992)\">						<stop offset=\"0\" style=\"stop-color:#9C712A\"></stop>						<stop offset=\"0.9669\" style=\"stop-color:#734D1F\"></stop>					</linearGradient>					<path style=\"fill:url(#SVGID_00000177451984826986110310000003477223970540956312_);\" d=\"M894.5,167.7      c-1.2-5.6-9.2-5.9-10.8-0.3c-15,53.8-58.6,193.8-126.2,268.2c-110,121.1-182.9,317.5-112,418.9      C645.5,854.4,1028.7,783,894.5,167.7z\"></path>					<path class=\"st10\" d=\"M882.2,244.5c-0.2,1.3-0.5,2.9-0.7,4.4l-0.8,4.5l-1.7,9.1l-3.7,18.1c-2.6,12.1-5.3,24.1-8.1,36.1      c-5.6,24-11.6,47.9-18.1,71.7c-13.1,47.5-27.5,94.7-44.4,141c-8.5,23.1-17.2,46.2-26.8,68.9c-9.6,22.7-19.8,45.1-30.8,67.2      c-11,22-22.7,43.7-35.5,64.8c-12.8,21-26.6,41.4-41.5,61.1l0,0c-0.3,0.4-0.2,1,0.2,1.3c0.4,0.3,1,0.2,1.3-0.2      c15.7-19.1,30-39.4,43.4-60.2c13.3-20.9,25.3-42.6,36.7-64.5c22.4-44.1,41.7-89.8,58.5-136.4c8.4-23.3,16.1-46.8,23.4-70.4      c7.3-23.6,14.1-47.4,20.2-71.4c6.2-23.9,11.9-48,17.1-72.2c2.5-12.1,5-24.2,7.3-36.4c1.1-6.1,2.2-12.2,3.3-18.2l1.5-9.2      l0.7-4.6c0.2-1.6,0.4-3,0.6-4.8c0-0.5-0.4-1-0.9-1c-0.5,0-0.9,0.3-1,0.8L882.2,244.5z\"></path>				</g>				<g>					<g>													<linearGradient id=\"SVGID_00000175305404266045352060000010904011083532248747_\" gradientUnits=\"userSpaceOnUse\" x1=\"693.2542\" y1=\"682.693\" x2=\"1076.8087\" y2=\"682.693\" gradientTransform=\"matrix(-0.9943 0.1066 0.1066 0.9943 1626.5138 -86.5788)\">							<stop offset=\"0\" style=\"stop-color:#9C712A\"></stop>							<stop offset=\"1\" style=\"stop-color:#734D1F\"></stop>						</linearGradient>						<path style=\"fill:url(#SVGID_00000175305404266045352060000010904011083532248747_);\" d=\"M642.7,837.9       c0,0,9.5-64.8,79.9-108.4c65.3-40.5,224.7-131.1,267.2-197.9c1.9-3,6.6-0.2,6.2,3.6c-4.7,40.9-24.1,140.7-103.4,218.2       C790.2,853.4,642.7,837.9,642.7,837.9z\"></path>					</g>					<g>						<path class=\"st10\" d=\"M957.9,596.4c-2.6,7.6-6.1,14.9-9.9,22c-1.8,3.6-3.9,7-6,10.5c-2.1,3.4-4.4,6.7-6.5,10.1       c-9,13.2-19.5,25.5-30.8,36.7l-4.2,4.3c-1.4,1.4-3,2.7-4.4,4c-3,2.7-5.9,5.4-8.9,8l-9.4,7.5c-3,2.6-6.3,4.9-9.6,7.2       c-3.3,2.3-6.5,4.7-9.8,6.9l-10.2,6.4c-6.7,4.3-13.8,8.2-20.7,12.3c-14,8-28.1,15.8-42.4,23.4c-14.2,7.6-28.6,15-42.9,22.5       c-7.2,3.7-14.4,7.4-21.5,11.3c-3.6,1.9-7.1,3.8-10.7,5.8l-5.3,2.9l-5.3,3.1c-7,4.1-13.9,8.6-20.5,13.3       c-6.6,4.9-12.8,10.3-18.2,16.5c-0.4,0.4-0.3,1.1,0.1,1.4c0.4,0.4,1,0.3,1.4,0l0,0c5.7-5.6,12.1-10.5,18.7-14.9       c6.8-4.3,13.7-8.3,20.8-12c14.2-7.5,28.9-14.4,43.4-21.5l21.8-10.6c7.2-3.7,14.5-7.3,21.7-11c7.2-3.7,14.4-7.5,21.5-11.4       c7.1-3.9,14.2-7.9,21.2-11.9c28.2-15.9,55.8-34.7,77.9-58.9c11.2-12,21.3-24.9,29.6-39c4.1-7.1,8-14.2,11.3-21.7       c3.3-7.5,6.1-15.1,7.9-23c0-0.1,0-0.1-0.1-0.2C957.9,596.3,957.9,596.3,957.9,596.4z\"></path>					</g>				</g>			</g>			<g class=\"st38\">				<g>					<path class=\"st3\" d=\"M207,356c-0.9,0.6-2.1,0.6-3-0.1c-1.1-0.9-2.1-1.7-3.2-2.6c-1.1-0.9-1.2-2.5-0.3-3.6      c0.9-1.1,2.5-1.2,3.6-0.3c1,0.9,2,1.7,3.1,2.5c1.1,0.9,1.3,2.5,0.4,3.6C207.4,355.7,207.2,355.9,207,356z\"></path>					<path class=\"st3\" d=\"M194.1,344.2c-1,0.7-2.4,0.6-3.3-0.3c-1.9-2-3.9-4.1-5.7-6.2c-0.9-1.1-0.8-2.7,0.3-3.6      c1.1-0.9,2.7-0.8,3.6,0.3c1.8,2.1,3.6,4.1,5.5,6c1,1,0.9,2.6-0.1,3.6C194.3,344,194.2,344.1,194.1,344.2z M180.3,327.4      c-1.1,0.8-2.7,0.5-3.5-0.6l-0.5-0.8c-1.4-2-2.8-4.2-4.1-6.3c-0.7-1.2-0.4-2.8,0.8-3.5c1.2-0.7,2.8-0.4,3.5,0.8      c1.3,2.1,2.6,4.1,4,6.1l0.5,0.7C181.7,325,181.4,326.6,180.3,327.4C180.3,327.4,180.3,327.4,180.3,327.4z M169.2,308.7      c-0.1,0.1-0.2,0.1-0.3,0.2c-1.3,0.6-2.8,0.1-3.4-1.1c-1.2-2.5-2.4-5.1-3.5-7.7c-0.5-1.3,0.1-2.8,1.3-3.3      c1.3-0.5,2.8,0.1,3.3,1.3c1.1,2.5,2.2,5,3.4,7.4C170.6,306.6,170.2,308,169.2,308.7z M161,288.5c-0.2,0.1-0.4,0.3-0.7,0.3      c-1.3,0.4-2.8-0.3-3.2-1.7c-0.8-2.7-1.6-5.4-2.3-8.1c-0.3-1.4,0.5-2.7,1.8-3.1c1.4-0.3,2.7,0.5,3.1,1.8      c0.7,2.6,1.4,5.3,2.2,7.8C162.3,286.8,161.9,287.9,161,288.5z M156.1,267.4c-0.3,0.2-0.7,0.4-1.1,0.4c-1.4,0.2-2.7-0.7-2.9-2.1      c-0.4-2.8-0.8-5.6-1-8.4c-0.1-1.4,0.9-2.6,2.3-2.8c1.4-0.1,2.6,0.9,2.8,2.3c0.3,2.7,0.6,5.4,1,8.1      C157.3,265.9,156.8,266.8,156.1,267.4z M154.5,245.7c-0.4,0.3-0.9,0.5-1.5,0.5c-1.4,0-2.5-1.1-2.5-2.5c0-2.8,0.1-5.6,0.3-8.4      c0.1-1.4,1.3-2.5,2.7-2.4c1.4,0.1,2.5,1.3,2.4,2.7c-0.2,2.7-0.3,5.4-0.3,8.1C155.6,244.5,155.1,245.2,154.5,245.7z M156.2,224      c-0.5,0.4-1.2,0.5-1.8,0.4c-1.4-0.2-2.3-1.5-2.1-2.9c0.4-2.8,1-5.6,1.6-8.3c0.3-1.4,1.7-2.2,3-1.9c1.4,0.3,2.2,1.7,1.9,3      c-0.6,2.6-1.1,5.3-1.5,8C157.1,223,156.7,223.6,156.2,224z M161.2,202.9c-0.6,0.4-1.4,0.6-2.2,0.3c-1.3-0.4-2.1-1.9-1.6-3.2      c0.9-2.7,1.8-5.3,2.8-8c0.5-1.3,2-2,3.3-1.5c1.3,0.5,2,2,1.5,3.3c-1,2.5-1.9,5.1-2.7,7.7C162,202.1,161.7,202.5,161.2,202.9z       M169.4,182.7c-0.7,0.5-1.7,0.6-2.6,0.2c-1.3-0.6-1.8-2.2-1.1-3.4c1.2-2.5,2.6-5,4-7.4c0.7-1.2,2.3-1.6,3.5-0.9      c1.2,0.7,1.6,2.3,0.9,3.5c-1.3,2.3-2.6,4.8-3.8,7.2C170,182.2,169.7,182.5,169.4,182.7z M278.3,105.7c-0.3,0.2-0.7,0.4-1.1,0.4      c-2.7,0.3-5.4,0.8-8,1.2c-1.4,0.3-2.7-0.7-3-2c-0.3-1.4,0.7-2.7,2-3c2.8-0.5,5.6-0.9,8.3-1.3c1.4-0.2,2.7,0.8,2.8,2.2      C279.5,104.3,279,105.2,278.3,105.7z M180.6,164.1c-0.9,0.6-2,0.6-2.9,0c-1.1-0.8-1.4-2.4-0.6-3.5c1.6-2.3,3.3-4.5,5.1-6.7      c0.9-1.1,2.5-1.3,3.6-0.4c1.1,0.9,1.3,2.5,0.4,3.6c-1.7,2.1-3.3,4.3-4.9,6.5C181,163.7,180.8,163.9,180.6,164.1z M257,110.1      c-0.2,0.2-0.5,0.3-0.7,0.4c-2.6,0.7-5.2,1.6-7.8,2.5c-1.3,0.5-2.8-0.2-3.2-1.6c-0.5-1.3,0.2-2.8,1.6-3.2c2.6-0.9,5.3-1.8,8-2.6      c1.3-0.4,2.8,0.4,3.1,1.7C258.3,108.3,257.8,109.5,257,110.1z M194.5,147.4c-1,0.7-2.3,0.6-3.2-0.3c-1-1-1-2.6,0-3.6      c2-2,4-4,6.1-5.9c1-0.9,2.6-0.9,3.6,0.2c0.9,1,0.9,2.6-0.2,3.6c-2,1.8-4,3.7-5.8,5.7C194.7,147.2,194.6,147.3,194.5,147.4z       M236.6,117.6c-0.1,0.1-0.2,0.2-0.4,0.2c-2.5,1.1-4.9,2.4-7.3,3.6c-1.2,0.7-2.8,0.2-3.4-1c-0.7-1.2-0.2-2.8,1-3.4      c2.5-1.3,5-2.6,7.6-3.8c1.3-0.6,2.8,0,3.4,1.2C238,115.6,237.6,117,236.6,117.6z M210.8,133c-1.1,0.8-2.7,0.5-3.5-0.6      c-0.8-1.1-0.6-2.7,0.5-3.6c2.2-1.7,4.5-3.3,6.9-4.9c1.2-0.8,2.7-0.5,3.5,0.7c0.8,1.2,0.4,2.8-0.7,3.5      C215.3,129.8,213,131.4,210.8,133C210.9,133,210.8,133,210.8,133z\"></path>					<path class=\"st3\" d=\"M295.8,104.6c-0.4,0.3-0.9,0.5-1.4,0.5c-1.3,0-2.7,0-4,0.1c-1.4,0-2.6-1.1-2.6-2.5c0-1.4,1.1-2.6,2.5-2.6      c1.4,0,2.8-0.1,4.1-0.1c1.4,0,2.5,1.1,2.5,2.5C296.9,103.4,296.5,104.2,295.8,104.6z\"></path>				</g>				<g>					<path class=\"st3\" d=\"M396.4,146.7c-1,0.7-2.4,0.6-3.3-0.3c-0.9-0.9-1.9-1.9-2.8-2.8c-1-1-1-2.6-0.1-3.6c1-1,2.6-1,3.6-0.1      c1,1,2,1.9,2.9,2.9c1,1,1,2.6,0,3.6C396.7,146.5,396.6,146.6,396.4,146.7z\"></path>					<path class=\"st3\" d=\"M374.3,363.5C374.3,363.5,374.3,363.5,374.3,363.5c-2.1,1.4-4.2,2.7-6.3,4l-0.8,0.5      c-1.2,0.7-2.8,0.3-3.5-0.9c-0.7-1.2-0.3-2.8,0.9-3.5l0.7-0.4c2-1.2,4.1-2.5,6-3.8c1.2-0.8,2.7-0.5,3.5,0.7      C375.7,361.2,375.4,362.7,374.3,363.5z M385,355.6c-1.1,0.7-2.6,0.6-3.4-0.5c-0.9-1.1-0.7-2.7,0.4-3.6c2.1-1.7,4.1-3.4,6.1-5.2      c1-0.9,2.6-0.9,3.6,0.2c0.9,1,0.9,2.6-0.2,3.6c-2,1.9-4.2,3.7-6.3,5.4C385.1,355.6,385,355.6,385,355.6z M355.7,374      c-0.1,0.1-0.2,0.2-0.4,0.2c-2.5,1.2-5.1,2.3-7.6,3.3c-1.3,0.5-2.8-0.1-3.3-1.4c-0.5-1.3,0.1-2.8,1.4-3.3c2.5-1,4.9-2.1,7.4-3.2      c1.3-0.6,2.8,0,3.4,1.2C357,372,356.7,373.3,355.7,374z M400.5,340.9c-0.9,0.7-2.3,0.6-3.2-0.2c-1-0.9-1.1-2.5-0.2-3.6      c1.8-2,3.5-4,5.2-6.1c0.9-1.1,2.5-1.3,3.6-0.4c1.1,0.9,1.3,2.5,0.4,3.6c-1.7,2.1-3.5,4.3-5.4,6.3      C400.8,340.7,400.7,340.8,400.5,340.9z M335.7,381.6c-0.2,0.2-0.5,0.3-0.7,0.3c-2.6,0.8-5.3,1.5-8,2.1c-1.4,0.3-2.7-0.5-3-1.9      c-0.3-1.4,0.5-2.7,1.9-3c2.6-0.6,5.2-1.3,7.7-2c1.3-0.4,2.8,0.4,3.2,1.7C337,379.9,336.5,381,335.7,381.6z M413.7,324      c-0.8,0.6-2,0.6-2.8,0c-1.2-0.8-1.5-2.3-0.7-3.5c1.5-2.2,2.9-4.5,4.2-6.8c0.7-1.2,2.3-1.6,3.5-0.9c1.2,0.7,1.6,2.3,0.9,3.5      c-1.4,2.4-2.9,4.8-4.4,7C414.1,323.6,413.9,323.9,413.7,324z M314.7,386.1c-0.3,0.2-0.7,0.4-1.1,0.4c-2.7,0.4-5.5,0.7-8.3,0.9      c-1.4,0.1-2.6-0.9-2.7-2.3c-0.1-1.4,0.9-2.6,2.3-2.7c2.6-0.2,5.3-0.5,8-0.8c1.4-0.2,2.7,0.8,2.9,2.2      C315.9,384.6,315.5,385.5,314.7,386.1z M424.1,305.4c-0.7,0.5-1.7,0.6-2.5,0.2c-1.3-0.6-1.8-2.1-1.2-3.4      c1.1-2.4,2.2-4.9,3.1-7.4c0.5-1.3,2-1.9,3.3-1.4c1.3,0.5,1.9,2,1.4,3.3c-1,2.6-2.1,5.1-3.3,7.6      C424.7,304.8,424.4,305.1,424.1,305.4z M431.5,285.3c-0.6,0.4-1.4,0.6-2.2,0.4c-1.3-0.4-2.1-1.8-1.7-3.1c0.7-2.6,1.4-5.2,2-7.8      c0.3-1.4,1.7-2.2,3-1.9c1.4,0.3,2.2,1.7,1.9,3c-0.6,2.7-1.3,5.4-2.1,8C432.4,284.5,432,285,431.5,285.3z M435.9,264.4      c-0.5,0.3-1.1,0.5-1.8,0.4c-1.4-0.2-2.4-1.5-2.2-2.8c0.3-2.6,0.6-5.3,0.8-8c0.1-1.4,1.3-2.4,2.7-2.3c1.4,0.1,2.4,1.3,2.3,2.7      c-0.2,2.8-0.5,5.5-0.9,8.3C436.9,263.4,436.5,264,435.9,264.4z M437.1,243c-0.4,0.3-0.9,0.4-1.4,0.5c-1.4,0-2.6-1.1-2.6-2.5      c-0.1-2.7-0.2-5.4-0.4-8c-0.1-1.4,0.9-2.6,2.3-2.7c1.4-0.1,2.6,0.9,2.7,2.3c0.2,2.8,0.4,5.5,0.4,8.3      C438.2,241.8,437.8,242.6,437.1,243z M435.1,221.7c-0.3,0.2-0.6,0.3-1,0.4c-1.4,0.2-2.7-0.7-2.9-2.1c-0.5-2.6-1-5.3-1.6-7.9      c-0.3-1.4,0.5-2.7,1.9-3.1c1.4-0.3,2.7,0.5,3.1,1.9c0.6,2.7,1.2,5.4,1.7,8.1C436.3,220.2,435.9,221.2,435.1,221.7z M429.8,201      c-0.2,0.1-0.4,0.2-0.6,0.3c-1.3,0.4-2.8-0.3-3.2-1.6c-0.9-2.5-1.8-5-2.8-7.5c-0.5-1.3,0.1-2.8,1.4-3.3c1.3-0.5,2.8,0.1,3.3,1.4      c1,2.6,2,5.2,2.9,7.8C431.1,199.2,430.7,200.3,429.8,201z M421.5,181.3c-0.1,0.1-0.2,0.1-0.3,0.2c-1.2,0.6-2.8,0.2-3.4-1.1      c-1.2-2.4-2.5-4.7-3.9-7c-0.7-1.2-0.3-2.8,0.9-3.5c1.2-0.7,2.8-0.3,3.5,0.9c1.4,2.4,2.8,4.8,4,7.3      C422.9,179.2,422.5,180.6,421.5,181.3z M410.3,163c-1.1,0.8-2.7,0.5-3.5-0.6c-1.6-2.2-3.2-4.3-4.9-6.4      c-0.9-1.1-0.7-2.7,0.4-3.6c1.1-0.9,2.7-0.7,3.6,0.4c1.7,2.1,3.4,4.4,5.1,6.6C411.7,160.6,411.4,162.2,410.3,163      C410.3,163,410.3,163,410.3,163z\"></path>					<path class=\"st3\" d=\"M293.3,387.3c-0.4,0.3-0.9,0.5-1.5,0.5c-1.4,0-2.8-0.1-4.1-0.1c-1.4-0.1-2.5-1.3-2.4-2.7      c0.1-1.4,1.3-2.5,2.7-2.4c1.3,0.1,2.7,0.1,4,0.1c1.4,0,2.5,1.2,2.5,2.6C294.4,386.1,293.9,386.8,293.3,387.3z\"></path>				</g>				<g>					<path class=\"st3\" d=\"M275.7,350.8c0.7,0.2,1.4-0.1,1.9-0.7l11.9-16.9c9.6,0.5,19.4-0.6,29-3.3l15.3,13.8c0.5,0.5,1.3,0.6,2,0.2      l21.7-12c0.6-0.4,1-1.1,0.8-1.8l-3.6-20.3c7.4-6.7,13.4-14.4,18.1-22.8l20.6-1.1c0.7,0,1.3-0.5,1.5-1.2l6.8-23.8      c0.2-0.7-0.1-1.4-0.7-1.9l-16.9-11.9c0.5-9.6-0.6-19.4-3.3-29l13.8-15.3c0.5-0.5,0.6-1.3,0.2-2l-12-21.7      c-0.4-0.6-1.1-1-1.8-0.8l-20.3,3.6c-6.7-7.4-14.4-13.4-22.8-18.1l-1.1-20.6c0-0.7-0.5-1.3-1.2-1.5l-23.8-6.8      c-0.7-0.2-1.4,0.1-1.9,0.7l-11.9,16.9c-9.6-0.5-19.4,0.6-29,3.3L253.9,142c-0.5-0.5-1.3-0.6-2-0.2l-21.7,12      c-0.6,0.4-1,1.1-0.8,1.8l3.6,20.3c-7.4,6.7-13.4,14.4-18.1,22.8l-20.6,1.1c-0.7,0-1.3,0.5-1.5,1.2l-6.8,23.8      c-0.2,0.7,0.1,1.4,0.7,1.9l16.9,11.9c-0.5,9.6,0.6,19.4,3.3,29l-13.8,15.3c-0.5,0.5-0.6,1.3-0.2,2l12,21.7      c0.4,0.6,1.1,1,1.8,0.8l20.3-3.6c6.7,7.4,14.4,13.4,22.8,18.1l1.1,20.6c0,0.7,0.5,1.3,1.2,1.5L275.7,350.8z\"></path>					<g class=\"st4\">						<path class=\"st5\" d=\"M307.5,262.7c-4.2,2.9-9.2,4.4-14.4,4.2c-6.4-0.2-12.4-2.9-16.7-7.6c-4.4-4.7-6.7-10.8-6.5-17.2       c0.2-6.4,2.9-12.4,7.6-16.7c9.7-9.1,24.9-8.6,34,1.1c9.1,9.7,8.6,24.9-1.1,33.9C309.4,261.3,308.4,262,307.5,262.7z        M282.4,226.5c-0.8,0.5-1.6,1.2-2.3,1.8c-3.9,3.6-6.1,8.6-6.3,13.9c-0.2,5.3,1.7,10.4,5.4,14.3c3.6,3.9,8.6,6.1,13.9,6.3       c5.3,0.2,10.4-1.7,14.3-5.4c8-7.5,8.4-20.2,0.9-28.2C301.5,222,290.4,221,282.4,226.5z\"></path>					</g>					<path class=\"st6\" d=\"M328.6,292.3c-1.7,1.2-3.4,2.3-5.2,3.3c-2.7,1.5-5.5,2.8-8.4,3.9c0,0,0,0-0.1,0c-0.1,0-0.3,0.1-0.4,0.1      c0,0,0,0-0.1,0l0,0c0,0,0,0,0,0c-0.1,0-0.1,0-0.2,0.1c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.2,0.1-0.4,0.1-0.6,0.2      c-0.1,0-0.1,0-0.2,0.1c-0.4,0.1-0.8,0.3-1.2,0.4c-0.2,0.1-0.5,0.1-0.7,0.2c-0.4,0.1-0.9,0-1.1-0.4c-0.1-0.1-0.1-0.2-0.1-0.3      c-0.2-0.5,0.1-1.1,0.7-1.3c4-1.2,7.9-2.8,11.5-4.9c13.7-7.6,23.7-20.1,28-35.2c4.3-15.1,2.5-30.9-5.1-44.7      c-1-1.8-2-3.5-3.2-5.1c-17-24.4-50.1-32.6-76.7-17.9c-13.7,7.6-23.7,20.1-28,35.2c-4.3,15.1-2.5,30.9,5.1,44.7      c1,1.7,2,3.4,3.1,5.1c4.9,7.1,11.3,13,18.7,17.3c0.1,0.1,0.2,0.2,0.3,0.3c0.2,0.3,0.2,0.7,0,1.1c-0.3,0.5-0.9,0.7-1.4,0.4      c-7.7-4.5-14.3-10.6-19.4-17.9c-1.2-1.7-2.3-3.4-3.3-5.2c-7.9-14.2-9.7-30.6-5.2-46.2c4.5-15.6,14.8-28.5,29-36.4      c27.5-15.2,61.8-6.8,79.3,18.5c1.2,1.7,2.3,3.4,3.3,5.3C362.3,240.5,353.9,274.8,328.6,292.3z\"></path>				</g>			</g>			<g class=\"st38\">				<g>					<path class=\"st3\" d=\"M112.3,528.8c-0.8,0.2-1.6-0.1-2.1-0.8c-0.6-0.8-1.1-1.7-1.6-2.6c-0.5-0.9-0.3-2,0.6-2.6      c0.9-0.5,2-0.3,2.6,0.6c0.5,0.8,1,1.7,1.6,2.5c0.6,0.9,0.3,2-0.5,2.6C112.7,528.7,112.5,528.7,112.3,528.8z\"></path>					<path class=\"st3\" d=\"M106,517.6c-0.9,0.3-1.8-0.1-2.2-1c-0.9-1.8-1.8-3.7-2.5-5.6c-0.4-0.9,0.1-2,1-2.4c1-0.4,2,0.1,2.4,1      c0.8,1.8,1.6,3.7,2.4,5.4c0.4,0.9,0.1,2-0.9,2.5C106.2,517.6,106.1,517.6,106,517.6z M100.2,502.8c-1,0.3-2-0.3-2.3-1.2      l-0.2-0.6c-0.5-1.7-1-3.5-1.5-5.3c-0.2-1,0.3-2,1.4-2.3c1-0.2,2,0.4,2.3,1.4c0.4,1.7,0.9,3.4,1.4,5.1l0.2,0.6      C101.7,501.5,101.1,502.5,100.2,502.8C100.2,502.8,100.2,502.8,100.2,502.8z M96.6,487.3c-0.1,0-0.2,0-0.3,0.1      c-1,0.2-2-0.6-2.1-1.6c-0.3-2-0.5-4.1-0.7-6.1c-0.1-1,0.7-1.9,1.7-2c1-0.1,1.9,0.7,2,1.7c0.2,2,0.4,4,0.7,5.9      C98.1,486.1,97.5,487,96.6,487.3z M95.5,471.4c-0.2,0.1-0.4,0.1-0.6,0.1c-1,0-1.9-0.8-1.8-1.9c0-2,0.1-4.1,0.2-6.2      c0.1-1,1-1.8,2-1.7c1,0.1,1.8,1,1.7,2c-0.1,2-0.2,4-0.2,6C96.8,470.5,96.3,471.2,95.5,471.4z M96.9,455.5      c-0.3,0.1-0.5,0.1-0.8,0.1c-1-0.2-1.7-1.1-1.5-2.1c0.3-2,0.7-4.1,1.2-6.1c0.2-1,1.2-1.6,2.2-1.4c1,0.2,1.6,1.2,1.4,2.2      c-0.4,1.9-0.8,3.9-1.1,5.9C98.1,454.8,97.5,455.3,96.9,455.5z M100.7,440c-0.4,0.1-0.7,0.1-1.1,0c-1-0.3-1.5-1.4-1.2-2.3      c0.6-2,1.3-3.9,2.1-5.8c0.4-1,1.5-1.4,2.4-1c1,0.4,1.4,1.5,1,2.4c-0.7,1.8-1.4,3.7-2,5.6C101.7,439.4,101.2,439.9,100.7,440z       M106.8,425.3c-0.4,0.1-0.9,0.1-1.4-0.1c-0.9-0.5-1.3-1.6-0.8-2.5c0.9-1.8,1.9-3.7,3-5.4c0.5-0.9,1.7-1.2,2.5-0.7      c0.9,0.5,1.2,1.7,0.7,2.5c-1,1.7-2,3.5-2.9,5.2C107.7,424.9,107.2,425.2,106.8,425.3z M115.1,411.7c-0.5,0.2-1.1,0.1-1.6-0.3      c-0.8-0.6-1-1.8-0.4-2.6c1.2-1.7,2.5-3.3,3.8-4.9c0.6-0.8,1.8-0.9,2.6-0.3c0.8,0.6,0.9,1.8,0.3,2.6c-1.2,1.5-2.5,3.1-3.6,4.7      C115.8,411.4,115.4,411.6,115.1,411.7z M125.3,399.5c-0.6,0.2-1.3,0-1.8-0.5c-0.7-0.7-0.7-1.9,0-2.6c1.4-1.5,2.9-2.9,4.5-4.3      c0.8-0.7,1.9-0.6,2.6,0.1c0.7,0.8,0.6,1.9-0.1,2.6c-1.5,1.3-2.9,2.7-4.3,4.1C125.9,399.3,125.6,399.5,125.3,399.5z       M218.6,370.5c-0.3,0.1-0.6,0.1-0.9,0c-1.9-0.4-3.9-0.7-5.9-1c-1-0.1-1.7-1.1-1.6-2.1c0.1-1,1.1-1.7,2.1-1.6      c2,0.3,4.1,0.6,6.1,1c1,0.2,1.7,1.2,1.5,2.2C219.8,369.8,219.3,370.3,218.6,370.5z M137.3,389.1c-0.7,0.2-1.5,0-2-0.7      c-0.6-0.8-0.4-2,0.4-2.6c1.6-1.2,3.3-2.4,5.1-3.5c0.9-0.6,2-0.3,2.6,0.5c0.6,0.9,0.3,2-0.5,2.6c-1.7,1.1-3.3,2.2-4.9,3.4      C137.7,388.9,137.5,389,137.3,389.1z M202.8,368.7c-0.2,0.1-0.4,0.1-0.6,0.1c-2-0.1-4-0.1-6,0c-1,0-1.9-0.8-1.9-1.8      c0-1,0.8-1.9,1.8-1.9c2.1,0,4.1,0,6.2,0c1,0,1.8,0.9,1.8,1.9C204.1,367.8,203.5,368.5,202.8,368.7z M150.8,380.6      c-0.8,0.3-1.8-0.1-2.2-0.9c-0.5-0.9-0.1-2,0.8-2.5c1.8-1,3.7-1.9,5.6-2.7c0.9-0.4,2,0,2.5,0.9c0.4,0.9,0,2-0.9,2.5      c-1.8,0.8-3.6,1.7-5.4,2.6C151,380.5,150.9,380.6,150.8,380.6z M186.9,369.4c-0.1,0-0.2,0.1-0.3,0.1c-2,0.2-4,0.5-5.9,0.9      c-1,0.2-2-0.5-2.2-1.5c-0.2-1,0.5-2,1.5-2.2c2-0.4,4.1-0.7,6.1-0.9c1-0.1,1.9,0.6,2.1,1.6C188.3,368.3,187.7,369.1,186.9,369.4      z M165.4,374.3c-1,0.3-2-0.2-2.3-1.2c-0.3-1,0.2-2,1.2-2.4c1.9-0.7,3.9-1.3,5.9-1.8c1-0.3,2,0.3,2.3,1.3c0.3,1-0.3,2-1.3,2.3      C169.3,373,167.4,373.6,165.4,374.3C165.5,374.3,165.5,374.3,165.4,374.3z\"></path>					<path class=\"st3\" d=\"M231.1,373.8c-0.4,0.1-0.7,0.1-1.1,0c-0.9-0.3-1.9-0.6-2.8-0.9c-1-0.3-1.5-1.3-1.3-2.3      c0.3-1,1.3-1.5,2.3-1.3c1,0.3,1.9,0.6,2.9,0.9c1,0.3,1.5,1.4,1.2,2.3C232.2,373.1,231.7,373.6,231.1,373.8z\"></path>				</g>				<g>					<path class=\"st3\" d=\"M291.7,425.8c-0.9,0.3-1.8-0.1-2.2-1c-0.4-0.9-0.9-1.7-1.3-2.6c-0.5-0.9-0.1-2,0.8-2.5      c0.9-0.5,2-0.1,2.5,0.8c0.5,0.9,0.9,1.8,1.4,2.7c0.5,0.9,0.1,2-0.8,2.5C291.9,425.8,291.8,425.8,291.7,425.8z\"></path>					<path class=\"st3\" d=\"M227.2,571.9C227.2,571.9,227.2,571.9,227.2,571.9c-1.8,0.5-3.5,0.9-5.3,1.3l-0.6,0.1      c-1,0.2-2-0.4-2.2-1.4c-0.2-1,0.4-2,1.4-2.2l0.6-0.1c1.7-0.4,3.4-0.8,5.1-1.3c1-0.3,2,0.3,2.3,1.3      C228.7,570.6,228.1,571.6,227.2,571.9z M236.4,568.8c-0.9,0.3-1.9-0.2-2.3-1.1c-0.4-1,0.1-2,1.1-2.4c1.8-0.7,3.6-1.5,5.4-2.3      c0.9-0.4,2,0,2.5,0.9c0.4,0.9,0,2-0.9,2.5c-1.8,0.8-3.7,1.6-5.6,2.3C236.5,568.8,236.4,568.8,236.4,568.8z M211.8,575      c-0.1,0-0.2,0.1-0.3,0.1c-2,0.3-4,0.4-6.1,0.6c-1,0.1-1.9-0.7-2-1.7c-0.1-1,0.7-1.9,1.7-2c1.9-0.1,3.9-0.3,5.8-0.6      c1-0.1,1.9,0.6,2.1,1.6C213.2,573.9,212.7,574.7,211.8,575z M250.6,562.1c-0.8,0.2-1.7-0.1-2.1-0.9c-0.5-0.9-0.2-2,0.7-2.5      c1.7-1,3.4-2,5-3.1c0.9-0.6,2-0.3,2.6,0.5c0.6,0.9,0.3,2-0.5,2.6c-1.7,1.1-3.4,2.2-5.2,3.2C250.8,562,250.7,562.1,250.6,562.1z       M196.1,575.8c-0.2,0.1-0.4,0.1-0.6,0.1c-2-0.1-4.1-0.2-6.1-0.3c-1-0.1-1.8-1-1.7-2c0.1-1,1-1.8,2-1.7c1.9,0.2,3.9,0.3,5.9,0.3      c1,0,1.8,0.9,1.8,1.9C197.4,574.9,196.9,575.5,196.1,575.8z M263.5,553.3c-0.7,0.2-1.5,0-2-0.6c-0.6-0.8-0.5-2,0.3-2.6      c1.5-1.2,3-2.5,4.5-3.8c0.8-0.7,1.9-0.6,2.6,0.1c0.7,0.8,0.6,1.9-0.1,2.6c-1.5,1.3-3.1,2.7-4.6,3.9      C264,553.1,263.7,553.3,263.5,553.3z M180.6,574.1c-0.3,0.1-0.6,0.1-0.9,0c-2-0.4-4-0.8-6-1.3c-1-0.2-1.6-1.2-1.4-2.2      c0.2-1,1.3-1.6,2.2-1.4c1.9,0.5,3.8,0.9,5.7,1.2c1,0.2,1.7,1.2,1.5,2.2C181.7,573.4,181.2,573.9,180.6,574.1z M275,542.7      c-0.6,0.2-1.3,0-1.8-0.4c-0.8-0.7-0.8-1.9-0.1-2.6c1.3-1.4,2.6-2.9,3.9-4.4c0.7-0.8,1.8-0.9,2.6-0.3c0.8,0.7,0.9,1.8,0.3,2.6      c-1.3,1.6-2.6,3.1-4,4.6C275.6,542.4,275.3,542.6,275,542.7z M284.8,530.4c-0.5,0.2-1.1,0.1-1.6-0.2c-0.8-0.6-1.1-1.7-0.5-2.6      c1.1-1.6,2.2-3.3,3.2-5c0.5-0.9,1.7-1.2,2.6-0.6c0.9,0.5,1.2,1.7,0.6,2.6c-1,1.7-2.1,3.5-3.3,5.1      C285.5,530,285.2,530.3,284.8,530.4z M292.6,516.8c-0.4,0.1-0.9,0.1-1.3-0.1c-0.9-0.4-1.3-1.6-0.9-2.5c0.8-1.8,1.6-3.6,2.4-5.4      c0.4-1,1.5-1.4,2.4-1c1,0.4,1.4,1.5,1,2.4c-0.8,1.9-1.6,3.7-2.5,5.6C293.5,516.3,293,516.6,292.6,516.8z M298.2,502.2      c-0.3,0.1-0.7,0.1-1.1,0c-1-0.3-1.5-1.3-1.2-2.3c0.6-1.9,1.1-3.8,1.5-5.7c0.2-1,1.2-1.6,2.2-1.4c1,0.2,1.6,1.2,1.4,2.2      c-0.5,2-1,3.9-1.6,5.9C299.3,501.6,298.8,502,298.2,502.2z M301.6,486.9c-0.3,0.1-0.5,0.1-0.8,0.1c-1-0.1-1.7-1.1-1.6-2.1      c0.3-1.9,0.5-3.9,0.7-5.8c0.1-1,1-1.8,2-1.7c1,0.1,1.8,1,1.7,2c-0.2,2-0.4,4.1-0.7,6.1C302.8,486.1,302.3,486.7,301.6,486.9z       M302.7,471.2c-0.2,0-0.3,0.1-0.5,0.1c-1,0-1.9-0.8-1.9-1.8c0-1.9-0.1-3.9-0.2-5.9c-0.1-1,0.7-1.9,1.7-2c1-0.1,1.9,0.7,2,1.7      c0.1,2,0.2,4.1,0.2,6.1C304,470.3,303.4,471,302.7,471.2z M301.3,455.6c-0.1,0-0.2,0-0.2,0.1c-1,0.2-2-0.5-2.1-1.5      c-0.3-1.9-0.7-3.9-1.1-5.8c-0.2-1,0.4-2,1.4-2.2c1-0.2,2,0.4,2.2,1.4c0.4,2,0.8,4,1.2,6C302.7,454.4,302.2,455.3,301.3,455.6z       M297.6,440.4c-1,0.3-2-0.2-2.3-1.2c-0.6-1.9-1.3-3.7-2-5.5c-0.4-1,0.1-2,1.1-2.4c1-0.4,2,0.1,2.4,1.1c0.7,1.9,1.4,3.8,2,5.7      C299.2,439,298.6,440,297.6,440.4C297.6,440.4,297.6,440.4,297.6,440.4z\"></path>					<path class=\"st3\" d=\"M165.3,570.1c-0.4,0.1-0.8,0.1-1.1,0c-1-0.3-1.9-0.7-2.8-1c-1-0.4-1.4-1.4-1.1-2.4c0.4-1,1.4-1.4,2.4-1.1      c0.9,0.3,1.8,0.7,2.7,1c1,0.3,1.5,1.4,1.1,2.4C166.3,569.5,165.9,570,165.3,570.1z\"></path>				</g>				<g>					<path class=\"st3\" d=\"M161.3,540.7c0.4,0.3,1,0.3,1.4,0l12.1-9.1c6.6,2.5,13.7,4,20.9,4.3l7.6,13.1c0.3,0.5,0.8,0.7,1.3,0.6      l17.8-3.5c0.5-0.1,0.9-0.5,1-1l2.1-15c6.6-3,12.6-7,17.8-11.8l14.6,3.9c0.5,0.1,1.1-0.1,1.4-0.5l10.2-15c0.3-0.4,0.3-1,0-1.4      l-9.1-12.1c2.5-6.6,4-13.7,4.3-20.9l13.1-7.6c0.5-0.3,0.7-0.8,0.6-1.3l-3.5-17.8c-0.1-0.5-0.5-0.9-1-1l-15-2.1      c-3-6.6-7-12.6-11.8-17.8l3.9-14.6c0.1-0.5-0.1-1.1-0.5-1.4l-15-10.2c-0.4-0.3-1-0.3-1.4,0l-12.1,9.1c-6.6-2.5-13.7-4-20.9-4.3      l-7.6-13.1c-0.3-0.5-0.8-0.7-1.3-0.6l-17.8,3.5c-0.5,0.1-0.9,0.5-1,1l-2.1,15c-6.6,3-12.6,7-17.8,11.8l-14.6-3.9      c-0.5-0.1-1.1,0.1-1.4,0.5l-10.2,15c-0.3,0.4-0.3,1,0,1.4l9.1,12.1c-2.5,6.6-4,13.7-4.3,20.9l-13.1,7.6      c-0.5,0.3-0.7,0.8-0.6,1.3l3.5,17.8c0.1,0.5,0.5,0.9,1,1l15,2.1c3,6.6,7,12.6,11.8,17.8l-3.9,14.6c-0.1,0.5,0.1,1.1,0.5,1.4      L161.3,540.7z\"></path>					<g class=\"st4\">						<path class=\"st5\" d=\"M203.4,486.5c-3.6,1.1-7.4,1-11-0.3c-4.4-1.6-8-4.8-10-9.1c-2-4.3-2.2-9-0.6-13.5c1.6-4.4,4.8-8,9.1-10       c8.8-4.1,19.3-0.3,23.4,8.5c4.1,8.8,0.3,19.3-8.5,23.4C205.1,486,204.2,486.3,203.4,486.5z M194.2,455.6       c-0.7,0.2-1.3,0.5-2,0.8c-3.5,1.7-6.2,4.6-7.5,8.3c-1.3,3.7-1.1,7.6,0.5,11.2c1.7,3.5,4.6,6.2,8.3,7.5       c3.7,1.3,7.6,1.1,11.2-0.5c7.3-3.4,10.5-12.1,7-19.4C208.5,456.8,201,453.6,194.2,455.6z\"></path>					</g>					<path class=\"st6\" d=\"M211.4,511.9c-1.4,0.4-2.9,0.8-4.4,1.1c-2.2,0.4-4.5,0.7-6.7,0.8c0,0,0,0-0.1,0c-0.1,0-0.2,0-0.3,0      c0,0,0,0,0,0l0,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.1,0-0.3,0-0.4,0c-0.1,0-0.1,0-0.2,0      c-0.3,0-0.6,0-0.9,0c-0.2,0-0.4,0-0.5,0c-0.3,0-0.6-0.2-0.7-0.5c0-0.1,0-0.2,0-0.2c0-0.4,0.3-0.7,0.8-0.7      c3,0.1,6.1-0.2,9.1-0.8c11.3-2.2,21-8.6,27.5-18.2c6.4-9.5,8.8-21,6.6-32.3c-0.3-1.5-0.6-2.9-1-4.3      c-6.3-20.9-27.5-34-49.4-29.8c-11.3,2.2-21,8.6-27.5,18.2c-6.4,9.5-8.8,21-6.6,32.3c0.3,1.4,0.6,2.9,1,4.2      c1.8,6,4.9,11.6,9.1,16.3c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.3,0,0.6-0.2,0.8c-0.3,0.3-0.8,0.2-1.1-0.1c-4.4-4.9-7.6-10.6-9.5-16.9      c-0.4-1.4-0.8-2.9-1.1-4.4c-2.3-11.7,0.2-23.5,6.8-33.4c6.7-9.9,16.8-16.5,28.4-18.8c22.6-4.4,44.6,9.3,51.1,30.8      c0.4,1.4,0.8,2.9,1.1,4.4C246.7,483.4,233,505.4,211.4,511.9z\"></path>				</g>			</g>			<g>				<path class=\"st12\" d=\"M744.7,860.1c-16.9,11.7-444.7,11-453.9-4.9c-8.6-14.9-19-612.5,2.9-625.2c11.1-6.5,71.1-2.8,124.2-2.5     c45.3,0.2,86.6,0.8,92.2,0.9c3.1,0,42.9-2.4,88.4-3.3c64.1-1.3,136.1-11.4,139.6,9.6C743.6,269,761.5,848.3,744.7,860.1z\"></path>				<path class=\"st39\" d=\"M513.2,843.1c-54.4-0.4-105.4-1.5-143.4-3.3c-48.8-2.3-67-2.2-70.8-6.3c-6.5-7-3.3-38.6-5.3-96.6     c-2-57.7-3.4-130.2-4-198.8c-0.7-79-0.2-148.2,1.4-200.1c0.9-29.3,2.1-52.9,3.7-70.2c1.6-18.1,1.5-27.1,4.3-29.3     c7.7-6.3,38.5-2.2,118.8-1.8c5.5,0,11,0.1,16.3,0.1c29.5,0.2,55.7,0.5,68.2,0.7c3.9,0,6.5,0.1,7.6,0.1c1.1,0,3.5-0.1,10.3-0.4     c14.7-0.7,45.1-2.1,78.3-2.8c14.3-0.3,27.7-0.4,39.9-0.3c25.4,0.2,87.9-1.7,89.1,0.3c1.9,3.2,1.9,19.6,2.3,29.6     c1.9,52.2,6.9,190.8,9.7,318.2c1.6,71.8,2.2,129.7,2,172.3c-0.4,58.2,0.6,78.4-3.8,82.7c-4.1,4-23,3.2-74.7,4.6     C621.1,843,567.8,843.4,513.2,843.1z\"></path>				<path class=\"st12\" d=\"M589.4,239.4c-0.8,4.6-1.9,8.3-3.1,9.8c-3.9,4.9-61.2,2.2-74.9,2.1c-7.5-0.1-67.8-0.4-77.3-2.3     c-7.7-1.5-9.7-28.2-8.4-36.9c1.3-8.7,64.3,0.5,64.3-9.4c0.1-11.4,1.5-29.9,20.7-28.5c10.3,0.7,13.8,7.7,15,14.7     c1.1,6.1,0.5,12.4,1.2,14.7c1.5,5,46.9,4,56.9,4.7C591.1,208.8,591.5,227.2,589.4,239.4z\"></path>				<path class=\"st40\" d=\"M589.4,239.4c-0.8,4.6-1.9,8.3-3.1,9.8c-3.9,4.9-61.2,2.2-74.9,2.1c-7.5-0.1-67.8-0.4-77.3-2.3     c-7.7-1.5-9.7-28.2-8.4-36.9c1.3-8.7,64.3,0.5,64.3-9.4c0.1-11.4,1.5-29.9,20.7-28.5c10.3,0.7,13.8,7.7,15,14.7     c-2.9,0.7-5.5,1.2-7.6,1.5c-11.9,1.3-11.5,14.9-18.6,22.6c-7.1,7.6-51.9,5.5-55.4,7.8c-3.5,2.3-1.7,13.1-0.1,15.9     C445.7,239.4,576,247.8,589.4,239.4C589.4,239.4,589.4,239.4,589.4,239.4z\"></path>			</g>			<g>				<path class=\"st41\" d=\"M298.3,295.2c4.1-4.9,421.5-4.2,424.8-0.8c3.3,3.5,4.4,206.2,1.7,209.4c-2.7,3.3-427.7,6.7-430.3,2.4     C291.8,501.9,294.6,299.6,298.3,295.2z\"></path>				<path class=\"st12\" d=\"M524.2,334.4c0,3-2.3,5.4-5.3,5.5c-3,0-5.4-2.4-5.5-5.3c0-3,2.3-5.4,5.3-5.5     C521.7,329,524.1,331.4,524.2,334.4z\"></path>				<path class=\"st12\" d=\"M525.9,468.1c0,3-2.3,5.4-5.3,5.5c-3,0-5.4-2.4-5.5-5.3c0-3,2.3-5.4,5.3-5.5     C523.4,462.7,525.8,465.1,525.9,468.1z\"></path>									<ellipse transform=\"matrix(3.492504e-02 -0.9994 0.9994 3.492504e-02 121.6913 885.4902)\" class=\"st12\" cx=\"519.3\" cy=\"379.7\" rx=\"6.7\" ry=\"6.7\"></ellipse>				<path class=\"st12\" d=\"M527.2,427.7c0.1,4-3.2,7.3-7.2,7.4c-4,0.1-7.3-3.2-7.4-7.2c-0.1-4,3.2-7.3,7.2-7.4     C523.9,420.5,527.2,423.7,527.2,427.7z\"></path>				<line class=\"st42\" x1=\"518.4\" y1=\"309.6\" x2=\"520.8\" y2=\"494\"></line>				<g>					<g>						<line class=\"st43\" x1=\"551.9\" y1=\"612.4\" x2=\"663.5\" y2=\"610.9\"></line>													<ellipse transform=\"matrix(3.451916e-02 -0.9994 0.9994 3.451916e-02 -76.1021 1145.8722)\" class=\"st12\" cx=\"555\" cy=\"612.3\" rx=\"8.4\" ry=\"8.3\"></ellipse>					</g>					<g>						<line class=\"st43\" x1=\"552.3\" y1=\"641\" x2=\"663.9\" y2=\"639.5\"></line>													<ellipse transform=\"matrix(3.462169e-02 -0.9994 0.9994 3.462169e-02 -104.3785 1173.7678)\" class=\"st12\" cx=\"555.4\" cy=\"640.9\" rx=\"8.4\" ry=\"8.3\"></ellipse>					</g>					<g>						<line class=\"st43\" x1=\"552.6\" y1=\"669.5\" x2=\"664.3\" y2=\"668.1\"></line>													<ellipse transform=\"matrix(3.432224e-02 -0.9994 0.9994 3.432224e-02 -132.4407 1201.9343)\" class=\"st12\" cx=\"555.7\" cy=\"669.5\" rx=\"8.4\" ry=\"8.3\"></ellipse>					</g>				</g>				<g>					<path class=\"st44\" d=\"M563.1,767c-2-2.7,6.7-29.5,9.3-29.8c2.6-0.2,7.8,11.7,8.8,10.5c1-1.2,1.7-20.3,4.3-21.2      c2.5-1,2.7,9.5,4.9,10.3c2.1,0.7,9.2-37.5,11.9-37.9c2.8-0.4,10.7,29.3,11.9,30.3c1.2,1,8.1-13,11.1-11.3      c3,1.7,6.6,9.9,7.6,10.7c1,0.8,3.2-16.6,5.2-16.6c2.1,0,2.7,4.6,4,5.7c1.3,1.1,1.9-21.5,3.8-21.3c1.9,0.2,2.4,12.4,4.1,12      c1.6-0.3,6.1-15.6,7.9-15.8c1.9-0.2,7.5,10,11.3,9.5c3.9-0.5,1.5-12.5,3.2-11.8c1.8,0.8,2.8,3,4.2,3.5      c1.4,0.5,11.3-37.4,15.2-37.6c3.9-0.2,5.3,20.9,6.8,21.2c1.5,0.2,4.3-8.1,6.9-8.3c2.6-0.2,10.4,1.1,11.6,0.1      c1.2-1,5.4-33,6.1-33.8s1,137.6-1.4,137.2C719.4,772.3,565,769.6,563.1,767z\"></path>					<path class=\"st14\" d=\"M551.8,777.3c-2.4-4.3,11.3-19,11.7-17c0.4,2,1.9,6.4,2.7,5.4c0.8-1,3-15.7,5.1-16.1c2-0.4,3.1,5.4,4,5.1      c0.9-0.3,1.3-16.1,5-16.2c3.7,0,6.1,14,7.1,12.8s3.8-7.9,5.7-6.9c2,0.9,4.7,6,5.3,6.5c0.6,0.5,1.8-11.6,3.4-13.6      c1.7-2,17,6,17.2,4.1c0.2-1.9,9.4-16.6,13-15.6c3.6,1,10.9,2.5,11.8,2.6c0.9,0.1,11.1-19.6,13.8-19.1      c2.7,0.5,6.7,12.5,8.8,10.8c2.1-1.7,13.5-22.8,16.4-23.1c3-0.3,11.5,8.9,13.5,8.5s3-23,7.9-24.4s5.4,14.5,8.7,15.2      s9.7-37.7,10.8-37.4c1.1,0.3,0.1,114.7-0.8,115.7C722.3,775.7,552.7,779.1,551.8,777.3z\"></path>				</g>				<g>					<polyline class=\"st45\" points=\"315.8,323.3 317.8,483.8 501.9,481.4      \"></polyline>					<path class=\"st46\" d=\"M332.5,390.8c1.6-1.7,24.1-1.1,25-0.3c0.8,0.8,2.6,76.9,1,78.5c-1.6,1.7-23.3,2-25,0.3      C331.8,467.7,331.7,391.6,332.5,390.8z\"></path>					<path class=\"st47\" d=\"M370.8,385.8c1.6-1.8,24.1-1.2,25-0.3c0.8,0.9,2.7,81.2,1.1,83c-1.6,1.8-23.3,2.1-25,0.3      C370.1,467,369.9,386.7,370.8,385.8z\"></path>					<path class=\"st48\" d=\"M407.8,348.3c1.6-2.6,24.1-1.6,25-0.3c0.8,1.3,3.1,116.9,1.5,119.5c-1.6,2.6-23.3,2.8-25,0.3      C407.6,465.2,407,349.5,407.8,348.3z\"></path>					<path class=\"st44\" d=\"M446.7,327.1c1.6-3,24.1-1.8,25-0.3c0.9,1.5,3.4,136.8,1.8,139.8c-1.6,3-23.3,3.3-25,0.3      C446.7,463.9,445.9,328.6,446.7,327.1z\"></path>					<path class=\"st12\" d=\"M307.6,330.1c-0.8-0.8,7.3-18.5,8.1-18.5c0.8,0,10.2,17.4,9.4,18.3C324.2,330.7,308.4,330.9,307.6,330.1z      \"></path>					<path class=\"st12\" d=\"M494.2,473c0.8-0.8,18.4,7.3,18.4,8.1c0,0.8-17.4,10.3-18.2,9.4C493.6,489.7,493.4,473.9,494.2,473z\"></path>				</g>			</g>			<g>				<path class=\"st49\" d=\"M445.7,602.3l-18,48c15.4,6.7,24.6,21.9,24.2,37.9c-0.1,2.3-0.3,4.7-0.8,7l50.5,8.8     c0.7-3.5,1.1-7,1.3-10.5C505.7,654.9,483.5,617.4,445.7,602.3z\"></path>				<path class=\"st50\" d=\"M396.9,724.8c20.7,8.1,44-2.1,52.1-22.8c1.8-4.5,2.7-9.1,2.8-13.7l51,5.4c-0.6,9-2.6,18.1-6.1,27     c-18.4,47-71.5,70.3-118.5,51.9c-17.4-6.8-31.6-18.4-41.5-32.6l41.3-30.1C382.4,716.4,388.9,721.7,396.9,724.8z\"></path>				<path class=\"st22\" d=\"M445,608.1l-18,48c15.4,6.7,24.6,21.9,24.2,37.9c-0.1,2.3-0.3,4.7-0.8,7l50.5,8.8c0.7-3.5,1.1-7,1.3-10.5     C505,660.7,482.8,623.2,445,608.1z\"></path>				<path class=\"st51\" d=\"M325.6,653.1c-11.6,29.6-6.7,61.6,10.3,85.9c1.1,1.5,2.2,3,3.4,4.5l41.2-30.4c-1.2-1.5-2.2-2.8-3.2-4.3     c-7-10.6-9-24.3-4-37c4.5-11.5,13.7-19.8,24.6-23.5l-17-48.3C356.4,608.4,335.7,627.1,325.6,653.1z\"></path>									<linearGradient id=\"SVGID_00000127748180163220661610000013593282493594351781_\" gradientUnits=\"userSpaceOnUse\" x1=\"319.549\" y1=\"678.2723\" x2=\"398.1205\" y2=\"678.2723\">					<stop offset=\"0\" style=\"stop-color:#FEC03E\"></stop>					<stop offset=\"0.9944\" style=\"stop-color:#F79C21\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000127748180163220661610000013593282493594351781_);\" d=\"M325.9,659.6     c-11.6,29.6-6.7,61.6,10.3,85.9c1.1,1.5,2.2,3,3.4,4.5l41.3-30.4c-1.2-1.3-2.3-2.8-3.3-4.2c-7-10.6-9-24.3-4-37     c4.5-11.5,13.7-19.8,24.6-23.5l-17-48.3C356.7,615,336,633.7,325.9,659.6z\"></path>				<path class=\"st53\" d=\"M396.4,730.4c20.7,8.1,44-2.1,52.1-22.8c1.8-4.5,2.7-9.1,2.8-13.7l51,5.4c-0.6,9-2.6,18.1-6.1,27     c-18.4,47-71.5,70.3-118.5,51.9c-17.4-6.8-31.6-18.4-41.5-32.6l41.4-30.2C382,721.9,388.4,727.3,396.4,730.4z\"></path>				<path class=\"st54\" d=\"M443,589.4l-18.4,47.8c-8.5-3.1-18.1-3.4-27.3-0.1c-0.2,0.1-0.3,0.1-0.5,0.2L379.6,589     c0.2-0.1,0.3-0.1,0.5-0.2C401.3,581.3,423.4,582.1,443,589.4z\"></path>				<path class=\"st14\" d=\"M445,595.5l-18.4,47.8c-8.5-3.1-18.1-3.4-27.3-0.1c-0.2,0.1-0.3,0.1-0.5,0.2l-17.2-48.2     c0.2-0.1,0.3-0.1,0.5-0.2C403.3,587.4,425.5,588.2,445,595.5z\"></path>			</g>			<g>				<path class=\"st20\" d=\"M64.8,572.6c8.2-11.6,228.4-12.8,233.3-5.7c4.9,7.1,10.8,281.8,1.8,287.8c-9,6-219.3-0.7-227.8-15.8     C63.4,823.7,49.7,593.8,64.8,572.6z\"></path>				<path class=\"st20\" d=\"M296.1,795.3c-0.2,34-1.5,58.7-4.2,60.5c-9,6-220.9,12.8-229.4-2.3c-8.6-15.2-11.7-243.6-1.6-267.7     c4.7-11.1,222.8-11.3,227.7-4.2c0.2,0.3,0.5,1.2,0.7,2.5C292.6,603,296.6,721.1,296.1,795.3z\"></path>				<path class=\"st55\" d=\"M84,609.5c3.7-1.5,177.8-0.7,181.7,0.3c4,1,3.7,38.1-3.4,38.9c-7.1,0.8-172.3,1.7-179.2-0.4     C76.3,646.1,76.1,612.8,84,609.5z\"></path>				<g>					<path class=\"st56\" d=\"M80.6,672.8c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      S78,681.1,80.6,672.8z\"></path>					<path class=\"st56\" d=\"M131.5,673.1c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C130.5,700.9,128.9,681.4,131.5,673.1z\"></path>					<path class=\"st56\" d=\"M182.4,673.4c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C181.4,701.2,179.8,681.7,182.4,673.4z\"></path>					<path class=\"st57\" d=\"M233.9,673.7c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      S231.3,682,233.9,673.7z\"></path>				</g>				<g>					<path class=\"st56\" d=\"M80.3,720.2c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C79.3,748,77.7,728.6,80.3,720.2z\"></path>					<path class=\"st56\" d=\"M131.2,720.5c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C130.2,748.3,128.6,728.8,131.2,720.5z\"></path>					<path class=\"st56\" d=\"M182.1,720.8c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C181.1,748.6,179.5,729.1,182.1,720.8z\"></path>					<path class=\"st57\" d=\"M233,721.1c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C232,748.9,230.5,729.4,233,721.1z\"></path>				</g>				<g>					<path class=\"st56\" d=\"M80,767.7c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C79,795.5,77.4,776,80,767.7z\"></path>					<path class=\"st56\" d=\"M130.9,768c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C129.9,795.8,128.4,776.3,130.9,768z\"></path>					<path class=\"st56\" d=\"M181.8,768.3c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5s-31.6,3-32.1-1.5      C180.8,796.1,179.3,776.6,181.8,768.3z\"></path>					<path class=\"st57\" d=\"M232.8,768.6c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C231.8,796.4,230.2,776.9,232.8,768.6z\"></path>				</g>				<g>					<path class=\"st56\" d=\"M79.7,815.1c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C78.7,843,77.2,823.5,79.7,815.1z\"></path>					<path class=\"st56\" d=\"M130.7,815.4c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C129.7,843.3,128.1,823.8,130.7,815.4z\"></path>					<path class=\"st58\" d=\"M181.6,815.7c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C180.6,843.5,179,824.1,181.6,815.7z\"></path>					<path class=\"st57\" d=\"M232.5,816c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C231.5,843.8,229.9,824.4,232.5,816z\"></path>				</g>				<g>					<path class=\"st5\" d=\"M243.5,688l13.1,0.1l0,3l-13.1-0.1L243.5,688z M248,694.1c0-0.3,0.1-0.6,0.2-0.8c0.1-0.2,0.3-0.5,0.4-0.7      c0.2-0.2,0.4-0.3,0.6-0.4c0.2-0.1,0.5-0.2,0.8-0.2c0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.5,0.3,0.6,0.5c0.2,0.2,0.3,0.4,0.4,0.7      c0.1,0.3,0.2,0.5,0.2,0.8c0,0.3-0.1,0.6-0.2,0.8c-0.1,0.2-0.3,0.5-0.4,0.6c-0.2,0.2-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.2-0.8,0.2      c-0.3,0-0.6-0.1-0.8-0.2c-0.2-0.1-0.5-0.3-0.6-0.5c-0.2-0.2-0.3-0.4-0.4-0.7C248,694.7,248,694.4,248,694.1z M248,685      c0-0.3,0.1-0.6,0.2-0.8c0.1-0.2,0.3-0.5,0.4-0.7c0.2-0.2,0.4-0.3,0.6-0.4c0.2-0.1,0.5-0.2,0.8-0.2c0.3,0,0.6,0.1,0.8,0.2      c0.2,0.1,0.5,0.3,0.6,0.5c0.2,0.2,0.3,0.4,0.4,0.7c0.1,0.3,0.2,0.5,0.2,0.8c0,0.3-0.1,0.6-0.2,0.8c-0.1,0.2-0.3,0.5-0.4,0.6      c-0.2,0.2-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.2-0.8,0.2c-0.3,0-0.6-0.1-0.8-0.2c-0.2-0.1-0.5-0.3-0.6-0.5      c-0.2-0.2-0.3-0.4-0.4-0.7C248.1,685.6,248,685.3,248,685z\"></path>				</g>				<g>					<path class=\"st5\" d=\"M245.6,730.8l4.2,4.3l4.1-4.2l2.1,2.1l-4.1,4.3l4.3,4.2l-2.2,2.2l-4.2-4.3l-4.2,4.3l-2.1-2.1l4.2-4.4      l-4.2-4.2L245.6,730.8z\"></path>				</g>				<g>					<path class=\"st5\" d=\"M252,786.4l-5.9,0l0-2.9l5.9,0L252,786.4z\"></path>				</g>				<g>					<path class=\"st5\" d=\"M241.3,829l5,0l0-5.1l3,0l0,5.1l5,0l0,3l-5,0l0,5.1l-3,0l0-5.1l-5,0L241.3,829z\"></path>				</g>				<g>					<path class=\"st5\" d=\"M190.3,831.1l13.1,0.1l0,3l-13.1-0.1L190.3,831.1z M190.4,826.4l13.1,0.1l0,3l-13.1-0.1L190.4,826.4z\"></path>				</g>				<path class=\"st59\" d=\"M239.1,641.2c-1.5-0.3-1.2-22.2,0.1-23.7c1.3-1.6,13.9-1.3,15.5,0.1c1.5,1.4,1.9,22.6-0.1,23.7     C252.5,642.4,241.3,641.6,239.1,641.2z\"></path>				<g>					<path class=\"st60\" d=\"M258.6,640.5c0-0.3,0.1-0.6,0.2-0.9c0.1-0.3,0.3-0.5,0.5-0.7c0.2-0.2,0.4-0.4,0.7-0.5      c0.3-0.1,0.6-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2c0.3,0.1,0.5,0.3,0.7,0.5c0.2,0.2,0.4,0.4,0.5,0.7c0.1,0.3,0.2,0.6,0.2,0.9      c0,0.3-0.1,0.6-0.2,0.9c-0.1,0.3-0.3,0.5-0.5,0.7c-0.2,0.2-0.4,0.4-0.7,0.5c-0.3,0.1-0.6,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2      c-0.3-0.1-0.5-0.3-0.7-0.5c-0.2-0.2-0.4-0.4-0.5-0.7C258.6,641.1,258.6,640.8,258.6,640.5z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M95,682.9l-3.4,3l-2-2.4l5.5-4.7l3.3,0L98.4,696l-3.4,0L95,682.9z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M141.6,692.4l6.6-5.9c0.3-0.3,0.7-0.6,1-1c0.3-0.4,0.5-0.8,0.5-1.4c0-0.6-0.2-1-0.6-1.4      c-0.4-0.3-0.9-0.5-1.5-0.5c-0.7,0-1.2,0.2-1.6,0.6c-0.4,0.4-0.6,0.9-0.6,1.5l-3.6-0.3c0.1-0.9,0.2-1.7,0.6-2.3      c0.3-0.7,0.7-1.2,1.3-1.6c0.5-0.4,1.1-0.8,1.9-1c0.7-0.2,1.5-0.3,2.3-0.3c0.8,0,1.5,0.1,2.1,0.3c0.7,0.2,1.2,0.5,1.7,1      c0.5,0.4,0.9,1,1.1,1.6c0.3,0.6,0.4,1.4,0.4,2.3c0,0.5-0.1,1-0.2,1.5c-0.1,0.4-0.3,0.8-0.5,1.2c-0.2,0.4-0.4,0.7-0.7,1      c-0.3,0.3-0.6,0.6-0.9,0.9l-5.2,4.4l7.5,0l0,3.2l-11.8-0.1L141.6,692.4z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M194.9,686.2l1.2,0c0.3,0,0.7,0,1-0.1c0.3,0,0.6-0.1,0.9-0.3c0.3-0.1,0.5-0.3,0.6-0.6      c0.2-0.2,0.2-0.6,0.2-1c0-0.5-0.2-0.9-0.6-1.3c-0.4-0.3-0.9-0.5-1.5-0.5c-0.6,0-1,0.1-1.4,0.5c-0.4,0.3-0.6,0.7-0.7,1.1      l-3.9-0.8c0.2-0.7,0.5-1.4,0.9-1.9c0.4-0.5,0.8-0.9,1.4-1.3c0.5-0.3,1.1-0.6,1.8-0.7c0.6-0.1,1.3-0.2,2-0.2      c0.7,0,1.5,0.1,2.2,0.3c0.7,0.2,1.3,0.5,1.8,0.9c0.5,0.4,0.9,0.9,1.2,1.5c0.3,0.6,0.5,1.3,0.5,2.1c0,1-0.3,1.8-0.8,2.4      c-0.5,0.7-1.2,1.1-2.2,1.3l0,0.1c0.5,0.1,1,0.2,1.3,0.5c0.4,0.2,0.7,0.5,1,0.9c0.3,0.4,0.5,0.8,0.6,1.2      c0.1,0.5,0.2,0.9,0.2,1.4c0,0.9-0.2,1.6-0.5,2.2c-0.3,0.6-0.8,1.2-1.3,1.6c-0.6,0.4-1.2,0.7-1.9,0.9c-0.7,0.2-1.5,0.3-2.4,0.3      c-1.5,0-2.8-0.4-3.9-1.1c-1.1-0.7-1.8-1.8-2.1-3.4l3.8-0.9c0.1,0.6,0.4,1.1,0.8,1.5c0.4,0.4,1,0.5,1.7,0.5      c0.8,0,1.4-0.2,1.7-0.6c0.4-0.4,0.6-0.9,0.6-1.6c0-0.5-0.1-0.9-0.3-1.1c-0.2-0.3-0.5-0.5-0.8-0.6c-0.3-0.1-0.7-0.2-1.1-0.2      c-0.4,0-0.8,0-1.2,0l-0.8,0L194.9,686.2z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M95.8,740.3l-7.4,0l0-3l7-10.6l3.9,0l-0.1,10.6l2.2,0l0,3l-2.2,0l0,3.4l-3.4,0L95.8,740.3z M95.8,731.3      L95.8,731.3l-3.8,5.9l3.8,0L95.8,731.3z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M152.5,730.1l-6.7,0l-0.1,2.6c0.4-0.1,0.9-0.2,1.5-0.2c0.9,0,1.6,0.1,2.4,0.4c0.7,0.3,1.3,0.6,1.8,1.1      c0.5,0.5,0.9,1.1,1.2,1.8c0.3,0.7,0.4,1.5,0.4,2.4c0,1-0.2,1.8-0.5,2.6c-0.3,0.8-0.8,1.4-1.4,1.9c-0.6,0.5-1.3,0.9-2,1.2      c-0.8,0.3-1.6,0.4-2.6,0.4c-1.5,0-2.7-0.4-3.7-1.1c-1-0.7-1.7-1.8-2-3.3l3.7-0.8c0.1,0.6,0.3,1.1,0.8,1.5      c0.4,0.4,0.9,0.6,1.5,0.6c0.8,0,1.4-0.2,1.8-0.7c0.5-0.5,0.7-1.1,0.7-1.8c0-0.6-0.1-1-0.3-1.4c-0.2-0.4-0.5-0.7-0.9-0.9      c-0.4-0.2-0.8-0.4-1.2-0.5c-0.5-0.1-0.9-0.1-1.4-0.1c-0.6,0-1.2,0-1.8,0.2c-0.6,0.1-1.2,0.3-1.7,0.4l0.2-9.5l10.2,0.1      L152.5,730.1z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M196.4,733.3c0.2,0,0.4-0.1,0.6-0.1c0.2,0,0.4,0,0.6,0c0.8,0,1.5,0.2,2.2,0.4c0.6,0.3,1.2,0.7,1.7,1.2      c0.5,0.5,0.8,1.1,1.1,1.8c0.3,0.7,0.4,1.4,0.4,2.2c0,0.9-0.2,1.7-0.5,2.4c-0.3,0.7-0.8,1.3-1.3,1.8c-0.6,0.5-1.2,0.9-2,1.2      c-0.8,0.3-1.6,0.4-2.5,0.4c-0.9,0-1.7-0.2-2.5-0.4c-0.8-0.3-1.4-0.7-2-1.2c-0.6-0.5-1-1.1-1.3-1.9c-0.3-0.7-0.5-1.5-0.5-2.4      c0-0.6,0.1-1.2,0.2-1.7c0.1-0.5,0.3-1,0.4-1.4c0.2-0.5,0.4-0.9,0.7-1.3c0.2-0.4,0.5-0.8,0.8-1.3l3.7-5.8l4.4,0L196.4,733.3z       M199.2,738.6c0-0.8-0.2-1.4-0.7-1.9c-0.5-0.5-1.2-0.8-2-0.8c-0.8,0-1.5,0.2-2,0.8c-0.5,0.5-0.8,1.1-0.8,1.9      c0,0.8,0.2,1.4,0.7,1.9c0.5,0.5,1.2,0.8,2,0.8c0.8,0,1.5-0.2,2-0.8C198.9,740,199.2,739.3,199.2,738.6z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M96.8,776.2l-8.3,0l0-3.3l12.3,0.1l0,3.2L94,790l-4.2,0L96.8,776.2z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M141.3,777.6c0-0.8,0.2-1.5,0.5-2.1s0.7-1.1,1.2-1.5c0.5-0.4,1.1-0.7,1.8-0.9c0.7-0.2,1.4-0.3,2.2-0.3      c0.8,0,1.5,0.1,2.2,0.3c0.7,0.2,1.3,0.5,1.8,0.9c0.5,0.4,0.9,0.9,1.2,1.5c0.3,0.6,0.4,1.3,0.4,2.1c0,0.9-0.3,1.7-0.8,2.4      c-0.5,0.7-1.2,1.1-2.1,1.4l0,0c1,0.3,1.8,0.8,2.3,1.5c0.5,0.7,0.8,1.6,0.8,2.7c0,0.8-0.2,1.5-0.5,2.2c-0.3,0.6-0.8,1.1-1.3,1.6      c-0.6,0.4-1.2,0.7-1.9,0.9c-0.7,0.2-1.5,0.3-2.2,0.3c-0.8,0-1.5-0.1-2.2-0.3c-0.7-0.2-1.3-0.5-1.9-0.9c-0.5-0.4-1-0.9-1.3-1.6      c-0.3-0.6-0.5-1.4-0.5-2.2c0-1.1,0.3-2,0.8-2.7c0.5-0.7,1.3-1.2,2.3-1.5l0,0c-0.9-0.3-1.6-0.8-2.1-1.4      C141.6,779.3,141.3,778.5,141.3,777.6z M144.6,785.1c0,0.6,0.2,1.1,0.6,1.5c0.4,0.4,1,0.6,1.7,0.6c0.7,0,1.3-0.2,1.7-0.6      c0.4-0.4,0.6-0.9,0.7-1.5c0-0.6-0.2-1.1-0.6-1.6c-0.4-0.4-1-0.6-1.7-0.6c-0.7,0-1.3,0.2-1.7,0.6      C144.8,784,144.6,784.5,144.6,785.1z M144.9,778.1c0,0.5,0.2,1,0.6,1.4c0.4,0.4,0.9,0.6,1.5,0.6c0.6,0,1.1-0.2,1.5-0.5      c0.4-0.4,0.6-0.8,0.6-1.4c0-0.5-0.2-1-0.6-1.3c-0.4-0.4-0.9-0.6-1.5-0.6c-0.6,0-1.1,0.2-1.5,0.5      C145.1,777.2,144.9,777.6,144.9,778.1z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M196.5,784.5c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0-0.6,0c-0.8,0-1.5-0.2-2.2-0.4      c-0.7-0.3-1.2-0.7-1.7-1.2c-0.5-0.5-0.8-1.1-1.1-1.8c-0.3-0.7-0.4-1.4-0.4-2.2c0-0.9,0.2-1.7,0.5-2.4c0.3-0.7,0.8-1.3,1.3-1.8      c0.6-0.5,1.2-0.9,2-1.2c0.8-0.3,1.6-0.4,2.5-0.4c0.9,0,1.7,0.2,2.5,0.4c0.8,0.3,1.4,0.7,2,1.2c0.6,0.5,1,1.1,1.3,1.9      c0.3,0.7,0.5,1.5,0.5,2.4c0,0.6-0.1,1.2-0.2,1.7c-0.1,0.5-0.3,1-0.4,1.4c-0.2,0.5-0.4,0.9-0.7,1.3c-0.2,0.4-0.5,0.8-0.8,1.3      l-3.7,5.8l-4.4,0L196.5,784.5z M193.6,779.2c0,0.8,0.2,1.4,0.7,1.9c0.5,0.5,1.2,0.8,2,0.8c0.8,0,1.5-0.2,2-0.7      c0.5-0.5,0.8-1.1,0.8-1.9c0-0.8-0.2-1.4-0.7-1.9c-0.5-0.5-1.2-0.8-2-0.8c-0.8,0-1.5,0.2-2,0.8      C193.9,777.8,193.6,778.4,193.6,779.2z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M88.1,832.1c0-1,0.1-2,0.3-3.1c0.2-1,0.5-2,1-2.8c0.5-0.9,1.1-1.5,1.9-2.1c0.8-0.5,1.8-0.8,3.1-0.8      s2.3,0.3,3.1,0.8c0.8,0.5,1.4,1.2,1.9,2.1c0.5,0.9,0.8,1.8,1,2.9c0.2,1,0.3,2.1,0.3,3.1c0,1-0.1,2-0.3,3.1c-0.2,1-0.5,2-1,2.8      c-0.5,0.9-1.1,1.5-1.9,2.1c-0.8,0.5-1.8,0.8-3.1,0.8c-1.3,0-2.3-0.3-3.1-0.8c-0.8-0.5-1.4-1.2-1.9-2.1c-0.5-0.9-0.8-1.8-1-2.9      C88.2,834.2,88.1,833.1,88.1,832.1z M91.6,832.1c0,0.5,0,1,0.1,1.6c0,0.6,0.1,1.2,0.3,1.8c0.2,0.6,0.4,1.1,0.8,1.5      c0.4,0.4,0.9,0.6,1.5,0.6c0.6,0,1.1-0.2,1.5-0.6c0.4-0.4,0.6-0.9,0.8-1.5c0.2-0.6,0.3-1.2,0.3-1.8c0-0.6,0.1-1.2,0.1-1.6      c0-0.5,0-1-0.1-1.6c0-0.6-0.1-1.2-0.3-1.8c-0.2-0.6-0.4-1.1-0.8-1.5c-0.4-0.4-0.9-0.6-1.5-0.6c-0.7,0-1.2,0.2-1.5,0.6      c-0.4,0.4-0.6,0.9-0.8,1.5c-0.2,0.6-0.3,1.2-0.3,1.8C91.7,831.2,91.7,831.7,91.6,832.1z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M136.8,828.3c0-0.7,0.1-1.3,0.4-1.9c0.2-0.6,0.6-1.1,1-1.5c0.4-0.4,0.9-0.8,1.5-1      c0.6-0.2,1.2-0.4,1.8-0.4c0.7,0,1.3,0.1,1.8,0.4c0.6,0.3,1.1,0.6,1.5,1c0.4,0.4,0.7,0.9,1,1.5c0.2,0.6,0.4,1.2,0.4,1.9      c0,0.7-0.1,1.3-0.4,1.9c-0.3,0.6-0.6,1.1-1,1.5c-0.4,0.4-0.9,0.8-1.5,1c-0.6,0.2-1.2,0.4-1.8,0.4c-0.7,0-1.3-0.1-1.8-0.4      c-0.6-0.3-1.1-0.6-1.5-1c-0.4-0.4-0.7-0.9-1-1.5C136.9,829.6,136.8,829,136.8,828.3z M143.7,828.4c0-0.6-0.2-1.2-0.6-1.6      c-0.4-0.5-1-0.7-1.6-0.7c-0.6,0-1.2,0.2-1.6,0.7c-0.4,0.4-0.7,1-0.7,1.6c0,0.6,0.2,1.2,0.6,1.6c0.4,0.5,1,0.7,1.6,0.7      c0.6,0,1.2-0.2,1.6-0.7C143.5,829.6,143.7,829,143.7,828.4z M151.3,823.2l2,1.1l-9.9,17.5l-1.8-1.1L151.3,823.2z M148.7,836.5      c0-0.7,0.1-1.3,0.4-1.9c0.2-0.6,0.6-1.1,1-1.5c0.4-0.4,0.9-0.8,1.5-1c0.6-0.2,1.2-0.4,1.8-0.4c0.7,0,1.3,0.1,1.8,0.4      c0.6,0.3,1.1,0.6,1.5,1c0.4,0.4,0.7,0.9,1,1.5c0.2,0.6,0.4,1.2,0.4,1.9c0,0.7-0.1,1.3-0.4,1.9c-0.2,0.6-0.6,1.1-1,1.5      c-0.4,0.4-0.9,0.8-1.5,1c-0.6,0.2-1.2,0.4-1.8,0.4c-0.7,0-1.3-0.1-1.8-0.4c-0.6-0.3-1.1-0.6-1.5-1c-0.4-0.4-0.7-1-1-1.5      C148.8,837.8,148.7,837.2,148.7,836.5z M155.7,836.6c0-0.6-0.2-1.2-0.6-1.6c-0.4-0.5-1-0.7-1.6-0.7c-0.6,0-1.2,0.2-1.6,0.7      c-0.4,0.4-0.7,1-0.7,1.6c0,0.7,0.2,1.2,0.6,1.7c0.4,0.5,1,0.7,1.6,0.7c0.6,0,1.2-0.2,1.6-0.7      C155.4,837.8,155.7,837.2,155.7,836.6z\"></path>				</g>				<path class=\"st62\" d=\"M296.1,795.3c-0.2,34-1.5,58.7-4.2,60.5c-9,6-220.9,12.8-229.4-2.3c-8.6-15.2-11.7-243.6-1.6-267.7     c4.7-11.1,222.8-11.3,227.7-4.2c0.2,0.3,0.5,1.2,0.7,2.5c-13.8,14.2-33.7,25.1-56.3,25c-61.2-0.3-152.8,43.7-148.5,98.3     c4.3,54.6,52.8,97.4,85.3,90.2C199,791,277.9,782.3,296.1,795.3z\"></path>			</g>		</g>		<g>			<path class=\"st18\" d=\"M724.7,869.5c0,0,1.8,10.3,2.7,20.5c0.3,4-2.7,7.4-6.7,7.6c-13.6,0.6-42.6,1.7-53,1.2    c-1.6-0.1-2.6-1.7-2-3.1l0,0c0.5-1.2,1.4-2.2,2.6-2.8l47.9-22L724.7,869.5z\"></path>							<linearGradient id=\"SVGID_00000130645847466814074440000001139267322355724200_\" gradientUnits=\"userSpaceOnUse\" x1=\"8079.8647\" y1=\"869.5048\" x2=\"8095.4487\" y2=\"869.5048\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000130645847466814074440000001139267322355724200_);\" d=\"M726.2,863.5l-1.5,12.3    c0,0-8.4,3.9-14.1-0.5l3.5-13.7L726.2,863.5z\"></path>			<path class=\"st20\" d=\"M725.1,632.2c0.6,3.2,3.4,160.3-13.4,230.7c-0.3,1.1,0.3,2.3,1.4,2.8c2.6,1.1,7.6,2.6,13.7,2.8    c1.9,0.1,3.6-1.2,4.1-3c4.8-16.3,27.8-98.2,30.8-176.4c3.4-87.4,0-3,0-3l-2-54L725.1,632.2z\"></path>			<path class=\"st18\" d=\"M779.8,874.9c0,0,2.9,5.2,5.7,19c0.5,2.5-1.2,4.9-3.8,5.1c-4.5,0.4-11.4,1-16.9,1c-2.5,0-4.5-2.2-4.2-4.8    c0.6-5,2.5-13.3,8.4-19.7L779.8,874.9z\"></path>							<linearGradient id=\"SVGID_00000003788293586488330390000003749376120805554327_\" gradientUnits=\"userSpaceOnUse\" x1=\"8023.7017\" y1=\"868.7056\" x2=\"8037.1567\" y2=\"868.7056\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000003788293586488330390000003749376120805554327_);\" d=\"M782.3,859.1l-3.4,18.6    c0,0-3.4,2.5-10,0.7l1.6-20L782.3,859.1z\"></path>			<path class=\"st20\" d=\"M791.6,637c13.7,82.9-3,204.9-8.6,228.8c-0.3,1.5-1.5,2.6-3,2.8c-2.5,0.4-6.7,0.8-10.7-0.4    c-1.4-0.4-2.4-1.7-2.5-3.1c-0.8-19.3,0.6-137.8-12.2-184.6c-0.6-2.4-2.1-4.4-4.1-5.9l-24.8-17.7l-1.9-28.5L791.6,637z\"></path>			<g>				<path class=\"st22\" d=\"M704,479.9c41.2-0.7,86.6,10.8,86.6,10.8c12.3,71.6,2.1,154.2,2.1,154.2c-31.9,8.4-67.8-5.1-67.8-5.1     c-5.3-29.9-30-114.1-30-114.1c-20.1-2.5-36.7-8.3-50.3-16c10.4-12.1,15.3-27.4,17.4-36.5C676.6,477.7,691.3,480.2,704,479.9z\"></path>									<linearGradient id=\"SVGID_00000150100776278690901250000003044931255948352422_\" gradientUnits=\"userSpaceOnUse\" x1=\"1970.6527\" y1=\"356.5499\" x2=\"1892.7393\" y2=\"658.929\" gradientTransform=\"matrix(-1 0 0 1 2569.5623 0)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000150100776278690901250000003044931255948352422_);\" d=\"M582.4,419.3c4-4.9,9.2-2.6,9.2-2.6     c6.1,25.6,37.8,46.3,70.5,56.5c-2.1,9.1-7,24.4-17.4,36.5C590.5,479.3,582.4,419.3,582.4,419.3z\"></path>			</g>			<g>									<linearGradient id=\"SVGID_00000182497020733966482820000003508489128214564003_\" gradientUnits=\"userSpaceOnUse\" x1=\"1945.7472\" y1=\"408.6082\" x2=\"2022.428\" y2=\"393.7667\" gradientTransform=\"matrix(-1 0 0 1 2569.5623 0)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000182497020733966482820000003508489128214564003_);\" d=\"M583.4,420.6c-0.4,1.3,4.5,3.4,7.4-2.1     c0.1-2.6,1.7-13.9,0.1-16.1c-8.4-11.4-24.7-25.8-24.7-25.8c-2.7,2.7-0.5,5.4-0.5,5.4l7.9,8.2c-1.7,3-3.7,5.5-4.6,9.1     c-0.7,2.7-0.3,5.7,1.1,8.1c1.4,2.5,3.3,5.7,5.1,8.3C578.6,420.5,583.4,420.6,583.4,420.6z\"></path>									<linearGradient id=\"SVGID_00000156557220962270488630000006750688985243200933_\" gradientUnits=\"userSpaceOnUse\" x1=\"575.5196\" y1=\"405.1584\" x2=\"586.5602\" y2=\"405.1584\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000156557220962270488630000006750688985243200933_);\" d=\"M577.1,395.5l7.2,6.1l2.3,6.1l-6.4,7.1     c0,0-2.2-12-3.8-14.7C574.8,397.5,575.6,396.3,577.1,395.5z\"></path>			</g>			<path class=\"st22\" d=\"M774.8,530.6l15.8-39.9c0,0,38.4,26.1,44.8,59.2c-7.3,0.5-20.5,2.4-33.4,9    C799.1,543.3,774.8,530.6,774.8,530.6z\"></path>							<linearGradient id=\"SVGID_00000062151080473173318360000003812102158746228880_\" gradientUnits=\"userSpaceOnUse\" x1=\"7969.7798\" y1=\"575.7184\" x2=\"8070.5317\" y2=\"575.7184\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000062151080473173318360000003812102158746228880_);\" d=\"M741.2,568.1c0,0,43.2,24.4,57.7,3.6    c3-4.3,3.7-8.6,3-12.7c12.9-6.5,26.2-8.4,33.4-9c1.9,10,0.9,20.6-5,31.3c-25.5,46.7-94.9-2.6-94.9-2.6L741.2,568.1z\"></path>			<g>									<linearGradient id=\"SVGID_00000121969983125459754450000008075251133210161854_\" gradientUnits=\"userSpaceOnUse\" x1=\"1823.0562\" y1=\"556.215\" x2=\"1930.9957\" y2=\"556.215\" gradientTransform=\"matrix(-1 0 0 1 2569.5623 0)\">					<stop offset=\"0\" style=\"stop-color:#888888\"></stop>					<stop offset=\"1\" style=\"stop-color:#BBBBBB\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000121969983125459754450000008075251133210161854_);\" d=\"M746.4,599l-23.6-82.3     c-0.3-0.9-1.1-1.6-2-1.7c-4.3-0.5-16.6-1.9-30.9-3.1c-17.2-1.5-37.2-2.6-49.1-1.6c-1.7,0.1-2.7,1.9-2,3.5     c6.8,13.7,34.7,69.6,48.7,87.9c0.5,0.6,1.2,1,1.9,1l54.7-0.5C745.7,602,746.8,600.5,746.4,599z\"></path>				<path class=\"st28\" d=\"M687.5,504.7l-17.1-2.8c-0.9-0.2-1.7,0.7-1.4,1.6l1.7,5.1c0.1,0.4,0.5,0.8,1,0.8l16.4,2.2     c0.9,0.1,1.6-0.7,1.4-1.5l-1-4.5C688.3,505.2,687.9,504.8,687.5,504.7z\"></path>				<path class=\"st29\" d=\"M700.2,519.2l-1.4-7.3c-0.1-0.7-0.7-1.3-1.5-1.4l-34.5-3.5c-1.2-0.1-2.1,0.9-1.8,2.1l2.2,9.1     c0.2,0.7,0.8,1.3,1.6,1.3l33.7,1.7C699.6,521.3,700.5,520.3,700.2,519.2z\"></path>									<linearGradient id=\"SVGID_00000081647167656874870840000012391150640828395908_\" gradientUnits=\"userSpaceOnUse\" x1=\"8063.0513\" y1=\"565.1545\" x2=\"8094.4395\" y2=\"565.1545\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000081647167656874870840000012391150640828395908_);\" d=\"M740.7,579.1c0,0,3.3-13.5,2-18.3     c-1.3-4.8-3.9-10.9-12.4-9.6c-8.5,1.4-18.6,5-18.6,5s0.5,6.2,7,4.2l-4,3.1c0,0,0.6,5,6.1,2.3l-3.7,4.1c0,0,2.4,4.1,6.4,1.5     C727.3,568.9,729.3,580.7,740.7,579.1z\"></path>			</g>							<linearGradient id=\"SVGID_00000105392643888744077670000001412945543568526740_\" gradientUnits=\"userSpaceOnUse\" x1=\"8047.1431\" y1=\"468.0082\" x2=\"8086.9775\" y2=\"468.0082\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000105392643888744077670000001412945543568526740_);\" d=\"M745.7,446.5l13.1,37.9    c0.2,0.6,0,1.3-0.6,1.6c-3.6,2-16.4,7.7-31.9-2.1c-1.6-1-2.7-2.7-3-4.6l-4.2-32.8H745.7z\"></path>			<g>									<linearGradient id=\"SVGID_00000034058192939818588550000010900936669248846737_\" gradientUnits=\"userSpaceOnUse\" x1=\"139.7292\" y1=\"3465.6157\" x2=\"124.8437\" y2=\"3416.5195\" gradientTransform=\"matrix(-0.746 -0.6659 -0.6659 0.746 3121.5835 -2049.6372)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000034058192939818588550000010900936669248846737_);\" d=\"M717.2,411.4c0,0-14.4,27.1-12.5,38     c1.8,10.9,19.7,10.2,35.2,1.3l10.9-29.2L717.2,411.4z\"></path>									<linearGradient id=\"SVGID_00000147178731592508852520000015119281950742420638_\" gradientUnits=\"userSpaceOnUse\" x1=\"126.2994\" y1=\"3380.073\" x2=\"138.7511\" y2=\"3451.0938\" gradientTransform=\"matrix(-0.746 -0.6659 -0.6659 0.746 3121.5835 -2049.6372)\">					<stop offset=\"0\" style=\"stop-color:#010101\"></stop>					<stop offset=\"1\" style=\"stop-color:#1E1315\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000147178731592508852520000015119281950742420638_);\" d=\"M739.2,436.4c-0.6-0.3-0.9-1.1-0.5-1.6     c1.2-1.8,3.3-5.4,4-8.5c0,0,2.6-1.7-6.6-3.9c-9.2-2.2-22.8-5.6-25.7-13.4c-2.8-7.6,4.6-26.7,16.3-11.5c0.4,0.6,1.3,0.6,1.8,0     c1.9-2.5,7-7.7,14-4.6c6.6,3,7.3,7.8,7.2,10.2c0,0.7,0.6,1.3,1.3,1.1c3.3-0.6,11.3-1.2,15,7c3.1,6.7,1.1,10.6-0.7,12.4     c-0.6,0.6-0.3,1.6,0.5,1.8c2.2,0.7,5,2.5,4.7,7.6c-0.4,7.1-8.3,6.5-10.6,6.1c-0.4-0.1-0.7,0.1-1,0.4     c-1.9,2.1-10.6,11.2-20.1,12.3c-0.8,0.1-1.4-0.7-1.2-1.5l4.1-11.8c0.2-0.6-0.1-1.2-0.6-1.4L739.2,436.4z\"></path>									<linearGradient id=\"SVGID_00000168083091536142993060000013248954951714970802_\" gradientUnits=\"userSpaceOnUse\" x1=\"124.5126\" y1=\"3465.387\" x2=\"111.1199\" y2=\"3421.2146\" gradientTransform=\"matrix(-0.746 -0.6659 -0.6659 0.746 3121.5835 -2049.6372)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000168083091536142993060000013248954951714970802_);\" d=\"M737.6,438.1c0,0,10.2-7,11-1.1     c0.7,5.9-9.2,8.6-14.2,6.4L737.6,438.1z\"></path>			</g>		</g>	</g></g><g class=\"st0\">	<path class=\"st75\" d=\"M927.5,524.9c-106.9-151-210.6-160.7-267.2-150.8c-14.2,2.5-25.5-10.6-19-22.1  c29.6-52.6,53.7-144.4-131.3-153.4c-168.7-8.2-236,61.3-255.4,131.1c-13.6,49-5.1,51.7-43.8,90.1C93.5,536.1-62.3,640.6,55.1,766.6  C187.3,908.4,1251,981.7,927.5,524.9z\"></path>	<g class=\"st7\">		<g>			<g>				<path class=\"st76\" d=\"M551.5,166.1c23.4-14,52.7-14,76.1,0l3.9-3.9c-25.6-15.9-58.3-15.9-83.9,0L551.5,166.1z\"></path>				<path class=\"st76\" d=\"M653.4,191.8c14,23.4,14,52.7,0,76.1l3.9,3.9c15.9-25.6,15.9-58.3,0-83.9L653.4,191.8z\"></path>				<path class=\"st76\" d=\"M627.7,293.7c-23.4,14-52.7,14-76.1,0l-3.9,3.9c25.6,15.9,58.3,15.9,83.9,0L627.7,293.7z\"></path>				<path class=\"st76\" d=\"M525.8,267.9c-14-23.4-14-52.7,0-76.1l-3.9-3.9c-15.9,25.6-15.9,58.3,0,83.9L525.8,267.9z\"></path>			</g>			<polygon class=\"st76\" points=\"639.2,290.6 622.6,288.9 631.6,305.5    \"></polygon>			<polygon class=\"st76\" points=\"529.5,278.4 530.2,261.7 514.2,271.7    \"></polygon>			<polygon class=\"st76\" points=\"649.3,180.8 648.9,197.6 664.7,187.3    \"></polygon>			<polygon class=\"st76\" points=\"541.2,171.3 557.8,169.4 545.5,155.1    \"></polygon>			<g>				<path class=\"st76\" d=\"M563.5,188.5l57.9-0.5l0,0.1c-3.4,5.3-5.3,8.1-5.7,8.5l-15.5,0.1c2.1,2.5,3.6,5.5,4.4,9l16.5-0.1     c0.2,0,0.3,0.1,0.3,0.2c-3.6,5.6-5.5,8.4-5.6,8.4l-10.7,0.1c-0.2,2.9-1.5,6.3-4,10.3c-3.3,4.1-6.4,6.7-9.4,8     c-5.6,2.7-11,4.1-16.1,4.2l0,0.1c0,0.4,11.7,14.1,35.2,41l-15.3,0.1c-22.9-26.2-34.3-39.3-34.3-39.4l-0.1-8l0.1-0.3     c2,0.3,4.4,0.4,7,0.4c12.7-0.1,20.5-4.3,23.5-12.5c0.5-1.2,0.7-2.5,0.7-3.7l-34.4,0.3c-0.2,0-0.2-0.1-0.2-0.2     c3.8-5.6,5.7-8.4,5.8-8.4l27.3-0.2l0-0.1c-1.6-3.2-4.6-5.6-9.2-7.3c-3.2-1-6.1-1.5-8.7-1.5l-15.3,0.1l0-0.3     C561.4,191.2,563.3,188.5,563.5,188.5z\"></path>			</g>		</g>	</g>	<g class=\"st7\">		<path class=\"st77\" d=\"M80.2,626.9l26.4,62.1l-62.2-26.8c-9.8,21.9-8.2,48.3,6.8,69.2c22.4,31.3,66,38.5,97.3,16.1   c31.3-22.4,38.5-66,16.1-97.3C145.1,623,109.7,614.1,80.2,626.9z\"></path>		<path class=\"st13\" d=\"M63.6,603.2c-5.2,2.3-10.3,5.1-15.1,8.5c-12.2,8.7-21.3,20.3-27,33.1l73.2,31.5L63.6,603.2z\"></path>	</g>	<polygon class=\"st78\" points=\"588.6,765.8 497.5,763.4 481.3,843.8 601.9,843.8  \"></polygon>	<polygon class=\"st79\" points=\"588,762.2 497.2,765.3 487.5,813 595.6,806.5  \"></polygon>	<rect x=\"441.4\" y=\"841.7\" class=\"st80\" width=\"200.5\" height=\"15.3\"></rect>	<path class=\"st80\" d=\"M835.5,334.7H247.7c-14.3,0-25.8,11-25.8,24.6v399.7c0,13.6,11.6,24.6,25.8,24.6h587.8  c14.3,0,25.8-11,25.8-24.6V359.4C861.4,345.8,849.8,334.7,835.5,334.7z\"></path>	<polygon class=\"st81\" points=\"339.5,783.7 598.4,783.7 687.7,334.7 428.8,334.7  \"></polygon>	<path class=\"st82\" d=\"M835.5,777.4H247.7c-14.3,0-25.8-11.6-25.8-25.8v6.3c0,14.3,11.6,25.8,28.1,27.3h587.8  c12-1.5,23.6-13,23.6-27.3v-6.3C861.4,765.8,849.8,777.4,835.5,777.4z\"></path>	<path class=\"st83\" d=\"M835.5,334.7H247.7c-14.3,0-25.8,11-25.8,24.6v352.2h639.5V359.4C861.4,345.8,849.8,334.7,835.5,334.7z\"></path>	<rect x=\"244.1\" y=\"353.1\" class=\"st84\" width=\"595\" height=\"358.5\"></rect>	<rect x=\"251.6\" y=\"359\" class=\"st85\" width=\"579.3\" height=\"352.6\"></rect>	<path class=\"st86\" d=\"M835.5,334.7H247.7c-14.3,0-25.8,11.6-25.8,25.8v5.4c0-14.3,11.6-25.8,25.8-25.8h587.8  c14.3,0,25.8,11.6,25.8,25.8v-5.4C861.4,346.3,849.8,334.7,835.5,334.7z\"></path>	<g class=\"st7\">		<g>			<rect x=\"611.7\" y=\"236.8\" class=\"st87\" width=\"271.3\" height=\"358.1\"></rect>		</g>		<g>			<path class=\"st88\" d=\"M768.1,221.4c0-11.4-9.2-20.7-20.7-20.7c-11.4,0-20.7,9.2-20.7,20.7h-47v28.4c0,4,3.2,7.2,7.2,7.2h120.9    c4,0,7.2-3.2,7.2-7.2v-28.4H768.1z\"></path>		</g>		<g>			<rect x=\"652.4\" y=\"412.2\" class=\"st89\" width=\"190.1\" height=\"3.1\"></rect>		</g>		<g>			<rect x=\"652.4\" y=\"437.6\" class=\"st89\" width=\"190.1\" height=\"3.1\"></rect>		</g>		<g>			<rect x=\"652.4\" y=\"463\" class=\"st89\" width=\"190.1\" height=\"3.1\"></rect>		</g>		<g>			<rect x=\"652.4\" y=\"488.5\" class=\"st89\" width=\"190.1\" height=\"3.1\"></rect>		</g>		<g>			<rect x=\"652.4\" y=\"513.3\" class=\"st89\" width=\"190.1\" height=\"3.1\"></rect>		</g>		<g>			<rect x=\"652.4\" y=\"535.6\" class=\"st89\" width=\"111.4\" height=\"3.1\"></rect>		</g>		<g>			<rect x=\"652.4\" y=\"298.5\" class=\"st89\" width=\"190.1\" height=\"94.9\"></rect>		</g>		<g>			<g>				<g>					<g>						<g>							<g>								<rect x=\"808.5\" y=\"320.2\" class=\"st90\" width=\"13.1\" height=\"57.8\"></rect>							</g>						</g>						<g>							<rect x=\"781.7\" y=\"328.4\" class=\"st91\" width=\"13.1\" height=\"49.5\"></rect>						</g>						<g>							<rect x=\"755\" y=\"336.7\" class=\"st92\" width=\"13.1\" height=\"41.2\"></rect>						</g>						<g>							<rect x=\"728.2\" y=\"345\" class=\"st93\" width=\"13.1\" height=\"33\"></rect>						</g>						<g>							<rect x=\"701.4\" y=\"353.2\" class=\"st94\" width=\"13.1\" height=\"24.7\"></rect>						</g>						<g>							<g>								<rect x=\"674.6\" y=\"361.5\" class=\"st77\" width=\"13.1\" height=\"16.4\"></rect>							</g>						</g>					</g>				</g>			</g>			<g>				<g>					<polygon class=\"st95\" points=\"828.8,384.1 665,384.1 665,315.1 667.8,315.1 667.8,381.3 828.8,381.3      \"></polygon>				</g>			</g>		</g>		<g>			<path class=\"st96\" d=\"M757.2,221.2c0,5.4-4.4,9.8-9.8,9.8s-9.8-4.4-9.8-9.8c0-5.4,4.4-9.8,9.8-9.8S757.2,215.8,757.2,221.2z\"></path>			<path class=\"st97\" d=\"M747.4,232.7c-6.3,0-11.4-5.1-11.4-11.4c0-6.3,5.1-11.4,11.4-11.4c6.3,0,11.4,5.1,11.4,11.4    C758.8,227.5,753.7,232.7,747.4,232.7z M747.4,213c-4.6,0-8.3,3.7-8.3,8.3c0,4.6,3.7,8.3,8.3,8.3c4.6,0,8.3-3.7,8.3-8.3    C755.7,216.7,752,213,747.4,213z\"></path>		</g>		<rect x=\"679.7\" y=\"221.4\" class=\"st97\" width=\"47\" height=\"6.3\"></rect>		<rect x=\"768.1\" y=\"221.4\" class=\"st97\" width=\"47\" height=\"6.3\"></rect>	</g>	<path class=\"st79\" d=\"M577.2,745.5h-71.1c-2.9,0-5.2,1.5-5.2,3.3c0,1.8,2.3,3.3,5.2,3.3h71.1c2.9,0,5.2-1.5,5.2-3.3  C582.4,746.9,580,745.5,577.2,745.5z\"></path>	<path class=\"st98\" d=\"M672.6,645.9c-6.8-25-66.7-122-110.7-173.6c-4,76.5-37.1,164.6,40.4,217.9  C619.9,702.3,679.4,670.9,672.6,645.9z\"></path>	<path class=\"st99\" d=\"M672.6,645.9c-3.6-13.1-21.6-45.8-44.3-81.5c6.5,35.2-10.9,56.6-25.2,61.3c-18.3,6.1-31.3-37.4-35.9-90.9  c-0.1-0.8-13.7,18.9-13.9,18.2c-5,52-1.9,102.1,49.1,137.2C619.9,702.3,679.4,670.9,672.6,645.9z\"></path>	<path class=\"st98\" d=\"M327,711.5h258.1c0,0-20.8-231.6-23.2-238.9c-2.4-7.3-96.5-41.7-112.2-42.9c-15.7-1.2-117.3,47.3-117.3,47.3  L327,711.5z\"></path>	<g class=\"st7\">		<path class=\"st100\" d=\"M472.7,637.9c0-6.5-4.1-11.7-9.1-11.7c-5,0-9.1,5.3-9.1,11.7s4.1,11.7,9.1,11.7   C468.6,649.7,472.7,644.4,472.7,637.9z\"></path>		<path class=\"st100\" d=\"M475.7,686.2c0-6.5-4.1-11.7-9.1-11.7c-5,0-9.1,5.3-9.1,11.7s4.1,11.7,9.1,11.7   C471.7,697.9,475.7,692.6,475.7,686.2z\"></path>		<path class=\"st13\" d=\"M470.7,634c0-5.4-3.4-9.7-7.5-9.7c-4.2,0-7.5,4.3-7.5,9.7c0,5.4,3.4,9.7,7.5,9.7   C467.3,643.7,470.7,639.4,470.7,634z\"></path>		<ellipse class=\"st13\" cx=\"466.2\" cy=\"679.2\" rx=\"7.5\" ry=\"9.7\"></ellipse>	</g>	<path class=\"st101\" d=\"M566.2,509.2c11.2,166.5-37.8,188.2-98.1,186.6c-90.6-2.3-86.3-169.9-98-176.2  c-50.4,0.6-43.1,191.8-43.1,191.8h258.1c0,0-1.2-42-6.4-99.6C573.8,556.4,571.7,543.3,566.2,509.2z\"></path>	<path class=\"st99\" d=\"M461.7,605.3c0,0,40.7-78.6,69-142.8c-34.2-11.7-71.4-22.8-81.2-23.5c-9.4-0.7-44,12.3-76.9,25.8  C420.3,548.5,461.7,605.3,461.7,605.3z\"></path>	<path class=\"st102\" d=\"M461.7,597.8c0,0,40.7-78.6,69-142.8c-34.2-11.7-71.4-22.8-81.2-23.5c-9.4-0.7-44,12.3-76.9,25.8  C420.3,541,461.7,597.8,461.7,597.8z\"></path>	<path class=\"st103\" d=\"M460.1,581.4c0,0,33-76,56.1-131.5c-27.9-10.1-58.3-19.7-66.4-20.3c-7.7-0.6-35.9,10.7-62.8,22.3  C426.1,524.3,460.1,581.4,460.1,581.4z\"></path>	<path class=\"st104\" d=\"M418.7,372c-3-11.1-12-19.4-20.2-18.4c-8.2,1-12.5,10.7-9.5,21.9c3,11.1,12,19.4,20.2,18.4  C417.4,392.9,421.7,383.1,418.7,372z\"></path>	<path class=\"st105\" d=\"M416.2,372.5c-2-7.6-8.2-13.3-13.9-12.6c-5.6,0.7-8.5,7.4-6.5,15c2,7.6,8.2,13.3,13.9,12.6  C415.3,386.9,418.3,380.2,416.2,372.5z\"></path>	<path class=\"st104\" d=\"M510.1,382.8c5.6-10.1,4.8-22.3-1.8-27.3c-6.6-5-16.4-0.9-22,9.1c-5.6,10.1-4.8,22.3,1.8,27.3  C494.6,396.9,504.5,392.8,510.1,382.8z\"></path>	<path class=\"st105\" d=\"M503.4,379.5c3.5-6.3,3-13.9-1.1-17.1c-4.1-3.1-10.3-0.6-13.8,5.7c-3.5,6.3-3,13.9,1.1,17.1  C493.8,388.4,499.9,385.8,503.4,379.5z\"></path>	<path class=\"st106\" d=\"M489.2,276.7c-2.2-6.4-8.2-5.6-15.3-7.7c-46-13.4-64.7,9.1-77.7,21.1c-3.8,3.5-5,8.9-3.1,13.7h0  c0.8,2.1,1.1,4.3,0.7,6.5c-1.4,8.7-3,36.5,20.4,88.3c2.3,5,7.5,8,13,7.3l52-6.7c4-0.5,7.5-2.9,9.4-6.5c31.9-59,12.7-93.3,5-105.5  C492,284.3,490.8,281.2,489.2,276.7z\"></path>	<polygon class=\"st107\" points=\"415.5,439.4 419.4,389.9 484.6,392.9 489.5,439.7 451.7,463.5  \"></polygon>	<path class=\"st104\" d=\"M407,312.9c-1.7,11.6,0.9,92,8.2,103.4c7.3,11.5,23.8,12.5,33.3,12.9c9.6,0.4,32.6-2.7,38.7-15.9  c6.4-13.7,5.6-96.7,4.8-101.6c-0.8-5-27.3-23.7-46-23.7C427.3,288,407,312.9,407,312.9z\"></path>	<g class=\"st7\">		<path class=\"st108\" d=\"M548.6,697.7c3.1,6.7,2.1,17-3.5,25.2c-5.5,8.3-15.3,8.3-18.5,7c-3.2-1.3-9.5-10.6-0.7-15.6   c8.8-4.9,5.4-11.5,5.4-11.5L548.6,697.7z\"></path>		<path class=\"st108\" d=\"M551.8,696.7c-2.1-18.5-38.2-31.7-55.5-33.1c-17.3-1.4-27.3,39.5-22,48.7c5.3,9.3,15.4,15.8,26,12.4   s15.2,8.7,19.5,8.7C530.3,733.6,553.1,708.4,551.8,696.7z\"></path>		<path class=\"st108\" d=\"M537.9,718.4c0.6,7.3-4,16.6-12,22.3c-8.1,5.7-17.2,2.2-19.8-0.1c-2.6-2.4-5.2-13.4,4.8-14.8   c10-1.4,9.1-8.8,9.1-8.8L537.9,718.4z\"></path>	</g>	<polygon class=\"st103\" points=\"470.2,654.4 506.1,661.8 477.1,723.8 447.5,721.5  \"></polygon>	<g class=\"st7\">		<path class=\"st109\" d=\"M651.6,518.3c7.2,0.2,21.5,7.7,25.2,3c10.9-14,28.5-55.2,26.5-63.7c-2.3-10.2-33.5-26.6-41.6-29.9   c-8.1-3.3-5.4,28.2-32.3,27C618.9,454.1,627.2,517.5,651.6,518.3z\"></path>		<path class=\"st108\" d=\"M675.7,448.7c1.8-32.9,6-57.2,3.3-61.6c-2.7-4.4-11.3-5-14-2.3c-2.7,2.7-13.5,55-13.5,55   C648.3,448.5,672.5,457.4,675.7,448.7z\"></path>		<path class=\"st108\" d=\"M667.7,458.6c2.7,3,11.8,6.6,14.7,6.4c2.9-0.2,12.6-22.6,12.6-22.6c3.6-2.6-13.5-12.1-17.1-9.5   C673.7,438.1,664.9,455.6,667.7,458.6z\"></path>		<path class=\"st108\" d=\"M683.4,474.1c2.3,3.1,10.3,7.1,12.9,7c2.6,0,12.8-22.3,12.8-22.3c3.4-2.5-11.5-12.7-14.9-10.2   C690.1,453.8,681.1,471,683.4,474.1z\"></path>		<path class=\"st108\" d=\"M652.6,442.6c-18,7.7-27.4-22.4-35-24c-5.9-1.2-14.1,0.7-9.7,7.3c20.1,30.6,14.3,47.5,18.5,55.3   C643.8,514.5,652,487.7,652.6,442.6z\"></path>	</g>	<polygon class=\"st103\" points=\"619.6,524.1 625.2,487.9 688.6,513.9 687.7,543.5  \"></polygon>	<path class=\"st98\" d=\"M332.5,476.6c-30,45.9-47.6,177.8-48.2,193.7C283.8,686.3,327,710,327,710l65.9-72c0,0-13.6-6.3-21.6-9.1  c7.3-28,8.8-62.7,5.1-88.7C370.7,499.1,348.8,473.6,332.5,476.6z\"></path>	<path class=\"st101\" d=\"M371.3,628.8c7.3-28,8.8-62.7,5.1-88.7c-0.4-3.1-1-6-1.6-8.9c-0.2,10.1-0.8,20.8-2,31.8  c-6.8,62.5-27.9,111.5-47.1,109.4c-18.7-2-28.7-51.3-23.2-111.3c-11.5,49.1-17.8,99.7-18.2,109.2C283.8,686.3,327,710,327,710  l65.9-72C392.9,637.9,379.3,631.7,371.3,628.8z\"></path>	<path class=\"st98\" d=\"M361.1,627.1c49.2,8.4,122.6,26.3,122.6,26.3l-27.1,73.7c0,0-90.4-11.9-126.4-17.2  C296.9,705,329.3,621.7,361.1,627.1z\"></path>	<path class=\"st101\" d=\"M422.4,710.7c-48.5-3.4-88.7-20.4-102.8-41.1c-6.1,19.2-4.7,38.1,10.6,40.4c36,5.3,126.4,17.2,126.4,17.2  l6.3-17.1C450.2,711.4,436.6,711.7,422.4,710.7z\"></path>	<path class=\"st110\" d=\"M405.2,440.7l11.3-14.7c0,0,24.6,23.6,35.2,24.3c11.9,0.8,39.1-22.1,39.1-22.1l14.3,14.2l-30.4,32.4  l-24.8-12.5L430,475.4L405.2,440.7z\"></path>	<path class=\"st98\" d=\"M589.7,646.6c5.9-50.8,25-137.2,25-137.2l83.6,25c0,0-16.2,83.6-25.8,119.6  C665.8,679.3,579.9,730.8,589.7,646.6z\"></path>	<path class=\"st101\" d=\"M677.7,528.3c-1.6,9.3-3.7,19.1-6.6,29c-15.5,53.8-43,79-63.3,73.2c-6.3-1.8-13-6.5-21.3-11.7  c-1,6.7,0.3,20.6-0.4,26.5c-9.9,84.1,79.7,34,86.4,8.7c9.6-36,25.8-119.6,25.8-119.6L677.7,528.3z\"></path>	<g class=\"st7\">		<g>			<g>				<g>					<path class=\"st111\" d=\"M243.7,693.6h-35.9c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.6,1.5,1.5,1.5h35.9c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.2,694.3,244.6,693.6,243.7,693.6z\"></path>					<path class=\"st112\" d=\"M238.6,693.6h-7.3c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.3c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.9,694.3,238.7,693.6,238.6,693.6z\"></path>					<path class=\"st113\" d=\"M244.2,693.7c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.2,1.6h-30.7c-0.7,0-1.2-0.7-1.2-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.6,1.5,1.5,1.5h35.9c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.2,694.5,244.8,693.9,244.2,693.7z\"></path>					<path class=\"st112\" d=\"M243.8,693.6h-31.5c0.2,0.4,0.6,0.6,0.9,0.6h29.7C243.3,694.2,243.6,694,243.8,693.6      C243.8,693.6,243.8,693.6,243.8,693.6z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M243,702.7h-37.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5H243c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.5,703.4,243.8,702.7,243,702.7z\"></path>					<path class=\"st112\" d=\"M238,702.7h-7.6c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.6c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.3,703.4,238.1,702.7,238,702.7z\"></path>					<path class=\"st113\" d=\"M243.4,702.8c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.9c-0.7,0-1.3-0.7-1.3-1.6V703      c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5H243c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.5,703.5,244,703,243.4,702.8z\"></path>					<path class=\"st112\" d=\"M243,702.7h-32.8c0.2,0.4,0.6,0.6,1,0.6h30.9C242.5,703.3,242.8,703.1,243,702.7      C243,702.7,243,702.7,243,702.7z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M240.2,711.8h-32.9c-0.7,0-1.3,0.7-1.3,1.5v6.1c0,0.8,0.6,1.5,1.3,1.5h32.9c0.7,0,1.3-0.7,1.3-1.5v-6.1      C241.5,712.5,240.9,711.8,240.2,711.8z\"></path>					<path class=\"st112\" d=\"M236.7,711.8H230c-0.1,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h6.7c0.1,0,0.3-0.7,0.3-1.5v-6.1      C237,712.5,236.8,711.8,236.7,711.8z\"></path>					<path class=\"st113\" d=\"M240.6,711.9c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.5,1.6-1.1,1.6h-28.1c-0.6,0-1.1-0.7-1.1-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3c-0.7,0-1.3,0.7-1.3,1.5v6.1c0,0.8,0.6,1.5,1.3,1.5h32.9c0.7,0,1.3-0.7,1.3-1.5v-6.1      C241.5,712.6,241.1,712.1,240.6,711.9z\"></path>					<path class=\"st112\" d=\"M240.2,711.8h-28.9c0.2,0.4,0.5,0.6,0.9,0.6h27.3C239.7,712.4,240,712.2,240.2,711.8      C240.2,711.8,240.2,711.8,240.2,711.8z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M244.2,720.9h-36.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.7,721.5,245.1,720.9,244.2,720.9z\"></path>					<path class=\"st112\" d=\"M238.8,720.9h-7.4c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.4c0.2,0,0.3-0.7,0.3-1.5v-6.1      C239.1,721.5,239,720.9,238.8,720.9z\"></path>					<path class=\"st113\" d=\"M244.7,721c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.1c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.7,721.7,245.3,721.1,244.7,721z\"></path>					<path class=\"st112\" d=\"M244.3,720.9h-31.9c0.2,0.4,0.6,0.6,1,0.6h30.1C243.8,721.5,244.1,721.2,244.3,720.9      C244.3,720.9,244.3,720.9,244.3,720.9z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M242.7,729.9h-36.2c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.2c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.2,730.6,243.5,729.9,242.7,729.9z\"></path>					<path class=\"st112\" d=\"M237.9,729.9h-7.3c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.3c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.2,730.6,238.1,729.9,237.9,729.9z\"></path>					<path class=\"st113\" d=\"M243.1,730c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.2,1.6H211c-0.7,0-1.2-0.7-1.2-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.2c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.2,730.8,243.7,730.2,243.1,730z\"></path>					<path class=\"st112\" d=\"M242.7,729.9h-31.8c0.2,0.4,0.6,0.6,1,0.6h29.9C242.2,730.6,242.6,730.3,242.7,729.9      C242.8,730,242.7,729.9,242.7,729.9z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M244.7,739h-37.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C246.2,739.7,245.6,739,244.7,739z\"></path>					<path class=\"st112\" d=\"M239,739h-7.6c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.6c0.2,0,0.3-0.7,0.3-1.5v-6.1      C239.3,739.7,239.2,739,239,739z\"></path>					<path class=\"st113\" d=\"M245.2,739.1c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6H212c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C246.2,739.9,245.8,739.3,245.2,739.1z\"></path>					<path class=\"st112\" d=\"M244.7,739H212c0.2,0.4,0.6,0.6,1,0.6h30.9C244.2,739.6,244.6,739.4,244.7,739      C244.8,739,244.7,739,244.7,739z\"></path>				</g>				<path class=\"st113\" d=\"M227.4,746.7l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.6,0.7-0.8h-0.3c-0.8,0-1.5-0.7-1.6-1.5     l-0.5-6.1c-0.1-0.8,0.5-1.5,1.3-1.5h0.7c-0.5-0.2-0.9-0.8-1-1.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.6,0.7-0.8h-0.1     c-0.7,0-1.4-0.7-1.4-1.5l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.3-0.6,0.6-0.8h-1c-0.8,0-1.6-0.7-1.6-1.5l-0.5-6.1     c-0.1-0.8,0.6-1.5,1.4-1.5h1.6c-0.5-0.2-0.9-0.8-1-1.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.2-0.6,0.7-0.9,1.3-0.9h-13.2h-1.1h-3.2     c-0.6,0-1.1,0.4-1.3,0.9c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.6,0.4,1.2,0.9,1.4h-1.6c-0.8,0-1.5,0.7-1.5,1.5v6.1     c0,0.8,0.7,1.5,1.5,1.5h1c-0.3,0.2-0.6,0.4-0.7,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.8,0.6,1.5,1.3,1.5h0.1     c-0.3,0.2-0.6,0.4-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.6,0.4,1.2,0.9,1.4h-0.7c-0.8,0-1.5,0.7-1.5,1.5v6.1     c0,0.8,0.7,1.5,1.5,1.5h0.3c-0.3,0.2-0.6,0.4-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.8,0.7,1.5,1.5,1.5h18.9h2.7     C228.2,748.2,227.5,747.6,227.4,746.7z\"></path>			</g>			<g>				<g>					<path class=\"st111\" d=\"M243.7,748h-35.9c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.6,1.5,1.5,1.5h35.9c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.2,748.7,244.6,748,243.7,748z\"></path>					<path class=\"st112\" d=\"M238.6,748h-7.3c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.3c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.9,748.7,238.7,748,238.6,748z\"></path>					<path class=\"st113\" d=\"M244.2,748.1c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.2,1.6h-30.7c-0.7,0-1.2-0.7-1.2-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.6,1.5,1.5,1.5h35.9c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.2,748.9,244.8,748.3,244.2,748.1z\"></path>					<path class=\"st112\" d=\"M243.8,748h-31.5c0.2,0.4,0.6,0.6,0.9,0.6h29.7C243.3,748.7,243.6,748.4,243.8,748      C243.8,748,243.8,748,243.8,748z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M243,757.1h-37.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5H243c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.5,757.8,243.8,757.1,243,757.1z\"></path>					<path class=\"st112\" d=\"M238,757.1h-7.6c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.6c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.3,757.8,238.1,757.1,238,757.1z\"></path>					<path class=\"st113\" d=\"M243.4,757.2c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.9c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5H243c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.5,758,244,757.4,243.4,757.2z\"></path>					<path class=\"st112\" d=\"M243,757.1h-32.8c0.2,0.4,0.6,0.6,1,0.6h30.9C242.5,757.7,242.8,757.5,243,757.1      C243,757.1,243,757.1,243,757.1z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M240.2,766.2h-32.9c-0.7,0-1.3,0.7-1.3,1.5v6.1c0,0.8,0.6,1.5,1.3,1.5h32.9c0.7,0,1.3-0.7,1.3-1.5v-6.1      C241.5,766.9,240.9,766.2,240.2,766.2z\"></path>					<path class=\"st112\" d=\"M236.7,766.2H230c-0.1,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h6.7c0.1,0,0.3-0.7,0.3-1.5v-6.1      C237,766.9,236.8,766.2,236.7,766.2z\"></path>					<path class=\"st113\" d=\"M240.6,766.3c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.5,1.6-1.1,1.6h-28.1c-0.6,0-1.1-0.7-1.1-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3c-0.7,0-1.3,0.7-1.3,1.5v6.1c0,0.8,0.6,1.5,1.3,1.5h32.9c0.7,0,1.3-0.7,1.3-1.5v-6.1      C241.5,767,241.1,766.5,240.6,766.3z\"></path>					<path class=\"st112\" d=\"M240.2,766.2h-28.9c0.2,0.4,0.5,0.6,0.9,0.6h27.3C239.7,766.8,240,766.6,240.2,766.2      C240.2,766.2,240.2,766.2,240.2,766.2z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M244.2,775.3h-36.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.7,776,245.1,775.3,244.2,775.3z\"></path>					<path class=\"st112\" d=\"M238.8,775.3h-7.4c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.4c0.2,0,0.3-0.7,0.3-1.5v-6.1      C239.1,776,239,775.3,238.8,775.3z\"></path>					<path class=\"st113\" d=\"M244.7,775.4c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.1c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.7,776.1,245.3,775.6,244.7,775.4z\"></path>					<path class=\"st112\" d=\"M244.3,775.3h-31.9c0.2,0.4,0.6,0.6,1,0.6h30.1C243.8,775.9,244.1,775.7,244.3,775.3      C244.3,775.3,244.3,775.3,244.3,775.3z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M242.7,784.4h-36.2c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.2c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.2,785,243.5,784.4,242.7,784.4z\"></path>					<path class=\"st112\" d=\"M237.9,784.4h-7.3c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.3c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.2,785,238.1,784.4,237.9,784.4z\"></path>					<path class=\"st113\" d=\"M243.1,784.4c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.2,1.6H211c-0.7,0-1.2-0.7-1.2-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.2c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.2,785.2,243.7,784.6,243.1,784.4z\"></path>					<path class=\"st112\" d=\"M242.7,784.4h-31.8c0.2,0.4,0.6,0.6,1,0.6h29.9C242.2,785,242.6,784.7,242.7,784.4      C242.8,784.4,242.7,784.4,242.7,784.4z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M244.7,793.4h-37.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5V795      C246.2,794.1,245.6,793.4,244.7,793.4z\"></path>					<path class=\"st112\" d=\"M239,793.4h-7.6c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.6c0.2,0,0.3-0.7,0.3-1.5V795      C239.3,794.1,239.2,793.4,239,793.4z\"></path>					<path class=\"st113\" d=\"M245.2,793.5c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6H212c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5V795      C246.2,794.3,245.8,793.7,245.2,793.5z\"></path>					<path class=\"st112\" d=\"M244.7,793.4H212c0.2,0.4,0.6,0.6,1,0.6h30.9C244.2,794.1,244.6,793.8,244.7,793.4      C244.8,793.4,244.7,793.4,244.7,793.4z\"></path>				</g>				<path class=\"st113\" d=\"M227.4,801.1L227,795c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.6,0.7-0.8h-0.3c-0.8,0-1.5-0.7-1.6-1.5l-0.5-6.1     c-0.1-0.8,0.5-1.5,1.3-1.5h0.7c-0.5-0.2-0.9-0.8-1-1.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.6,0.7-0.8h-0.1     c-0.7,0-1.4-0.7-1.4-1.5l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.3-0.6,0.6-0.8h-1c-0.8,0-1.6-0.7-1.6-1.5l-0.5-6.1     c-0.1-0.8,0.6-1.5,1.4-1.5h1.6c-0.5-0.2-0.9-0.8-1-1.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.2-0.6,0.7-0.9,1.3-0.9h-13.2h-1.1h-3.2     c-0.6,0-1.1,0.4-1.3,0.9c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.6,0.4,1.2,0.9,1.4h-1.6c-0.8,0-1.5,0.7-1.5,1.5v6.1     c0,0.8,0.7,1.5,1.5,1.5h1c-0.3,0.2-0.6,0.4-0.7,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.8,0.6,1.5,1.3,1.5h0.1     c-0.3,0.2-0.6,0.4-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.6,0.4,1.2,0.9,1.4h-0.7c-0.8,0-1.5,0.7-1.5,1.5v6.1     c0,0.8,0.7,1.5,1.5,1.5h0.3c-0.3,0.2-0.6,0.4-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.8,0.7,1.5,1.5,1.5h18.9h2.7     C228.2,802.7,227.5,802,227.4,801.1z\"></path>			</g>			<g>				<g>					<path class=\"st111\" d=\"M244.3,802.3h-35.9c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.6,1.5,1.5,1.5h35.9c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.7,803,245.1,802.3,244.3,802.3z\"></path>					<path class=\"st112\" d=\"M239.1,802.3h-7.3c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.3c0.2,0,0.3-0.7,0.3-1.5v-6.1      C239.4,803,239.3,802.3,239.1,802.3z\"></path>					<path class=\"st113\" d=\"M244.7,802.4c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.2,1.6h-30.7c-0.7,0-1.2-0.7-1.2-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.6,1.5,1.5,1.5h35.9c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245.7,803.2,245.3,802.6,244.7,802.4z\"></path>					<path class=\"st112\" d=\"M244.3,802.3h-31.5c0.2,0.4,0.6,0.6,0.9,0.6h29.7C243.8,802.9,244.1,802.7,244.3,802.3      C244.3,802.3,244.3,802.3,244.3,802.3z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M243.5,811.4h-37.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245,812.1,244.3,811.4,243.5,811.4z\"></path>					<path class=\"st112\" d=\"M238.5,811.4h-7.6c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.6c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.8,812.1,238.7,811.4,238.5,811.4z\"></path>					<path class=\"st113\" d=\"M243.9,811.5c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.9c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C245,812.2,244.5,811.7,243.9,811.5z\"></path>					<path class=\"st112\" d=\"M243.5,811.4h-32.8c0.2,0.4,0.6,0.6,1,0.6h30.9C243,812,243.3,811.8,243.5,811.4      C243.5,811.4,243.5,811.4,243.5,811.4z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M240.7,820.5h-32.9c-0.7,0-1.3,0.7-1.3,1.5v6.1c0,0.8,0.6,1.5,1.3,1.5h32.9c0.7,0,1.3-0.7,1.3-1.5V822      C242,821.2,241.4,820.5,240.7,820.5z\"></path>					<path class=\"st112\" d=\"M237.2,820.5h-6.7c-0.1,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h6.7c0.1,0,0.3-0.7,0.3-1.5V822      C237.5,821.2,237.4,820.5,237.2,820.5z\"></path>					<path class=\"st113\" d=\"M241.1,820.6c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.5,1.6-1.1,1.6h-28.1c-0.6,0-1.1-0.7-1.1-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3c-0.7,0-1.3,0.7-1.3,1.5v6.1c0,0.8,0.6,1.5,1.3,1.5h32.9c0.7,0,1.3-0.7,1.3-1.5V822      C242,821.3,241.6,820.8,241.1,820.6z\"></path>					<path class=\"st112\" d=\"M240.7,820.5h-28.9c0.2,0.4,0.5,0.6,0.9,0.6h27.3C240.2,821.1,240.5,820.8,240.7,820.5      C240.7,820.5,240.7,820.5,240.7,820.5z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M244.8,829.5h-36.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C246.2,830.2,245.6,829.5,244.8,829.5z\"></path>					<path class=\"st112\" d=\"M239.3,829.5H232c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.4c0.2,0,0.3-0.7,0.3-1.5v-6.1      C239.6,830.2,239.5,829.5,239.3,829.5z\"></path>					<path class=\"st113\" d=\"M245.2,829.6c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.1c-0.7,0-1.3-0.7-1.3-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C246.2,830.4,245.8,829.8,245.2,829.6z\"></path>					<path class=\"st112\" d=\"M244.8,829.5h-31.9c0.2,0.4,0.6,0.6,1,0.6h30.1C244.3,830.2,244.6,829.9,244.8,829.5      C244.8,829.6,244.8,829.5,244.8,829.5z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M243.2,838.6h-36.2c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.2c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.7,839.3,244,838.6,243.2,838.6z\"></path>					<path class=\"st112\" d=\"M238.4,838.6h-7.3c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.3c0.2,0,0.3-0.7,0.3-1.5v-6.1      C238.7,839.3,238.6,838.6,238.4,838.6z\"></path>					<path class=\"st113\" d=\"M243.7,838.7c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.2,1.6h-30.9c-0.7,0-1.2-0.7-1.2-1.6v-6.3      c0-0.1,0-0.2,0-0.3h-3.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h36.2c0.8,0,1.5-0.7,1.5-1.5v-6.1      C244.7,839.5,244.2,838.9,243.7,838.7z\"></path>					<path class=\"st112\" d=\"M243.2,838.6h-31.8c0.2,0.4,0.6,0.6,1,0.6h29.9C242.7,839.3,243.1,839,243.2,838.6      C243.3,838.6,243.3,838.6,243.2,838.6z\"></path>				</g>				<g>					<path class=\"st111\" d=\"M245.2,847.7h-37.3c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C246.7,848.4,246.1,847.7,245.2,847.7z\"></path>					<path class=\"st112\" d=\"M239.5,847.7H232c-0.2,0-0.3,0.7-0.3,1.5v6.1c0,0.8,0.1,1.5,0.3,1.5h7.6c0.2,0,0.3-0.7,0.3-1.5v-6.1      C239.9,848.4,239.7,847.7,239.5,847.7z\"></path>					<path class=\"st113\" d=\"M245.7,847.8c0,0.1,0,0.1,0,0.2v6.3c0,0.9-0.6,1.6-1.3,1.6h-31.9c-0.7,0-1.3-0.7-1.3-1.6V848      c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.5v6.1c0,0.8,0.7,1.5,1.5,1.5h37.3c0.8,0,1.5-0.7,1.5-1.5v-6.1      C246.7,848.6,246.3,848,245.7,847.8z\"></path>					<path class=\"st112\" d=\"M245.2,847.7h-32.8c0.2,0.4,0.6,0.6,1,0.6h30.9C244.7,848.3,245.1,848.1,245.2,847.7      C245.3,847.7,245.3,847.7,245.2,847.7z\"></path>				</g>				<path class=\"st113\" d=\"M228,855.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.6,0.7-0.8H228c-0.8,0-1.5-0.7-1.6-1.5l-0.5-6.1     c-0.1-0.8,0.5-1.5,1.3-1.5h0.7c-0.5-0.2-0.9-0.8-1-1.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.6,0.7-0.8h-0.1     c-0.7,0-1.4-0.7-1.4-1.5l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.3-0.6,0.6-0.8h-1c-0.8,0-1.6-0.7-1.6-1.5l-0.5-6.1     c-0.1-0.8,0.6-1.5,1.4-1.5h1.6c-0.5-0.2-0.9-0.8-1-1.4l-0.5-6.1c0-0.2,0-0.4,0.1-0.6c0.2-0.6,0.7-0.9,1.3-0.9h-13.2h-1.1h-3.2     c-0.6,0-1.1,0.4-1.3,0.9c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.6,0.4,1.2,0.9,1.4h-1.6c-0.8,0-1.5,0.7-1.5,1.5v6.1     c0,0.8,0.7,1.5,1.5,1.5h1c-0.3,0.2-0.6,0.4-0.7,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.8,0.6,1.5,1.3,1.5h0.1     c-0.3,0.2-0.6,0.4-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.6,0.4,1.2,0.9,1.4h-0.7c-0.8,0-1.5,0.7-1.5,1.5v6.1     c0,0.8,0.7,1.5,1.5,1.5h0.3c-0.3,0.2-0.6,0.4-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.1c0,0.8,0.7,1.5,1.5,1.5h18.9h2.7     C228.8,856.9,228,856.2,228,855.4z\"></path>			</g>		</g>		<g>			<g>				<path class=\"st111\" d=\"M291.7,736h-40.6c-0.9,0-1.6,0.8-1.6,1.7v6.8c0,0.9,0.7,1.7,1.6,1.7h40.6c0.9,0,1.6-0.8,1.6-1.7v-6.8     C293.3,736.8,292.6,736,291.7,736z\"></path>				<path class=\"st112\" d=\"M285.8,736h-8.2c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.1,1.7,0.3,1.7h8.2c0.2,0,0.3-0.8,0.3-1.7v-6.8     C286.1,736.8,286,736,285.8,736z\"></path>				<path class=\"st113\" d=\"M292.2,736.1c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-34.7c-0.8,0-1.4-0.8-1.4-1.7v-7     c0-0.1,0-0.2,0-0.3h-3.7c-0.9,0-1.6,0.8-1.6,1.7v6.8c0,0.9,0.7,1.7,1.6,1.7h40.6c0.9,0,1.6-0.8,1.6-1.7v-6.8     C293.3,737,292.8,736.3,292.2,736.1z\"></path>				<path class=\"st112\" d=\"M291.7,736H256c0.2,0.4,0.6,0.7,1.1,0.7h33.6C291.1,736.7,291.5,736.4,291.7,736     C291.7,736,291.7,736,291.7,736z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M290.8,746.1h-42.2c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C292.5,746.9,291.7,746.1,290.8,746.1z\"></path>				<path class=\"st112\" d=\"M285.1,746.1h-8.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C285.5,746.9,285.3,746.1,285.1,746.1z\"></path>				<path class=\"st113\" d=\"M291.3,746.2c0,0.1,0,0.1,0,0.2v7c0,1-0.7,1.7-1.5,1.7h-36.1c-0.8,0-1.5-0.8-1.5-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C292.5,747,292,746.4,291.3,746.2z\"></path>				<path class=\"st112\" d=\"M290.8,746.1h-37.1c0.3,0.4,0.6,0.7,1.1,0.7h34.9C290.2,746.8,290.6,746.5,290.8,746.1     C290.8,746.1,290.8,746.1,290.8,746.1z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M287.6,756.2h-37.2c-0.8,0-1.5,0.8-1.5,1.7v6.8c0,0.9,0.7,1.7,1.5,1.7h37.2c0.8,0,1.5-0.8,1.5-1.7v-6.8     C289.1,756.9,288.4,756.2,287.6,756.2z\"></path>				<path class=\"st112\" d=\"M283.7,756.2h-7.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.1,1.7,0.3,1.7h7.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C284,756.9,283.8,756.2,283.7,756.2z\"></path>				<path class=\"st113\" d=\"M288.1,756.3c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.3,1.7H255c-0.7,0-1.3-0.8-1.3-1.7v-7c0-0.1,0-0.2,0-0.3     h-3.4c-0.8,0-1.5,0.8-1.5,1.7v6.8c0,0.9,0.7,1.7,1.5,1.7h37.2c0.8,0,1.5-0.8,1.5-1.7v-6.8C289.1,757.1,288.7,756.5,288.1,756.3z     \"></path>				<path class=\"st112\" d=\"M287.6,756.2h-32.7c0.2,0.4,0.6,0.7,1,0.7h30.8C287.1,756.9,287.4,756.6,287.6,756.2     C287.7,756.2,287.6,756.2,287.6,756.2z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M292.2,766.3h-41.1c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h41.1c0.9,0,1.7-0.8,1.7-1.7V768     C293.9,767,293.1,766.3,292.2,766.3z\"></path>				<path class=\"st112\" d=\"M286.1,766.3h-8.3c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.3c0.2,0,0.3-0.8,0.3-1.7V768     C286.4,767,286.3,766.3,286.1,766.3z\"></path>				<path class=\"st113\" d=\"M292.7,766.4c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-35.1c-0.8,0-1.4-0.8-1.4-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.7c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h41.1c0.9,0,1.7-0.8,1.7-1.7V768     C293.9,767.2,293.4,766.6,292.7,766.4z\"></path>				<path class=\"st112\" d=\"M292.2,766.3h-36.1c0.3,0.4,0.6,0.7,1.1,0.7h34C291.7,767,292,766.7,292.2,766.3     C292.3,766.3,292.3,766.3,292.2,766.3z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M290.5,776.3h-40.9c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h40.9c0.9,0,1.7-0.8,1.7-1.7v-6.8     C292.1,777.1,291.4,776.3,290.5,776.3z\"></path>				<path class=\"st112\" d=\"M285.1,776.3h-8.3c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.3c0.2,0,0.3-0.8,0.3-1.7v-6.8     C285.4,777.1,285.3,776.3,285.1,776.3z\"></path>				<path class=\"st113\" d=\"M291,776.4c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-35c-0.8,0-1.4-0.8-1.4-1.7v-7c0-0.1,0-0.2,0.1-0.3     h-3.7c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h40.9c0.9,0,1.7-0.8,1.7-1.7v-6.8C292.1,777.3,291.6,776.7,291,776.4z\"></path>				<path class=\"st112\" d=\"M290.5,776.3h-35.9c0.3,0.4,0.6,0.7,1.1,0.7h33.9C289.9,777,290.3,776.8,290.5,776.3     C290.5,776.4,290.5,776.3,290.5,776.3z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M292.8,786.4h-42.2c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C294.5,787.2,293.7,786.4,292.8,786.4z\"></path>				<path class=\"st112\" d=\"M286.3,786.4h-8.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C286.7,787.2,286.5,786.4,286.3,786.4z\"></path>				<path class=\"st113\" d=\"M293.3,786.5c0,0.1,0,0.1,0,0.2v7c0,1-0.7,1.7-1.5,1.7h-36.1c-0.8,0-1.5-0.8-1.5-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C294.5,787.4,294,786.8,293.3,786.5z\"></path>				<path class=\"st112\" d=\"M292.8,786.4h-37.1c0.3,0.4,0.6,0.7,1.1,0.7h34.9C292.2,787.1,292.6,786.8,292.8,786.4     C292.8,786.4,292.8,786.4,292.8,786.4z\"></path>			</g>			<path class=\"st113\" d=\"M273.2,795l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.8-0.9h-0.3c-0.9,0-1.7-0.8-1.8-1.7l-0.5-6.8    c-0.1-0.9,0.6-1.7,1.5-1.7h0.8c-0.6-0.3-1.1-0.9-1.1-1.6l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.8-0.9h-0.1    c-0.8,0-1.6-0.8-1.6-1.7l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.7-0.9H270c-0.9,0-1.8-0.8-1.8-1.7l-0.5-6.8    c-0.1-0.9,0.6-1.7,1.6-1.7h1.8c-0.6-0.3-1-0.9-1.1-1.6l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.2-0.6,0.8-1,1.4-1h-15h-1.3h-3.7    c-0.7,0-1.3,0.4-1.5,1c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.7,0.4,1.3,1,1.6h-1.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7    h1.2c-0.3,0.2-0.6,0.5-0.8,0.9c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.9,0.7,1.7,1.5,1.7h0.1c-0.4,0.2-0.7,0.5-0.9,0.9    c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.7,0.4,1.3,1,1.6h-0.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h0.3    c-0.4,0.2-0.7,0.5-0.9,0.9c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.9,0.8,1.7,1.7,1.7H272h3.1C274.1,796.7,273.3,795.9,273.2,795z\"></path>		</g>		<g>			<g>				<path class=\"st111\" d=\"M338.7,796.3h-40.6c-0.9,0-1.6,0.8-1.6,1.7v6.8c0,0.9,0.7,1.7,1.6,1.7h40.6c0.9,0,1.6-0.8,1.6-1.7V798     C340.4,797,339.6,796.3,338.7,796.3z\"></path>				<path class=\"st112\" d=\"M332.9,796.3h-8.2c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.1,1.7,0.3,1.7h8.2c0.2,0,0.3-0.8,0.3-1.7V798     C333.2,797,333.1,796.3,332.9,796.3z\"></path>				<path class=\"st113\" d=\"M339.2,796.4c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-34.7c-0.8,0-1.4-0.8-1.4-1.7v-7     c0-0.1,0-0.2,0-0.3h-3.7c-0.9,0-1.6,0.8-1.6,1.7v6.8c0,0.9,0.7,1.7,1.6,1.7h40.6c0.9,0,1.6-0.8,1.6-1.7V798     C340.4,797.2,339.9,796.6,339.2,796.4z\"></path>				<path class=\"st112\" d=\"M338.7,796.3h-35.7c0.2,0.4,0.6,0.7,1.1,0.7h33.6C338.2,797,338.5,796.7,338.7,796.3     C338.8,796.3,338.7,796.3,338.7,796.3z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M337.8,806.4h-42.2c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C339.5,807.1,338.8,806.4,337.8,806.4z\"></path>				<path class=\"st112\" d=\"M332.2,806.4h-8.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C332.5,807.1,332.4,806.4,332.2,806.4z\"></path>				<path class=\"st113\" d=\"M338.3,806.5c0,0.1,0,0.1,0,0.2v7c0,1-0.7,1.7-1.5,1.7h-36.1c-0.8,0-1.5-0.8-1.5-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C339.5,807.3,339,806.7,338.3,806.5z\"></path>				<path class=\"st112\" d=\"M337.8,806.4h-37.1c0.3,0.4,0.6,0.7,1.1,0.7h34.9C337.3,807.1,337.7,806.8,337.8,806.4     C337.9,806.4,337.9,806.4,337.8,806.4z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M334.7,816.4h-37.2c-0.8,0-1.5,0.8-1.5,1.7v6.8c0,0.9,0.7,1.7,1.5,1.7h37.2c0.8,0,1.5-0.8,1.5-1.7v-6.8     C336.2,817.2,335.5,816.4,334.7,816.4z\"></path>				<path class=\"st112\" d=\"M330.7,816.4h-7.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.1,1.7,0.3,1.7h7.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C331,817.2,330.9,816.4,330.7,816.4z\"></path>				<path class=\"st113\" d=\"M335.1,816.5c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.3,1.7H302c-0.7,0-1.3-0.8-1.3-1.7v-7c0-0.1,0-0.2,0-0.3     h-3.4c-0.8,0-1.5,0.8-1.5,1.7v6.8c0,0.9,0.7,1.7,1.5,1.7h37.2c0.8,0,1.5-0.8,1.5-1.7v-6.8C336.2,817.4,335.7,816.8,335.1,816.5z     \"></path>				<path class=\"st112\" d=\"M334.7,816.4h-32.7c0.2,0.4,0.6,0.7,1,0.7h30.8C334.2,817.1,334.5,816.9,334.7,816.4     C334.7,816.5,334.7,816.4,334.7,816.4z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M339.3,826.5h-41.1c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h41.1c0.9,0,1.7-0.8,1.7-1.7v-6.8     C340.9,827.3,340.2,826.5,339.3,826.5z\"></path>				<path class=\"st112\" d=\"M333.2,826.5h-8.3c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.3c0.2,0,0.3-0.8,0.3-1.7v-6.8     C333.5,827.3,333.3,826.5,333.2,826.5z\"></path>				<path class=\"st113\" d=\"M339.8,826.6c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-35.1c-0.8,0-1.4-0.8-1.4-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.7c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h41.1c0.9,0,1.7-0.8,1.7-1.7v-6.8     C340.9,827.5,340.4,826.8,339.8,826.6z\"></path>				<path class=\"st112\" d=\"M339.3,826.5h-36.1c0.3,0.4,0.6,0.7,1.1,0.7h34C338.7,827.2,339.1,826.9,339.3,826.5     C339.3,826.5,339.3,826.5,339.3,826.5z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M337.5,836.6h-40.9c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h40.9c0.9,0,1.7-0.8,1.7-1.7v-6.8     C339.2,837.4,338.5,836.6,337.5,836.6z\"></path>				<path class=\"st112\" d=\"M332.1,836.6h-8.3c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.3c0.2,0,0.3-0.8,0.3-1.7v-6.8     C332.5,837.4,332.3,836.6,332.1,836.6z\"></path>				<path class=\"st113\" d=\"M338,836.7c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-35c-0.8,0-1.4-0.8-1.4-1.7v-7c0-0.1,0-0.2,0.1-0.3     h-3.7c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h40.9c0.9,0,1.7-0.8,1.7-1.7v-6.8C339.2,837.6,338.7,836.9,338,836.7z\"></path>				<path class=\"st112\" d=\"M337.5,836.6h-35.9c0.2,0.4,0.6,0.7,1.1,0.7h33.9C337,837.3,337.4,837,337.5,836.6     C337.6,836.6,337.6,836.6,337.5,836.6z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M339.8,846.7h-42.2c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C341.5,847.5,340.8,846.7,339.8,846.7z\"></path>				<path class=\"st112\" d=\"M333.4,846.7h-8.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C333.7,847.5,333.6,846.7,333.4,846.7z\"></path>				<path class=\"st113\" d=\"M340.3,846.8c0,0.1,0,0.1,0,0.2v7c0,1-0.7,1.7-1.5,1.7h-36.1c-0.8,0-1.5-0.8-1.5-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C341.5,847.6,341,847,340.3,846.8z\"></path>				<path class=\"st112\" d=\"M339.8,846.7h-37.1c0.3,0.4,0.6,0.7,1.1,0.7h34.9C339.2,847.4,339.6,847.1,339.8,846.7     C339.9,846.7,339.8,846.7,339.8,846.7z\"></path>			</g>			<path class=\"st113\" d=\"M320.3,855.2l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.8-0.9h-0.3c-0.9,0-1.7-0.8-1.8-1.7l-0.5-6.8    c-0.1-0.9,0.6-1.7,1.5-1.7h0.8c-0.6-0.3-1.1-0.9-1.1-1.6l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.8-0.9h-0.1    c-0.8,0-1.6-0.8-1.6-1.7l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.7-0.9h-1.2c-0.9,0-1.8-0.8-1.8-1.7l-0.5-6.8    c-0.1-0.9,0.6-1.7,1.6-1.7h1.8c-0.6-0.3-1-0.9-1.1-1.6l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.2-0.6,0.8-1,1.4-1h-15h-1.3h-3.7    c-0.7,0-1.3,0.4-1.5,1c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.7,0.4,1.3,1,1.6h-1.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7    h1.2c-0.3,0.2-0.6,0.5-0.8,0.9c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.9,0.7,1.7,1.5,1.7h0.1c-0.4,0.2-0.7,0.5-0.9,0.9    c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.7,0.4,1.3,1,1.6h-0.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h0.3    c-0.4,0.2-0.7,0.5-0.9,0.9c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.9,0.8,1.7,1.7,1.7h21.4h3.1C321.2,856.9,320.3,856.2,320.3,855.2z\"></path>		</g>		<g>			<g>				<path class=\"st111\" d=\"M292.2,796.3h-40.6c-0.9,0-1.6,0.8-1.6,1.7v6.8c0,0.9,0.7,1.7,1.6,1.7h40.6c0.9,0,1.6-0.8,1.6-1.7V798     C293.9,797,293.2,796.3,292.2,796.3z\"></path>				<path class=\"st112\" d=\"M286.4,796.3h-8.2c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.1,1.7,0.3,1.7h8.2c0.2,0,0.3-0.8,0.3-1.7V798     C286.7,797,286.6,796.3,286.4,796.3z\"></path>				<path class=\"st113\" d=\"M292.7,796.4c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-34.7c-0.8,0-1.4-0.8-1.4-1.7v-7     c0-0.1,0-0.2,0-0.3h-3.7c-0.9,0-1.6,0.8-1.6,1.7v6.8c0,0.9,0.7,1.7,1.6,1.7h40.6c0.9,0,1.6-0.8,1.6-1.7V798     C293.9,797.2,293.4,796.6,292.7,796.4z\"></path>				<path class=\"st112\" d=\"M292.3,796.3h-35.7c0.2,0.4,0.6,0.7,1.1,0.7h33.6C291.7,797,292.1,796.7,292.3,796.3     C292.3,796.3,292.3,796.3,292.3,796.3z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M291.4,806.4h-42.2c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C293.1,807.1,292.3,806.4,291.4,806.4z\"></path>				<path class=\"st112\" d=\"M285.7,806.4h-8.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C286.1,807.1,285.9,806.4,285.7,806.4z\"></path>				<path class=\"st113\" d=\"M291.9,806.5c0,0.1,0,0.1,0,0.2v7c0,1-0.7,1.7-1.5,1.7h-36.1c-0.8,0-1.5-0.8-1.5-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C293.1,807.3,292.6,806.7,291.9,806.5z\"></path>				<path class=\"st112\" d=\"M291.4,806.4h-37.1c0.3,0.4,0.6,0.7,1.1,0.7h34.9C290.8,807.1,291.2,806.8,291.4,806.4     C291.4,806.4,291.4,806.4,291.4,806.4z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M288.2,816.4h-37.2c-0.8,0-1.5,0.8-1.5,1.7v6.8c0,0.9,0.7,1.7,1.5,1.7h37.2c0.8,0,1.5-0.8,1.5-1.7v-6.8     C289.7,817.2,289,816.4,288.2,816.4z\"></path>				<path class=\"st112\" d=\"M284.3,816.4h-7.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.1,1.7,0.3,1.7h7.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C284.6,817.2,284.4,816.4,284.3,816.4z\"></path>				<path class=\"st113\" d=\"M288.6,816.5c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.3,1.7h-31.8c-0.7,0-1.3-0.8-1.3-1.7v-7     c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.8-1.5,1.7v6.8c0,0.9,0.7,1.7,1.5,1.7h37.2c0.8,0,1.5-0.8,1.5-1.7v-6.8     C289.7,817.4,289.2,816.8,288.6,816.5z\"></path>				<path class=\"st112\" d=\"M288.2,816.4h-32.7c0.2,0.4,0.6,0.7,1,0.7h30.8C287.7,817.1,288,816.9,288.2,816.4     C288.2,816.5,288.2,816.4,288.2,816.4z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M292.8,826.5h-41.1c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h41.1c0.9,0,1.7-0.8,1.7-1.7v-6.8     C294.5,827.3,293.7,826.5,292.8,826.5z\"></path>				<path class=\"st112\" d=\"M286.7,826.5h-8.3c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.3c0.2,0,0.3-0.8,0.3-1.7v-6.8     C287,827.3,286.9,826.5,286.7,826.5z\"></path>				<path class=\"st113\" d=\"M293.3,826.6c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-35.1c-0.8,0-1.4-0.8-1.4-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.7c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h41.1c0.9,0,1.7-0.8,1.7-1.7v-6.8     C294.5,827.5,294,826.8,293.3,826.6z\"></path>				<path class=\"st112\" d=\"M292.8,826.5h-36.1c0.3,0.4,0.6,0.7,1.1,0.7h34C292.2,827.2,292.6,826.9,292.8,826.5     C292.9,826.5,292.8,826.5,292.8,826.5z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M291.1,836.6h-40.9c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h40.9c0.9,0,1.7-0.8,1.7-1.7v-6.8     C292.7,837.4,292,836.6,291.1,836.6z\"></path>				<path class=\"st112\" d=\"M285.7,836.6h-8.3c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.3c0.2,0,0.3-0.8,0.3-1.7v-6.8     C286,837.4,285.8,836.6,285.7,836.6z\"></path>				<path class=\"st113\" d=\"M291.6,836.7c0,0.1,0,0.1,0,0.2v7c0,1-0.6,1.7-1.4,1.7h-35c-0.8,0-1.4-0.8-1.4-1.7v-7c0-0.1,0-0.2,0-0.3     h-3.7c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h40.9c0.9,0,1.7-0.8,1.7-1.7v-6.8C292.7,837.6,292.2,836.9,291.6,836.7z     \"></path>				<path class=\"st112\" d=\"M291.1,836.6h-35.9c0.2,0.4,0.6,0.7,1.1,0.7h33.9C290.5,837.3,290.9,837,291.1,836.6     C291.1,836.6,291.1,836.6,291.1,836.6z\"></path>			</g>			<g>				<path class=\"st111\" d=\"M293.3,846.7h-42.2c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C295,847.5,294.3,846.7,293.3,846.7z\"></path>				<path class=\"st112\" d=\"M286.9,846.7h-8.6c-0.2,0-0.3,0.8-0.3,1.7v6.8c0,0.9,0.2,1.7,0.3,1.7h8.6c0.2,0,0.3-0.8,0.3-1.7v-6.8     C287.3,847.5,287.1,846.7,286.9,846.7z\"></path>				<path class=\"st113\" d=\"M293.9,846.8c0,0.1,0,0.1,0,0.2v7c0,1-0.7,1.7-1.5,1.7h-36.1c-0.8,0-1.5-0.8-1.5-1.7v-7     c0-0.1,0-0.2,0.1-0.3h-3.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7h42.2c0.9,0,1.7-0.8,1.7-1.7v-6.8     C295,847.6,294.5,847,293.9,846.8z\"></path>				<path class=\"st112\" d=\"M293.4,846.7h-37.1c0.3,0.4,0.6,0.7,1.1,0.7h34.9C292.8,847.4,293.2,847.1,293.4,846.7     C293.4,846.7,293.4,846.7,293.4,846.7z\"></path>			</g>			<path class=\"st113\" d=\"M273.8,855.2l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.8-0.9h-0.3c-0.9,0-1.7-0.8-1.8-1.7l-0.5-6.8    c-0.1-0.9,0.6-1.7,1.5-1.7h0.8c-0.6-0.3-1.1-0.9-1.1-1.6l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.8-0.9h-0.1    c-0.8,0-1.6-0.8-1.6-1.7l-0.5-6.8c0-0.2,0-0.5,0.1-0.7c0.1-0.4,0.4-0.7,0.7-0.9h-1.2c-0.9,0-1.8-0.8-1.8-1.7l-0.5-6.8    c-0.1-0.9,0.6-1.7,1.6-1.7h1.8c-0.6-0.3-1-0.9-1.1-1.6L270,798c0-0.2,0-0.5,0.1-0.7c0.2-0.6,0.8-1,1.4-1h-15h-1.3h-3.7    c-0.7,0-1.3,0.4-1.5,1c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.7,0.4,1.3,1,1.6h-1.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.8,1.7,1.7,1.7    h1.2c-0.3,0.2-0.6,0.5-0.8,0.9c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.9,0.7,1.7,1.5,1.7h0.1c-0.4,0.2-0.7,0.5-0.9,0.9    c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.7,0.4,1.3,1,1.6h-0.8c-0.9,0-1.7,0.8-1.7,1.7v6.8c0,0.9,0.7,1.7,1.7,1.7h0.3    c-0.4,0.2-0.7,0.5-0.9,0.9c-0.1,0.2-0.1,0.4-0.1,0.7v6.8c0,0.9,0.8,1.7,1.7,1.7h21.4h3.1C274.7,856.9,273.9,856.2,273.8,855.2z\"></path>		</g>		<rect x=\"178.8\" y=\"805.3\" class=\"st114\" width=\"96.8\" height=\"11.2\"></rect>		<path class=\"st115\" d=\"M129.9,801.7c6.4,19.1,5.4,55.2,5.4,55.2h171.8c0,0-5.6-23.4,0.6-52.6C239.3,809.1,191.4,806.9,129.9,801.7   z\"></path>		<path class=\"st116\" d=\"M304.9,839.1c-28.7,2.2-60.1,3.8-60.1,3.8s32.5-0.4,44.5-1.1c5.6-0.3,10.9-0.8,15.7-1.4   C305,840,304.9,839.6,304.9,839.1z\"></path>		<path class=\"st116\" d=\"M196.6,832.8c31.8-0.1,66.6-1.1,66.6-1.1s-36,2.3-49.3,2.6c-6.2,0.1-12.1,0.1-17.4-0.1   C196.5,833.7,196.6,833.3,196.6,832.8z\"></path>		<path class=\"st116\" d=\"M264.1,850.8c-20.4,1-42.8,1.2-42.8,1.2s23.3,1,31.8,0.8c4-0.1,7.8-0.4,11.1-0.7   C264.2,851.6,264.2,851.2,264.1,850.8z\"></path>		<path class=\"st116\" d=\"M200,821.6c40.5-0.7,101.9-4,101.9-4s-41.4,3.5-56.8,4.2C220.7,823,200,821.6,200,821.6z\"></path>		<path class=\"st114\" d=\"M275.6,805.3c-10.4,0.9-21.1,0.8-31.4,1.4c2,18.9,3.6,36.4,4.1,50.4h27.2   C276.8,841,276.6,823.6,275.6,805.3z\"></path>		<g>			<path class=\"st117\" d=\"M253.5,854.3h-1.9c0-13.5-1-27.6-2.9-43.3l1.8-0.2C252.6,826.5,253.5,840.8,253.5,854.3z\"></path>		</g>		<g>			<path class=\"st117\" d=\"M272.6,854.3l-1.9-0.1c0.8-13.7,0.7-28.1-0.3-44.1l1.9-0.1C273.4,826,273.5,840.5,272.6,854.3z\"></path>		</g>		<path class=\"st116\" d=\"M200.4,806.3c-22.8-0.9-45.5-2.5-70.5-4.6c6.4,19.1,5.4,55.2,5.4,55.2h66.3   C201.6,856.9,197.4,835.3,200.4,806.3z\"></path>	</g>	<g class=\"st7\">		<path class=\"st118\" d=\"M228.2,588.5c-8.7-6-21.5-4.1-28.5,4.1c-7.1,8.2-5.8,19.8,2.9,25.7c8.7,6,21.5,4.1,28.5-4.1   C238.2,606,236.9,594.5,228.2,588.5z\"></path>		<path class=\"st119\" d=\"M226.3,589.2c-8.7-6-21.4-4.2-28.3,3.9c-6.9,8.1-5.5,19.5,3.2,25.5c8.7,6,21.4,4.2,28.3-3.9   C236.4,606.6,235,595.2,226.3,589.2z\"></path>		<path class=\"st120\" d=\"M233.1,598.3c-2.1-0.6-4.3-1.1-6.4-1.7c-5.6-1.3-11.3-2.5-17.2-2.4c-4.8,0.1-9.9,1.1-14.3,3.2   c-3,6.6-1.6,14.2,3.9,19.3c2-1.3,4.3-2.3,6.6-3.2c4.5-1.7,9.4-3,14.1-2.9c3.9,0,7.6,1,11.2,2.1C233.8,608.3,234.5,603,233.1,598.3   z\"></path>		<path class=\"st118\" d=\"M232.9,649.6c-2.5-5.4-12.9-6.3-23.3-1.9c-10.4,4.3-16.8,12.2-14.3,17.7s12.9,6.3,23.3,1.9   C228.9,662.9,235.3,655,232.9,649.6z\"></path>		<path class=\"st119\" d=\"M232,647.4c-2.5-5.4-12.9-6.3-23.3-1.9c-10.4,4.3-16.8,12.2-14.3,17.7c2.5,5.4,12.9,6.3,23.3,1.9   C228.1,660.7,234.5,652.8,232,647.4z\"></path>		<path class=\"st120\" d=\"M215.1,643.4c-2.1,0.5-4.2,1.1-6.4,2c-3.1,1.3-5.8,2.9-8.1,4.7c1.8,0.6,3.5,1.3,5.2,2.1   c1.3,0.7,2.6,1.4,3.6,2.4c2.4,2.3,3.3,5.4,4.4,8.5c0.3,1,0.8,2,1.1,3c0.9-0.3,1.8-0.6,2.7-1c3.7-1.5,6.9-3.5,9.3-5.7   c-2.3-1.9-4.3-4-5.6-6.6c-1-1.9-1.6-4-2.8-5.7C217.7,645.6,216.5,644.5,215.1,643.4z\"></path>		<path class=\"st118\" d=\"M209.9,647.7c-7.7,3.2-12.4,9-10.6,13c0.8,1.8,2.8,2.9,5.5,3.3c-2.1-0.5-3.6-1.5-4.3-3   c-1.8-3.9,2.8-9.5,10.2-12.6c7.3-3.1,14.7-2.5,16.5,1.3c-0.1-0.2-0.1-0.4-0.2-0.6C225.2,645.1,217.5,644.5,209.9,647.7z\"></path>		<path class=\"st118\" d=\"M204.6,615.2c-6.7-4.6-7.8-13.4-2.4-19.7c5.4-6.2,15.1-7.6,21.9-3c0.4,0.3,0.8,0.5,1.1,0.8   c-0.5-0.4-0.9-0.8-1.5-1.2c-6.9-4.7-17-3.4-22.5,3.1c-5.5,6.4-4.4,15.5,2.5,20.2c6.5,4.5,15.8,3.5,21.5-2   C219.6,618.6,210.8,619.4,204.6,615.2z\"></path>	</g>	<polygon class=\"st121\" points=\"454,474.1 449.7,476.2 446.5,558.1 460.1,583.2 473,555.2  \"></polygon>	<path class=\"st99\" d=\"M481.5,659.5l2.2-6.1c0,0-71.4-17.4-120.5-25.9C406.6,637.5,465.1,654.7,481.5,659.5z\"></path>	<polygon class=\"st122\" points=\"452.3,484.1 437.5,468.4 450.5,454.1 464.8,469.8  \"></polygon>	<path class=\"st123\" d=\"M517.3,590.8l40.2,1.5c0,0-13.1-29.4-19.3-30.1C532,561.5,517.3,590.8,517.3,590.8z\"></path>	<g class=\"st7\">		<path class=\"st77\" d=\"M88.4,599.2c-0.7,0.9-1.8,1.1-2.7,0.4l-5.9-4.5c-0.9-0.7-1.1-1.8-0.4-2.7l3.9-5.2c0.7-0.9,1.8-1.1,2.7-0.4   l5.9,4.5c0.9,0.7,1.1,1.8,0.4,2.7L88.4,599.2z M106.4,605l-3.5,4.7l-1.3-1l-12.4-29.4l3.5-4.7l1.3,1L106.4,605z M83.5,592.7   l3.4,2.6l1.2-1.6l-3.4-2.6L83.5,592.7z M112.4,597c-0.7,0.9-1.8,1.1-2.7,0.4l-5.9-4.5c-0.9-0.7-1.1-1.8-0.4-2.7l3.9-5.2   c0.7-0.9,1.8-1.1,2.7-0.4l5.9,4.5c0.9,0.7,1.1,1.8,0.4,2.7L112.4,597z M107.6,590.6l3.4,2.5l1.3-1.7l-3.4-2.5L107.6,590.6z\"></path>	</g>	<g class=\"st7\">		<g>			<rect x=\"680.6\" y=\"664.1\" class=\"st95\" width=\"314.6\" height=\"191.4\"></rect>		</g>		<path class=\"st124\" d=\"M995.2,671.8H680.6v72.8c5.6,12.2,17.9,20.7,32.3,20.7h250.1c14.3,0,26.6-8.5,32.3-20.7V671.8z\"></path>		<path class=\"st95\" d=\"M973.1,757.6H702.7c-14,0-25.3-11.3-25.3-25.3v-68.2h321.1v68.2C998.4,746.3,987.1,757.6,973.1,757.6z\"></path>		<g>			<path class=\"st95\" d=\"M807.9,664.1h-10.1v-26.6l3.6-1.1c24.2-7.4,48.7-7.3,72.9,0l3.6,1.1v26.4h-10.1V645    c-19.9-5.4-40-5.4-59.9,0V664.1z\"></path>		</g>		<g>			<rect x=\"680.6\" y=\"846.3\" class=\"st124\" width=\"314.6\" height=\"9.1\"></rect>		</g>		<g>			<g>				<path class=\"st125\" d=\"M851.6,776.2h-27.3c-1.5,0-2.8-1.3-2.8-2.8v-27.3c0-1.5,1.3-2.8,2.8-2.8h27.3c1.5,0,2.8,1.3,2.8,2.8v27.3     C854.4,775,853.1,776.2,851.6,776.2z\"></path>			</g>			<g>				<path class=\"st126\" d=\"M850.4,772.8h-25.1c-2.2,0-3.9-1.8-3.9-3.9v3.4c0,2.2,1.8,3.9,3.9,3.9h25.1c2.2,0,3.9-1.8,3.9-3.9v-3.4     C854.4,771.1,852.6,772.8,850.4,772.8z\"></path>			</g>			<path class=\"st95\" d=\"M837.9,765.1L837.9,765.1c-0.8,0-1.5-0.7-1.5-1.5V756c0-0.8,0.7-1.5,1.5-1.5l0,0c0.8,0,1.5,0.7,1.5,1.5v7.6    C839.4,764.4,838.7,765.1,837.9,765.1z\"></path>			<circle class=\"st95\" cx=\"837.9\" cy=\"754.2\" r=\"3.7\"></circle>		</g>		<rect x=\"677.4\" y=\"664.1\" class=\"st127\" width=\"321.1\" height=\"10.3\"></rect>		<rect x=\"796.5\" y=\"658.6\" class=\"st125\" width=\"12.9\" height=\"5.5\"></rect>		<rect x=\"866.6\" y=\"658.6\" class=\"st125\" width=\"12.9\" height=\"5.5\"></rect>	</g>	<g class=\"st7\">		<g>			<rect x=\"134.2\" y=\"382.9\" class=\"st77\" width=\"145.2\" height=\"145.2\"></rect>		</g>		<rect x=\"134.2\" y=\"382.9\" class=\"st128\" width=\"145.2\" height=\"6.1\"></rect>		<g>							<rect x=\"149.5\" y=\"393\" transform=\"matrix(-1.836970e-16 1 -1 -1.836970e-16 672.3817 258.8881)\" class=\"st87\" width=\"114.4\" height=\"145.2\"></rect>		</g>		<g>			<g>				<g>					<path class=\"st129\" d=\"M155.7,394.8L155.7,394.8c-2.3,0-4.2-1.9-4.2-4.2v-17.4c0-2.3,1.9-4.2,4.2-4.2l0,0      c2.3,0,4.2,1.9,4.2,4.2v17.4C159.9,392.9,158,394.8,155.7,394.8z\"></path>				</g>				<path class=\"st129\" d=\"M176.1,394.8L176.1,394.8c-2.3,0-4.2-1.9-4.2-4.2v-17.4c0-2.3,1.9-4.2,4.2-4.2l0,0c2.3,0,4.2,1.9,4.2,4.2     v17.4C180.3,392.9,178.4,394.8,176.1,394.8z\"></path>				<path class=\"st129\" d=\"M196.5,394.8L196.5,394.8c-2.3,0-4.2-1.9-4.2-4.2v-17.4c0-2.3,1.9-4.2,4.2-4.2l0,0c2.3,0,4.2,1.9,4.2,4.2     v17.4C200.8,392.9,198.9,394.8,196.5,394.8z\"></path>				<path class=\"st129\" d=\"M217,394.8L217,394.8c-2.3,0-4.2-1.9-4.2-4.2v-17.4c0-2.3,1.9-4.2,4.2-4.2l0,0c2.3,0,4.2,1.9,4.2,4.2     v17.4C221.2,392.9,219.3,394.8,217,394.8z\"></path>				<path class=\"st129\" d=\"M237.4,394.8L237.4,394.8c-2.3,0-4.2-1.9-4.2-4.2v-17.4c0-2.3,1.9-4.2,4.2-4.2l0,0c2.3,0,4.2,1.9,4.2,4.2     v17.4C241.6,392.9,239.7,394.8,237.4,394.8z\"></path>				<g>					<path class=\"st129\" d=\"M257.8,394.8L257.8,394.8c-2.3,0-4.2-1.9-4.2-4.2v-17.4c0-2.3,1.9-4.2,4.2-4.2l0,0      c2.3,0,4.2,1.9,4.2,4.2v17.4C262.1,392.9,260.2,394.8,257.8,394.8z\"></path>				</g>			</g>		</g>		<g>			<path class=\"st95\" d=\"M203.8,513.1h-47.1v-9.9l16.9-17.1c5-5.1,8.3-8.7,9.8-10.7c1.5-2,2.6-3.8,3.3-5.5c0.7-1.7,1-3.4,1-5.3    c0-2.7-0.7-4.7-2.2-6c-1.5-1.3-3.5-2-6-2c-2.6,0-5.1,0.6-7.6,1.8c-2.5,1.2-5,2.9-7.7,5.1l-7.7-9.2c3.3-2.8,6.1-4.8,8.3-6    c2.2-1.2,4.6-2.1,7.1-2.7c2.6-0.6,5.5-0.9,8.7-0.9c4.2,0,7.9,0.8,11.2,2.3c3.2,1.5,5.7,3.7,7.5,6.5c1.8,2.8,2.7,5.9,2.7,9.5    c0,3.1-0.5,6-1.6,8.7c-1.1,2.7-2.8,5.5-5.1,8.4c-2.3,2.9-6.3,6.9-12.1,12.2l-8.7,8.2v0.6h29.4V513.1z\"></path>			<path class=\"st95\" d=\"M255,460.8c0,4.2-1.3,7.8-3.8,10.7c-2.6,3-6.1,5-10.7,6.1v0.3c5.4,0.7,9.6,2.3,12.4,5    c2.8,2.6,4.2,6.2,4.2,10.6c0,6.5-2.4,11.5-7.1,15.1c-4.7,3.6-11.4,5.4-20.1,5.4c-7.3,0-13.8-1.2-19.5-3.6v-12.1    c2.6,1.3,5.5,2.4,8.6,3.2c3.1,0.8,6.2,1.2,9.3,1.2c4.7,0,8.2-0.8,10.4-2.4c2.2-1.6,3.4-4.2,3.4-7.7c0-3.2-1.3-5.4-3.9-6.7    c-2.6-1.3-6.7-2-12.4-2h-5.1V473h5.2c5.2,0,9-0.7,11.5-2.1c2.4-1.4,3.6-3.7,3.6-7c0-5.1-3.2-7.7-9.6-7.7c-2.2,0-4.5,0.4-6.8,1.1    c-2.3,0.7-4.8,2-7.6,3.8l-6.6-9.8c6.1-4.4,13.5-6.6,22-6.6c7,0,12.5,1.4,16.5,4.2C253,451.8,255,455.8,255,460.8z\"></path>		</g>		<g>			<path class=\"st95\" d=\"M172.7,434h-2.6v-12.7h-3.6V419h9.7v2.3h-3.6V434z\"></path>			<path class=\"st95\" d=\"M177.7,429.2V419h2.6v10.2c0,2,0.7,2.8,2.7,2.8c1.9,0,2.6-0.8,2.6-2.8V419h2.6v10.3c0,3.4-1.4,5-5.2,5    C179.1,434.2,177.7,432.6,177.7,429.2z\"></path>			<path class=\"st95\" d=\"M199.3,419v2.3H193v4h5.4v2.2H193v4.3h6.3v2.2h-8.9v-15H199.3z\"></path>			<path class=\"st95\" d=\"M200.9,423.3v-0.2c0-2.7,1.9-4.3,5.1-4.3c3.6,0,5.1,1.7,5.1,5.1v0.4h-2.6c0-2.2-0.7-3.2-2.5-3.2h-0.2    c-1.4,0-2.3,0.8-2.3,2v0.1c0,1.2,0.6,1.9,2.9,2.2c3.3,0.4,4.8,1.6,4.8,4.2v0.2c0,2.8-1.9,4.5-5.2,4.5c-3.4,0-5.3-1.7-5.3-5.1    v-0.2h2.6c0,2.1,1,3.1,2.6,3.1h0.2c1.6,0,2.5-0.9,2.5-2.1v-0.1c0-1.3-0.7-2-3-2.3C202.4,427,200.9,425.7,200.9,423.3z\"></path>			<path class=\"st95\" d=\"M217.6,434h-4.4v-15h4.4c4.2,0,6.1,1.9,6.1,7.1v0.8C223.7,432,221.8,434,217.6,434z M217.4,431.7    c2.7,0,3.7-1.5,3.7-4.9v-0.8c0-3.4-1-4.9-3.7-4.9h-1.7v10.5H217.4z\"></path>			<path class=\"st95\" d=\"M232.2,418.9l3.9,15.1h-2.8l-0.8-3.4h-4.2l-0.8,3.4h-2.8l3.9-15.1H232.2z M228.9,428.3h3.1l-1.6-6.5    L228.9,428.3z\"></path>			<path class=\"st95\" d=\"M242.8,434h-2.6v-4.6l-4.3-10.4h2.8l2.8,7.2l2.8-7.2h2.8l-4.3,10.4V434z\"></path>		</g>	</g>	<g class=\"st7\">		<g>			<rect x=\"206.6\" y=\"197\" class=\"st130\" width=\"133.7\" height=\"88.7\"></rect>		</g>		<g>			<rect x=\"204.3\" y=\"198.6\" class=\"st89\" width=\"133.7\" height=\"88.7\"></rect>		</g>		<g>			<rect x=\"207.4\" y=\"200.1\" class=\"st87\" width=\"133.7\" height=\"88.7\"></rect>		</g>		<g>			<path class=\"st93\" d=\"M201.5,211.9v77.7h145.6v-92.6c0-2.2-1.8-4-4-4h-51.2c-1,0-2,0.4-2.7,1.1L276,206.9    c-0.7,0.7-1.7,1.1-2.7,1.1h-67.8C203.3,208,201.5,209.8,201.5,211.9z\"></path>		</g>		<rect x=\"201.5\" y=\"280.7\" class=\"st131\" width=\"145.6\" height=\"8.9\"></rect>	</g></g></svg>'),(9254,666,'_elementor_inline_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 1000 1000\" style=\"enable-background:new 0 0 1000 1000;\" xml:space=\"preserve\"><style type=\"text/css\">	.st0{display:none;}	.st1{display:inline;opacity:0.46;fill:#FFFFFF;}	.st2{display:inline;opacity:0.82;}	.st3{fill:#CB9831;}	.st4{opacity:0.64;}	.st5{fill:#FFFFFF;}	.st6{opacity:0.64;fill:#FFFFFF;}	.st7{display:inline;}	.st8{opacity:0.56;fill:#FFFFFF;}	.st9{fill:url(#SVGID_1_);}	.st10{fill:#DDE4F4;}	.st11{fill:url(#SVGID_00000085972343065554749320000009644297426883321253_);}	.st12{fill:#9C712A;}	.st13{fill:#FDD77E;}	.st14{fill:#5FCCF5;}	.st15{fill:#FFEDC7;}	.st16{opacity:0.6;fill:#FFFFFF;}	.st17{opacity:0.67;fill:#FFFFFF;}	.st18{fill:#373737;}	.st19{fill:url(#SVGID_00000141445216371724744240000010159338759828225696_);}	.st20{fill:#0576AE;}	.st21{fill:url(#SVGID_00000149349448597387625790000016873886192014148512_);}	.st22{fill:#EC4735;}	.st23{fill:url(#SVGID_00000150090272781343589940000006727166952700402578_);}	.st24{fill:url(#SVGID_00000029014932520270427780000015429974374837888141_);}	.st25{fill:url(#SVGID_00000155137226961341234340000014250684083081206154_);}	.st26{fill:url(#SVGID_00000088112529570984243840000017526251749830946696_);}	.st27{fill:#586770;}	.st28{fill:#35444A;}	.st29{fill:#424F56;}	.st30{fill:url(#SVGID_00000031928196367153513270000013668975779741397381_);}	.st31{fill:url(#SVGID_00000176001405118429428250000015671307123193528499_);}	.st32{fill:url(#SVGID_00000001622781277669062670000014026925708297380490_);}	.st33{fill:url(#SVGID_00000157998703968598625590000018443308223303144352_);}	.st34{fill:url(#SVGID_00000074428204421302575380000010266629064980181415_);}	.st35{opacity:0.46;fill:#FFFFFF;}	.st36{fill:url(#SVGID_00000178900906466916243960000005965568055673612425_);}	.st37{fill:url(#SVGID_00000150799467970557848840000000928665655471796876_);}	.st38{opacity:0.82;}	.st39{fill:#FFEAC0;}	.st40{opacity:0.47;fill:#786067;}	.st41{display:none;fill:#F6F3E8;}	.st42{fill:none;stroke:#9C712A;stroke-width:2.027;stroke-linecap:round;stroke-miterlimit:10;}	.st43{fill:none;stroke:#9C712A;stroke-width:3.7499;stroke-miterlimit:10;}	.st44{fill:#F69D9A;}	.st45{fill:none;stroke:#996632;stroke-width:5.8407;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}	.st46{fill:#FDC07B;}	.st47{fill:#FBAF5B;}	.st48{fill:#E289A1;}	.st49{fill:#CC3333;}	.st50{fill:#9FD7C9;}	.st51{fill:#E2A225;}	.st52{fill:url(#SVGID_00000095312245858142605010000002380862206438085029_);}	.st53{fill:#5EC2A6;}	.st54{fill:#3499CC;}	.st55{fill:#FFEFDB;}	.st56{fill:#CDECF7;}	.st57{fill:#95D0E9;}	.st58{fill:#D2476E;}	.st59{fill:none;stroke:#7B7B7B;stroke-width:2.0006;stroke-miterlimit:10;}	.st60{fill:#7B7B7B;}	.st61{fill:#016685;}	.st62{opacity:0.19;fill:#667980;}	.st63{fill:url(#SVGID_00000060723156518062115840000014017106329401631677_);}	.st64{fill:url(#SVGID_00000181071648227399426670000006357379393990801038_);}	.st65{fill:url(#SVGID_00000105391588158665489470000012149919779372018620_);}	.st66{fill:url(#SVGID_00000143579681139225426260000017223837856648797366_);}	.st67{fill:url(#SVGID_00000086664989426723492480000000093167145136530096_);}	.st68{fill:url(#SVGID_00000107573867188874654790000016453595585991450506_);}	.st69{fill:url(#SVGID_00000072276748126596908070000013909717025239895182_);}	.st70{fill:#9E9D9E;}	.st71{fill:#BABABA;}	.st72{fill:url(#SVGID_00000171001001967499224050000009479147784679381387_);}	.st73{fill:url(#SVGID_00000031930115195138537020000006606726968662877074_);}	.st74{fill:url(#SVGID_00000103225584409740867710000010123708840918631858_);}	.st75{fill:url(#SVGID_00000126301855905474860100000004792649686578302387_);}	.st76{fill:url(#SVGID_00000093148639223653974820000017648349084207373725_);}	.st77{fill:#B3E3F6;}	.st78{fill:#F16565;}	.st79{fill:#DED2B4;}	.st80{fill:#CCBD9E;}	.st81{fill:#ECE5D1;}	.st82{fill:#F4EEDF;}	.st83{fill:#E1D5B7;}	.st84{fill:#524D4E;}	.st85{fill:#443D3D;}	.st86{fill:#609CCE;}	.st87{fill:#F4EEE1;}	.st88{fill:#E9E5D9;}	.st89{fill:#D9D1BD;}	.st90{fill:#9FBEA1;}	.st91{fill:#C0BB68;}	.st92{fill:#F68B66;}	.st93{fill:#FABE68;}	.st94{fill:#E87770;}	.st95{fill:#3B4E57;}	.st96{fill:#F9FBFC;}	.st97{fill:#5B5764;}	.st98{fill:#484451;}	.st99{opacity:0.55;fill:#484451;}	.st100{fill:#777582;}	.st101{fill:#ECB984;}	.st102{opacity:0.55;fill:#D27658;}	.st103{fill:#262626;}	.st104{fill:#E2A46A;}	.st105{fill:#EFEFEE;}	.st106{fill:#FEE342;}	.st107{fill:#FFF273;}	.st108{fill:#F3BA36;}	.st109{fill:#F7F0E0;}	.st110{fill:#ABBD3B;}	.st111{fill:#98A339;}	.st112{fill:#E2D6B8;}	.st113{fill:#EAA239;}	.st114{fill:#EFCA50;}	.st115{fill:#FEE292;}	.st116{fill:#E43A2E;}	.st117{fill:#D82F29;}	.st118{fill:#34454D;}	.st119{fill:#BFC1BF;}	.st120{fill:#9A9D9C;}	.st121{fill:#4A6069;}	.st122{fill:#E15656;}	.st123{fill:#ADAEAD;}	.st124{fill:#C9C2B1;}	.st125{fill:#EFAE60;}</style><g id=\"audit-1\" class=\"st0\">	<path class=\"st1\" d=\"M843.5,694.1c-76.4,168-288.7,207.5-467.1,163.6c-48.7-12-146.7-36.1-226.4-114.8  C-3,591.7,10.3,337.5,142.4,206.5c17-16.9,130.6-134.4,325.3-99.2c142.6,25.8,246.5,116.3,259.1,127.5c16,14.2,51.3,47.4,84.1,96.1  C888,445.4,891.2,589.1,843.5,694.1z\"></path>	<g class=\"st2\">		<g>			<path class=\"st3\" d=\"M90.7,303.8c-1-0.1-1.8-0.9-2-1.9c-0.2-1.2-0.4-2.5-0.5-3.7c-0.2-1.3,0.7-2.4,2-2.6c1.2-0.2,2.4,0.7,2.6,2    c0.2,1.2,0.3,2.4,0.5,3.6c0.2,1.2-0.6,2.4-1.9,2.6C91.1,303.8,90.9,303.8,90.7,303.8z\"></path>			<path class=\"st3\" d=\"M89.2,288.1c-1.1-0.1-2-1.1-2-2.2c-0.1-2.5-0.1-5.1,0-7.6c0-1.3,1.1-2.3,2.3-2.2c1.3,0,2.3,1.1,2.2,2.3    c-0.1,2.4-0.1,4.9,0,7.3c0,1.3-0.9,2.3-2.2,2.4C89.4,288.1,89.3,288.1,89.2,288.1z M90,268.5c-1.2-0.2-2.1-1.3-2-2.5l0.1-0.8    c0.3-2.2,0.6-4.5,1-6.7c0.2-1.2,1.4-2.1,2.7-1.8c1.2,0.2,2.1,1.4,1.8,2.7c-0.4,2.1-0.7,4.3-1,6.5l-0.1,0.8    C92.4,267.8,91.3,268.7,90,268.5C90.1,268.5,90,268.5,90,268.5z M93.9,249.3c-0.1,0-0.2,0-0.3-0.1c-1.2-0.3-1.9-1.6-1.6-2.8    c0.7-2.4,1.4-4.9,2.3-7.3c0.4-1.2,1.7-1.8,2.9-1.4c1.2,0.4,1.8,1.7,1.4,2.9c-0.8,2.3-1.5,4.7-2.2,7C96,248.7,95,249.4,93.9,249.3    z M100.6,230.9c-0.2,0-0.4-0.1-0.7-0.2c-1.2-0.5-1.7-1.9-1.1-3c1-2.3,2.2-4.6,3.3-6.8c0.6-1.1,2-1.5,3.1-1c1.1,0.6,1.5,2,1,3.1    c-1.1,2.2-2.2,4.4-3.2,6.6C102.5,230.5,101.5,231,100.6,230.9z M110,213.7c-0.3,0-0.7-0.2-1-0.4c-1.1-0.7-1.3-2.1-0.7-3.2    c1.4-2.1,2.9-4.2,4.4-6.2c0.8-1,2.2-1.2,3.2-0.5c1,0.8,1.2,2.2,0.5,3.2c-1.5,2-2.9,4-4.2,6C111.7,213.5,110.8,213.8,110,213.7z     M122,198.2c-0.4-0.1-0.9-0.2-1.2-0.6c-0.9-0.8-1-2.3-0.2-3.2c1.7-1.9,3.5-3.7,5.3-5.5c0.9-0.9,2.3-0.9,3.2,0    c0.9,0.9,0.9,2.3,0,3.2c-1.7,1.7-3.4,3.5-5.1,5.3C123.5,198.1,122.7,198.3,122,198.2z M136.2,184.8c-0.6-0.1-1.1-0.4-1.5-0.8    c-0.8-1-0.6-2.4,0.3-3.2c2-1.6,4-3.1,6-4.6c1-0.7,2.5-0.5,3.2,0.5c0.7,1,0.5,2.5-0.5,3.2c-2,1.4-3.9,2.9-5.8,4.5    C137.5,184.7,136.8,184.9,136.2,184.8z M152.3,173.6c-0.7-0.1-1.3-0.5-1.7-1.1c-0.6-1.1-0.3-2.5,0.8-3.1c2.2-1.3,4.4-2.5,6.7-3.6    c1.1-0.6,2.5-0.1,3.1,1c0.6,1.1,0.1,2.5-1,3.1c-2.2,1.1-4.3,2.3-6.4,3.5C153.3,173.6,152.8,173.7,152.3,173.6z M170,165.1    c-0.8-0.1-1.5-0.6-1.8-1.4c-0.5-1.2,0.1-2.5,1.3-3c2.3-0.9,4.7-1.8,7.1-2.6c1.2-0.4,2.5,0.3,2.9,1.5c0.4,1.2-0.3,2.5-1.5,2.9    c-2.3,0.8-4.6,1.6-6.9,2.5C170.7,165.1,170.3,165.1,170,165.1z M289.3,179.2c-0.4,0-0.7-0.2-1-0.4c-2-1.4-4.1-2.7-6.1-4    c-1.1-0.7-1.4-2.1-0.8-3.1c0.7-1.1,2.1-1.4,3.1-0.8c2.2,1.3,4.3,2.7,6.4,4.2c1,0.7,1.3,2.1,0.6,3.2    C290.9,178.9,290.1,179.3,289.3,179.2z M188.7,159.4c-0.9-0.1-1.7-0.8-1.9-1.8c-0.3-1.2,0.5-2.5,1.7-2.7c2.5-0.6,5-1,7.5-1.4    c1.2-0.2,2.4,0.6,2.6,1.9c0.2,1.2-0.6,2.4-1.9,2.6c-2.4,0.4-4.8,0.9-7.2,1.4C189.2,159.4,188.9,159.4,188.7,159.4z M272.4,169.2    c-0.2,0-0.5-0.1-0.7-0.2c-2.2-1.1-4.4-2.1-6.7-3c-1.2-0.5-1.7-1.8-1.2-3c0.5-1.2,1.8-1.7,3-1.2c2.3,1,4.7,2,6.9,3.1    c1.1,0.6,1.6,1.9,1.1,3.1C274.3,168.9,273.3,169.3,272.4,169.2z M208.1,156.6c-1.1-0.1-1.9-1-2-2.1c-0.1-1.3,0.9-2.3,2.1-2.4    c2.5-0.2,5.1-0.3,7.6-0.3c1.3,0,2.3,1,2.3,2.3c0,1.3-1,2.3-2.3,2.3c-2.4,0-4.9,0.1-7.3,0.3C208.3,156.6,208.2,156.6,208.1,156.6z     M254.2,162c-0.1,0-0.3,0-0.4-0.1c-2.3-0.7-4.7-1.4-7.1-2c-1.2-0.3-2-1.5-1.7-2.8c0.3-1.2,1.5-2,2.8-1.7c2.5,0.6,4.9,1.3,7.3,2    c1.2,0.4,1.9,1.7,1.5,2.9C256.3,161.5,255.2,162.2,254.2,162z M227.6,156.8c-1.2-0.2-2.1-1.2-2-2.5c0.1-1.3,1.2-2.2,2.5-2.1    c2.5,0.2,5,0.5,7.5,0.9c1.2,0.2,2.1,1.3,1.9,2.6c-0.2,1.2-1.4,2.1-2.6,1.9C232.6,157.3,230.1,157,227.6,156.8    C227.7,156.8,227.7,156.8,227.6,156.8z\"></path>			<path class=\"st3\" d=\"M301.7,189c-0.4-0.1-0.9-0.2-1.2-0.6c-0.9-0.8-1.8-1.6-2.7-2.4c-1-0.8-1.1-2.3-0.3-3.2    c0.8-1,2.3-1.1,3.2-0.3c0.9,0.8,1.9,1.6,2.8,2.5c0.9,0.8,1,2.3,0.2,3.2C303.2,188.9,302.4,189.1,301.7,189z\"></path>		</g>		<g>			<path class=\"st3\" d=\"M343.7,277.8c-1.1-0.1-1.9-1-2-2.2c-0.1-1.2-0.1-2.4-0.2-3.6c-0.1-1.3,0.9-2.4,2.1-2.4    c1.3-0.1,2.4,0.9,2.4,2.1c0.1,1.2,0.2,2.5,0.2,3.7c0.1,1.3-0.9,2.3-2.2,2.4C343.9,277.9,343.8,277.9,343.7,277.8z\"></path>			<path class=\"st3\" d=\"M198.2,409.6C198.2,409.6,198.1,409.6,198.2,409.6c-2.2-0.3-4.4-0.7-6.6-1.1l-0.8-0.2    c-1.2-0.3-2-1.5-1.8-2.7c0.3-1.2,1.5-2,2.7-1.8l0.8,0.2c2.1,0.4,4.2,0.8,6.3,1.1c1.2,0.2,2.1,1.3,1.9,2.6    C200.5,408.9,199.4,409.8,198.2,409.6z M210.1,410.8c-1.2-0.1-2.1-1.2-2-2.4c0.1-1.3,1.1-2.2,2.4-2.2c2.4,0.1,4.8,0.2,7.2,0.2    c1.3,0,2.3,1,2.3,2.3c0,1.3-1,2.3-2.3,2.3c-2.5,0-5,0-7.5-0.2C210.2,410.8,210.1,410.8,210.1,410.8z M179.4,405.4    c-0.1,0-0.3,0-0.4-0.1c-2.4-0.7-4.8-1.5-7.1-2.4c-1.2-0.4-1.8-1.8-1.4-2.9c0.4-1.2,1.8-1.8,2.9-1.4c2.2,0.8,4.5,1.6,6.8,2.3    c1.2,0.4,1.9,1.6,1.5,2.9C181.5,404.9,180.4,405.6,179.4,405.4z M229.3,410.3c-1-0.1-1.9-1-2-2c-0.1-1.3,0.8-2.4,2-2.5    c2.4-0.2,4.8-0.6,7.2-0.9c1.2-0.2,2.4,0.6,2.6,1.9c0.2,1.2-0.6,2.4-1.9,2.6c-2.4,0.4-4.9,0.7-7.4,1    C229.7,410.4,229.5,410.4,229.3,410.3z M161.4,398.5c-0.2,0-0.5-0.1-0.7-0.2c-2.2-1.1-4.5-2.2-6.7-3.4c-1.1-0.6-1.5-2-0.9-3.1    c0.6-1.1,2-1.5,3.1-0.9c2.1,1.2,4.3,2.3,6.4,3.3c1.1,0.5,1.6,1.9,1.1,3C163.3,398.1,162.3,398.6,161.4,398.5z M248.3,406.9    c-0.9-0.1-1.7-0.8-1.9-1.7c-0.3-1.2,0.4-2.5,1.6-2.8c2.3-0.6,4.6-1.3,6.9-2c1.2-0.4,2.5,0.3,2.9,1.5c0.4,1.2-0.3,2.5-1.5,2.9    c-2.4,0.8-4.8,1.5-7.2,2.1C248.9,407,248.6,407,248.3,406.9z M144.7,388.8c-0.3,0-0.7-0.2-1-0.4c-2.1-1.4-4.1-2.9-6.1-4.4    c-1-0.8-1.2-2.2-0.4-3.2c0.8-1,2.2-1.2,3.2-0.4c1.9,1.5,3.9,2.9,5.8,4.2c1,0.7,1.3,2.1,0.6,3.2    C146.4,388.6,145.5,388.9,144.7,388.8z M266.5,400.7c-0.8-0.1-1.5-0.6-1.8-1.4c-0.5-1.2,0-2.5,1.2-3c2.2-0.9,4.4-2,6.5-3    c1.1-0.6,2.5-0.1,3.1,1c0.6,1.1,0.1,2.5-1,3.1c-2.2,1.1-4.5,2.2-6.8,3.1C267.3,400.7,266.9,400.8,266.5,400.7z M283.6,391.8    c-0.7-0.1-1.3-0.5-1.7-1.1c-0.7-1.1-0.3-2.5,0.7-3.1c2-1.3,4.1-2.6,6-4c1-0.7,2.5-0.5,3.2,0.6c0.7,1,0.5,2.5-0.6,3.2    c-2,1.4-4.1,2.8-6.2,4.1C284.6,391.8,284.1,391.9,283.6,391.8z M299.2,380.4c-0.5-0.1-1.1-0.3-1.5-0.8c-0.8-1-0.7-2.4,0.3-3.2    c1.8-1.6,3.6-3.2,5.4-4.8c0.9-0.9,2.4-0.8,3.2,0.1c0.9,0.9,0.8,2.4-0.1,3.2c-1.8,1.7-3.7,3.4-5.6,5    C300.4,380.3,299.8,380.5,299.2,380.4z M312.8,366.8c-0.4-0.1-0.9-0.2-1.2-0.5c-1-0.8-1.1-2.3-0.2-3.2c1.6-1.8,3.1-3.7,4.6-5.6    c0.8-1,2.2-1.2,3.2-0.4c1,0.8,1.2,2.2,0.4,3.2c-1.5,2-3.1,3.9-4.7,5.8C314.3,366.7,313.6,366.9,312.8,366.8z M324.3,351.3    c-0.3,0-0.6-0.1-0.9-0.3c-1.1-0.7-1.4-2.1-0.7-3.2c1.3-2,2.5-4.1,3.7-6.2c0.6-1.1,2-1.5,3.1-0.9c1.1,0.6,1.5,2,0.9,3.1    c-1.2,2.2-2.5,4.4-3.8,6.5C326.1,351.1,325.2,351.5,324.3,351.3z M333.3,334.3c-0.2,0-0.4-0.1-0.6-0.2c-1.2-0.5-1.7-1.8-1.2-3    c0.9-2.2,1.8-4.5,2.7-6.7c0.4-1.2,1.7-1.8,2.9-1.4c1.2,0.4,1.8,1.7,1.4,2.9c-0.9,2.3-1.8,4.7-2.8,6.9    C335.3,333.9,334.3,334.4,333.3,334.3z M339.6,316.1c-0.1,0-0.2,0-0.3-0.1c-1.2-0.3-2-1.6-1.6-2.8c0.6-2.3,1.2-4.7,1.6-7    c0.3-1.2,1.5-2,2.7-1.8c1.2,0.3,2,1.5,1.8,2.7c-0.5,2.4-1.1,4.9-1.7,7.3C341.8,315.5,340.7,316.2,339.6,316.1z M343.1,297.1    c-1.2-0.2-2.1-1.3-2-2.5c0.3-2.4,0.4-4.8,0.6-7.2c0.1-1.3,1.1-2.2,2.4-2.2c1.3,0.1,2.2,1.1,2.2,2.4c-0.1,2.5-0.3,5-0.6,7.5    C345.5,296.3,344.4,297.2,343.1,297.1C343.1,297.1,343.1,297.1,343.1,297.1z\"></path>			<path class=\"st3\" d=\"M129.6,376.7c-0.5-0.1-0.9-0.3-1.3-0.6c-0.9-0.8-1.8-1.7-2.7-2.6c-0.9-0.9-0.9-2.3,0-3.2    c0.9-0.9,2.3-0.9,3.2,0c0.8,0.8,1.7,1.7,2.6,2.5c0.9,0.9,1,2.3,0.1,3.2C131,376.6,130.3,376.8,129.6,376.7z\"></path>		</g>		<g>			<path class=\"st3\" d=\"M139.8,341.7c0.3,0.6,1,0.8,1.6,0.7l18.1-4.2c6.2,6.1,13.3,11.3,21.4,15.3l1.9,18.5c0.1,0.6,0.5,1.2,1.2,1.3    l21.7,5c0.6,0.1,1.3-0.1,1.6-0.7l9.9-15.8c8.9,0,17.7-1.5,25.9-4.3l14.5,11.7c0.5,0.4,1.2,0.5,1.8,0.1l18.9-11.8    c0.6-0.3,0.8-1,0.7-1.6l-4.2-18.1c6.1-6.2,11.3-13.3,15.3-21.4l18.5-1.9c0.6-0.1,1.2-0.5,1.3-1.2l5-21.7c0.1-0.6-0.1-1.3-0.7-1.6    l-15.8-9.9c0-8.9-1.5-17.7-4.3-25.9l11.7-14.5c0.4-0.5,0.5-1.2,0.1-1.8l-11.8-18.9c-0.3-0.6-1-0.8-1.6-0.7l-18.1,4.2    c-6.2-6.1-13.3-11.3-21.4-15.3l-1.9-18.5c-0.1-0.6-0.5-1.2-1.2-1.3l-21.7-5c-0.6-0.1-1.3,0.1-1.6,0.7l-9.9,15.8    c-8.9,0-17.7,1.5-25.9,4.3l-14.5-11.7c-0.5-0.4-1.2-0.5-1.8-0.1l-18.9,11.8c-0.6,0.3-0.8,1-0.7,1.6l4.2,18.1    c-6.1,6.2-11.3,13.3-15.3,21.4l-18.5,1.9c-0.6,0.1-1.2,0.5-1.3,1.2l-5,21.7c-0.1,0.6,0.1,1.3,0.7,1.6l15.8,9.9    c0,8.9,1.5,17.7,4.3,25.9L128.1,321c-0.4,0.5-0.5,1.2-0.1,1.8L139.8,341.7z\"></path>			<g class=\"st4\">				<path class=\"st5\" d=\"M214.2,301.8c-4.6-0.6-8.8-2.6-12.2-5.9c-4.2-4-6.5-9.4-6.6-15.2c-0.1-5.8,2-11.3,6-15.4     c4-4.2,9.4-6.5,15.2-6.6c11.9-0.2,21.8,9.3,22.1,21.2c0.2,11.9-9.3,21.8-21.2,22.1C216.3,302,215.2,302,214.2,301.8z      M219.2,262.5c-0.9-0.1-1.7-0.2-2.6-0.1c-4.8,0.1-9.3,2.1-12.6,5.5c-3.3,3.5-5.1,8-5,12.8c0.1,4.8,2.1,9.3,5.5,12.6     c3.5,3.3,8,5.1,12.8,5c9.9-0.2,17.8-8.4,17.6-18.3C234.8,271,227.9,263.7,219.2,262.5z\"></path>			</g>			<path class=\"st6\" d=\"M210.5,334.4c-1.8-0.2-3.6-0.6-5.5-1c-2.7-0.6-5.4-1.5-7.9-2.5c0,0,0,0-0.1,0c-0.1,0-0.2-0.1-0.3-0.1    c0,0,0,0,0,0l0,0c0,0,0,0,0,0c-0.1,0-0.1,0-0.2-0.1c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.2-0.1-0.3-0.1-0.5-0.2    c-0.1,0-0.1,0-0.2-0.1c-0.4-0.2-0.7-0.3-1-0.5c-0.2-0.1-0.4-0.2-0.6-0.3c-0.4-0.2-0.6-0.6-0.5-0.9c0-0.1,0-0.2,0.1-0.3    c0.2-0.5,0.8-0.7,1.2-0.4c3.4,1.6,7,2.8,10.6,3.7c13.8,3.2,28,0.8,39.9-6.7c12-7.5,20.4-19.2,23.5-33c0.4-1.8,0.7-3.5,0.9-5.3    c3.4-26.6-13.9-52-40.6-58.2c-13.8-3.2-28-0.8-39.9,6.7c-12,7.5-20.4,19.2-23.5,33c-0.4,1.8-0.7,3.5-0.9,5.3    c-1,7.7-0.3,15.5,2.1,22.9c0,0.1,0.1,0.3,0,0.4c0,0.3-0.3,0.6-0.6,0.8c-0.5,0.2-1-0.1-1.2-0.6c-2.5-7.6-3.2-15.7-2.2-23.7    c0.2-1.8,0.6-3.7,1-5.5c3.3-14.2,11.9-26.4,24.4-34.1c12.4-7.7,27.1-10.2,41.3-6.9c27.6,6.4,45.5,32.7,42,60.2    c-0.2,1.8-0.6,3.7-1,5.5C264.3,320,238,337.9,210.5,334.4z\"></path>		</g>	</g>	<g class=\"st7\">		<g class=\"st4\">			<path class=\"st3\" d=\"M482.5,244.1c0.5,0.4,0.7,1.1,0.4,1.8c-0.5,1.2-1,2.4-1.6,3.6c-0.4,0.8-1.3,1.1-2,0.7    c-0.8-0.4-1.1-1.3-0.7-2c0.5-1.1,1-2.3,1.5-3.4c0.3-0.8,1.2-1.2,2-0.8C482.3,243.9,482.4,244,482.5,244.1z\"></path>			<path class=\"st3\" d=\"M477.5,254.3c0.6,0.5,0.7,1.3,0.4,2c-1.3,2.2-2.7,4.4-4.1,6.5c-0.5,0.7-1.4,0.9-2.1,0.4    c-0.7-0.5-0.9-1.4-0.4-2.1c1.4-2,2.8-4.2,4-6.3c0.4-0.7,1.4-1,2.1-0.6C477.3,254.2,477.4,254.3,477.5,254.3z M468.8,266.9    C468.8,266.9,468.8,266.9,468.8,266.9c0.7,0.5,0.8,1.5,0.2,2.2c-1.3,1.6-2.7,3.2-4.2,4.7c-0.3,0.3-0.7,0.7-1,1    c-0.6,0.6-1.5,0.6-2.2,0c-0.6-0.6-0.6-1.6,0-2.2c0.3-0.3,0.6-0.7,1-1c1.4-1.5,2.7-3,4-4.6C467.2,266.4,468.2,266.3,468.8,266.9z     M458.3,277.8c0.1,0.1,0.1,0.1,0.2,0.2c0.6,0.6,0.5,1.6-0.1,2.2c-1.9,1.7-4,3.3-6,4.9c-0.7,0.5-1.6,0.4-2.2-0.3    c-0.5-0.7-0.4-1.6,0.3-2.2c2-1.5,3.9-3.1,5.8-4.7C456.9,277.3,457.7,277.3,458.3,277.8z M446.1,286.9c0.1,0.1,0.2,0.2,0.3,0.4    c0.4,0.7,0.2,1.7-0.5,2.1c-2.2,1.4-4.4,2.6-6.7,3.8c-0.8,0.4-1.7,0.1-2.1-0.7c-0.4-0.8-0.1-1.7,0.7-2.1c2.2-1.1,4.4-2.4,6.5-3.7    C444.9,286.4,445.6,286.5,446.1,286.9z M432.6,293.8c0.2,0.2,0.3,0.4,0.4,0.6c0.3,0.8,0,1.7-0.8,2c-2.4,1-4.8,1.9-7.3,2.7    c-0.8,0.3-1.7-0.2-1.9-1c-0.3-0.8,0.2-1.7,1-1.9c2.4-0.8,4.7-1.6,7-2.6C431.6,293.4,432.1,293.5,432.6,293.8z M418.1,298.4    c0.3,0.2,0.4,0.5,0.5,0.8c0.2,0.8-0.3,1.7-1.1,1.8c-2.5,0.6-5.1,1.1-7.6,1.4c-0.8,0.1-1.6-0.5-1.7-1.3c-0.1-0.8,0.5-1.6,1.3-1.7    c2.5-0.4,4.9-0.8,7.3-1.4C417.3,298,417.7,298.2,418.1,298.4z M403.1,300.7c0.3,0.3,0.5,0.6,0.6,1.1c0.1,0.8-0.6,1.6-1.4,1.6    c-2.6,0.2-5.2,0.2-7.7,0.2c-0.9,0-1.5-0.7-1.5-1.6c0-0.8,0.7-1.5,1.6-1.5c2.5,0,5,0,7.5-0.2C402.4,300.3,402.8,300.4,403.1,300.7    z M387.9,300.4c0.4,0.3,0.6,0.8,0.6,1.3c-0.1,0.8-0.8,1.5-1.7,1.4c-2.6-0.3-5.1-0.6-7.7-1.1c-0.8-0.2-1.4-1-1.2-1.8    c0.2-0.8,1-1.4,1.8-1.2c2.4,0.4,4.9,0.8,7.4,1C387.4,300.1,387.6,300.2,387.9,300.4z M311.8,244.7c0.2,0.2,0.3,0.3,0.4,0.6    c1,2.3,2.1,4.6,3.2,6.7c0.4,0.7,0.1,1.7-0.6,2.1c-0.7,0.4-1.7,0.1-2.1-0.6c-1.2-2.3-2.3-4.6-3.3-7c-0.3-0.8,0-1.7,0.8-2    C310.8,244.2,311.4,244.3,311.8,244.7z M372.9,297.7c0.5,0.4,0.7,1,0.5,1.6c-0.2,0.8-1.1,1.3-1.9,1.1c-2.5-0.7-5-1.4-7.4-2.3    c-0.8-0.3-1.2-1.2-0.9-2c0.3-0.8,1.2-1.2,2-0.9c2.3,0.8,4.7,1.6,7.1,2.2C372.6,297.4,372.8,297.5,372.9,297.7z M319,258.1    c0.1,0.1,0.2,0.2,0.3,0.4c1.3,2.1,2.8,4.1,4.3,6.1c0.5,0.7,0.4,1.6-0.3,2.2c-0.7,0.5-1.6,0.4-2.2-0.3c-1.6-2-3.1-4.2-4.4-6.3    c-0.5-0.7-0.2-1.7,0.5-2.1C317.7,257.7,318.5,257.7,319,258.1z M358.6,292.5c0.5,0.4,0.7,1.2,0.4,1.8c-0.4,0.8-1.3,1.1-2,0.8    c-2.3-1.1-4.7-2.2-6.9-3.5c-0.8-0.4-1-1.4-0.6-2.1c0.4-0.7,1.4-1,2.1-0.6c2.2,1.2,4.4,2.4,6.7,3.4    C358.4,292.4,358.5,292.5,358.6,292.5z M328.2,270.2c0.1,0,0.1,0.1,0.2,0.2c1.7,1.8,3.4,3.6,5.2,5.3c0.6,0.6,0.6,1.6,0.1,2.2    c-0.6,0.6-1.5,0.6-2.2,0.1c-1.9-1.8-3.7-3.6-5.4-5.5c-0.6-0.6-0.5-1.6,0.1-2.2C326.7,269.7,327.6,269.7,328.2,270.2z     M345.4,285.1c0.6,0.5,0.8,1.4,0.3,2c-0.5,0.7-1.4,0.9-2.1,0.4c-2.1-1.4-4.2-3-6.2-4.6c0,0,0,0,0,0c-0.7-0.5-0.8-1.5-0.2-2.2    c0.5-0.7,1.5-0.8,2.2-0.2c1.9,1.6,4,3,6,4.4C345.3,285.1,345.3,285.1,345.4,285.1z\"></path>			<path class=\"st3\" d=\"M308,233.8c0.2,0.2,0.4,0.5,0.5,0.8c0.3,1.2,0.7,2.4,1.1,3.6c0.3,0.8-0.2,1.7-1,1.9c-0.8,0.3-1.7-0.2-1.9-1    c-0.4-1.2-0.8-2.5-1.2-3.7c-0.2-0.8,0.2-1.7,1.1-1.9C307.1,233.4,307.6,233.5,308,233.8z\"></path>		</g>		<g class=\"st4\">			<path class=\"st3\" d=\"M316.8,161.7c0.6,0.5,0.7,1.3,0.4,2c-0.6,1.1-1.2,2.2-1.8,3.3c-0.4,0.8-1.3,1-2.1,0.6    c-0.8-0.4-1-1.3-0.6-2.1c0.6-1.1,1.2-2.3,1.9-3.4c0.4-0.7,1.4-1,2.1-0.6C316.7,161.6,316.7,161.7,316.8,161.7z\"></path>			<path class=\"st3\" d=\"M455.5,136.2c1.2,1,2.3,1.9,3.4,2.9c0.6,0.6,0.7,1.5,0.1,2.2c-0.6,0.6-1.5,0.7-2.2,0.1c-1.1-1-2.2-2-3.3-2.8    c-0.8-0.6-1.6-1.3-2.4-1.9c-0.7-0.5-0.8-1.5-0.3-2.2c0.5-0.7,1.5-0.8,2.2-0.3C453.8,134.8,454.7,135.5,455.5,136.2z M446.9,130    c0.6,0.5,0.7,1.4,0.3,2c-0.5,0.7-1.4,0.9-2.1,0.5c-2.1-1.3-4.2-2.6-6.4-3.7c-0.8-0.4-1-1.3-0.6-2.1c0.4-0.8,1.3-1,2.1-0.6    c2.2,1.2,4.4,2.5,6.6,3.8C446.8,129.9,446.9,129.9,446.9,130z M464.2,144.2c0,0,0.1,0.1,0.1,0.1c1.7,1.8,3.4,3.7,5,5.7    c0.5,0.7,0.4,1.6-0.2,2.2c-0.7,0.5-1.6,0.4-2.2-0.2c-1.5-1.9-3.2-3.8-4.9-5.5c-0.6-0.6-0.6-1.6,0.1-2.2    C462.7,143.8,463.6,143.7,464.2,144.2z M433.7,123c0.5,0.4,0.7,1.2,0.4,1.8c-0.3,0.8-1.2,1.1-2,0.8c-2.2-1-4.6-1.8-6.9-2.6    c-0.8-0.3-1.2-1.1-1-1.9c0.3-0.8,1.1-1.2,1.9-1c2.4,0.8,4.8,1.7,7.1,2.7C433.5,122.8,433.6,122.9,433.7,123z M473.6,155.8    c0.1,0.1,0.2,0.2,0.3,0.3c1.4,2.1,2.8,4.3,4,6.4c0.4,0.7,0.2,1.7-0.6,2.1c-0.7,0.4-1.7,0.2-2.1-0.6c-1.2-2.1-2.5-4.2-3.9-6.2    c-0.5-0.7-0.3-1.7,0.4-2.1C472.4,155.4,473.1,155.4,473.6,155.8z M419.5,118.2c0.4,0.4,0.7,1,0.5,1.6c-0.2,0.8-1,1.3-1.9,1.1    c-2.4-0.6-4.8-1.1-7.2-1.5c-0.8-0.1-1.4-0.9-1.3-1.8c0.1-0.8,0.9-1.4,1.8-1.3c2.5,0.4,5,0.9,7.4,1.5    C419.2,118,419.4,118.1,419.5,118.2z M481,168.8c0.2,0.1,0.3,0.3,0.4,0.5c1.1,2.3,2.1,4.6,2.9,7c0.3,0.8-0.1,1.7-0.9,2    c-0.8,0.3-1.7-0.1-2-0.9c-0.9-2.3-1.8-4.6-2.8-6.8c-0.4-0.8,0-1.7,0.7-2C480,168.4,480.6,168.5,481,168.8z M404.8,115.8    c0.4,0.3,0.6,0.8,0.6,1.3c-0.1,0.8-0.8,1.5-1.7,1.4c-2.4-0.2-4.9-0.3-7.4-0.3c-0.9,0-1.5-0.7-1.5-1.5c0-0.8,0.7-1.5,1.5-1.5    c2.5,0,5.1,0.1,7.6,0.3C404.3,115.5,404.6,115.6,404.8,115.8z M389.8,115.7c0.3,0.3,0.5,0.6,0.6,1.1c0.1,0.8-0.6,1.6-1.4,1.7    c-2.4,0.2-4.9,0.5-7.3,0.9c-0.8,0.1-1.6-0.4-1.8-1.3c-0.1-0.8,0.4-1.6,1.3-1.8c2.5-0.4,5-0.7,7.6-0.9    C389.2,115.4,389.5,115.5,389.8,115.7z M375.1,118.1c0.3,0.2,0.4,0.5,0.5,0.8c0.2,0.8-0.3,1.7-1.1,1.9c-2.4,0.6-4.8,1.3-7.1,2    c-0.8,0.3-1.7-0.2-1.9-1c-0.3-0.8,0.2-1.7,1-1.9c2.4-0.8,4.9-1.5,7.3-2.1C374.2,117.7,374.7,117.8,375.1,118.1z M360.9,122.8    c0.2,0.2,0.3,0.4,0.4,0.6c0.3,0.8,0,1.7-0.8,2c-2.3,1-4.5,2-6.7,3.1c-0.8,0.4-1.7,0.1-2.1-0.6c-0.4-0.8-0.1-1.7,0.6-2.1    c2.2-1.2,4.6-2.3,6.9-3.2C359.8,122.3,360.4,122.4,360.9,122.8z M347.6,129.7c0.1,0.1,0.2,0.2,0.3,0.4c0.5,0.7,0.2,1.7-0.5,2.1    c-2.1,1.3-4.1,2.7-6.1,4.2c-0.7,0.5-1.7,0.4-2.2-0.3c-0.5-0.7-0.4-1.6,0.3-2.2c2-1.5,4.1-3,6.3-4.3    C346.4,129.2,347.1,129.3,347.6,129.7z M335.7,138.7c0.1,0.1,0.1,0.1,0.2,0.2c0.6,0.6,0.5,1.6-0.1,2.2c-1.8,1.6-3.6,3.3-5.3,5.1    c-0.6,0.6-1.6,0.6-2.2,0c-0.6-0.6-0.6-1.6,0-2.2c1.7-1.8,3.6-3.6,5.5-5.3C334.2,138.2,335.1,138.2,335.7,138.7z M325.3,149.5    c0.7,0.5,0.8,1.5,0.2,2.2l-0.2,0.2c-1.5,1.8-2.9,3.7-4.3,5.7c-0.5,0.7-1.4,0.9-2.1,0.4c-0.7-0.5-0.9-1.4-0.4-2.1    c1.4-2,2.9-4,4.4-5.9l0.2-0.2C323.7,149,324.6,148.9,325.3,149.5z\"></path>			<path class=\"st3\" d=\"M486.3,182.9c0.2,0.2,0.4,0.5,0.5,0.8c0.4,1.3,0.7,2.5,1,3.8c0.2,0.8-0.3,1.7-1.1,1.9    c-0.8,0.2-1.7-0.3-1.9-1.1c-0.3-1.2-0.6-2.4-0.9-3.7c-0.2-0.8,0.2-1.7,1.1-1.9C485.4,182.5,485.9,182.6,486.3,182.9z\"></path>		</g>		<g class=\"st4\">			<path class=\"st3\" d=\"M466.9,201.7c0-0.5-0.3-0.9-0.8-1.1l-12.8-4.4c-1.4-6.2-3.9-12.1-7.3-17.7l5.9-12.2c0.2-0.4,0.1-0.9-0.2-1.3    l-11.5-11.5c-0.3-0.3-0.8-0.4-1.3-0.2l-12.2,5.9c-5.5-3.4-11.5-5.9-17.7-7.3l-4.4-12.8c-0.2-0.4-0.6-0.7-1.1-0.7l-16.2,0    c-0.5,0-0.9,0.3-1.1,0.8l-4.4,12.8c-6.2,1.4-12.1,3.9-17.7,7.3l-12.2-5.9c-0.4-0.2-0.9-0.1-1.3,0.2l-11.5,11.5    c-0.3,0.3-0.4,0.8-0.2,1.3l5.9,12.2c-3.4,5.5-5.9,11.5-7.3,17.7l-12.8,4.4c-0.4,0.2-0.7,0.6-0.7,1.1l0,16.2    c0,0.5,0.3,0.9,0.8,1.1l12.8,4.4c1.4,6.2,3.9,12.1,7.3,17.7l-5.9,12.2c-0.2,0.4-0.1,0.9,0.2,1.3l11.5,11.5    c0.3,0.3,0.8,0.4,1.3,0.2l12.2-5.9c5.5,3.4,11.5,5.9,17.7,7.3l4.4,12.8c0.2,0.4,0.6,0.7,1.1,0.7l16.2,0c0.5,0,0.9-0.3,1.1-0.8    l4.4-12.8c6.2-1.4,12.1-3.9,17.7-7.3l12.2,5.9c0.4,0.2,0.9,0.1,1.3-0.2l11.5-11.5c0.3-0.3,0.4-0.8,0.2-1.3l-5.9-12.2    c3.4-5.5,5.9-11.5,7.3-17.7l12.8-4.4c0.4-0.2,0.7-0.6,0.7-1.1L466.9,201.7z\"></path>			<path class=\"st8\" d=\"M405.7,197.5c6,4.9,7.7,13.7,3.6,20.5c-2.2,3.7-5.7,6.3-9.8,7.3c-4.1,1-8.4,0.4-12.1-1.8    c-3.7-2.2-6.3-5.7-7.3-9.8c-1-4.1-0.4-8.4,1.8-12.1c4.5-7.6,14.3-10,21.9-5.5l0,0C404.4,196.6,405.1,197,405.7,197.5z     M387.4,219.9c0.5,0.4,1,0.8,1.6,1.1c3,1.8,6.4,2.3,9.8,1.4c3.3-0.8,6.1-2.9,7.9-5.9c3.6-6.1,1.6-14-4.5-17.7l0,0    c-6.1-3.6-14-1.6-17.7,4.5C381.2,208.8,382.6,215.9,387.4,219.9z\"></path>			<path class=\"st6\" d=\"M420.9,178.3c1.1,0.9,2.1,1.8,3.1,2.8l0,0c0.4,0.4,0.8,0.8,1.2,1.2c1.3,1.4,2.6,3,3.7,4.6    c0,0.1,0.1,0.1,0.1,0.2c0.1,0.1,0.2,0.3,0.3,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.4,0.6,0.3,1.3-0.1,1.8c-0.1,0.1-0.2,0.2-0.4,0.3    c-0.7,0.5-1.7,0.3-2.1-0.5c-1.4-2.2-3.1-4.3-5-6.2c-4.2-4.2-9.3-7.3-14.8-9.1c-3.8-1.2-7.7-1.9-11.8-1.9    c-10.1,0-19.5,3.9-26.6,11.1c-0.9,0.9-1.8,1.9-2.6,2.9c-5.5,6.7-8.4,15-8.4,23.8c0,10.1,3.9,19.5,11.1,26.6    c7.1,7.1,16.6,11,26.6,11c10.1,0,19.5-3.9,26.6-11.1c0.9-0.9,1.8-1.9,2.6-2.8c3.5-4.3,6-9.3,7.3-14.6c0.1-0.2,0.2-0.4,0.3-0.6    c0.4-0.4,1-0.7,1.6-0.5c0.8,0.2,1.3,1,1.1,1.9c-1.4,5.8-4.2,11.2-7.9,15.8c-0.9,1.1-1.8,2.1-2.8,3.1c-7.7,7.7-17.9,11.9-28.8,12    c-10.9,0-21.1-4.2-28.8-11.9c-7.7-7.7-11.9-17.9-12-28.8c0-9.5,3.2-18.5,9.1-25.7c0.9-1.1,1.8-2.1,2.8-3.1    c7.7-7.7,17.9-11.9,28.8-12C404.7,169.2,413.7,172.4,420.9,178.3z\"></path>		</g>	</g>	<g class=\"st7\">		<g>							<linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"1948.9886\" y1=\"754.953\" x2=\"1631.5392\" y2=\"320.4115\" gradientTransform=\"matrix(-0.971 0.2389 0.2389 0.971 2416.571 -378.9771)\">				<stop offset=\"0\" style=\"stop-color:#9C712A\"></stop>				<stop offset=\"0.9669\" style=\"stop-color:#734D1F\"></stop>			</linearGradient>			<path class=\"st9\" d=\"M887.7,250.4c-1.1-5.1-8.3-5.4-9.7-0.3c-13.8,48.6-53.9,175-115.3,241.9c-100,109-166.7,286.2-103.1,378.3    C659.6,870.2,1006.3,807.3,887.7,250.4z\"></path>			<path class=\"st10\" d=\"M876.2,319.8c-0.2,1.2-0.4,2.6-0.6,4l-0.8,4.1l-1.6,8.2l-3.4,16.4c-2.4,10.9-4.9,21.8-7.4,32.6    c-5.2,21.7-10.7,43.3-16.7,64.8c-12,42.9-25.3,85.5-40.7,127.3c-7.8,20.9-15.8,41.7-24.5,62.1c-8.8,20.5-18.1,40.7-28.1,60.6    c-10.1,19.8-20.7,39.5-32.4,58.4c-11.7,19-24.2,37.4-37.8,55.1l0,0c-0.3,0.4-0.2,0.9,0.2,1.2c0.4,0.3,0.9,0.2,1.2-0.1    c14.3-17.2,27.3-35.5,39.5-54.2c12.1-18.9,23-38.4,33.5-58.2c20.5-39.8,38.1-81,53.4-123c7.7-21,14.7-42.2,21.4-63.6    c6.7-21.3,12.9-42.8,18.6-64.4c5.7-21.6,11-43.3,15.8-65.2c2.4-10.9,4.6-21.9,6.7-32.8c1-5.5,2.1-11,3-16.5l1.4-8.3l0.6-4.1    c0.2-1.4,0.4-2.7,0.5-4.3c0-0.5-0.3-0.9-0.8-0.9c-0.5,0-0.9,0.3-0.9,0.7L876.2,319.8z\"></path>		</g>		<g>			<g>									<linearGradient id=\"SVGID_00000149368129220284885510000014169701590417930654_\" gradientUnits=\"userSpaceOnUse\" x1=\"1644.9351\" y1=\"695.1481\" x2=\"1968.6488\" y2=\"695.1481\" gradientTransform=\"matrix(-0.971 0.2389 0.2389 0.971 2416.571 -378.9771)\">					<stop offset=\"0\" style=\"stop-color:#9C712A\"></stop>					<stop offset=\"1\" style=\"stop-color:#734D1F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000149368129220284885510000014169701590417930654_);\" d=\"M697.6,874.3c0,0,0.6-55.3,54.5-99.7     c50-41.2,173.1-135.1,201.1-195.7c1.2-2.7,5.5-0.9,5.6,2.4c0.7,34.7-4.3,120.4-61.8,194.2C822.7,870.6,697.6,874.3,697.6,874.3z     \"></path>			</g>			<g>				<path class=\"st10\" d=\"M933.9,636.6c-1.3,6.7-3.4,13.2-5.8,19.5c-1.1,3.2-2.5,6.3-3.8,9.4c-1.3,3.1-2.9,6.1-4.3,9.2     c-6.1,12.1-13.4,23.5-21.6,34.2l-3,4c-1,1.3-2.2,2.6-3.2,3.9c-2.2,2.6-4.3,5.2-6.6,7.7l-7,7.3c-2.3,2.5-4.7,4.8-7.2,7.1     c-2.5,2.3-4.9,4.6-7.4,6.9l-7.8,6.5c-5.1,4.4-10.6,8.5-15.9,12.7c-10.8,8.3-21.7,16.4-32.8,24.4c-11,8-22.2,15.8-33.4,23.6     c-5.6,3.9-11.2,7.8-16.7,11.9c-2.8,2-5.5,4-8.3,6.1l-4.1,3.1l-4,3.2c-5.4,4.2-10.6,8.7-15.6,13.5c-5,4.8-9.5,10.1-13.3,15.9     c-0.3,0.4-0.2,0.9,0.2,1.2c0.4,0.2,0.9,0.2,1.2-0.2l0,0c4.1-5.3,8.9-10.1,14-14.6c5.2-4.4,10.5-8.5,16.1-12.4     c11.1-7.9,22.5-15.3,33.9-22.9l17.1-11.4c5.6-3.9,11.3-7.7,16.9-11.7c5.6-3.9,11.2-7.9,16.7-11.9c5.5-4.1,11-8.2,16.4-12.3     c21.8-16.5,42.7-35.4,58.5-58.1c8-11.3,15-23.3,20.4-36c2.6-6.4,5.1-12.8,7-19.4c1.9-6.6,3.4-13.3,4-20.2c0-0.1,0-0.1-0.1-0.1     C933.9,636.5,933.9,636.6,933.9,636.6z\"></path>			</g>		</g>	</g>	<g class=\"st7\">		<path class=\"st12\" d=\"M776.5,211.6c-4.5-4.7-10.7-7.3-17.2-7.3l-491.5,0.3c-6.5,0-12.7,2.6-17.2,7.3c-4.5,4.7-7,11-6.8,17.4   l19.5,627.9c0.4,13,11,23,24,23h453.6c13,0,23.6-10,24-23l18.4-628.3C783.5,222.4,781.1,216.3,776.5,211.6z\"></path>		<path class=\"st13\" d=\"M754.8,240.5c-4.1-4.3-9.8-6.7-15.7-6.6l-449.3,0.3c-5.9,0-11.6,2.4-15.7,6.7c-4.1,4.3-6.4,10-6.2,15.9   l17.8,573.8c0.4,11.8,10.1,21,21.9,21h414.6c11.9,0,21.6-9.1,21.9-21L761,256.3C761.2,250.4,758.9,244.8,754.8,240.5z\"></path>		<g>			<g>									<ellipse transform=\"matrix(0.1602 -0.9871 0.9871 0.1602 26.7465 850.1529)\" class=\"st5\" cx=\"513\" cy=\"409.4\" rx=\"48.6\" ry=\"48.6\"></ellipse>									<ellipse transform=\"matrix(0.1452 -0.9894 0.9894 0.1452 33.4787 857.4671)\" class=\"st14\" cx=\"513\" cy=\"409.4\" rx=\"45.2\" ry=\"45.2\"></ellipse>			</g>			<g>				<path class=\"st14\" d=\"M715.8,572.6c0,17.1-13.9,31-31,31h-40.2c-17.1,0-31-13.9-31-31l0,0c0-17.1,13.9-31,31-31h40.2     C701.9,541.6,715.8,555.5,715.8,572.6L715.8,572.6z\"></path>				<path class=\"st15\" d=\"M711.6,572.6c0,16-12.8,28.7-28.5,28.7h-37.3c-15.7,0-28.5-12.7-28.5-28.7l0,0c0-16,12.8-28.7,28.5-28.7     h37.3C698.8,543.9,711.6,556.6,711.6,572.6L711.6,572.6z\"></path>			</g>			<g>				<path class=\"st14\" d=\"M567.7,572.6c0,17.1-13.9,31-31,31h-40.2c-17.1,0-31-13.9-31-31l0,0c0-17.1,13.9-31,31-31h40.2     C553.9,541.6,567.7,555.5,567.7,572.6L567.7,572.6z\"></path>				<path class=\"st15\" d=\"M563.5,572.6c0,16-12.8,28.7-28.5,28.7h-37.3c-15.7,0-28.5-12.7-28.5-28.7l0,0c0-16,12.8-28.7,28.5-28.7     H535C550.7,543.9,563.5,556.6,563.5,572.6L563.5,572.6z\"></path>			</g>			<g>				<path class=\"st14\" d=\"M416.2,572.6c0,17.1-13.9,31-31,31H345c-17.1,0-31-13.9-31-31l0,0c0-17.1,13.9-31,31-31h40.2     C402.3,541.6,416.2,555.5,416.2,572.6L416.2,572.6z\"></path>				<path class=\"st15\" d=\"M412,572.6c0,16-12.8,28.7-28.5,28.7h-37.3c-15.7,0-28.5-12.7-28.5-28.7l0,0c0-16,12.8-28.7,28.5-28.7     h37.3C399.2,543.9,412,556.6,412,572.6L412,572.6z\"></path>			</g>			<g>				<path class=\"st14\" d=\"M715.8,711.5c0,17.1-13.9,31-31,31h-40.2c-17.1,0-31-13.9-31-31l0,0c0-17.1,13.9-31,31-31h40.2     C701.9,680.5,715.8,694.4,715.8,711.5L715.8,711.5z\"></path>				<path class=\"st5\" d=\"M711.6,711.5c0,16-12.8,28.7-28.5,28.7h-37.3c-15.7,0-28.5-12.7-28.5-28.7l0,0c0-16,12.8-28.7,28.5-28.7     h37.3C698.8,682.8,711.6,695.5,711.6,711.5L711.6,711.5z\"></path>			</g>			<g>				<path class=\"st14\" d=\"M567.7,711.5c0,17.1-13.9,31-31,31h-40.2c-17.1,0-31-13.9-31-31l0,0c0-17.1,13.9-31,31-31h40.2     C553.9,680.5,567.7,694.4,567.7,711.5L567.7,711.5z\"></path>				<path class=\"st5\" d=\"M563.5,711.5c0,16-12.8,28.7-28.5,28.7h-37.3c-15.7,0-28.5-12.7-28.5-28.7l0,0c0-16,12.8-28.7,28.5-28.7     H535C550.7,682.8,563.5,695.5,563.5,711.5L563.5,711.5z\"></path>			</g>			<g>				<path class=\"st14\" d=\"M416.2,711.5c0,17.1-13.9,31-31,31H345c-17.1,0-31-13.9-31-31l0,0c0-17.1,13.9-31,31-31h40.2     C402.3,680.5,416.2,694.4,416.2,711.5L416.2,711.5z\"></path>				<path class=\"st5\" d=\"M412,711.5c0,16-12.8,28.7-28.5,28.7h-37.3c-15.7,0-28.5-12.7-28.5-28.7l0,0c0-16,12.8-28.7,28.5-28.7h37.3     C399.2,682.8,412,695.5,412,711.5L412,711.5z\"></path>			</g>			<g>				<polygon class=\"st5\" points=\"515,665.6 510.4,665.7 510.4,617.8 515,617.8     \"></polygon>				<path class=\"st5\" d=\"M365,667.4l-4.8,0.1v-12.3c0-6.6,5.7-12.1,12.6-12.1l103.7-1c4.2,0,7.6-3.4,7.6-7.4V618l4.7,0v16.6     c0,6.5-5.5,11.9-12.3,12l-103.7,1c-4.3,0-7.8,3.4-7.8,7.5V667.4z\"></path>				<path class=\"st5\" d=\"M660.1,663.9l-4.5,0.1v-11.9c0-4-3.3-7.2-7.3-7.2l-99.8,1c-6.7,0.1-12.1-5.2-12.1-11.7v-16.5l4.6,0v16.5     c0,4,3.4,7.3,7.5,7.3l99.8-0.9c6.5-0.1,11.8,5.1,11.8,11.5V663.9z\"></path>			</g>			<g>				<polygon class=\"st5\" points=\"515.2,514.4 510.5,514.5 510.5,466.6 515.2,466.6     \"></polygon>				<path class=\"st5\" d=\"M365.2,516.2l-4.8,0.1V504c0-6.6,5.7-12.1,12.6-12.1l103.7-1c4.2,0,7.6-3.4,7.6-7.4v-16.6l4.7,0v16.6     c0,6.5-5.5,11.9-12.3,12l-103.7,1c-4.3,0-7.8,3.4-7.8,7.5V516.2z\"></path>				<path class=\"st5\" d=\"M660.3,512.7l-4.5,0.1v-11.9c0-4-3.3-7.2-7.3-7.2l-99.8,1c-6.7,0.1-12.1-5.2-12.1-11.7v-16.5l4.6,0v16.5     c0,4,3.4,7.3,7.5,7.3l99.8-0.9c6.5-0.1,11.8,5.1,11.8,11.5V512.7z\"></path>			</g>		</g>		<path class=\"st12\" d=\"M781.9,276.4l1.4-47.6c0.2-6.5-2.3-12.6-6.8-17.2c-4.5-4.7-10.7-7.2-17.2-7.2l-491.5,0.3   c-6.5,0-12.7,2.6-17.2,7.3c-4.5,4.7-7,10.8-6.8,17.3l1.5,47.2H781.9z\"></path>		<circle class=\"st16\" cx=\"284.2\" cy=\"238.5\" r=\"12.2\"></circle>		<circle class=\"st16\" cx=\"323.6\" cy=\"239.2\" r=\"12.2\"></circle>		<circle class=\"st16\" cx=\"361.7\" cy=\"238.5\" r=\"12.2\"></circle>		<path class=\"st17\" d=\"M713.1,787.3H315.6c-4.7,0-8.4-3.8-8.4-8.4v-3.1c0-4.7,3.8-8.4,8.4-8.4h397.6c4.7,0,8.4,3.8,8.4,8.4v3.1   C721.6,783.5,717.8,787.3,713.1,787.3z\"></path>		<path class=\"st15\" d=\"M607.6,332.6H293.9c-5.3,0-9.7-4.3-9.7-9.7v-0.6c0-5.3,4.3-9.7,9.7-9.7h313.7c5.3,0,9.7,4.3,9.7,9.7v0.6   C617.3,328.3,612.9,332.6,607.6,332.6z\"></path>		<path class=\"st15\" d=\"M736.4,332.6h-66.6c-5.3,0-9.7-4.3-9.7-9.7v-0.6c0-5.3,4.3-9.7,9.7-9.7h66.6c5.3,0,9.7,4.3,9.7,9.7v0.6   C746.1,328.3,741.7,332.6,736.4,332.6z\"></path>		<path class=\"st17\" d=\"M711.5,819.4H313.9c-4.7,0-8.4-3.8-8.4-8.4v-3.1c0-4.7,3.8-8.4,8.4-8.4h397.6c4.7,0,8.4,3.8,8.4,8.4v3.1   C719.9,815.6,716.1,819.4,711.5,819.4z\"></path>	</g>	<g class=\"st7\">		<path class=\"st18\" d=\"M195.7,872.5c0,0-1.7,9.5-2.5,19c-0.3,3.7,2.5,6.9,6.2,7.1c12.6,0.5,39.5,1.5,49.2,1.1   c1.5-0.1,2.4-1.6,1.9-2.9l0,0c-0.5-1.1-1.3-2-2.4-2.6l-44.5-20.4L195.7,872.5z\"></path>					<linearGradient id=\"SVGID_00000057121091757582392020000016759498951317148288_\" gradientUnits=\"userSpaceOnUse\" x1=\"6430.8091\" y1=\"872.4649\" x2=\"6445.2739\" y2=\"872.4649\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">			<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>			<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>		</linearGradient>		<path style=\"fill:url(#SVGID_00000057121091757582392020000016759498951317148288_);\" d=\"M194.3,866.9l1.4,11.4   c0,0,7.8,3.6,13.1-0.5l-3.2-12.7L194.3,866.9z\"></path>		<path class=\"st20\" d=\"M195.3,652.2c-0.6,3-3.1,148.8,12.4,214.2c0.3,1.1-0.3,2.2-1.3,2.6c-2.4,1-7.1,2.4-12.7,2.6   c-1.7,0.1-3.3-1.1-3.8-2.7c-4.5-15.2-25.8-91.1-28.6-163.7c-3.1-81.1,0-2.8,0-2.8l1.8-50.1L195.3,652.2z\"></path>		<path class=\"st18\" d=\"M144.6,877.5c0,0-2.7,4.8-5.3,17.6c-0.5,2.3,1.1,4.5,3.5,4.8c4.2,0.4,10.6,0.9,15.7,0.9   c2.4,0,4.2-2.1,3.9-4.4c-0.6-4.7-2.3-12.3-7.8-18.3L144.6,877.5z\"></path>					<linearGradient id=\"SVGID_00000092432565696725145770000012987803174041590658_\" gradientUnits=\"userSpaceOnUse\" x1=\"6378.6777\" y1=\"871.7231\" x2=\"6391.167\" y2=\"871.7231\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">			<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>			<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>		</linearGradient>		<path style=\"fill:url(#SVGID_00000092432565696725145770000012987803174041590658_);\" d=\"M142.2,862.8l3.2,17.3   c0,0,3.1,2.3,9.3,0.6l-1.5-18.6L142.2,862.8z\"></path>		<path class=\"st20\" d=\"M133.6,656.7c-12.7,76.9,2.8,190.2,8,212.3c0.3,1.4,1.4,2.4,2.8,2.6c2.3,0.4,6.2,0.7,10-0.4   c1.3-0.4,2.2-1.6,2.3-2.9c0.7-17.9-0.6-127.9,11.3-171.4c0.6-2.2,1.9-4.1,3.8-5.4l23.1-16.4l1.8-26.5L133.6,656.7z\"></path>		<g>			<path class=\"st22\" d=\"M214.9,510.9c-38.2-0.6-80.4,10-80.4,10c-11.4,66.5-2,143.1-2,143.1c29.6,7.8,62.9-4.7,62.9-4.7    c4.9-27.8,27.9-106,27.9-106c18.7-2.3,34-7.7,46.7-14.8c-9.7-11.2-14.2-25.4-16.2-33.9C240.3,508.8,226.7,511.1,214.9,510.9z\"></path>							<linearGradient id=\"SVGID_00000061435669960807898460000007231281667129309631_\" gradientUnits=\"userSpaceOnUse\" x1=\"312.4595\" y1=\"396.3378\" x2=\"240.1399\" y2=\"677.0075\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000061435669960807898460000007231281667129309631_);\" d=\"M327.7,454.6c-3.8-4.5-8.5-2.4-8.5-2.4    c-5.6,23.8-35.1,43-65.4,52.4c2,8.4,6.5,22.7,16.2,33.9C320.3,510.2,327.7,454.6,327.7,454.6z\"></path>		</g>		<g>							<linearGradient id=\"SVGID_00000025435809913714637170000003600732344342355882_\" gradientUnits=\"userSpaceOnUse\" x1=\"289.3421\" y1=\"444.6586\" x2=\"360.5176\" y2=\"430.8827\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000025435809913714637170000003600732344342355882_);\" d=\"M326.8,455.7c0.4,1.2-4.2,3.1-6.8-2    c-0.1-2.4-1.6-12.9-0.1-14.9c7.8-10.6,22.9-23.9,22.9-23.9c2.6,2.5,0.4,5,0.4,5l-7.3,7.6c1.5,2.8,3.4,5.1,4.3,8.5    c0.7,2.5,0.3,5.2-1,7.6c-1.3,2.3-3,5.3-4.7,7.7C331.3,455.7,326.8,455.7,326.8,455.7z\"></path>							<linearGradient id=\"SVGID_00000176011721228039991770000001421859985152905629_\" gradientUnits=\"userSpaceOnUse\" x1=\"331.3289\" y1=\"430.6085\" x2=\"344.3395\" y2=\"380.8622\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000176011721228039991770000001421859985152905629_);\" d=\"M332.7,432.5l-6.7,5.7l-2.1,5.6l6,6.6    c0,0,2-11.2,3.5-13.6C334.9,434.4,334.1,433.2,332.7,432.5z\"></path>		</g>		<path class=\"st22\" d=\"M149.2,557.9l-14.7-37c0,0-35.7,24.2-41.6,55c6.7,0.5,19,2.3,31,8.3C126.6,569.7,149.2,557.9,149.2,557.9z\"></path>					<linearGradient id=\"SVGID_00000163046166942887582120000016529746417869640324_\" gradientUnits=\"userSpaceOnUse\" x1=\"6328.6274\" y1=\"599.7711\" x2=\"6422.146\" y2=\"599.7711\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">			<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>			<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>		</linearGradient>		<path style=\"fill:url(#SVGID_00000163046166942887582120000016529746417869640324_);\" d=\"M180.4,592.7c0,0-40.1,22.6-53.6,3.3   c-2.8-4-3.5-8-2.8-11.8c-12-6.1-24.3-7.8-31-8.3c-1.8,9.3-0.8,19.1,4.6,29.1c23.7,43.3,88.1-2.4,88.1-2.4L180.4,592.7z\"></path>		<g>			<path class=\"st27\" d=\"M175.5,621.4l21.9-76.4c0.2-0.9,1-1.5,1.9-1.6c4-0.5,15.4-1.8,28.7-2.9c16-1.4,34.5-2.4,45.6-1.5    c1.6,0.1,2.5,1.8,1.8,3.2c-6.3,12.7-32.2,64.6-45.2,81.6c-0.4,0.6-1.1,0.9-1.8,0.9l-50.7-0.5    C176.2,624.2,175.1,622.8,175.5,621.4z\"></path>			<path class=\"st28\" d=\"M230.3,533.9l15.9-2.6c0.8-0.1,1.5,0.7,1.3,1.5l-1.6,4.8c-0.1,0.4-0.5,0.7-0.9,0.8l-15.3,2    c-0.8,0.1-1.4-0.6-1.3-1.4l1-4.2C229.5,534.3,229.8,534,230.3,533.9z\"></path>			<path class=\"st29\" d=\"M218.4,547.3l1.3-6.8c0.1-0.7,0.7-1.2,1.4-1.3l32-3.2c1.1-0.1,1.9,0.9,1.7,1.9l-2,8.5    c-0.2,0.7-0.8,1.2-1.5,1.2l-31.3,1.6C219,549.2,218.2,548.3,218.4,547.3z\"></path>							<linearGradient id=\"SVGID_00000046334145906200351500000000249192005161186185_\" gradientUnits=\"userSpaceOnUse\" x1=\"6415.2026\" y1=\"589.9656\" x2=\"6444.3374\" y2=\"589.9656\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000046334145906200351500000000249192005161186185_);\" d=\"M180.8,602.9c0,0-3-12.5-1.8-17    c1.2-4.4,3.6-10.2,11.5-8.9c7.9,1.3,17.3,4.6,17.3,4.6s-0.5,5.8-6.5,3.9l3.7,2.9c0,0-0.5,4.6-5.6,2.2l3.5,3.8    c0,0-2.2,3.8-5.9,1.4C193.3,593.4,191.5,604.4,180.8,602.9z\"></path>		</g>					<linearGradient id=\"SVGID_00000171705238711626218150000014654520783277254589_\" gradientUnits=\"userSpaceOnUse\" x1=\"6400.4365\" y1=\"499.794\" x2=\"6437.4106\" y2=\"499.794\" gradientTransform=\"matrix(1 0 0 1 -6236.481 0)\">			<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>			<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>		</linearGradient>		<path style=\"fill:url(#SVGID_00000171705238711626218150000014654520783277254589_);\" d=\"M176.2,479.9L164,515   c-0.2,0.6,0,1.2,0.6,1.5c3.3,1.8,15.3,7.1,29.6-2c1.5-1,2.5-2.5,2.7-4.3l3.9-30.4H176.2z\"></path>		<g>							<linearGradient id=\"SVGID_00000147934814728391259210000004106191335639060866_\" gradientUnits=\"userSpaceOnUse\" x1=\"-1113.8091\" y1=\"2391.7202\" x2=\"-1127.626\" y2=\"2346.1489\" gradientTransform=\"matrix(0.746 -0.6659 0.6659 0.746 -552.0213 -2049.6372)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000147934814728391259210000004106191335639060866_);\" d=\"M202.6,447.3c0,0,13.4,25.1,11.6,35.3    c-1.7,10.2-18.3,9.4-32.7,1.2l-10.1-27.1L202.6,447.3z\"></path>							<linearGradient id=\"SVGID_00000115491484637151926130000002034580072602280595_\" gradientUnits=\"userSpaceOnUse\" x1=\"-1126.2748\" y1=\"2312.3191\" x2=\"-1114.717\" y2=\"2378.241\" gradientTransform=\"matrix(0.746 -0.6659 0.6659 0.746 -552.0213 -2049.6372)\">				<stop offset=\"0\" style=\"stop-color:#010101\"></stop>				<stop offset=\"1\" style=\"stop-color:#1E1315\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000115491484637151926130000002034580072602280595_);\" d=\"M182.2,470.4c0.6-0.3,0.8-1,0.5-1.5    c-1.1-1.6-3.1-5-3.7-7.9c0,0-2.4-1.5,6.1-3.6c8.5-2,21.2-5.2,23.9-12.4c2.6-7.1-4.2-24.8-15.1-10.7c-0.4,0.5-1.2,0.5-1.6,0    c-1.8-2.3-6.5-7.2-13-4.2c-6.1,2.7-6.8,7.2-6.7,9.5c0,0.7-0.6,1.2-1.2,1.1c-3.1-0.6-10.5-1.1-13.9,6.5c-2.8,6.3-1,9.8,0.7,11.5    c0.5,0.6,0.3,1.5-0.4,1.7c-2,0.6-4.6,2.3-4.4,7.1c0.4,6.6,7.7,6,9.8,5.7c0.3,0,0.7,0.1,0.9,0.3c1.8,2,9.9,10.4,18.6,11.4    c0.8,0.1,1.3-0.7,1.1-1.4l-3.8-11c-0.2-0.5,0.1-1.1,0.6-1.3L182.2,470.4z\"></path>							<linearGradient id=\"SVGID_00000087387266308543281080000013240816254555974821_\" gradientUnits=\"userSpaceOnUse\" x1=\"-1127.9333\" y1=\"2391.5081\" x2=\"-1140.3645\" y2=\"2350.5068\" gradientTransform=\"matrix(0.746 -0.6659 0.6659 0.746 -552.0213 -2049.6372)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000087387266308543281080000013240816254555974821_);\" d=\"M183.7,472c0,0-9.5-6.5-10.2-1    c-0.7,5.5,8.6,8,13.1,5.9L183.7,472z\"></path>		</g>	</g></g><g class=\"st0\">	<g class=\"st7\">		<g>			<path class=\"st35\" d=\"M872.5,452.7c-115.6-168.2-216.3-172.7-270-157.4c-13.5,3.8-25.4-10.6-20.1-24.4    C606.4,207.9,622,99.6,443,101.6c-163.2,1.7-222.2,87-235,169.3c-9,57.8-0.6,60.4-34.7,107.6C70.1,521.4-71.3,653.2,52.3,791.6    C191.5,947.6,1222.3,961.8,872.5,452.7z\"></path>			<g>				<g>											<linearGradient id=\"SVGID_00000109003353406470244960000014156614482462630794_\" gradientUnits=\"userSpaceOnUse\" x1=\"1045.849\" y1=\"761.7906\" x2=\"694.7533\" y2=\"281.1923\" gradientTransform=\"matrix(-0.9699 0.2436 0.2436 0.9699 1523.5969 -195.1992)\">						<stop offset=\"0\" style=\"stop-color:#9C712A\"></stop>						<stop offset=\"0.9669\" style=\"stop-color:#734D1F\"></stop>					</linearGradient>					<path style=\"fill:url(#SVGID_00000109003353406470244960000014156614482462630794_);\" d=\"M894.5,167.7      c-1.2-5.6-9.2-5.9-10.8-0.3c-15,53.8-58.6,193.8-126.2,268.2c-110,121.1-182.9,317.5-112,418.9      C645.5,854.4,1028.7,783,894.5,167.7z\"></path>					<path class=\"st10\" d=\"M882.2,244.5c-0.2,1.3-0.5,2.9-0.7,4.4l-0.8,4.5l-1.7,9.1l-3.7,18.1c-2.6,12.1-5.3,24.1-8.1,36.1      c-5.6,24-11.6,47.9-18.1,71.7c-13.1,47.5-27.5,94.7-44.4,141c-8.5,23.1-17.2,46.2-26.8,68.9c-9.6,22.7-19.8,45.1-30.8,67.2      c-11,22-22.7,43.7-35.5,64.8c-12.8,21-26.6,41.4-41.5,61.1l0,0c-0.3,0.4-0.2,1,0.2,1.3c0.4,0.3,1,0.2,1.3-0.2      c15.7-19.1,30-39.4,43.4-60.2c13.3-20.9,25.3-42.6,36.7-64.5c22.4-44.1,41.7-89.8,58.5-136.4c8.4-23.3,16.1-46.8,23.4-70.4      c7.3-23.6,14.1-47.4,20.2-71.4c6.2-23.9,11.9-48,17.1-72.2c2.5-12.1,5-24.2,7.3-36.4c1.1-6.1,2.2-12.2,3.3-18.2l1.5-9.2      l0.7-4.6c0.2-1.6,0.4-3,0.6-4.8c0-0.5-0.4-1-0.9-1c-0.5,0-0.9,0.3-1,0.8L882.2,244.5z\"></path>				</g>				<g>					<g>													<linearGradient id=\"SVGID_00000018231669059209181370000007854528523008156348_\" gradientUnits=\"userSpaceOnUse\" x1=\"693.2542\" y1=\"682.693\" x2=\"1076.8087\" y2=\"682.693\" gradientTransform=\"matrix(-0.9943 0.1066 0.1066 0.9943 1626.5138 -86.5788)\">							<stop offset=\"0\" style=\"stop-color:#9C712A\"></stop>							<stop offset=\"1\" style=\"stop-color:#734D1F\"></stop>						</linearGradient>						<path style=\"fill:url(#SVGID_00000018231669059209181370000007854528523008156348_);\" d=\"M642.7,837.9       c0,0,9.5-64.8,79.9-108.4c65.3-40.5,224.7-131.1,267.2-197.9c1.9-3,6.6-0.2,6.2,3.6c-4.7,40.9-24.1,140.7-103.4,218.2       C790.2,853.4,642.7,837.9,642.7,837.9z\"></path>					</g>					<g>						<path class=\"st10\" d=\"M957.9,596.4c-2.6,7.6-6.1,14.9-9.9,22c-1.8,3.6-3.9,7-6,10.5c-2.1,3.4-4.4,6.7-6.5,10.1       c-9,13.2-19.5,25.5-30.8,36.7l-4.2,4.3c-1.4,1.4-3,2.7-4.4,4c-3,2.7-5.9,5.4-8.9,8l-9.4,7.5c-3,2.6-6.3,4.9-9.6,7.2       c-3.3,2.3-6.5,4.7-9.8,6.9l-10.2,6.4c-6.7,4.3-13.8,8.2-20.7,12.3c-14,8-28.1,15.8-42.4,23.4c-14.2,7.6-28.6,15-42.9,22.5       c-7.2,3.7-14.4,7.4-21.5,11.3c-3.6,1.9-7.1,3.8-10.7,5.8l-5.3,2.9l-5.3,3.1c-7,4.1-13.9,8.6-20.5,13.3       c-6.6,4.9-12.8,10.3-18.2,16.5c-0.4,0.4-0.3,1.1,0.1,1.4c0.4,0.4,1,0.3,1.4,0l0,0c5.7-5.6,12.1-10.5,18.7-14.9       c6.8-4.3,13.7-8.3,20.8-12c14.2-7.5,28.9-14.4,43.4-21.5l21.8-10.6c7.2-3.7,14.5-7.3,21.7-11c7.2-3.7,14.4-7.5,21.5-11.4       c7.1-3.9,14.2-7.9,21.2-11.9c28.2-15.9,55.8-34.7,77.9-58.9c11.2-12,21.3-24.9,29.6-39c4.1-7.1,8-14.2,11.3-21.7       c3.3-7.5,6.1-15.1,7.9-23c0-0.1,0-0.1-0.1-0.2C957.9,596.3,957.9,596.3,957.9,596.4z\"></path>					</g>				</g>			</g>			<g class=\"st38\">				<g>					<path class=\"st3\" d=\"M207,356c-0.9,0.6-2.1,0.6-3-0.1c-1.1-0.9-2.1-1.7-3.2-2.6c-1.1-0.9-1.2-2.5-0.3-3.6      c0.9-1.1,2.5-1.2,3.6-0.3c1,0.9,2,1.7,3.1,2.5c1.1,0.9,1.3,2.5,0.4,3.6C207.4,355.7,207.2,355.9,207,356z\"></path>					<path class=\"st3\" d=\"M194.1,344.2c-1,0.7-2.4,0.6-3.3-0.3c-1.9-2-3.9-4.1-5.7-6.2c-0.9-1.1-0.8-2.7,0.3-3.6      c1.1-0.9,2.7-0.8,3.6,0.3c1.8,2.1,3.6,4.1,5.5,6c1,1,0.9,2.6-0.1,3.6C194.3,344,194.2,344.1,194.1,344.2z M180.3,327.4      c-1.1,0.8-2.7,0.5-3.5-0.6l-0.5-0.8c-1.4-2-2.8-4.2-4.1-6.3c-0.7-1.2-0.4-2.8,0.8-3.5c1.2-0.7,2.8-0.4,3.5,0.8      c1.3,2.1,2.6,4.1,4,6.1l0.5,0.7C181.7,325,181.4,326.6,180.3,327.4C180.3,327.4,180.3,327.4,180.3,327.4z M169.2,308.7      c-0.1,0.1-0.2,0.1-0.3,0.2c-1.3,0.6-2.8,0.1-3.4-1.1c-1.2-2.5-2.4-5.1-3.5-7.7c-0.5-1.3,0.1-2.8,1.3-3.3      c1.3-0.5,2.8,0.1,3.3,1.3c1.1,2.5,2.2,5,3.4,7.4C170.6,306.6,170.2,308,169.2,308.7z M161,288.5c-0.2,0.1-0.4,0.3-0.7,0.3      c-1.3,0.4-2.8-0.3-3.2-1.7c-0.8-2.7-1.6-5.4-2.3-8.1c-0.3-1.4,0.5-2.7,1.8-3.1c1.4-0.3,2.7,0.5,3.1,1.8      c0.7,2.6,1.4,5.3,2.2,7.8C162.3,286.8,161.9,287.9,161,288.5z M156.1,267.4c-0.3,0.2-0.7,0.4-1.1,0.4c-1.4,0.2-2.7-0.7-2.9-2.1      c-0.4-2.8-0.8-5.6-1-8.4c-0.1-1.4,0.9-2.6,2.3-2.8c1.4-0.1,2.6,0.9,2.8,2.3c0.3,2.7,0.6,5.4,1,8.1      C157.3,265.9,156.8,266.8,156.1,267.4z M154.5,245.7c-0.4,0.3-0.9,0.5-1.5,0.5c-1.4,0-2.5-1.1-2.5-2.5c0-2.8,0.1-5.6,0.3-8.4      c0.1-1.4,1.3-2.5,2.7-2.4c1.4,0.1,2.5,1.3,2.4,2.7c-0.2,2.7-0.3,5.4-0.3,8.1C155.6,244.5,155.1,245.2,154.5,245.7z M156.2,224      c-0.5,0.4-1.2,0.5-1.8,0.4c-1.4-0.2-2.3-1.5-2.1-2.9c0.4-2.8,1-5.6,1.6-8.3c0.3-1.4,1.7-2.2,3-1.9c1.4,0.3,2.2,1.7,1.9,3      c-0.6,2.6-1.1,5.3-1.5,8C157.1,223,156.7,223.6,156.2,224z M161.2,202.9c-0.6,0.4-1.4,0.6-2.2,0.3c-1.3-0.4-2.1-1.9-1.6-3.2      c0.9-2.7,1.8-5.3,2.8-8c0.5-1.3,2-2,3.3-1.5c1.3,0.5,2,2,1.5,3.3c-1,2.5-1.9,5.1-2.7,7.7C162,202.1,161.7,202.5,161.2,202.9z       M169.4,182.7c-0.7,0.5-1.7,0.6-2.6,0.2c-1.3-0.6-1.8-2.2-1.1-3.4c1.2-2.5,2.6-5,4-7.4c0.7-1.2,2.3-1.6,3.5-0.9      c1.2,0.7,1.6,2.3,0.9,3.5c-1.3,2.3-2.6,4.8-3.8,7.2C170,182.2,169.7,182.5,169.4,182.7z M278.3,105.7c-0.3,0.2-0.7,0.4-1.1,0.4      c-2.7,0.3-5.4,0.8-8,1.2c-1.4,0.3-2.7-0.7-3-2c-0.3-1.4,0.7-2.7,2-3c2.8-0.5,5.6-0.9,8.3-1.3c1.4-0.2,2.7,0.8,2.8,2.2      C279.5,104.3,279,105.2,278.3,105.7z M180.6,164.1c-0.9,0.6-2,0.6-2.9,0c-1.1-0.8-1.4-2.4-0.6-3.5c1.6-2.3,3.3-4.5,5.1-6.7      c0.9-1.1,2.5-1.3,3.6-0.4c1.1,0.9,1.3,2.5,0.4,3.6c-1.7,2.1-3.3,4.3-4.9,6.5C181,163.7,180.8,163.9,180.6,164.1z M257,110.1      c-0.2,0.2-0.5,0.3-0.7,0.4c-2.6,0.7-5.2,1.6-7.8,2.5c-1.3,0.5-2.8-0.2-3.2-1.6c-0.5-1.3,0.2-2.8,1.6-3.2c2.6-0.9,5.3-1.8,8-2.6      c1.3-0.4,2.8,0.4,3.1,1.7C258.3,108.3,257.8,109.5,257,110.1z M194.5,147.4c-1,0.7-2.3,0.6-3.2-0.3c-1-1-1-2.6,0-3.6      c2-2,4-4,6.1-5.9c1-0.9,2.6-0.9,3.6,0.2c0.9,1,0.9,2.6-0.2,3.6c-2,1.8-4,3.7-5.8,5.7C194.7,147.2,194.6,147.3,194.5,147.4z       M236.6,117.6c-0.1,0.1-0.2,0.2-0.4,0.2c-2.5,1.1-4.9,2.4-7.3,3.6c-1.2,0.7-2.8,0.2-3.4-1c-0.7-1.2-0.2-2.8,1-3.4      c2.5-1.3,5-2.6,7.6-3.8c1.3-0.6,2.8,0,3.4,1.2C238,115.6,237.6,117,236.6,117.6z M210.8,133c-1.1,0.8-2.7,0.5-3.5-0.6      c-0.8-1.1-0.6-2.7,0.5-3.6c2.2-1.7,4.5-3.3,6.9-4.9c1.2-0.8,2.7-0.5,3.5,0.7c0.8,1.2,0.4,2.8-0.7,3.5      C215.3,129.8,213,131.4,210.8,133C210.9,133,210.8,133,210.8,133z\"></path>					<path class=\"st3\" d=\"M295.8,104.6c-0.4,0.3-0.9,0.5-1.4,0.5c-1.3,0-2.7,0-4,0.1c-1.4,0-2.6-1.1-2.6-2.5c0-1.4,1.1-2.6,2.5-2.6      c1.4,0,2.8-0.1,4.1-0.1c1.4,0,2.5,1.1,2.5,2.5C296.9,103.4,296.5,104.2,295.8,104.6z\"></path>				</g>				<g>					<path class=\"st3\" d=\"M396.4,146.7c-1,0.7-2.4,0.6-3.3-0.3c-0.9-0.9-1.9-1.9-2.8-2.8c-1-1-1-2.6-0.1-3.6c1-1,2.6-1,3.6-0.1      c1,1,2,1.9,2.9,2.9c1,1,1,2.6,0,3.6C396.7,146.5,396.6,146.6,396.4,146.7z\"></path>					<path class=\"st3\" d=\"M374.3,363.5C374.3,363.5,374.3,363.5,374.3,363.5c-2.1,1.4-4.2,2.7-6.3,4l-0.8,0.5      c-1.2,0.7-2.8,0.3-3.5-0.9c-0.7-1.2-0.3-2.8,0.9-3.5l0.7-0.4c2-1.2,4.1-2.5,6-3.8c1.2-0.8,2.7-0.5,3.5,0.7      C375.7,361.2,375.4,362.7,374.3,363.5z M385,355.6c-1.1,0.7-2.6,0.6-3.4-0.5c-0.9-1.1-0.7-2.7,0.4-3.6c2.1-1.7,4.1-3.4,6.1-5.2      c1-0.9,2.6-0.9,3.6,0.2c0.9,1,0.9,2.6-0.2,3.6c-2,1.9-4.2,3.7-6.3,5.4C385.1,355.6,385,355.6,385,355.6z M355.7,374      c-0.1,0.1-0.2,0.2-0.4,0.2c-2.5,1.2-5.1,2.3-7.6,3.3c-1.3,0.5-2.8-0.1-3.3-1.4c-0.5-1.3,0.1-2.8,1.4-3.3c2.5-1,4.9-2.1,7.4-3.2      c1.3-0.6,2.8,0,3.4,1.2C357,372,356.7,373.3,355.7,374z M400.5,340.9c-0.9,0.7-2.3,0.6-3.2-0.2c-1-0.9-1.1-2.5-0.2-3.6      c1.8-2,3.5-4,5.2-6.1c0.9-1.1,2.5-1.3,3.6-0.4c1.1,0.9,1.3,2.5,0.4,3.6c-1.7,2.1-3.5,4.3-5.4,6.3      C400.8,340.7,400.7,340.8,400.5,340.9z M335.7,381.6c-0.2,0.2-0.5,0.3-0.7,0.3c-2.6,0.8-5.3,1.5-8,2.1c-1.4,0.3-2.7-0.5-3-1.9      c-0.3-1.4,0.5-2.7,1.9-3c2.6-0.6,5.2-1.3,7.7-2c1.3-0.4,2.8,0.4,3.2,1.7C337,379.9,336.5,381,335.7,381.6z M413.7,324      c-0.8,0.6-2,0.6-2.8,0c-1.2-0.8-1.5-2.3-0.7-3.5c1.5-2.2,2.9-4.5,4.2-6.8c0.7-1.2,2.3-1.6,3.5-0.9c1.2,0.7,1.6,2.3,0.9,3.5      c-1.4,2.4-2.9,4.8-4.4,7C414.1,323.6,413.9,323.9,413.7,324z M314.7,386.1c-0.3,0.2-0.7,0.4-1.1,0.4c-2.7,0.4-5.5,0.7-8.3,0.9      c-1.4,0.1-2.6-0.9-2.7-2.3c-0.1-1.4,0.9-2.6,2.3-2.7c2.6-0.2,5.3-0.5,8-0.8c1.4-0.2,2.7,0.8,2.9,2.2      C315.9,384.6,315.5,385.5,314.7,386.1z M424.1,305.4c-0.7,0.5-1.7,0.6-2.5,0.2c-1.3-0.6-1.8-2.1-1.2-3.4      c1.1-2.4,2.2-4.9,3.1-7.4c0.5-1.3,2-1.9,3.3-1.4c1.3,0.5,1.9,2,1.4,3.3c-1,2.6-2.1,5.1-3.3,7.6      C424.7,304.8,424.4,305.1,424.1,305.4z M431.5,285.3c-0.6,0.4-1.4,0.6-2.2,0.4c-1.3-0.4-2.1-1.8-1.7-3.1c0.7-2.6,1.4-5.2,2-7.8      c0.3-1.4,1.7-2.2,3-1.9c1.4,0.3,2.2,1.7,1.9,3c-0.6,2.7-1.3,5.4-2.1,8C432.4,284.5,432,285,431.5,285.3z M435.9,264.4      c-0.5,0.3-1.1,0.5-1.8,0.4c-1.4-0.2-2.4-1.5-2.2-2.8c0.3-2.6,0.6-5.3,0.8-8c0.1-1.4,1.3-2.4,2.7-2.3c1.4,0.1,2.4,1.3,2.3,2.7      c-0.2,2.8-0.5,5.5-0.9,8.3C436.9,263.4,436.5,264,435.9,264.4z M437.1,243c-0.4,0.3-0.9,0.4-1.4,0.5c-1.4,0-2.6-1.1-2.6-2.5      c-0.1-2.7-0.2-5.4-0.4-8c-0.1-1.4,0.9-2.6,2.3-2.7c1.4-0.1,2.6,0.9,2.7,2.3c0.2,2.8,0.4,5.5,0.4,8.3      C438.2,241.8,437.8,242.6,437.1,243z M435.1,221.7c-0.3,0.2-0.6,0.3-1,0.4c-1.4,0.2-2.7-0.7-2.9-2.1c-0.5-2.6-1-5.3-1.6-7.9      c-0.3-1.4,0.5-2.7,1.9-3.1c1.4-0.3,2.7,0.5,3.1,1.9c0.6,2.7,1.2,5.4,1.7,8.1C436.3,220.2,435.9,221.2,435.1,221.7z M429.8,201      c-0.2,0.1-0.4,0.2-0.6,0.3c-1.3,0.4-2.8-0.3-3.2-1.6c-0.9-2.5-1.8-5-2.8-7.5c-0.5-1.3,0.1-2.8,1.4-3.3c1.3-0.5,2.8,0.1,3.3,1.4      c1,2.6,2,5.2,2.9,7.8C431.1,199.2,430.7,200.3,429.8,201z M421.5,181.3c-0.1,0.1-0.2,0.1-0.3,0.2c-1.2,0.6-2.8,0.2-3.4-1.1      c-1.2-2.4-2.5-4.7-3.9-7c-0.7-1.2-0.3-2.8,0.9-3.5c1.2-0.7,2.8-0.3,3.5,0.9c1.4,2.4,2.8,4.8,4,7.3      C422.9,179.2,422.5,180.6,421.5,181.3z M410.3,163c-1.1,0.8-2.7,0.5-3.5-0.6c-1.6-2.2-3.2-4.3-4.9-6.4      c-0.9-1.1-0.7-2.7,0.4-3.6c1.1-0.9,2.7-0.7,3.6,0.4c1.7,2.1,3.4,4.4,5.1,6.6C411.7,160.6,411.4,162.2,410.3,163      C410.3,163,410.3,163,410.3,163z\"></path>					<path class=\"st3\" d=\"M293.3,387.3c-0.4,0.3-0.9,0.5-1.5,0.5c-1.4,0-2.8-0.1-4.1-0.1c-1.4-0.1-2.5-1.3-2.4-2.7      c0.1-1.4,1.3-2.5,2.7-2.4c1.3,0.1,2.7,0.1,4,0.1c1.4,0,2.5,1.2,2.5,2.6C294.4,386.1,293.9,386.8,293.3,387.3z\"></path>				</g>				<g>					<path class=\"st3\" d=\"M275.7,350.8c0.7,0.2,1.4-0.1,1.9-0.7l11.9-16.9c9.6,0.5,19.4-0.6,29-3.3l15.3,13.8c0.5,0.5,1.3,0.6,2,0.2      l21.7-12c0.6-0.4,1-1.1,0.8-1.8l-3.6-20.3c7.4-6.7,13.4-14.4,18.1-22.8l20.6-1.1c0.7,0,1.3-0.5,1.5-1.2l6.8-23.8      c0.2-0.7-0.1-1.4-0.7-1.9l-16.9-11.9c0.5-9.6-0.6-19.4-3.3-29l13.8-15.3c0.5-0.5,0.6-1.3,0.2-2l-12-21.7      c-0.4-0.6-1.1-1-1.8-0.8l-20.3,3.6c-6.7-7.4-14.4-13.4-22.8-18.1l-1.1-20.6c0-0.7-0.5-1.3-1.2-1.5l-23.8-6.8      c-0.7-0.2-1.4,0.1-1.9,0.7l-11.9,16.9c-9.6-0.5-19.4,0.6-29,3.3L253.9,142c-0.5-0.5-1.3-0.6-2-0.2l-21.7,12      c-0.6,0.4-1,1.1-0.8,1.8l3.6,20.3c-7.4,6.7-13.4,14.4-18.1,22.8l-20.6,1.1c-0.7,0-1.3,0.5-1.5,1.2l-6.8,23.8      c-0.2,0.7,0.1,1.4,0.7,1.9l16.9,11.9c-0.5,9.6,0.6,19.4,3.3,29l-13.8,15.3c-0.5,0.5-0.6,1.3-0.2,2l12,21.7      c0.4,0.6,1.1,1,1.8,0.8l20.3-3.6c6.7,7.4,14.4,13.4,22.8,18.1l1.1,20.6c0,0.7,0.5,1.3,1.2,1.5L275.7,350.8z\"></path>					<g class=\"st4\">						<path class=\"st5\" d=\"M307.5,262.7c-4.2,2.9-9.2,4.4-14.4,4.2c-6.4-0.2-12.4-2.9-16.7-7.6c-4.4-4.7-6.7-10.8-6.5-17.2       c0.2-6.4,2.9-12.4,7.6-16.7c9.7-9.1,24.9-8.6,34,1.1c9.1,9.7,8.6,24.9-1.1,33.9C309.4,261.3,308.4,262,307.5,262.7z        M282.4,226.5c-0.8,0.5-1.6,1.2-2.3,1.8c-3.9,3.6-6.1,8.6-6.3,13.9c-0.2,5.3,1.7,10.4,5.4,14.3c3.6,3.9,8.6,6.1,13.9,6.3       c5.3,0.2,10.4-1.7,14.3-5.4c8-7.5,8.4-20.2,0.9-28.2C301.5,222,290.4,221,282.4,226.5z\"></path>					</g>					<path class=\"st6\" d=\"M328.6,292.3c-1.7,1.2-3.4,2.3-5.2,3.3c-2.7,1.5-5.5,2.8-8.4,3.9c0,0,0,0-0.1,0c-0.1,0-0.3,0.1-0.4,0.1      c0,0,0,0-0.1,0l0,0c0,0,0,0,0,0c-0.1,0-0.1,0-0.2,0.1c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.2,0.1-0.4,0.1-0.6,0.2      c-0.1,0-0.1,0-0.2,0.1c-0.4,0.1-0.8,0.3-1.2,0.4c-0.2,0.1-0.5,0.1-0.7,0.2c-0.4,0.1-0.9,0-1.1-0.4c-0.1-0.1-0.1-0.2-0.1-0.3      c-0.2-0.5,0.1-1.1,0.7-1.3c4-1.2,7.9-2.8,11.5-4.9c13.7-7.6,23.7-20.1,28-35.2c4.3-15.1,2.5-30.9-5.1-44.7      c-1-1.8-2-3.5-3.2-5.1c-17-24.4-50.1-32.6-76.7-17.9c-13.7,7.6-23.7,20.1-28,35.2c-4.3,15.1-2.5,30.9,5.1,44.7      c1,1.7,2,3.4,3.1,5.1c4.9,7.1,11.3,13,18.7,17.3c0.1,0.1,0.2,0.2,0.3,0.3c0.2,0.3,0.2,0.7,0,1.1c-0.3,0.5-0.9,0.7-1.4,0.4      c-7.7-4.5-14.3-10.6-19.4-17.9c-1.2-1.7-2.3-3.4-3.3-5.2c-7.9-14.2-9.7-30.6-5.2-46.2c4.5-15.6,14.8-28.5,29-36.4      c27.5-15.2,61.8-6.8,79.3,18.5c1.2,1.7,2.3,3.4,3.3,5.3C362.3,240.5,353.9,274.8,328.6,292.3z\"></path>				</g>			</g>			<g class=\"st38\">				<g>					<path class=\"st3\" d=\"M112.3,528.8c-0.8,0.2-1.6-0.1-2.1-0.8c-0.6-0.8-1.1-1.7-1.6-2.6c-0.5-0.9-0.3-2,0.6-2.6      c0.9-0.5,2-0.3,2.6,0.6c0.5,0.8,1,1.7,1.6,2.5c0.6,0.9,0.3,2-0.5,2.6C112.7,528.7,112.5,528.7,112.3,528.8z\"></path>					<path class=\"st3\" d=\"M106,517.6c-0.9,0.3-1.8-0.1-2.2-1c-0.9-1.8-1.8-3.7-2.5-5.6c-0.4-0.9,0.1-2,1-2.4c1-0.4,2,0.1,2.4,1      c0.8,1.8,1.6,3.7,2.4,5.4c0.4,0.9,0.1,2-0.9,2.5C106.2,517.6,106.1,517.6,106,517.6z M100.2,502.8c-1,0.3-2-0.3-2.3-1.2      l-0.2-0.6c-0.5-1.7-1-3.5-1.5-5.3c-0.2-1,0.3-2,1.4-2.3c1-0.2,2,0.4,2.3,1.4c0.4,1.7,0.9,3.4,1.4,5.1l0.2,0.6      C101.7,501.5,101.1,502.5,100.2,502.8C100.2,502.8,100.2,502.8,100.2,502.8z M96.6,487.3c-0.1,0-0.2,0-0.3,0.1      c-1,0.2-2-0.6-2.1-1.6c-0.3-2-0.5-4.1-0.7-6.1c-0.1-1,0.7-1.9,1.7-2c1-0.1,1.9,0.7,2,1.7c0.2,2,0.4,4,0.7,5.9      C98.1,486.1,97.5,487,96.6,487.3z M95.5,471.4c-0.2,0.1-0.4,0.1-0.6,0.1c-1,0-1.9-0.8-1.8-1.9c0-2,0.1-4.1,0.2-6.2      c0.1-1,1-1.8,2-1.7c1,0.1,1.8,1,1.7,2c-0.1,2-0.2,4-0.2,6C96.8,470.5,96.3,471.2,95.5,471.4z M96.9,455.5      c-0.3,0.1-0.5,0.1-0.8,0.1c-1-0.2-1.7-1.1-1.5-2.1c0.3-2,0.7-4.1,1.2-6.1c0.2-1,1.2-1.6,2.2-1.4c1,0.2,1.6,1.2,1.4,2.2      c-0.4,1.9-0.8,3.9-1.1,5.9C98.1,454.8,97.5,455.3,96.9,455.5z M100.7,440c-0.4,0.1-0.7,0.1-1.1,0c-1-0.3-1.5-1.4-1.2-2.3      c0.6-2,1.3-3.9,2.1-5.8c0.4-1,1.5-1.4,2.4-1c1,0.4,1.4,1.5,1,2.4c-0.7,1.8-1.4,3.7-2,5.6C101.7,439.4,101.2,439.9,100.7,440z       M106.8,425.3c-0.4,0.1-0.9,0.1-1.4-0.1c-0.9-0.5-1.3-1.6-0.8-2.5c0.9-1.8,1.9-3.7,3-5.4c0.5-0.9,1.7-1.2,2.5-0.7      c0.9,0.5,1.2,1.7,0.7,2.5c-1,1.7-2,3.5-2.9,5.2C107.7,424.9,107.2,425.2,106.8,425.3z M115.1,411.7c-0.5,0.2-1.1,0.1-1.6-0.3      c-0.8-0.6-1-1.8-0.4-2.6c1.2-1.7,2.5-3.3,3.8-4.9c0.6-0.8,1.8-0.9,2.6-0.3c0.8,0.6,0.9,1.8,0.3,2.6c-1.2,1.5-2.5,3.1-3.6,4.7      C115.8,411.4,115.4,411.6,115.1,411.7z M125.3,399.5c-0.6,0.2-1.3,0-1.8-0.5c-0.7-0.7-0.7-1.9,0-2.6c1.4-1.5,2.9-2.9,4.5-4.3      c0.8-0.7,1.9-0.6,2.6,0.1c0.7,0.8,0.6,1.9-0.1,2.6c-1.5,1.3-2.9,2.7-4.3,4.1C125.9,399.3,125.6,399.5,125.3,399.5z       M218.6,370.5c-0.3,0.1-0.6,0.1-0.9,0c-1.9-0.4-3.9-0.7-5.9-1c-1-0.1-1.7-1.1-1.6-2.1c0.1-1,1.1-1.7,2.1-1.6      c2,0.3,4.1,0.6,6.1,1c1,0.2,1.7,1.2,1.5,2.2C219.8,369.8,219.3,370.3,218.6,370.5z M137.3,389.1c-0.7,0.2-1.5,0-2-0.7      c-0.6-0.8-0.4-2,0.4-2.6c1.6-1.2,3.3-2.4,5.1-3.5c0.9-0.6,2-0.3,2.6,0.5c0.6,0.9,0.3,2-0.5,2.6c-1.7,1.1-3.3,2.2-4.9,3.4      C137.7,388.9,137.5,389,137.3,389.1z M202.8,368.7c-0.2,0.1-0.4,0.1-0.6,0.1c-2-0.1-4-0.1-6,0c-1,0-1.9-0.8-1.9-1.8      c0-1,0.8-1.9,1.8-1.9c2.1,0,4.1,0,6.2,0c1,0,1.8,0.9,1.8,1.9C204.1,367.8,203.5,368.5,202.8,368.7z M150.8,380.6      c-0.8,0.3-1.8-0.1-2.2-0.9c-0.5-0.9-0.1-2,0.8-2.5c1.8-1,3.7-1.9,5.6-2.7c0.9-0.4,2,0,2.5,0.9c0.4,0.9,0,2-0.9,2.5      c-1.8,0.8-3.6,1.7-5.4,2.6C151,380.5,150.9,380.6,150.8,380.6z M186.9,369.4c-0.1,0-0.2,0.1-0.3,0.1c-2,0.2-4,0.5-5.9,0.9      c-1,0.2-2-0.5-2.2-1.5c-0.2-1,0.5-2,1.5-2.2c2-0.4,4.1-0.7,6.1-0.9c1-0.1,1.9,0.6,2.1,1.6C188.3,368.3,187.7,369.1,186.9,369.4      z M165.4,374.3c-1,0.3-2-0.2-2.3-1.2c-0.3-1,0.2-2,1.2-2.4c1.9-0.7,3.9-1.3,5.9-1.8c1-0.3,2,0.3,2.3,1.3c0.3,1-0.3,2-1.3,2.3      C169.3,373,167.4,373.6,165.4,374.3C165.5,374.3,165.5,374.3,165.4,374.3z\"></path>					<path class=\"st3\" d=\"M231.1,373.8c-0.4,0.1-0.7,0.1-1.1,0c-0.9-0.3-1.9-0.6-2.8-0.9c-1-0.3-1.5-1.3-1.3-2.3      c0.3-1,1.3-1.5,2.3-1.3c1,0.3,1.9,0.6,2.9,0.9c1,0.3,1.5,1.4,1.2,2.3C232.2,373.1,231.7,373.6,231.1,373.8z\"></path>				</g>				<g>					<path class=\"st3\" d=\"M291.7,425.8c-0.9,0.3-1.8-0.1-2.2-1c-0.4-0.9-0.9-1.7-1.3-2.6c-0.5-0.9-0.1-2,0.8-2.5      c0.9-0.5,2-0.1,2.5,0.8c0.5,0.9,0.9,1.8,1.4,2.7c0.5,0.9,0.1,2-0.8,2.5C291.9,425.8,291.8,425.8,291.7,425.8z\"></path>					<path class=\"st3\" d=\"M227.2,571.9C227.2,571.9,227.2,571.9,227.2,571.9c-1.8,0.5-3.5,0.9-5.3,1.3l-0.6,0.1      c-1,0.2-2-0.4-2.2-1.4c-0.2-1,0.4-2,1.4-2.2l0.6-0.1c1.7-0.4,3.4-0.8,5.1-1.3c1-0.3,2,0.3,2.3,1.3      C228.7,570.6,228.1,571.6,227.2,571.9z M236.4,568.8c-0.9,0.3-1.9-0.2-2.3-1.1c-0.4-1,0.1-2,1.1-2.4c1.8-0.7,3.6-1.5,5.4-2.3      c0.9-0.4,2,0,2.5,0.9c0.4,0.9,0,2-0.9,2.5c-1.8,0.8-3.7,1.6-5.6,2.3C236.5,568.8,236.4,568.8,236.4,568.8z M211.8,575      c-0.1,0-0.2,0.1-0.3,0.1c-2,0.3-4,0.4-6.1,0.6c-1,0.1-1.9-0.7-2-1.7c-0.1-1,0.7-1.9,1.7-2c1.9-0.1,3.9-0.3,5.8-0.6      c1-0.1,1.9,0.6,2.1,1.6C213.2,573.9,212.7,574.7,211.8,575z M250.6,562.1c-0.8,0.2-1.7-0.1-2.1-0.9c-0.5-0.9-0.2-2,0.7-2.5      c1.7-1,3.4-2,5-3.1c0.9-0.6,2-0.3,2.6,0.5c0.6,0.9,0.3,2-0.5,2.6c-1.7,1.1-3.4,2.2-5.2,3.2C250.8,562,250.7,562.1,250.6,562.1z       M196.1,575.8c-0.2,0.1-0.4,0.1-0.6,0.1c-2-0.1-4.1-0.2-6.1-0.3c-1-0.1-1.8-1-1.7-2c0.1-1,1-1.8,2-1.7c1.9,0.2,3.9,0.3,5.9,0.3      c1,0,1.8,0.9,1.8,1.9C197.4,574.9,196.9,575.5,196.1,575.8z M263.5,553.3c-0.7,0.2-1.5,0-2-0.6c-0.6-0.8-0.5-2,0.3-2.6      c1.5-1.2,3-2.5,4.5-3.8c0.8-0.7,1.9-0.6,2.6,0.1c0.7,0.8,0.6,1.9-0.1,2.6c-1.5,1.3-3.1,2.7-4.6,3.9      C264,553.1,263.7,553.3,263.5,553.3z M180.6,574.1c-0.3,0.1-0.6,0.1-0.9,0c-2-0.4-4-0.8-6-1.3c-1-0.2-1.6-1.2-1.4-2.2      c0.2-1,1.3-1.6,2.2-1.4c1.9,0.5,3.8,0.9,5.7,1.2c1,0.2,1.7,1.2,1.5,2.2C181.7,573.4,181.2,573.9,180.6,574.1z M275,542.7      c-0.6,0.2-1.3,0-1.8-0.4c-0.8-0.7-0.8-1.9-0.1-2.6c1.3-1.4,2.6-2.9,3.9-4.4c0.7-0.8,1.8-0.9,2.6-0.3c0.8,0.7,0.9,1.8,0.3,2.6      c-1.3,1.6-2.6,3.1-4,4.6C275.6,542.4,275.3,542.6,275,542.7z M284.8,530.4c-0.5,0.2-1.1,0.1-1.6-0.2c-0.8-0.6-1.1-1.7-0.5-2.6      c1.1-1.6,2.2-3.3,3.2-5c0.5-0.9,1.7-1.2,2.6-0.6c0.9,0.5,1.2,1.7,0.6,2.6c-1,1.7-2.1,3.5-3.3,5.1      C285.5,530,285.2,530.3,284.8,530.4z M292.6,516.8c-0.4,0.1-0.9,0.1-1.3-0.1c-0.9-0.4-1.3-1.6-0.9-2.5c0.8-1.8,1.6-3.6,2.4-5.4      c0.4-1,1.5-1.4,2.4-1c1,0.4,1.4,1.5,1,2.4c-0.8,1.9-1.6,3.7-2.5,5.6C293.5,516.3,293,516.6,292.6,516.8z M298.2,502.2      c-0.3,0.1-0.7,0.1-1.1,0c-1-0.3-1.5-1.3-1.2-2.3c0.6-1.9,1.1-3.8,1.5-5.7c0.2-1,1.2-1.6,2.2-1.4c1,0.2,1.6,1.2,1.4,2.2      c-0.5,2-1,3.9-1.6,5.9C299.3,501.6,298.8,502,298.2,502.2z M301.6,486.9c-0.3,0.1-0.5,0.1-0.8,0.1c-1-0.1-1.7-1.1-1.6-2.1      c0.3-1.9,0.5-3.9,0.7-5.8c0.1-1,1-1.8,2-1.7c1,0.1,1.8,1,1.7,2c-0.2,2-0.4,4.1-0.7,6.1C302.8,486.1,302.3,486.7,301.6,486.9z       M302.7,471.2c-0.2,0-0.3,0.1-0.5,0.1c-1,0-1.9-0.8-1.9-1.8c0-1.9-0.1-3.9-0.2-5.9c-0.1-1,0.7-1.9,1.7-2c1-0.1,1.9,0.7,2,1.7      c0.1,2,0.2,4.1,0.2,6.1C304,470.3,303.4,471,302.7,471.2z M301.3,455.6c-0.1,0-0.2,0-0.2,0.1c-1,0.2-2-0.5-2.1-1.5      c-0.3-1.9-0.7-3.9-1.1-5.8c-0.2-1,0.4-2,1.4-2.2c1-0.2,2,0.4,2.2,1.4c0.4,2,0.8,4,1.2,6C302.7,454.4,302.2,455.3,301.3,455.6z       M297.6,440.4c-1,0.3-2-0.2-2.3-1.2c-0.6-1.9-1.3-3.7-2-5.5c-0.4-1,0.1-2,1.1-2.4c1-0.4,2,0.1,2.4,1.1c0.7,1.9,1.4,3.8,2,5.7      C299.2,439,298.6,440,297.6,440.4C297.6,440.4,297.6,440.4,297.6,440.4z\"></path>					<path class=\"st3\" d=\"M165.3,570.1c-0.4,0.1-0.8,0.1-1.1,0c-1-0.3-1.9-0.7-2.8-1c-1-0.4-1.4-1.4-1.1-2.4c0.4-1,1.4-1.4,2.4-1.1      c0.9,0.3,1.8,0.7,2.7,1c1,0.3,1.5,1.4,1.1,2.4C166.3,569.5,165.9,570,165.3,570.1z\"></path>				</g>				<g>					<path class=\"st3\" d=\"M161.3,540.7c0.4,0.3,1,0.3,1.4,0l12.1-9.1c6.6,2.5,13.7,4,20.9,4.3l7.6,13.1c0.3,0.5,0.8,0.7,1.3,0.6      l17.8-3.5c0.5-0.1,0.9-0.5,1-1l2.1-15c6.6-3,12.6-7,17.8-11.8l14.6,3.9c0.5,0.1,1.1-0.1,1.4-0.5l10.2-15c0.3-0.4,0.3-1,0-1.4      l-9.1-12.1c2.5-6.6,4-13.7,4.3-20.9l13.1-7.6c0.5-0.3,0.7-0.8,0.6-1.3l-3.5-17.8c-0.1-0.5-0.5-0.9-1-1l-15-2.1      c-3-6.6-7-12.6-11.8-17.8l3.9-14.6c0.1-0.5-0.1-1.1-0.5-1.4l-15-10.2c-0.4-0.3-1-0.3-1.4,0l-12.1,9.1c-6.6-2.5-13.7-4-20.9-4.3      l-7.6-13.1c-0.3-0.5-0.8-0.7-1.3-0.6l-17.8,3.5c-0.5,0.1-0.9,0.5-1,1l-2.1,15c-6.6,3-12.6,7-17.8,11.8l-14.6-3.9      c-0.5-0.1-1.1,0.1-1.4,0.5l-10.2,15c-0.3,0.4-0.3,1,0,1.4l9.1,12.1c-2.5,6.6-4,13.7-4.3,20.9l-13.1,7.6      c-0.5,0.3-0.7,0.8-0.6,1.3l3.5,17.8c0.1,0.5,0.5,0.9,1,1l15,2.1c3,6.6,7,12.6,11.8,17.8l-3.9,14.6c-0.1,0.5,0.1,1.1,0.5,1.4      L161.3,540.7z\"></path>					<g class=\"st4\">						<path class=\"st5\" d=\"M203.4,486.5c-3.6,1.1-7.4,1-11-0.3c-4.4-1.6-8-4.8-10-9.1c-2-4.3-2.2-9-0.6-13.5c1.6-4.4,4.8-8,9.1-10       c8.8-4.1,19.3-0.3,23.4,8.5c4.1,8.8,0.3,19.3-8.5,23.4C205.1,486,204.2,486.3,203.4,486.5z M194.2,455.6       c-0.7,0.2-1.3,0.5-2,0.8c-3.5,1.7-6.2,4.6-7.5,8.3c-1.3,3.7-1.1,7.6,0.5,11.2c1.7,3.5,4.6,6.2,8.3,7.5       c3.7,1.3,7.6,1.1,11.2-0.5c7.3-3.4,10.5-12.1,7-19.4C208.5,456.8,201,453.6,194.2,455.6z\"></path>					</g>					<path class=\"st6\" d=\"M211.4,511.9c-1.4,0.4-2.9,0.8-4.4,1.1c-2.2,0.4-4.5,0.7-6.7,0.8c0,0,0,0-0.1,0c-0.1,0-0.2,0-0.3,0      c0,0,0,0,0,0l0,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.1,0-0.3,0-0.4,0c-0.1,0-0.1,0-0.2,0      c-0.3,0-0.6,0-0.9,0c-0.2,0-0.4,0-0.5,0c-0.3,0-0.6-0.2-0.7-0.5c0-0.1,0-0.2,0-0.2c0-0.4,0.3-0.7,0.8-0.7      c3,0.1,6.1-0.2,9.1-0.8c11.3-2.2,21-8.6,27.5-18.2c6.4-9.5,8.8-21,6.6-32.3c-0.3-1.5-0.6-2.9-1-4.3      c-6.3-20.9-27.5-34-49.4-29.8c-11.3,2.2-21,8.6-27.5,18.2c-6.4,9.5-8.8,21-6.6,32.3c0.3,1.4,0.6,2.9,1,4.2      c1.8,6,4.9,11.6,9.1,16.3c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.3,0,0.6-0.2,0.8c-0.3,0.3-0.8,0.2-1.1-0.1c-4.4-4.9-7.6-10.6-9.5-16.9      c-0.4-1.4-0.8-2.9-1.1-4.4c-2.3-11.7,0.2-23.5,6.8-33.4c6.7-9.9,16.8-16.5,28.4-18.8c22.6-4.4,44.6,9.3,51.1,30.8      c0.4,1.4,0.8,2.9,1.1,4.4C246.7,483.4,233,505.4,211.4,511.9z\"></path>				</g>			</g>			<g>				<path class=\"st12\" d=\"M744.7,860.1c-16.9,11.7-444.7,11-453.9-4.9c-8.6-14.9-19-612.5,2.9-625.2c11.1-6.5,71.1-2.8,124.2-2.5     c45.3,0.2,86.6,0.8,92.2,0.9c3.1,0,42.9-2.4,88.4-3.3c64.1-1.3,136.1-11.4,139.6,9.6C743.6,269,761.5,848.3,744.7,860.1z\"></path>				<path class=\"st39\" d=\"M513.2,843.1c-54.4-0.4-105.4-1.5-143.4-3.3c-48.8-2.3-67-2.2-70.8-6.3c-6.5-7-3.3-38.6-5.3-96.6     c-2-57.7-3.4-130.2-4-198.8c-0.7-79-0.2-148.2,1.4-200.1c0.9-29.3,2.1-52.9,3.7-70.2c1.6-18.1,1.5-27.1,4.3-29.3     c7.7-6.3,38.5-2.2,118.8-1.8c5.5,0,11,0.1,16.3,0.1c29.5,0.2,55.7,0.5,68.2,0.7c3.9,0,6.5,0.1,7.6,0.1c1.1,0,3.5-0.1,10.3-0.4     c14.7-0.7,45.1-2.1,78.3-2.8c14.3-0.3,27.7-0.4,39.9-0.3c25.4,0.2,87.9-1.7,89.1,0.3c1.9,3.2,1.9,19.6,2.3,29.6     c1.9,52.2,6.9,190.8,9.7,318.2c1.6,71.8,2.2,129.7,2,172.3c-0.4,58.2,0.6,78.4-3.8,82.7c-4.1,4-23,3.2-74.7,4.6     C621.1,843,567.8,843.4,513.2,843.1z\"></path>				<path class=\"st12\" d=\"M589.4,239.4c-0.8,4.6-1.9,8.3-3.1,9.8c-3.9,4.9-61.2,2.2-74.9,2.1c-7.5-0.1-67.8-0.4-77.3-2.3     c-7.7-1.5-9.7-28.2-8.4-36.9c1.3-8.7,64.3,0.5,64.3-9.4c0.1-11.4,1.5-29.9,20.7-28.5c10.3,0.7,13.8,7.7,15,14.7     c1.1,6.1,0.5,12.4,1.2,14.7c1.5,5,46.9,4,56.9,4.7C591.1,208.8,591.5,227.2,589.4,239.4z\"></path>				<path class=\"st40\" d=\"M589.4,239.4c-0.8,4.6-1.9,8.3-3.1,9.8c-3.9,4.9-61.2,2.2-74.9,2.1c-7.5-0.1-67.8-0.4-77.3-2.3     c-7.7-1.5-9.7-28.2-8.4-36.9c1.3-8.7,64.3,0.5,64.3-9.4c0.1-11.4,1.5-29.9,20.7-28.5c10.3,0.7,13.8,7.7,15,14.7     c-2.9,0.7-5.5,1.2-7.6,1.5c-11.9,1.3-11.5,14.9-18.6,22.6c-7.1,7.6-51.9,5.5-55.4,7.8c-3.5,2.3-1.7,13.1-0.1,15.9     C445.7,239.4,576,247.8,589.4,239.4C589.4,239.4,589.4,239.4,589.4,239.4z\"></path>			</g>			<g>				<path class=\"st41\" d=\"M298.3,295.2c4.1-4.9,421.5-4.2,424.8-0.8c3.3,3.5,4.4,206.2,1.7,209.4c-2.7,3.3-427.7,6.7-430.3,2.4     C291.8,501.9,294.6,299.6,298.3,295.2z\"></path>				<path class=\"st12\" d=\"M524.2,334.4c0,3-2.3,5.4-5.3,5.5c-3,0-5.4-2.4-5.5-5.3c0-3,2.3-5.4,5.3-5.5     C521.7,329,524.1,331.4,524.2,334.4z\"></path>				<path class=\"st12\" d=\"M525.9,468.1c0,3-2.3,5.4-5.3,5.5c-3,0-5.4-2.4-5.5-5.3c0-3,2.3-5.4,5.3-5.5     C523.4,462.7,525.8,465.1,525.9,468.1z\"></path>									<ellipse transform=\"matrix(3.492504e-02 -0.9994 0.9994 3.492504e-02 121.6913 885.4902)\" class=\"st12\" cx=\"519.3\" cy=\"379.7\" rx=\"6.7\" ry=\"6.7\"></ellipse>				<path class=\"st12\" d=\"M527.2,427.7c0.1,4-3.2,7.3-7.2,7.4c-4,0.1-7.3-3.2-7.4-7.2c-0.1-4,3.2-7.3,7.2-7.4     C523.9,420.5,527.2,423.7,527.2,427.7z\"></path>				<line class=\"st42\" x1=\"518.4\" y1=\"309.6\" x2=\"520.8\" y2=\"494\"></line>				<g>					<g>						<line class=\"st43\" x1=\"551.9\" y1=\"612.4\" x2=\"663.5\" y2=\"610.9\"></line>													<ellipse transform=\"matrix(3.451916e-02 -0.9994 0.9994 3.451916e-02 -76.1021 1145.8722)\" class=\"st12\" cx=\"555\" cy=\"612.3\" rx=\"8.4\" ry=\"8.3\"></ellipse>					</g>					<g>						<line class=\"st43\" x1=\"552.3\" y1=\"641\" x2=\"663.9\" y2=\"639.5\"></line>													<ellipse transform=\"matrix(3.462169e-02 -0.9994 0.9994 3.462169e-02 -104.3785 1173.7678)\" class=\"st12\" cx=\"555.4\" cy=\"640.9\" rx=\"8.4\" ry=\"8.3\"></ellipse>					</g>					<g>						<line class=\"st43\" x1=\"552.6\" y1=\"669.5\" x2=\"664.3\" y2=\"668.1\"></line>													<ellipse transform=\"matrix(3.432224e-02 -0.9994 0.9994 3.432224e-02 -132.4407 1201.9343)\" class=\"st12\" cx=\"555.7\" cy=\"669.5\" rx=\"8.4\" ry=\"8.3\"></ellipse>					</g>				</g>				<g>					<path class=\"st44\" d=\"M563.1,767c-2-2.7,6.7-29.5,9.3-29.8c2.6-0.2,7.8,11.7,8.8,10.5c1-1.2,1.7-20.3,4.3-21.2      c2.5-1,2.7,9.5,4.9,10.3c2.1,0.7,9.2-37.5,11.9-37.9c2.8-0.4,10.7,29.3,11.9,30.3c1.2,1,8.1-13,11.1-11.3      c3,1.7,6.6,9.9,7.6,10.7c1,0.8,3.2-16.6,5.2-16.6c2.1,0,2.7,4.6,4,5.7c1.3,1.1,1.9-21.5,3.8-21.3c1.9,0.2,2.4,12.4,4.1,12      c1.6-0.3,6.1-15.6,7.9-15.8c1.9-0.2,7.5,10,11.3,9.5c3.9-0.5,1.5-12.5,3.2-11.8c1.8,0.8,2.8,3,4.2,3.5      c1.4,0.5,11.3-37.4,15.2-37.6c3.9-0.2,5.3,20.9,6.8,21.2c1.5,0.2,4.3-8.1,6.9-8.3c2.6-0.2,10.4,1.1,11.6,0.1      c1.2-1,5.4-33,6.1-33.8s1,137.6-1.4,137.2C719.4,772.3,565,769.6,563.1,767z\"></path>					<path class=\"st14\" d=\"M551.8,777.3c-2.4-4.3,11.3-19,11.7-17c0.4,2,1.9,6.4,2.7,5.4c0.8-1,3-15.7,5.1-16.1c2-0.4,3.1,5.4,4,5.1      c0.9-0.3,1.3-16.1,5-16.2c3.7,0,6.1,14,7.1,12.8s3.8-7.9,5.7-6.9c2,0.9,4.7,6,5.3,6.5c0.6,0.5,1.8-11.6,3.4-13.6      c1.7-2,17,6,17.2,4.1c0.2-1.9,9.4-16.6,13-15.6c3.6,1,10.9,2.5,11.8,2.6c0.9,0.1,11.1-19.6,13.8-19.1      c2.7,0.5,6.7,12.5,8.8,10.8c2.1-1.7,13.5-22.8,16.4-23.1c3-0.3,11.5,8.9,13.5,8.5s3-23,7.9-24.4s5.4,14.5,8.7,15.2      s9.7-37.7,10.8-37.4c1.1,0.3,0.1,114.7-0.8,115.7C722.3,775.7,552.7,779.1,551.8,777.3z\"></path>				</g>				<g>					<polyline class=\"st45\" points=\"315.8,323.3 317.8,483.8 501.9,481.4      \"></polyline>					<path class=\"st46\" d=\"M332.5,390.8c1.6-1.7,24.1-1.1,25-0.3c0.8,0.8,2.6,76.9,1,78.5c-1.6,1.7-23.3,2-25,0.3      C331.8,467.7,331.7,391.6,332.5,390.8z\"></path>					<path class=\"st47\" d=\"M370.8,385.8c1.6-1.8,24.1-1.2,25-0.3c0.8,0.9,2.7,81.2,1.1,83c-1.6,1.8-23.3,2.1-25,0.3      C370.1,467,369.9,386.7,370.8,385.8z\"></path>					<path class=\"st48\" d=\"M407.8,348.3c1.6-2.6,24.1-1.6,25-0.3c0.8,1.3,3.1,116.9,1.5,119.5c-1.6,2.6-23.3,2.8-25,0.3      C407.6,465.2,407,349.5,407.8,348.3z\"></path>					<path class=\"st44\" d=\"M446.7,327.1c1.6-3,24.1-1.8,25-0.3c0.9,1.5,3.4,136.8,1.8,139.8c-1.6,3-23.3,3.3-25,0.3      C446.7,463.9,445.9,328.6,446.7,327.1z\"></path>					<path class=\"st12\" d=\"M307.6,330.1c-0.8-0.8,7.3-18.5,8.1-18.5c0.8,0,10.2,17.4,9.4,18.3C324.2,330.7,308.4,330.9,307.6,330.1z      \"></path>					<path class=\"st12\" d=\"M494.2,473c0.8-0.8,18.4,7.3,18.4,8.1c0,0.8-17.4,10.3-18.2,9.4C493.6,489.7,493.4,473.9,494.2,473z\"></path>				</g>			</g>			<g>				<path class=\"st49\" d=\"M445.7,602.3l-18,48c15.4,6.7,24.6,21.9,24.2,37.9c-0.1,2.3-0.3,4.7-0.8,7l50.5,8.8     c0.7-3.5,1.1-7,1.3-10.5C505.7,654.9,483.5,617.4,445.7,602.3z\"></path>				<path class=\"st50\" d=\"M396.9,724.8c20.7,8.1,44-2.1,52.1-22.8c1.8-4.5,2.7-9.1,2.8-13.7l51,5.4c-0.6,9-2.6,18.1-6.1,27     c-18.4,47-71.5,70.3-118.5,51.9c-17.4-6.8-31.6-18.4-41.5-32.6l41.3-30.1C382.4,716.4,388.9,721.7,396.9,724.8z\"></path>				<path class=\"st22\" d=\"M445,608.1l-18,48c15.4,6.7,24.6,21.9,24.2,37.9c-0.1,2.3-0.3,4.7-0.8,7l50.5,8.8c0.7-3.5,1.1-7,1.3-10.5     C505,660.7,482.8,623.2,445,608.1z\"></path>				<path class=\"st51\" d=\"M325.6,653.1c-11.6,29.6-6.7,61.6,10.3,85.9c1.1,1.5,2.2,3,3.4,4.5l41.2-30.4c-1.2-1.5-2.2-2.8-3.2-4.3     c-7-10.6-9-24.3-4-37c4.5-11.5,13.7-19.8,24.6-23.5l-17-48.3C356.4,608.4,335.7,627.1,325.6,653.1z\"></path>									<linearGradient id=\"SVGID_00000046321191969012376840000005831937428667725959_\" gradientUnits=\"userSpaceOnUse\" x1=\"319.549\" y1=\"678.2723\" x2=\"398.1205\" y2=\"678.2723\">					<stop offset=\"0\" style=\"stop-color:#FEC03E\"></stop>					<stop offset=\"0.9944\" style=\"stop-color:#F79C21\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000046321191969012376840000005831937428667725959_);\" d=\"M325.9,659.6     c-11.6,29.6-6.7,61.6,10.3,85.9c1.1,1.5,2.2,3,3.4,4.5l41.3-30.4c-1.2-1.3-2.3-2.8-3.3-4.2c-7-10.6-9-24.3-4-37     c4.5-11.5,13.7-19.8,24.6-23.5l-17-48.3C356.7,615,336,633.7,325.9,659.6z\"></path>				<path class=\"st53\" d=\"M396.4,730.4c20.7,8.1,44-2.1,52.1-22.8c1.8-4.5,2.7-9.1,2.8-13.7l51,5.4c-0.6,9-2.6,18.1-6.1,27     c-18.4,47-71.5,70.3-118.5,51.9c-17.4-6.8-31.6-18.4-41.5-32.6l41.4-30.2C382,721.9,388.4,727.3,396.4,730.4z\"></path>				<path class=\"st54\" d=\"M443,589.4l-18.4,47.8c-8.5-3.1-18.1-3.4-27.3-0.1c-0.2,0.1-0.3,0.1-0.5,0.2L379.6,589     c0.2-0.1,0.3-0.1,0.5-0.2C401.3,581.3,423.4,582.1,443,589.4z\"></path>				<path class=\"st14\" d=\"M445,595.5l-18.4,47.8c-8.5-3.1-18.1-3.4-27.3-0.1c-0.2,0.1-0.3,0.1-0.5,0.2l-17.2-48.2     c0.2-0.1,0.3-0.1,0.5-0.2C403.3,587.4,425.5,588.2,445,595.5z\"></path>			</g>			<g>				<path class=\"st20\" d=\"M64.8,572.6c8.2-11.6,228.4-12.8,233.3-5.7c4.9,7.1,10.8,281.8,1.8,287.8c-9,6-219.3-0.7-227.8-15.8     C63.4,823.7,49.7,593.8,64.8,572.6z\"></path>				<path class=\"st20\" d=\"M296.1,795.3c-0.2,34-1.5,58.7-4.2,60.5c-9,6-220.9,12.8-229.4-2.3c-8.6-15.2-11.7-243.6-1.6-267.7     c4.7-11.1,222.8-11.3,227.7-4.2c0.2,0.3,0.5,1.2,0.7,2.5C292.6,603,296.6,721.1,296.1,795.3z\"></path>				<path class=\"st55\" d=\"M84,609.5c3.7-1.5,177.8-0.7,181.7,0.3c4,1,3.7,38.1-3.4,38.9c-7.1,0.8-172.3,1.7-179.2-0.4     C76.3,646.1,76.1,612.8,84,609.5z\"></path>				<g>					<path class=\"st56\" d=\"M80.6,672.8c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      S78,681.1,80.6,672.8z\"></path>					<path class=\"st56\" d=\"M131.5,673.1c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C130.5,700.9,128.9,681.4,131.5,673.1z\"></path>					<path class=\"st56\" d=\"M182.4,673.4c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C181.4,701.2,179.8,681.7,182.4,673.4z\"></path>					<path class=\"st57\" d=\"M233.9,673.7c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      S231.3,682,233.9,673.7z\"></path>				</g>				<g>					<path class=\"st56\" d=\"M80.3,720.2c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C79.3,748,77.7,728.6,80.3,720.2z\"></path>					<path class=\"st56\" d=\"M131.2,720.5c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C130.2,748.3,128.6,728.8,131.2,720.5z\"></path>					<path class=\"st56\" d=\"M182.1,720.8c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C181.1,748.6,179.5,729.1,182.1,720.8z\"></path>					<path class=\"st57\" d=\"M233,721.1c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C232,748.9,230.5,729.4,233,721.1z\"></path>				</g>				<g>					<path class=\"st56\" d=\"M80,767.7c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C79,795.5,77.4,776,80,767.7z\"></path>					<path class=\"st56\" d=\"M130.9,768c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C129.9,795.8,128.4,776.3,130.9,768z\"></path>					<path class=\"st56\" d=\"M181.8,768.3c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5s-31.6,3-32.1-1.5      C180.8,796.1,179.3,776.6,181.8,768.3z\"></path>					<path class=\"st57\" d=\"M232.8,768.6c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C231.8,796.4,230.2,776.9,232.8,768.6z\"></path>				</g>				<g>					<path class=\"st56\" d=\"M79.7,815.1c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C78.7,843,77.2,823.5,79.7,815.1z\"></path>					<path class=\"st56\" d=\"M130.7,815.4c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C129.7,843.3,128.1,823.8,130.7,815.4z\"></path>					<path class=\"st58\" d=\"M181.6,815.7c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C180.6,843.5,179,824.1,181.6,815.7z\"></path>					<path class=\"st57\" d=\"M232.5,816c1.6-5.1,27.9-2.9,31.1-0.7c4.4,3,2.5,33.2,0.6,34.5c-1.9,1.3-31.6,3-32.1-1.5      C231.5,843.8,229.9,824.4,232.5,816z\"></path>				</g>				<g>					<path class=\"st5\" d=\"M243.5,688l13.1,0.1l0,3l-13.1-0.1L243.5,688z M248,694.1c0-0.3,0.1-0.6,0.2-0.8c0.1-0.2,0.3-0.5,0.4-0.7      c0.2-0.2,0.4-0.3,0.6-0.4c0.2-0.1,0.5-0.2,0.8-0.2c0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.5,0.3,0.6,0.5c0.2,0.2,0.3,0.4,0.4,0.7      c0.1,0.3,0.2,0.5,0.2,0.8c0,0.3-0.1,0.6-0.2,0.8c-0.1,0.2-0.3,0.5-0.4,0.6c-0.2,0.2-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.2-0.8,0.2      c-0.3,0-0.6-0.1-0.8-0.2c-0.2-0.1-0.5-0.3-0.6-0.5c-0.2-0.2-0.3-0.4-0.4-0.7C248,694.7,248,694.4,248,694.1z M248,685      c0-0.3,0.1-0.6,0.2-0.8c0.1-0.2,0.3-0.5,0.4-0.7c0.2-0.2,0.4-0.3,0.6-0.4c0.2-0.1,0.5-0.2,0.8-0.2c0.3,0,0.6,0.1,0.8,0.2      c0.2,0.1,0.5,0.3,0.6,0.5c0.2,0.2,0.3,0.4,0.4,0.7c0.1,0.3,0.2,0.5,0.2,0.8c0,0.3-0.1,0.6-0.2,0.8c-0.1,0.2-0.3,0.5-0.4,0.6      c-0.2,0.2-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.2-0.8,0.2c-0.3,0-0.6-0.1-0.8-0.2c-0.2-0.1-0.5-0.3-0.6-0.5      c-0.2-0.2-0.3-0.4-0.4-0.7C248.1,685.6,248,685.3,248,685z\"></path>				</g>				<g>					<path class=\"st5\" d=\"M245.6,730.8l4.2,4.3l4.1-4.2l2.1,2.1l-4.1,4.3l4.3,4.2l-2.2,2.2l-4.2-4.3l-4.2,4.3l-2.1-2.1l4.2-4.4      l-4.2-4.2L245.6,730.8z\"></path>				</g>				<g>					<path class=\"st5\" d=\"M252,786.4l-5.9,0l0-2.9l5.9,0L252,786.4z\"></path>				</g>				<g>					<path class=\"st5\" d=\"M241.3,829l5,0l0-5.1l3,0l0,5.1l5,0l0,3l-5,0l0,5.1l-3,0l0-5.1l-5,0L241.3,829z\"></path>				</g>				<g>					<path class=\"st5\" d=\"M190.3,831.1l13.1,0.1l0,3l-13.1-0.1L190.3,831.1z M190.4,826.4l13.1,0.1l0,3l-13.1-0.1L190.4,826.4z\"></path>				</g>				<path class=\"st59\" d=\"M239.1,641.2c-1.5-0.3-1.2-22.2,0.1-23.7c1.3-1.6,13.9-1.3,15.5,0.1c1.5,1.4,1.9,22.6-0.1,23.7     C252.5,642.4,241.3,641.6,239.1,641.2z\"></path>				<g>					<path class=\"st60\" d=\"M258.6,640.5c0-0.3,0.1-0.6,0.2-0.9c0.1-0.3,0.3-0.5,0.5-0.7c0.2-0.2,0.4-0.4,0.7-0.5      c0.3-0.1,0.6-0.2,0.9-0.2c0.3,0,0.6,0.1,0.9,0.2c0.3,0.1,0.5,0.3,0.7,0.5c0.2,0.2,0.4,0.4,0.5,0.7c0.1,0.3,0.2,0.6,0.2,0.9      c0,0.3-0.1,0.6-0.2,0.9c-0.1,0.3-0.3,0.5-0.5,0.7c-0.2,0.2-0.4,0.4-0.7,0.5c-0.3,0.1-0.6,0.2-0.9,0.2c-0.3,0-0.6-0.1-0.9-0.2      c-0.3-0.1-0.5-0.3-0.7-0.5c-0.2-0.2-0.4-0.4-0.5-0.7C258.6,641.1,258.6,640.8,258.6,640.5z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M95,682.9l-3.4,3l-2-2.4l5.5-4.7l3.3,0L98.4,696l-3.4,0L95,682.9z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M141.6,692.4l6.6-5.9c0.3-0.3,0.7-0.6,1-1c0.3-0.4,0.5-0.8,0.5-1.4c0-0.6-0.2-1-0.6-1.4      c-0.4-0.3-0.9-0.5-1.5-0.5c-0.7,0-1.2,0.2-1.6,0.6c-0.4,0.4-0.6,0.9-0.6,1.5l-3.6-0.3c0.1-0.9,0.2-1.7,0.6-2.3      c0.3-0.7,0.7-1.2,1.3-1.6c0.5-0.4,1.1-0.8,1.9-1c0.7-0.2,1.5-0.3,2.3-0.3c0.8,0,1.5,0.1,2.1,0.3c0.7,0.2,1.2,0.5,1.7,1      c0.5,0.4,0.9,1,1.1,1.6c0.3,0.6,0.4,1.4,0.4,2.3c0,0.5-0.1,1-0.2,1.5c-0.1,0.4-0.3,0.8-0.5,1.2c-0.2,0.4-0.4,0.7-0.7,1      c-0.3,0.3-0.6,0.6-0.9,0.9l-5.2,4.4l7.5,0l0,3.2l-11.8-0.1L141.6,692.4z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M194.9,686.2l1.2,0c0.3,0,0.7,0,1-0.1c0.3,0,0.6-0.1,0.9-0.3c0.3-0.1,0.5-0.3,0.6-0.6      c0.2-0.2,0.2-0.6,0.2-1c0-0.5-0.2-0.9-0.6-1.3c-0.4-0.3-0.9-0.5-1.5-0.5c-0.6,0-1,0.1-1.4,0.5c-0.4,0.3-0.6,0.7-0.7,1.1      l-3.9-0.8c0.2-0.7,0.5-1.4,0.9-1.9c0.4-0.5,0.8-0.9,1.4-1.3c0.5-0.3,1.1-0.6,1.8-0.7c0.6-0.1,1.3-0.2,2-0.2      c0.7,0,1.5,0.1,2.2,0.3c0.7,0.2,1.3,0.5,1.8,0.9c0.5,0.4,0.9,0.9,1.2,1.5c0.3,0.6,0.5,1.3,0.5,2.1c0,1-0.3,1.8-0.8,2.4      c-0.5,0.7-1.2,1.1-2.2,1.3l0,0.1c0.5,0.1,1,0.2,1.3,0.5c0.4,0.2,0.7,0.5,1,0.9c0.3,0.4,0.5,0.8,0.6,1.2      c0.1,0.5,0.2,0.9,0.2,1.4c0,0.9-0.2,1.6-0.5,2.2c-0.3,0.6-0.8,1.2-1.3,1.6c-0.6,0.4-1.2,0.7-1.9,0.9c-0.7,0.2-1.5,0.3-2.4,0.3      c-1.5,0-2.8-0.4-3.9-1.1c-1.1-0.7-1.8-1.8-2.1-3.4l3.8-0.9c0.1,0.6,0.4,1.1,0.8,1.5c0.4,0.4,1,0.5,1.7,0.5      c0.8,0,1.4-0.2,1.7-0.6c0.4-0.4,0.6-0.9,0.6-1.6c0-0.5-0.1-0.9-0.3-1.1c-0.2-0.3-0.5-0.5-0.8-0.6c-0.3-0.1-0.7-0.2-1.1-0.2      c-0.4,0-0.8,0-1.2,0l-0.8,0L194.9,686.2z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M95.8,740.3l-7.4,0l0-3l7-10.6l3.9,0l-0.1,10.6l2.2,0l0,3l-2.2,0l0,3.4l-3.4,0L95.8,740.3z M95.8,731.3      L95.8,731.3l-3.8,5.9l3.8,0L95.8,731.3z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M152.5,730.1l-6.7,0l-0.1,2.6c0.4-0.1,0.9-0.2,1.5-0.2c0.9,0,1.6,0.1,2.4,0.4c0.7,0.3,1.3,0.6,1.8,1.1      c0.5,0.5,0.9,1.1,1.2,1.8c0.3,0.7,0.4,1.5,0.4,2.4c0,1-0.2,1.8-0.5,2.6c-0.3,0.8-0.8,1.4-1.4,1.9c-0.6,0.5-1.3,0.9-2,1.2      c-0.8,0.3-1.6,0.4-2.6,0.4c-1.5,0-2.7-0.4-3.7-1.1c-1-0.7-1.7-1.8-2-3.3l3.7-0.8c0.1,0.6,0.3,1.1,0.8,1.5      c0.4,0.4,0.9,0.6,1.5,0.6c0.8,0,1.4-0.2,1.8-0.7c0.5-0.5,0.7-1.1,0.7-1.8c0-0.6-0.1-1-0.3-1.4c-0.2-0.4-0.5-0.7-0.9-0.9      c-0.4-0.2-0.8-0.4-1.2-0.5c-0.5-0.1-0.9-0.1-1.4-0.1c-0.6,0-1.2,0-1.8,0.2c-0.6,0.1-1.2,0.3-1.7,0.4l0.2-9.5l10.2,0.1      L152.5,730.1z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M196.4,733.3c0.2,0,0.4-0.1,0.6-0.1c0.2,0,0.4,0,0.6,0c0.8,0,1.5,0.2,2.2,0.4c0.6,0.3,1.2,0.7,1.7,1.2      c0.5,0.5,0.8,1.1,1.1,1.8c0.3,0.7,0.4,1.4,0.4,2.2c0,0.9-0.2,1.7-0.5,2.4c-0.3,0.7-0.8,1.3-1.3,1.8c-0.6,0.5-1.2,0.9-2,1.2      c-0.8,0.3-1.6,0.4-2.5,0.4c-0.9,0-1.7-0.2-2.5-0.4c-0.8-0.3-1.4-0.7-2-1.2c-0.6-0.5-1-1.1-1.3-1.9c-0.3-0.7-0.5-1.5-0.5-2.4      c0-0.6,0.1-1.2,0.2-1.7c0.1-0.5,0.3-1,0.4-1.4c0.2-0.5,0.4-0.9,0.7-1.3c0.2-0.4,0.5-0.8,0.8-1.3l3.7-5.8l4.4,0L196.4,733.3z       M199.2,738.6c0-0.8-0.2-1.4-0.7-1.9c-0.5-0.5-1.2-0.8-2-0.8c-0.8,0-1.5,0.2-2,0.8c-0.5,0.5-0.8,1.1-0.8,1.9      c0,0.8,0.2,1.4,0.7,1.9c0.5,0.5,1.2,0.8,2,0.8c0.8,0,1.5-0.2,2-0.8C198.9,740,199.2,739.3,199.2,738.6z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M96.8,776.2l-8.3,0l0-3.3l12.3,0.1l0,3.2L94,790l-4.2,0L96.8,776.2z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M141.3,777.6c0-0.8,0.2-1.5,0.5-2.1s0.7-1.1,1.2-1.5c0.5-0.4,1.1-0.7,1.8-0.9c0.7-0.2,1.4-0.3,2.2-0.3      c0.8,0,1.5,0.1,2.2,0.3c0.7,0.2,1.3,0.5,1.8,0.9c0.5,0.4,0.9,0.9,1.2,1.5c0.3,0.6,0.4,1.3,0.4,2.1c0,0.9-0.3,1.7-0.8,2.4      c-0.5,0.7-1.2,1.1-2.1,1.4l0,0c1,0.3,1.8,0.8,2.3,1.5c0.5,0.7,0.8,1.6,0.8,2.7c0,0.8-0.2,1.5-0.5,2.2c-0.3,0.6-0.8,1.1-1.3,1.6      c-0.6,0.4-1.2,0.7-1.9,0.9c-0.7,0.2-1.5,0.3-2.2,0.3c-0.8,0-1.5-0.1-2.2-0.3c-0.7-0.2-1.3-0.5-1.9-0.9c-0.5-0.4-1-0.9-1.3-1.6      c-0.3-0.6-0.5-1.4-0.5-2.2c0-1.1,0.3-2,0.8-2.7c0.5-0.7,1.3-1.2,2.3-1.5l0,0c-0.9-0.3-1.6-0.8-2.1-1.4      C141.6,779.3,141.3,778.5,141.3,777.6z M144.6,785.1c0,0.6,0.2,1.1,0.6,1.5c0.4,0.4,1,0.6,1.7,0.6c0.7,0,1.3-0.2,1.7-0.6      c0.4-0.4,0.6-0.9,0.7-1.5c0-0.6-0.2-1.1-0.6-1.6c-0.4-0.4-1-0.6-1.7-0.6c-0.7,0-1.3,0.2-1.7,0.6      C144.8,784,144.6,784.5,144.6,785.1z M144.9,778.1c0,0.5,0.2,1,0.6,1.4c0.4,0.4,0.9,0.6,1.5,0.6c0.6,0,1.1-0.2,1.5-0.5      c0.4-0.4,0.6-0.8,0.6-1.4c0-0.5-0.2-1-0.6-1.3c-0.4-0.4-0.9-0.6-1.5-0.6c-0.6,0-1.1,0.2-1.5,0.5      C145.1,777.2,144.9,777.6,144.9,778.1z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M196.5,784.5c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0-0.6,0c-0.8,0-1.5-0.2-2.2-0.4      c-0.7-0.3-1.2-0.7-1.7-1.2c-0.5-0.5-0.8-1.1-1.1-1.8c-0.3-0.7-0.4-1.4-0.4-2.2c0-0.9,0.2-1.7,0.5-2.4c0.3-0.7,0.8-1.3,1.3-1.8      c0.6-0.5,1.2-0.9,2-1.2c0.8-0.3,1.6-0.4,2.5-0.4c0.9,0,1.7,0.2,2.5,0.4c0.8,0.3,1.4,0.7,2,1.2c0.6,0.5,1,1.1,1.3,1.9      c0.3,0.7,0.5,1.5,0.5,2.4c0,0.6-0.1,1.2-0.2,1.7c-0.1,0.5-0.3,1-0.4,1.4c-0.2,0.5-0.4,0.9-0.7,1.3c-0.2,0.4-0.5,0.8-0.8,1.3      l-3.7,5.8l-4.4,0L196.5,784.5z M193.6,779.2c0,0.8,0.2,1.4,0.7,1.9c0.5,0.5,1.2,0.8,2,0.8c0.8,0,1.5-0.2,2-0.7      c0.5-0.5,0.8-1.1,0.8-1.9c0-0.8-0.2-1.4-0.7-1.9c-0.5-0.5-1.2-0.8-2-0.8c-0.8,0-1.5,0.2-2,0.8      C193.9,777.8,193.6,778.4,193.6,779.2z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M88.1,832.1c0-1,0.1-2,0.3-3.1c0.2-1,0.5-2,1-2.8c0.5-0.9,1.1-1.5,1.9-2.1c0.8-0.5,1.8-0.8,3.1-0.8      s2.3,0.3,3.1,0.8c0.8,0.5,1.4,1.2,1.9,2.1c0.5,0.9,0.8,1.8,1,2.9c0.2,1,0.3,2.1,0.3,3.1c0,1-0.1,2-0.3,3.1c-0.2,1-0.5,2-1,2.8      c-0.5,0.9-1.1,1.5-1.9,2.1c-0.8,0.5-1.8,0.8-3.1,0.8c-1.3,0-2.3-0.3-3.1-0.8c-0.8-0.5-1.4-1.2-1.9-2.1c-0.5-0.9-0.8-1.8-1-2.9      C88.2,834.2,88.1,833.1,88.1,832.1z M91.6,832.1c0,0.5,0,1,0.1,1.6c0,0.6,0.1,1.2,0.3,1.8c0.2,0.6,0.4,1.1,0.8,1.5      c0.4,0.4,0.9,0.6,1.5,0.6c0.6,0,1.1-0.2,1.5-0.6c0.4-0.4,0.6-0.9,0.8-1.5c0.2-0.6,0.3-1.2,0.3-1.8c0-0.6,0.1-1.2,0.1-1.6      c0-0.5,0-1-0.1-1.6c0-0.6-0.1-1.2-0.3-1.8c-0.2-0.6-0.4-1.1-0.8-1.5c-0.4-0.4-0.9-0.6-1.5-0.6c-0.7,0-1.2,0.2-1.5,0.6      c-0.4,0.4-0.6,0.9-0.8,1.5c-0.2,0.6-0.3,1.2-0.3,1.8C91.7,831.2,91.7,831.7,91.6,832.1z\"></path>				</g>				<g>					<path class=\"st61\" d=\"M136.8,828.3c0-0.7,0.1-1.3,0.4-1.9c0.2-0.6,0.6-1.1,1-1.5c0.4-0.4,0.9-0.8,1.5-1      c0.6-0.2,1.2-0.4,1.8-0.4c0.7,0,1.3,0.1,1.8,0.4c0.6,0.3,1.1,0.6,1.5,1c0.4,0.4,0.7,0.9,1,1.5c0.2,0.6,0.4,1.2,0.4,1.9      c0,0.7-0.1,1.3-0.4,1.9c-0.3,0.6-0.6,1.1-1,1.5c-0.4,0.4-0.9,0.8-1.5,1c-0.6,0.2-1.2,0.4-1.8,0.4c-0.7,0-1.3-0.1-1.8-0.4      c-0.6-0.3-1.1-0.6-1.5-1c-0.4-0.4-0.7-0.9-1-1.5C136.9,829.6,136.8,829,136.8,828.3z M143.7,828.4c0-0.6-0.2-1.2-0.6-1.6      c-0.4-0.5-1-0.7-1.6-0.7c-0.6,0-1.2,0.2-1.6,0.7c-0.4,0.4-0.7,1-0.7,1.6c0,0.6,0.2,1.2,0.6,1.6c0.4,0.5,1,0.7,1.6,0.7      c0.6,0,1.2-0.2,1.6-0.7C143.5,829.6,143.7,829,143.7,828.4z M151.3,823.2l2,1.1l-9.9,17.5l-1.8-1.1L151.3,823.2z M148.7,836.5      c0-0.7,0.1-1.3,0.4-1.9c0.2-0.6,0.6-1.1,1-1.5c0.4-0.4,0.9-0.8,1.5-1c0.6-0.2,1.2-0.4,1.8-0.4c0.7,0,1.3,0.1,1.8,0.4      c0.6,0.3,1.1,0.6,1.5,1c0.4,0.4,0.7,0.9,1,1.5c0.2,0.6,0.4,1.2,0.4,1.9c0,0.7-0.1,1.3-0.4,1.9c-0.2,0.6-0.6,1.1-1,1.5      c-0.4,0.4-0.9,0.8-1.5,1c-0.6,0.2-1.2,0.4-1.8,0.4c-0.7,0-1.3-0.1-1.8-0.4c-0.6-0.3-1.1-0.6-1.5-1c-0.4-0.4-0.7-1-1-1.5      C148.8,837.8,148.7,837.2,148.7,836.5z M155.7,836.6c0-0.6-0.2-1.2-0.6-1.6c-0.4-0.5-1-0.7-1.6-0.7c-0.6,0-1.2,0.2-1.6,0.7      c-0.4,0.4-0.7,1-0.7,1.6c0,0.7,0.2,1.2,0.6,1.7c0.4,0.5,1,0.7,1.6,0.7c0.6,0,1.2-0.2,1.6-0.7      C155.4,837.8,155.7,837.2,155.7,836.6z\"></path>				</g>				<path class=\"st62\" d=\"M296.1,795.3c-0.2,34-1.5,58.7-4.2,60.5c-9,6-220.9,12.8-229.4-2.3c-8.6-15.2-11.7-243.6-1.6-267.7     c4.7-11.1,222.8-11.3,227.7-4.2c0.2,0.3,0.5,1.2,0.7,2.5c-13.8,14.2-33.7,25.1-56.3,25c-61.2-0.3-152.8,43.7-148.5,98.3     c4.3,54.6,52.8,97.4,85.3,90.2C199,791,277.9,782.3,296.1,795.3z\"></path>			</g>		</g>		<g>			<path class=\"st18\" d=\"M724.7,869.5c0,0,1.8,10.3,2.7,20.5c0.3,4-2.7,7.4-6.7,7.6c-13.6,0.6-42.6,1.7-53,1.2    c-1.6-0.1-2.6-1.7-2-3.1l0,0c0.5-1.2,1.4-2.2,2.6-2.8l47.9-22L724.7,869.5z\"></path>							<linearGradient id=\"SVGID_00000098201939265006067820000008918495546756092347_\" gradientUnits=\"userSpaceOnUse\" x1=\"8079.8647\" y1=\"869.5048\" x2=\"8095.4487\" y2=\"869.5048\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000098201939265006067820000008918495546756092347_);\" d=\"M726.2,863.5l-1.5,12.3    c0,0-8.4,3.9-14.1-0.5l3.5-13.7L726.2,863.5z\"></path>			<path class=\"st20\" d=\"M725.1,632.2c0.6,3.2,3.4,160.3-13.4,230.7c-0.3,1.1,0.3,2.3,1.4,2.8c2.6,1.1,7.6,2.6,13.7,2.8    c1.9,0.1,3.6-1.2,4.1-3c4.8-16.3,27.8-98.2,30.8-176.4c3.4-87.4,0-3,0-3l-2-54L725.1,632.2z\"></path>			<path class=\"st18\" d=\"M779.8,874.9c0,0,2.9,5.2,5.7,19c0.5,2.5-1.2,4.9-3.8,5.1c-4.5,0.4-11.4,1-16.9,1c-2.5,0-4.5-2.2-4.2-4.8    c0.6-5,2.5-13.3,8.4-19.7L779.8,874.9z\"></path>							<linearGradient id=\"SVGID_00000072260531379591943410000005606430496564457101_\" gradientUnits=\"userSpaceOnUse\" x1=\"8023.7017\" y1=\"868.7056\" x2=\"8037.1567\" y2=\"868.7056\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000072260531379591943410000005606430496564457101_);\" d=\"M782.3,859.1l-3.4,18.6    c0,0-3.4,2.5-10,0.7l1.6-20L782.3,859.1z\"></path>			<path class=\"st20\" d=\"M791.6,637c13.7,82.9-3,204.9-8.6,228.8c-0.3,1.5-1.5,2.6-3,2.8c-2.5,0.4-6.7,0.8-10.7-0.4    c-1.4-0.4-2.4-1.7-2.5-3.1c-0.8-19.3,0.6-137.8-12.2-184.6c-0.6-2.4-2.1-4.4-4.1-5.9l-24.8-17.7l-1.9-28.5L791.6,637z\"></path>			<g>				<path class=\"st22\" d=\"M704,479.9c41.2-0.7,86.6,10.8,86.6,10.8c12.3,71.6,2.1,154.2,2.1,154.2c-31.9,8.4-67.8-5.1-67.8-5.1     c-5.3-29.9-30-114.1-30-114.1c-20.1-2.5-36.7-8.3-50.3-16c10.4-12.1,15.3-27.4,17.4-36.5C676.6,477.7,691.3,480.2,704,479.9z\"></path>									<linearGradient id=\"SVGID_00000158734781059823387190000008849031481106642560_\" gradientUnits=\"userSpaceOnUse\" x1=\"1970.6527\" y1=\"356.5499\" x2=\"1892.7393\" y2=\"658.929\" gradientTransform=\"matrix(-1 0 0 1 2569.5623 0)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000158734781059823387190000008849031481106642560_);\" d=\"M582.4,419.3c4-4.9,9.2-2.6,9.2-2.6     c6.1,25.6,37.8,46.3,70.5,56.5c-2.1,9.1-7,24.4-17.4,36.5C590.5,479.3,582.4,419.3,582.4,419.3z\"></path>			</g>			<g>									<linearGradient id=\"SVGID_00000146487362848252367660000008779845953653798541_\" gradientUnits=\"userSpaceOnUse\" x1=\"1945.7472\" y1=\"408.6082\" x2=\"2022.428\" y2=\"393.7667\" gradientTransform=\"matrix(-1 0 0 1 2569.5623 0)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000146487362848252367660000008779845953653798541_);\" d=\"M583.4,420.6c-0.4,1.3,4.5,3.4,7.4-2.1     c0.1-2.6,1.7-13.9,0.1-16.1c-8.4-11.4-24.7-25.8-24.7-25.8c-2.7,2.7-0.5,5.4-0.5,5.4l7.9,8.2c-1.7,3-3.7,5.5-4.6,9.1     c-0.7,2.7-0.3,5.7,1.1,8.1c1.4,2.5,3.3,5.7,5.1,8.3C578.6,420.5,583.4,420.6,583.4,420.6z\"></path>									<linearGradient id=\"SVGID_00000145045683331817985420000000494140723886007739_\" gradientUnits=\"userSpaceOnUse\" x1=\"575.5196\" y1=\"405.1584\" x2=\"586.5602\" y2=\"405.1584\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000145045683331817985420000000494140723886007739_);\" d=\"M577.1,395.5l7.2,6.1l2.3,6.1l-6.4,7.1     c0,0-2.2-12-3.8-14.7C574.8,397.5,575.6,396.3,577.1,395.5z\"></path>			</g>			<path class=\"st22\" d=\"M774.8,530.6l15.8-39.9c0,0,38.4,26.1,44.8,59.2c-7.3,0.5-20.5,2.4-33.4,9    C799.1,543.3,774.8,530.6,774.8,530.6z\"></path>							<linearGradient id=\"SVGID_00000165201926246586756540000007584982968023386498_\" gradientUnits=\"userSpaceOnUse\" x1=\"7969.7798\" y1=\"575.7184\" x2=\"8070.5317\" y2=\"575.7184\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000165201926246586756540000007584982968023386498_);\" d=\"M741.2,568.1c0,0,43.2,24.4,57.7,3.6    c3-4.3,3.7-8.6,3-12.7c12.9-6.5,26.2-8.4,33.4-9c1.9,10,0.9,20.6-5,31.3c-25.5,46.7-94.9-2.6-94.9-2.6L741.2,568.1z\"></path>			<g>									<linearGradient id=\"SVGID_00000178178499347549633050000007531926691419214002_\" gradientUnits=\"userSpaceOnUse\" x1=\"1823.0562\" y1=\"556.215\" x2=\"1930.9957\" y2=\"556.215\" gradientTransform=\"matrix(-1 0 0 1 2569.5623 0)\">					<stop offset=\"0\" style=\"stop-color:#888888\"></stop>					<stop offset=\"1\" style=\"stop-color:#BBBBBB\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000178178499347549633050000007531926691419214002_);\" d=\"M746.4,599l-23.6-82.3     c-0.3-0.9-1.1-1.6-2-1.7c-4.3-0.5-16.6-1.9-30.9-3.1c-17.2-1.5-37.2-2.6-49.1-1.6c-1.7,0.1-2.7,1.9-2,3.5     c6.8,13.7,34.7,69.6,48.7,87.9c0.5,0.6,1.2,1,1.9,1l54.7-0.5C745.7,602,746.8,600.5,746.4,599z\"></path>				<path class=\"st70\" d=\"M687.5,504.7l-17.1-2.8c-0.9-0.2-1.7,0.7-1.4,1.6l1.7,5.1c0.1,0.4,0.5,0.8,1,0.8l16.4,2.2     c0.9,0.1,1.6-0.7,1.4-1.5l-1-4.5C688.3,505.2,687.9,504.8,687.5,504.7z\"></path>				<path class=\"st71\" d=\"M700.2,519.2l-1.4-7.3c-0.1-0.7-0.7-1.3-1.5-1.4l-34.5-3.5c-1.2-0.1-2.1,0.9-1.8,2.1l2.2,9.1     c0.2,0.7,0.8,1.3,1.6,1.3l33.7,1.7C699.6,521.3,700.5,520.3,700.2,519.2z\"></path>									<linearGradient id=\"SVGID_00000107555683857143010400000016984874485378025904_\" gradientUnits=\"userSpaceOnUse\" x1=\"8063.0513\" y1=\"565.1545\" x2=\"8094.4395\" y2=\"565.1545\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000107555683857143010400000016984874485378025904_);\" d=\"M740.7,579.1c0,0,3.3-13.5,2-18.3     c-1.3-4.8-3.9-10.9-12.4-9.6c-8.5,1.4-18.6,5-18.6,5s0.5,6.2,7,4.2l-4,3.1c0,0,0.6,5,6.1,2.3l-3.7,4.1c0,0,2.4,4.1,6.4,1.5     C727.3,568.9,729.3,580.7,740.7,579.1z\"></path>			</g>							<linearGradient id=\"SVGID_00000022562719571997095320000009684211692279018126_\" gradientUnits=\"userSpaceOnUse\" x1=\"8047.1431\" y1=\"468.0082\" x2=\"8086.9775\" y2=\"468.0082\" gradientTransform=\"matrix(-1 0 0 1 8806.0439 0)\">				<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>				<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>			</linearGradient>			<path style=\"fill:url(#SVGID_00000022562719571997095320000009684211692279018126_);\" d=\"M745.7,446.5l13.1,37.9    c0.2,0.6,0,1.3-0.6,1.6c-3.6,2-16.4,7.7-31.9-2.1c-1.6-1-2.7-2.7-3-4.6l-4.2-32.8H745.7z\"></path>			<g>									<linearGradient id=\"SVGID_00000049907139644865143560000014334206421300040840_\" gradientUnits=\"userSpaceOnUse\" x1=\"139.7292\" y1=\"3465.6157\" x2=\"124.8437\" y2=\"3416.5195\" gradientTransform=\"matrix(-0.746 -0.6659 -0.6659 0.746 3121.5835 -2049.6372)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000049907139644865143560000014334206421300040840_);\" d=\"M717.2,411.4c0,0-14.4,27.1-12.5,38     c1.8,10.9,19.7,10.2,35.2,1.3l10.9-29.2L717.2,411.4z\"></path>									<linearGradient id=\"SVGID_00000168100551985376113560000003797146773583165573_\" gradientUnits=\"userSpaceOnUse\" x1=\"126.2994\" y1=\"3380.073\" x2=\"138.7511\" y2=\"3451.0938\" gradientTransform=\"matrix(-0.746 -0.6659 -0.6659 0.746 3121.5835 -2049.6372)\">					<stop offset=\"0\" style=\"stop-color:#010101\"></stop>					<stop offset=\"1\" style=\"stop-color:#1E1315\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000168100551985376113560000003797146773583165573_);\" d=\"M739.2,436.4c-0.6-0.3-0.9-1.1-0.5-1.6     c1.2-1.8,3.3-5.4,4-8.5c0,0,2.6-1.7-6.6-3.9c-9.2-2.2-22.8-5.6-25.7-13.4c-2.8-7.6,4.6-26.7,16.3-11.5c0.4,0.6,1.3,0.6,1.8,0     c1.9-2.5,7-7.7,14-4.6c6.6,3,7.3,7.8,7.2,10.2c0,0.7,0.6,1.3,1.3,1.1c3.3-0.6,11.3-1.2,15,7c3.1,6.7,1.1,10.6-0.7,12.4     c-0.6,0.6-0.3,1.6,0.5,1.8c2.2,0.7,5,2.5,4.7,7.6c-0.4,7.1-8.3,6.5-10.6,6.1c-0.4-0.1-0.7,0.1-1,0.4     c-1.9,2.1-10.6,11.2-20.1,12.3c-0.8,0.1-1.4-0.7-1.2-1.5l4.1-11.8c0.2-0.6-0.1-1.2-0.6-1.4L739.2,436.4z\"></path>									<linearGradient id=\"SVGID_00000017476426818749039250000008600997650278762910_\" gradientUnits=\"userSpaceOnUse\" x1=\"124.5126\" y1=\"3465.387\" x2=\"111.1199\" y2=\"3421.2146\" gradientTransform=\"matrix(-0.746 -0.6659 -0.6659 0.746 3121.5835 -2049.6372)\">					<stop offset=\"0\" style=\"stop-color:#F9BABA\"></stop>					<stop offset=\"1\" style=\"stop-color:#F5928F\"></stop>				</linearGradient>				<path style=\"fill:url(#SVGID_00000017476426818749039250000008600997650278762910_);\" d=\"M737.6,438.1c0,0,10.2-7,11-1.1     c0.7,5.9-9.2,8.6-14.2,6.4L737.6,438.1z\"></path>			</g>		</g>	</g></g><g>	<path class=\"st35\" d=\"M907,520C806.9,378.6,709.8,369.5,656.7,378.8c-13.3,2.3-23.8-9.9-17.8-20.7  c27.7-49.2,50.3-135.2-122.9-143.6c-158-7.7-221,57.4-239.1,122.7c-12.8,45.9-4.8,48.4-41,84.4C126,530.5-19.9,628.4,90,746.3  C213.8,879.1,1209.8,947.7,907,520z\"></path>	<g>		<g>			<g>				<path class=\"st77\" d=\"M554.9,184c21.9-13.1,49.4-13.1,71.3,0l3.7-3.7c-24-14.9-54.6-14.9-78.6,0L554.9,184z\"></path>				<path class=\"st77\" d=\"M650.3,208.1c13.1,21.9,13.1,49.4,0,71.3l3.7,3.7c14.9-24,14.9-54.6,0-78.6L650.3,208.1z\"></path>				<path class=\"st77\" d=\"M626.2,303.5c-21.9,13.1-49.4,13.1-71.3,0l-3.7,3.7c24,14.9,54.6,14.9,78.6,0L626.2,303.5z\"></path>				<path class=\"st77\" d=\"M530.8,279.4c-13.1-21.9-13.1-49.4,0-71.3l-3.7-3.7c-14.9,24-14.9,54.6,0,78.6L530.8,279.4z\"></path>			</g>			<polygon class=\"st77\" points=\"637,300.6 621.4,299 629.9,314.6    \"></polygon>			<polygon class=\"st77\" points=\"534.3,289.2 534.9,273.6 520,282.9    \"></polygon>			<polygon class=\"st77\" points=\"646.4,197.8 646,213.5 660.9,203.9    \"></polygon>			<polygon class=\"st77\" points=\"545.2,188.9 560.7,187.1 549.2,173.7    \"></polygon>			<g>				<path class=\"st77\" d=\"M566,205l54.2-0.5l0,0.1c-3.1,5-4.9,7.6-5.3,7.9l-14.5,0.1c2,2.3,3.4,5.1,4.1,8.5L620,221     c0.2,0,0.3,0.1,0.3,0.2c-3.4,5.2-5.2,7.8-5.2,7.8l-10,0.1c-0.2,2.7-1.5,5.9-3.7,9.7c-3,3.8-6,6.3-8.8,7.5     c-5.2,2.6-10.3,3.9-15.1,3.9l0,0.1c0,0.4,11,13.2,33,38.4l-14.4,0.1c-21.4-24.5-32.1-36.8-32.1-36.9l-0.1-7.5l0.1-0.3     c1.9,0.2,4.1,0.4,6.6,0.3c11.9-0.1,19.2-4,22-11.7c0.4-1.1,0.7-2.3,0.6-3.5l-32.2,0.3c-0.1,0-0.2-0.1-0.2-0.2     c3.5-5.2,5.3-7.8,5.4-7.8l25.6-0.2l0-0.1c-1.5-3-4.3-5.2-8.6-6.9c-3-0.9-5.7-1.4-8.1-1.4l-14.3,0.1l0-0.3     C564.2,207.6,565.9,205,566,205z\"></path>			</g>		</g>	</g>	<g>		<path class=\"st78\" d=\"M113.5,615.5l24.8,58.1L80,648.6c-9.2,20.5-7.6,45.2,6.4,64.8c21,29.3,61.8,36.1,91.1,15.1   c29.3-21,36.1-61.8,15.1-91.1C174.4,611.9,141.2,603.5,113.5,615.5z\"></path>		<path class=\"st13\" d=\"M98,593.3c-4.9,2.1-9.6,4.8-14.1,8c-11.4,8.2-19.9,19-25.3,31l68.5,29.5L98,593.3z\"></path>	</g>	<polygon class=\"st79\" points=\"589.6,745.5 504.3,743.3 489.2,818.6 602.1,818.6  \"></polygon>	<polygon class=\"st80\" points=\"589,742.2 504,745.1 495,789.8 596.1,783.7  \"></polygon>	<rect x=\"451.7\" y=\"816.7\" class=\"st81\" width=\"187.8\" height=\"14.3\"></rect>	<path class=\"st81\" d=\"M820.8,341.9H270.4c-13.4,0-24.2,10.3-24.2,23.1v374.3c0,12.7,10.8,23.1,24.2,23.1h550.4  c13.4,0,24.2-10.3,24.2-23.1V365C845,352.3,834.2,341.9,820.8,341.9z\"></path>	<polygon class=\"st82\" points=\"356.3,762.3 598.7,762.3 682.4,341.9 440,341.9  \"></polygon>	<path class=\"st83\" d=\"M820.8,756.4H270.4c-13.4,0-24.2-10.8-24.2-24.2v5.9c0,13.4,10.8,24.2,26.3,25.6h550.4  c11.3-1.4,22.1-12.2,22.1-25.6v-5.9C845,745.6,834.2,756.4,820.8,756.4z\"></path>	<path class=\"st84\" d=\"M820.8,341.9H270.4c-13.4,0-24.2,10.3-24.2,23.1v329.7H845V365C845,352.3,834.2,341.9,820.8,341.9z\"></path>	<rect x=\"267.1\" y=\"359.1\" class=\"st85\" width=\"557.1\" height=\"335.6\"></rect>	<rect x=\"274\" y=\"364.6\" class=\"st86\" width=\"542.5\" height=\"330.1\"></rect>	<path class=\"st87\" d=\"M820.8,341.9H270.4c-13.4,0-24.2,10.8-24.2,24.2v5.1c0-13.4,10.8-24.2,24.2-24.2h550.4  c13.4,0,24.2,10.8,24.2,24.2v-5.1C845,352.8,834.2,341.9,820.8,341.9z\"></path>	<g>		<g>			<rect x=\"611.3\" y=\"250.2\" class=\"st88\" width=\"254\" height=\"335.4\"></rect>		</g>		<g>			<path class=\"st84\" d=\"M757.6,235.8c0-10.7-8.7-19.3-19.3-19.3c-10.7,0-19.3,8.7-19.3,19.3h-44v26.6c0,3.7,3,6.8,6.8,6.8h113.2    c3.7,0,6.8-3,6.8-6.8v-26.6H757.6z\"></path>		</g>		<g>			<rect x=\"649.3\" y=\"414.5\" class=\"st89\" width=\"178\" height=\"2.9\"></rect>		</g>		<g>			<rect x=\"649.3\" y=\"438.3\" class=\"st89\" width=\"178\" height=\"2.9\"></rect>		</g>		<g>			<rect x=\"649.3\" y=\"462.1\" class=\"st89\" width=\"178\" height=\"2.9\"></rect>		</g>		<g>			<rect x=\"649.3\" y=\"485.9\" class=\"st89\" width=\"178\" height=\"2.9\"></rect>		</g>		<g>			<rect x=\"649.3\" y=\"509.2\" class=\"st89\" width=\"178\" height=\"2.9\"></rect>		</g>		<g>			<rect x=\"649.3\" y=\"530\" class=\"st89\" width=\"104.4\" height=\"2.9\"></rect>		</g>		<g>			<rect x=\"649.3\" y=\"308\" class=\"st89\" width=\"178\" height=\"88.9\"></rect>		</g>		<g>			<g>				<g>					<g>						<g>							<g>								<rect x=\"795.5\" y=\"328.3\" class=\"st90\" width=\"12.3\" height=\"54.1\"></rect>							</g>						</g>						<g>							<rect x=\"770.4\" y=\"336\" class=\"st91\" width=\"12.3\" height=\"46.4\"></rect>						</g>						<g>							<rect x=\"745.4\" y=\"343.8\" class=\"st92\" width=\"12.3\" height=\"38.6\"></rect>						</g>						<g>							<rect x=\"720.3\" y=\"351.5\" class=\"st93\" width=\"12.3\" height=\"30.9\"></rect>						</g>						<g>							<rect x=\"695.2\" y=\"359.2\" class=\"st94\" width=\"12.3\" height=\"23.1\"></rect>						</g>						<g>							<g>								<rect x=\"670.1\" y=\"367\" class=\"st78\" width=\"12.3\" height=\"15.4\"></rect>							</g>						</g>					</g>				</g>			</g>			<g>				<g>					<polygon class=\"st95\" points=\"814.5,388.2 661.1,388.2 661.1,323.5 663.8,323.5 663.8,385.5 814.5,385.5      \"></polygon>				</g>			</g>		</g>		<g>			<path class=\"st96\" d=\"M747.5,235.7c0,5.1-4.1,9.2-9.2,9.2s-9.2-4.1-9.2-9.2c0-5.1,4.1-9.2,9.2-9.2S747.5,230.6,747.5,235.7z\"></path>			<path class=\"st85\" d=\"M738.3,246.3c-5.9,0-10.7-4.8-10.7-10.7c0-5.9,4.8-10.7,10.7-10.7c5.9,0,10.7,4.8,10.7,10.7    C749,241.5,744.2,246.3,738.3,246.3z M738.3,227.9c-4.3,0-7.8,3.5-7.8,7.8c0,4.3,3.5,7.8,7.8,7.8c4.3,0,7.8-3.5,7.8-7.8    C746,231.4,742.6,227.9,738.3,227.9z\"></path>		</g>		<rect x=\"674.9\" y=\"235.8\" class=\"st85\" width=\"44\" height=\"5.9\"></rect>		<rect x=\"757.6\" y=\"235.8\" class=\"st85\" width=\"44\" height=\"5.9\"></rect>	</g>	<path class=\"st80\" d=\"M578.9,726.5h-66.5c-2.7,0-4.9,1.4-4.9,3.1c0,1.7,2.2,3.1,4.9,3.1h66.5c2.7,0,4.9-1.4,4.9-3.1  C583.7,727.9,581.6,726.5,578.9,726.5z\"></path>	<path class=\"st97\" d=\"M668.2,633.3c-6.4-23.4-62.5-114.3-103.6-162.5c-3.7,71.6-34.8,154.1,37.8,204  C618.9,686.1,674.6,656.7,668.2,633.3z\"></path>	<path class=\"st98\" d=\"M668.2,633.3c-3.3-12.2-20.3-42.9-41.5-76.3c6.1,32.9-10.2,53-23.6,57.4c-17.1,5.7-29.3-35-33.6-85.1  c-0.1-0.7-12.8,17.7-13.1,17c-4.7,48.7-1.8,95.6,46,128.4C618.9,686.1,674.6,656.7,668.2,633.3z\"></path>	<path class=\"st97\" d=\"M344.6,694.7h241.7c0,0-19.5-216.9-21.7-223.7c-2.3-6.8-90.3-39.1-105-40.2c-14.7-1.1-109.8,44.3-109.8,44.3  L344.6,694.7z\"></path>	<g>		<path class=\"st98\" d=\"M481.1,625.8c0-6.1-3.8-11-8.5-11c-4.7,0-8.5,4.9-8.5,11s3.8,11,8.5,11C477.2,636.8,481.1,631.9,481.1,625.8   z\"></path>		<path class=\"st98\" d=\"M483.9,671c0-6.1-3.8-11-8.5-11c-4.7,0-8.5,4.9-8.5,11c0,6.1,3.8,11,8.5,11C480.1,682,483.9,677.1,483.9,671   z\"></path>		<path class=\"st13\" d=\"M479.2,622.2c0-5-3.2-9.1-7.1-9.1c-3.9,0-7.1,4.1-7.1,9.1c0,5,3.2,9.1,7.1,9.1   C476,631.2,479.2,627.2,479.2,622.2z\"></path>		<ellipse class=\"st13\" cx=\"475\" cy=\"664.5\" rx=\"7.1\" ry=\"9.1\"></ellipse>	</g>	<path class=\"st99\" d=\"M568.6,505.3c10.5,155.9-35.4,176.2-91.9,174.8C391.9,677.9,396,521,385,515.1  c-47.2,0.5-40.4,179.5-40.4,179.5h241.7c0,0-1.2-39.4-6-93.3C575.7,549.5,573.8,537.2,568.6,505.3z\"></path>	<path class=\"st98\" d=\"M470.8,595.3c0,0,38.1-73.6,64.6-133.7c-32-11-66.8-21.3-76.1-22c-8.8-0.6-41.2,11.6-72,24.2  C432,542.1,470.8,595.3,470.8,595.3z\"></path>	<path class=\"st100\" d=\"M470.8,588.2c0,0,38.1-73.6,64.6-133.7c-32-11-66.8-21.3-76.1-22c-8.8-0.6-41.2,11.6-72,24.2  C432,535.1,470.8,588.2,470.8,588.2z\"></path>	<path class=\"st5\" d=\"M469.3,572.9c0,0,30.9-71.1,52.5-123.1c-26.1-9.5-54.6-18.4-62.1-19c-7.2-0.6-33.7,10-58.8,20.9  C437.4,519.4,469.3,572.9,469.3,572.9z\"></path>	<path class=\"st101\" d=\"M430.5,376.8c-2.8-10.4-11.2-18.1-18.9-17.2c-7.7,0.9-11.7,10.1-8.9,20.5c2.8,10.4,11.2,18.1,18.9,17.2  C429.3,396.4,433.3,387.2,430.5,376.8z\"></path>	<path class=\"st102\" d=\"M428.2,377.3c-1.9-7.1-7.7-12.4-13-11.8c-5.3,0.6-8,6.9-6.1,14c1.9,7.1,7.7,12.4,13,11.8  C427.4,390.8,430.1,384.5,428.2,377.3z\"></path>	<path class=\"st101\" d=\"M516,386.9c5.2-9.4,4.5-20.8-1.7-25.5c-6.2-4.7-15.4-0.9-20.6,8.6c-5.2,9.4-4.5,20.8,1.7,25.5  C501.6,400.2,510.8,396.3,516,386.9z\"></path>	<path class=\"st102\" d=\"M509.8,383.9c3.3-5.9,2.8-13-1-16c-3.9-2.9-9.6-0.5-12.9,5.4c-3.3,5.9-2.8,13,1,16  C500.8,392.2,506.6,389.8,509.8,383.9z\"></path>	<path class=\"st103\" d=\"M496.5,287.6c-2.1-6-7.7-5.3-14.3-7.2c-43.1-12.5-60.6,8.5-72.7,19.8c-3.5,3.3-4.7,8.3-2.9,12.8h0  c0.8,1.9,1,4,0.6,6.1c-1.3,8.1-2.8,34.2,19.1,82.6c2.1,4.7,7.1,7.5,12.2,6.8l48.7-6.3c3.7-0.5,7-2.7,8.8-6.1  c29.8-55.3,11.9-87.4,4.7-98.8C499.1,294.7,498,291.8,496.5,287.6z\"></path>	<polygon class=\"st104\" points=\"427.5,439.9 431.2,393.6 492.2,396.4 496.8,440.2 461.4,462.5  \"></polygon>	<path class=\"st101\" d=\"M419.5,321.5c-1.6,10.9,0.8,86.1,7.7,96.8c6.9,10.7,22.3,11.7,31.2,12.1c8.9,0.4,30.5-2.6,36.3-14.9  c6-12.8,5.3-90.5,4.5-95.2c-0.8-4.7-25.6-22.2-43.1-22.2C438.6,298.1,419.5,321.5,419.5,321.5z\"></path>	<g>		<path class=\"st101\" d=\"M552.1,681.8c2.9,6.2,2,15.9-3.2,23.6c-5.2,7.8-14.3,7.8-17.3,6.6c-3-1.2-8.9-10-0.7-14.6   c8.3-4.6,5.1-10.8,5.1-10.8L552.1,681.8z\"></path>		<path class=\"st101\" d=\"M555.1,680.9c-2-17.3-35.8-29.7-52-31c-16.2-1.3-25.6,36.9-20.6,45.6c4.9,8.7,14.5,14.8,24.4,11.7   s14.3,8.2,18.2,8.2C535,715.4,556.4,691.8,555.1,680.9z\"></path>		<path class=\"st101\" d=\"M542.1,701.2c0.5,6.9-3.7,15.5-11.3,20.9c-7.6,5.4-16.2,2.1-18.5-0.1c-2.4-2.2-4.9-12.5,4.5-13.8   c9.3-1.3,8.5-8.2,8.5-8.2L542.1,701.2z\"></path>	</g>	<polygon class=\"st5\" points=\"478.8,641.3 512.3,648.2 485.2,706.2 457.5,704.1  \"></polygon>	<g>		<path class=\"st104\" d=\"M648.5,513.8c6.8,0.2,20.1,7.2,23.6,2.8c10.2-13.1,26.7-51.7,24.8-59.6c-2.2-9.6-31.4-24.9-39-28   c-7.6-3.1-5.1,26.4-30.2,25.3C618,453.7,625.7,513.1,648.5,513.8z\"></path>		<path class=\"st101\" d=\"M671.1,448.6c1.6-30.8,5.6-53.5,3.1-57.7c-2.5-4.2-10.6-4.7-13.1-2.1c-2.5,2.5-12.6,51.5-12.6,51.5   C645.5,448.4,668.1,456.8,671.1,448.6z\"></path>		<path class=\"st101\" d=\"M663.6,457.9c2.6,2.8,11.1,6.1,13.8,6c2.7-0.1,11.8-21.1,11.8-21.1c3.4-2.4-12.6-11.4-16-8.9   C669.3,438.7,661,455.1,663.6,457.9z\"></path>		<path class=\"st101\" d=\"M678.3,472.4c2.2,2.9,9.6,6.6,12.1,6.6c2.5,0,12-20.8,12-20.8c3.2-2.3-10.8-11.9-14-9.6   C684.6,453.4,676.2,469.5,678.3,472.4z\"></path>		<path class=\"st101\" d=\"M649.5,442.9c-16.9,7.2-25.6-21-32.8-22.5c-5.6-1.2-13.2,0.7-9.1,6.9c18.9,28.6,13.4,44.5,17.3,51.8   C641.2,510.3,649,485.1,649.5,442.9z\"></path>	</g>	<polygon class=\"st5\" points=\"618.6,519.2 623.9,485.4 683.2,509.6 682.4,537.4  \"></polygon>	<path class=\"st97\" d=\"M349.8,474.8c-28.1,43-44.6,166.5-45.1,181.4c-0.5,14.9,39.9,37.1,39.9,37.1l61.7-67.4c0,0-12.8-5.9-20.2-8.5  c6.8-26.2,8.2-58.7,4.8-83C385.5,495.8,365.1,472,349.8,474.8z\"></path>	<path class=\"st99\" d=\"M386.2,617.3c6.8-26.2,8.2-58.7,4.8-83c-0.4-2.9-0.9-5.6-1.5-8.4c-0.2,9.5-0.8,19.5-1.9,29.8  c-6.3,58.5-26.1,104.4-44.1,102.5c-17.5-1.9-26.9-48.1-21.7-104.3c-10.7,46-16.7,93.4-17,102.3c-0.5,14.9,39.9,37.1,39.9,37.1  l61.7-67.4C406.4,625.8,393.6,620,386.2,617.3z\"></path>	<path class=\"st97\" d=\"M376.6,615.7c46.1,7.8,114.8,24.6,114.8,24.6l-25.4,69c0,0-84.6-11.2-118.3-16.1  C316.5,688.7,346.8,610.7,376.6,615.7z\"></path>	<path class=\"st99\" d=\"M434,693.9c-45.4-3.2-83.1-19.1-96.3-38.5c-5.7,18-4.4,35.7,10,37.8c33.7,5,118.3,16.1,118.3,16.1l5.9-16  C460,694.6,447.3,694.9,434,693.9z\"></path>	<path class=\"st105\" d=\"M417.9,441.1l10.6-13.8c0,0,23,22.1,33,22.8c11.1,0.7,36.6-20.7,36.6-20.7l13.4,13.3L483,473.1l-23.2-11.7  l-18.6,12.2L417.9,441.1z\"></path>	<path class=\"st97\" d=\"M590.7,634c5.6-47.6,23.4-128.5,23.4-128.5l78.3,23.5c0,0-15.2,78.3-24.2,111.9  C661.9,664.5,581.4,712.7,590.7,634z\"></path>	<path class=\"st99\" d=\"M673,523.2c-1.5,8.7-3.5,17.9-6.2,27.2c-14.5,50.4-40.3,74-59.2,68.5c-5.9-1.7-12.2-6.1-19.9-11  c-0.9,6.3,0.2,19.2-0.4,24.8c-9.2,78.8,74.6,31.8,80.9,8.2c9-33.7,24.2-111.9,24.2-111.9L673,523.2z\"></path>	<g>		<g>			<g>				<g>					<path class=\"st106\" d=\"M266.7,678h-33.6c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h33.6c0.8,0,1.4-0.6,1.4-1.4v-5.8      C268,678.6,267.4,678,266.7,678z\"></path>					<path class=\"st107\" d=\"M261.8,678H255c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h6.8c0.2,0,0.3-0.6,0.3-1.4v-5.8      C262.1,678.6,262,678,261.8,678z\"></path>					<path class=\"st108\" d=\"M267.1,678.1c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5h-28.7c-0.6,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-3c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h33.6c0.8,0,1.4-0.6,1.4-1.4v-5.8      C268,678.8,267.6,678.2,267.1,678.1z\"></path>					<path class=\"st107\" d=\"M266.7,678h-29.5c0.2,0.3,0.5,0.6,0.9,0.6h27.8C266.2,678.6,266.5,678.3,266.7,678      C266.7,678,266.7,678,266.7,678z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M266,686.5H231c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4H266c0.8,0,1.4-0.6,1.4-1.4v-5.8      C267.4,687.1,266.7,686.5,266,686.5z\"></path>					<path class=\"st107\" d=\"M261.3,686.5h-7.1c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h7.1c0.2,0,0.3-0.6,0.3-1.4v-5.8      C261.6,687.1,261.4,686.5,261.3,686.5z\"></path>					<path class=\"st108\" d=\"M266.4,686.6c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5h-29.8c-0.7,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3H231c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4H266c0.8,0,1.4-0.6,1.4-1.4v-5.8      C267.4,687.3,266.9,686.7,266.4,686.6z\"></path>					<path class=\"st107\" d=\"M266,686.5h-30.7c0.2,0.3,0.5,0.6,0.9,0.6h28.9C265.5,687.1,265.8,686.8,266,686.5      C266,686.5,266,686.5,266,686.5z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M263.3,695h-30.8c-0.7,0-1.2,0.6-1.2,1.4v5.8c0,0.8,0.6,1.4,1.2,1.4h30.8c0.7,0,1.2-0.6,1.2-1.4v-5.8      C264.6,695.6,264,695,263.3,695z\"></path>					<path class=\"st107\" d=\"M260.1,695h-6.3c-0.1,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h6.3c0.1,0,0.3-0.6,0.3-1.4v-5.8      C260.3,695.6,260.2,695,260.1,695z\"></path>					<path class=\"st108\" d=\"M263.7,695.1c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.1,1.5h-26.3c-0.6,0-1.1-0.7-1.1-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-2.8c-0.7,0-1.2,0.6-1.2,1.4v5.8c0,0.8,0.6,1.4,1.2,1.4h30.8c0.7,0,1.2-0.6,1.2-1.4v-5.8      C264.6,695.8,264.2,695.2,263.7,695.1z\"></path>					<path class=\"st107\" d=\"M263.3,695h-27.1c0.2,0.3,0.5,0.6,0.8,0.6h25.5C262.9,695.6,263.2,695.3,263.3,695      C263.4,695,263.4,695,263.3,695z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M267.1,703.5h-34c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34c0.8,0,1.4-0.6,1.4-1.4v-5.8      C268.5,704.1,267.9,703.5,267.1,703.5z\"></path>					<path class=\"st107\" d=\"M262.1,703.5h-6.9c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h6.9c0.2,0,0.3-0.6,0.3-1.4v-5.8      C262.4,704.1,262.2,703.5,262.1,703.5z\"></path>					<path class=\"st108\" d=\"M267.6,703.6c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5h-29.1c-0.6,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-3.1c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34c0.8,0,1.4-0.6,1.4-1.4v-5.8      C268.5,704.3,268.1,703.7,267.6,703.6z\"></path>					<path class=\"st107\" d=\"M267.2,703.5h-29.9c0.2,0.3,0.5,0.6,0.9,0.6h28.2C266.7,704.1,267,703.8,267.2,703.5      C267.2,703.5,267.2,703.5,267.2,703.5z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M265.7,712h-33.9c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h33.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C267.1,712.6,266.5,712,265.7,712z\"></path>					<path class=\"st107\" d=\"M261.2,712h-6.9c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h6.9c0.2,0,0.3-0.6,0.3-1.4v-5.8      C261.5,712.6,261.4,712,261.2,712z\"></path>					<path class=\"st108\" d=\"M266.1,712.1c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5H236c-0.6,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-3.1c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h33.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C267.1,712.8,266.7,712.2,266.1,712.1z\"></path>					<path class=\"st107\" d=\"M265.7,712H236c0.2,0.3,0.5,0.6,0.9,0.6h28C265.3,712.6,265.6,712.3,265.7,712      C265.8,712,265.7,712,265.7,712z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M267.6,720.5h-34.9c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C269,721.1,268.4,720.5,267.6,720.5z\"></path>					<path class=\"st107\" d=\"M262.3,720.5h-7.1c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h7.1c0.2,0,0.3-0.6,0.3-1.4v-5.8      C262.6,721.1,262.4,720.5,262.3,720.5z\"></path>					<path class=\"st108\" d=\"M268,720.6c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5H237c-0.7,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C269,721.3,268.6,720.8,268,720.6z\"></path>					<path class=\"st107\" d=\"M267.6,720.5h-30.7c0.2,0.3,0.5,0.6,0.9,0.6h28.9C267.1,721.1,267.4,720.8,267.6,720.5      C267.6,720.5,267.6,720.5,267.6,720.5z\"></path>				</g>				<path class=\"st108\" d=\"M251.4,727.7l-0.4-5.8c0-0.2,0-0.4,0.1-0.6c0.1-0.3,0.4-0.6,0.7-0.7h-0.2c-0.8,0-1.4-0.6-1.5-1.4     l-0.4-5.8c-0.1-0.8,0.5-1.4,1.3-1.4h0.7c-0.5-0.2-0.9-0.7-0.9-1.3l-0.4-5.8c0-0.2,0-0.4,0.1-0.6c0.1-0.3,0.3-0.6,0.7-0.7h-0.1     c-0.7,0-1.3-0.6-1.4-1.4l-0.4-5.8c0-0.2,0-0.4,0.1-0.6c0.1-0.3,0.3-0.6,0.6-0.7h-1c-0.8,0-1.5-0.6-1.5-1.4l-0.4-5.8     c-0.1-0.8,0.5-1.4,1.3-1.4h1.5c-0.5-0.2-0.9-0.7-0.9-1.3l-0.4-5.8c0-0.2,0-0.4,0.1-0.6c0.2-0.5,0.6-0.9,1.2-0.9h-12.4h-1h-3     c-0.6,0-1,0.4-1.3,0.9c-0.1,0.2-0.1,0.4-0.1,0.6v5.8c0,0.6,0.3,1.1,0.8,1.3H231c-0.8,0-1.4,0.6-1.4,1.4v5.8     c0,0.8,0.6,1.4,1.4,1.4h1c-0.3,0.1-0.5,0.4-0.6,0.7c-0.1,0.2-0.1,0.4-0.1,0.6v5.8c0,0.8,0.6,1.4,1.2,1.4h0.1     c-0.3,0.1-0.6,0.4-0.7,0.7c-0.1,0.2-0.1,0.4-0.1,0.6v5.8c0,0.6,0.3,1.1,0.8,1.3h-0.7c-0.8,0-1.4,0.6-1.4,1.4v5.8     c0,0.8,0.6,1.4,1.4,1.4h0.2c-0.3,0.1-0.6,0.4-0.7,0.7c-0.1,0.2-0.1,0.4-0.1,0.6v5.8c0,0.8,0.6,1.4,1.4,1.4h17.7h2.5     C252.2,729.1,251.5,728.5,251.4,727.7z\"></path>			</g>			<g>				<g>					<path class=\"st106\" d=\"M266.7,728.9h-33.6c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h33.6c0.8,0,1.4-0.6,1.4-1.4v-5.8      C268,729.6,267.4,728.9,266.7,728.9z\"></path>					<path class=\"st107\" d=\"M261.8,728.9H255c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h6.8c0.2,0,0.3-0.6,0.3-1.4v-5.8      C262.1,729.6,262,728.9,261.8,728.9z\"></path>					<path class=\"st108\" d=\"M267.1,729c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5h-28.7c-0.6,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-3c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h33.6c0.8,0,1.4-0.6,1.4-1.4v-5.8      C268,729.7,267.6,729.2,267.1,729z\"></path>					<path class=\"st107\" d=\"M266.7,728.9h-29.5c0.2,0.3,0.5,0.6,0.9,0.6h27.8C266.2,729.5,266.5,729.3,266.7,728.9      C266.7,728.9,266.7,728.9,266.7,728.9z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M266,737.4H231c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4H266c0.8,0,1.4-0.6,1.4-1.4v-5.8      C267.4,738.1,266.7,737.4,266,737.4z\"></path>					<path class=\"st107\" d=\"M261.3,737.4h-7.1c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h7.1c0.2,0,0.3-0.6,0.3-1.4v-5.8      C261.6,738.1,261.4,737.4,261.3,737.4z\"></path>					<path class=\"st108\" d=\"M266.4,737.5c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5h-29.8c-0.7,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3H231c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4H266c0.8,0,1.4-0.6,1.4-1.4v-5.8      C267.4,738.2,266.9,737.7,266.4,737.5z\"></path>					<path class=\"st107\" d=\"M266,737.4h-30.7c0.2,0.3,0.5,0.6,0.9,0.6h28.9C265.5,738,265.8,737.8,266,737.4      C266,737.4,266,737.4,266,737.4z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M263.3,745.9h-30.8c-0.7,0-1.2,0.6-1.2,1.4v5.8c0,0.8,0.6,1.4,1.2,1.4h30.8c0.7,0,1.2-0.6,1.2-1.4v-5.8      C264.6,746.6,264,745.9,263.3,745.9z\"></path>					<path class=\"st107\" d=\"M260.1,745.9h-6.3c-0.1,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h6.3c0.1,0,0.3-0.6,0.3-1.4v-5.8      C260.3,746.6,260.2,745.9,260.1,745.9z\"></path>					<path class=\"st108\" d=\"M263.7,746c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.1,1.5h-26.3c-0.6,0-1.1-0.7-1.1-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-2.8c-0.7,0-1.2,0.6-1.2,1.4v5.8c0,0.8,0.6,1.4,1.2,1.4h30.8c0.7,0,1.2-0.6,1.2-1.4v-5.8      C264.6,746.7,264.2,746.2,263.7,746z\"></path>					<path class=\"st107\" d=\"M263.3,745.9h-27.1c0.2,0.3,0.5,0.6,0.8,0.6h25.5C262.9,746.5,263.2,746.3,263.3,745.9      C263.4,745.9,263.4,745.9,263.3,745.9z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M267.1,754.4h-34c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34c0.8,0,1.4-0.6,1.4-1.4v-5.8      C268.5,755.1,267.9,754.4,267.1,754.4z\"></path>					<path class=\"st107\" d=\"M262.1,754.4h-6.9c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h6.9c0.2,0,0.3-0.6,0.3-1.4v-5.8      C262.4,755.1,262.2,754.4,262.1,754.4z\"></path>					<path class=\"st108\" d=\"M267.6,754.5c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5h-29.1c-0.6,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-3.1c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34c0.8,0,1.4-0.6,1.4-1.4v-5.8      C268.5,755.2,268.1,754.7,267.6,754.5z\"></path>					<path class=\"st107\" d=\"M267.2,754.4h-29.9c0.2,0.3,0.5,0.6,0.9,0.6h28.2C266.7,755,267,754.8,267.2,754.4      C267.2,754.4,267.2,754.4,267.2,754.4z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M265.7,762.9h-33.9c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h33.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C267.1,763.6,266.5,762.9,265.7,762.9z\"></path>					<path class=\"st107\" d=\"M261.2,762.9h-6.9c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h6.9c0.2,0,0.3-0.6,0.3-1.4v-5.8      C261.5,763.6,261.4,762.9,261.2,762.9z\"></path>					<path class=\"st108\" d=\"M266.1,763c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5H236c-0.6,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-3.1c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h33.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C267.1,763.7,266.7,763.2,266.1,763z\"></path>					<path class=\"st107\" d=\"M265.7,762.9H236c0.2,0.3,0.5,0.6,0.9,0.6h28C265.3,763.5,265.6,763.3,265.7,762.9      C265.8,762.9,265.7,762.9,265.7,762.9z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M267.6,771.4h-34.9c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C269,772.1,268.4,771.4,267.6,771.4z\"></path>					<path class=\"st107\" d=\"M262.3,771.4h-7.1c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h7.1c0.2,0,0.3-0.6,0.3-1.4v-5.8      C262.6,772.1,262.4,771.4,262.3,771.4z\"></path>					<path class=\"st108\" d=\"M268,771.5c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5H237c-0.7,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C269,772.2,268.6,771.7,268,771.5z\"></path>					<path class=\"st107\" d=\"M267.6,771.4h-30.7c0.2,0.3,0.5,0.6,0.9,0.6h28.9C267.1,772,267.4,771.8,267.6,771.4      C267.6,771.4,267.6,771.4,267.6,771.4z\"></path>				</g>				<path class=\"st108\" d=\"M251.4,778.6l-0.4-5.8c0-0.2,0-0.4,0.1-0.6c0.1-0.3,0.4-0.6,0.7-0.7h-0.2c-0.8,0-1.4-0.6-1.5-1.4     l-0.4-5.8c-0.1-0.8,0.5-1.4,1.3-1.4h0.7c-0.5-0.2-0.9-0.7-0.9-1.3l-0.4-5.8c0-0.2,0-0.4,0.1-0.6c0.1-0.3,0.3-0.6,0.7-0.7h-0.1     c-0.7,0-1.3-0.6-1.4-1.4l-0.4-5.8c0-0.2,0-0.4,0.1-0.6c0.1-0.3,0.3-0.6,0.6-0.7h-1c-0.8,0-1.5-0.6-1.5-1.4l-0.4-5.8     c-0.1-0.8,0.5-1.4,1.3-1.4h1.5c-0.5-0.2-0.9-0.7-0.9-1.3l-0.4-5.8c0-0.2,0-0.4,0.1-0.6c0.2-0.5,0.6-0.9,1.2-0.9h-12.4h-1h-3     c-0.6,0-1,0.4-1.3,0.9c-0.1,0.2-0.1,0.4-0.1,0.6v5.8c0,0.6,0.3,1.1,0.8,1.3H231c-0.8,0-1.4,0.6-1.4,1.4v5.8     c0,0.8,0.6,1.4,1.4,1.4h1c-0.3,0.1-0.5,0.4-0.6,0.7c-0.1,0.2-0.1,0.4-0.1,0.6v5.8c0,0.8,0.6,1.4,1.2,1.4h0.1     c-0.3,0.1-0.6,0.4-0.7,0.7c-0.1,0.2-0.1,0.4-0.1,0.6v5.8c0,0.6,0.3,1.1,0.8,1.3h-0.7c-0.8,0-1.4,0.6-1.4,1.4v5.8     c0,0.8,0.6,1.4,1.4,1.4h0.2c-0.3,0.1-0.6,0.4-0.7,0.7c-0.1,0.2-0.1,0.4-0.1,0.6v5.8c0,0.8,0.6,1.4,1.4,1.4h17.7h2.5     C252.2,780.1,251.5,779.4,251.4,778.6z\"></path>			</g>			<g>				<g>					<path class=\"st106\" d=\"M267.2,779.7h-33.6c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h33.6c0.8,0,1.4-0.6,1.4-1.4v-5.8      C268.5,780.4,267.9,779.7,267.2,779.7z\"></path>					<path class=\"st107\" d=\"M262.3,779.7h-6.8c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h6.8c0.2,0,0.3-0.6,0.3-1.4v-5.8      C262.6,780.4,262.5,779.7,262.3,779.7z\"></path>					<path class=\"st108\" d=\"M267.6,779.8c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5h-28.7c-0.6,0-1.2-0.7-1.2-1.5V780      c0-0.1,0-0.2,0-0.3h-3c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h33.6c0.8,0,1.4-0.6,1.4-1.4v-5.8      C268.5,780.5,268.1,780,267.6,779.8z\"></path>					<path class=\"st107\" d=\"M267.2,779.7h-29.5c0.2,0.3,0.5,0.6,0.9,0.6h27.8C266.7,780.3,267,780.1,267.2,779.7      C267.2,779.7,267.2,779.7,267.2,779.7z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M266.4,788.2h-34.9c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C267.9,788.9,267.2,788.2,266.4,788.2z\"></path>					<path class=\"st107\" d=\"M261.8,788.2h-7.1c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h7.1c0.2,0,0.3-0.6,0.3-1.4v-5.8      C262,788.9,261.9,788.2,261.8,788.2z\"></path>					<path class=\"st108\" d=\"M266.9,788.3c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5h-29.8c-0.7,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C267.9,789,267.4,788.5,266.9,788.3z\"></path>					<path class=\"st107\" d=\"M266.4,788.2h-30.7c0.2,0.3,0.5,0.6,0.9,0.6h28.9C266,788.8,266.3,788.6,266.4,788.2      C266.5,788.3,266.5,788.2,266.4,788.2z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M263.8,796.7H233c-0.7,0-1.2,0.6-1.2,1.4v5.8c0,0.8,0.6,1.4,1.2,1.4h30.8c0.7,0,1.2-0.6,1.2-1.4v-5.8      C265.1,797.4,264.5,796.7,263.8,796.7z\"></path>					<path class=\"st107\" d=\"M260.6,796.7h-6.3c-0.1,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h6.3c0.1,0,0.3-0.6,0.3-1.4v-5.8      C260.8,797.4,260.7,796.7,260.6,796.7z\"></path>					<path class=\"st108\" d=\"M264.2,796.8c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.1,1.5h-26.3c-0.6,0-1.1-0.7-1.1-1.5V797      c0-0.1,0-0.2,0-0.3H233c-0.7,0-1.2,0.6-1.2,1.4v5.8c0,0.8,0.6,1.4,1.2,1.4h30.8c0.7,0,1.2-0.6,1.2-1.4v-5.8      C265.1,797.5,264.7,797,264.2,796.8z\"></path>					<path class=\"st107\" d=\"M263.8,796.7h-27.1c0.2,0.3,0.5,0.6,0.8,0.6h25.5C263.4,797.3,263.7,797.1,263.8,796.7      C263.9,796.8,263.8,796.7,263.8,796.7z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M267.6,805.2h-34c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34c0.8,0,1.4-0.6,1.4-1.4v-5.8      C269,805.9,268.4,805.2,267.6,805.2z\"></path>					<path class=\"st107\" d=\"M262.6,805.2h-6.9c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h6.9c0.2,0,0.3-0.6,0.3-1.4v-5.8      C262.8,805.9,262.7,805.2,262.6,805.2z\"></path>					<path class=\"st108\" d=\"M268,805.3c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5h-29.1c-0.6,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-3.1c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34c0.8,0,1.4-0.6,1.4-1.4v-5.8      C269,806,268.6,805.5,268,805.3z\"></path>					<path class=\"st107\" d=\"M267.6,805.2h-29.9c0.2,0.3,0.5,0.6,0.9,0.6h28.2C267.2,805.8,267.5,805.6,267.6,805.2      C267.7,805.3,267.7,805.2,267.6,805.2z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M266.2,813.7h-33.9c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h33.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C267.6,814.4,266.9,813.7,266.2,813.7z\"></path>					<path class=\"st107\" d=\"M261.7,813.7h-6.9c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h6.9c0.2,0,0.3-0.6,0.3-1.4v-5.8      C262,814.4,261.9,813.7,261.7,813.7z\"></path>					<path class=\"st108\" d=\"M266.6,813.8c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5h-28.9c-0.6,0-1.2-0.7-1.2-1.5V814      c0-0.1,0-0.2,0-0.3h-3.1c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h33.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C267.6,814.5,267.2,814,266.6,813.8z\"></path>					<path class=\"st107\" d=\"M266.2,813.7h-29.8c0.2,0.3,0.5,0.6,0.9,0.6h28C265.7,814.3,266,814.1,266.2,813.7      C266.2,813.8,266.2,813.7,266.2,813.7z\"></path>				</g>				<g>					<path class=\"st106\" d=\"M268.1,822.3h-34.9c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C269.5,822.9,268.9,822.3,268.1,822.3z\"></path>					<path class=\"st107\" d=\"M262.8,822.3h-7.1c-0.2,0-0.3,0.6-0.3,1.4v5.8c0,0.8,0.1,1.4,0.3,1.4h7.1c0.2,0,0.3-0.6,0.3-1.4v-5.8      C263,822.9,262.9,822.3,262.8,822.3z\"></path>					<path class=\"st108\" d=\"M268.5,822.3c0,0.1,0,0.1,0,0.2v5.9c0,0.8-0.5,1.5-1.2,1.5h-29.8c-0.7,0-1.2-0.7-1.2-1.5v-5.9      c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.4,0.6-1.4,1.4v5.8c0,0.8,0.6,1.4,1.4,1.4h34.9c0.8,0,1.4-0.6,1.4-1.4v-5.8      C269.5,823,269.1,822.5,268.5,822.3z\"></path>					<path class=\"st107\" d=\"M268.1,822.3h-30.7c0.2,0.3,0.5,0.6,0.9,0.6h28.9C267.6,822.8,267.9,822.6,268.1,822.3      C268.1,822.3,268.1,822.3,268.1,822.3z\"></path>				</g>				<path class=\"st108\" d=\"M251.9,829.4l-0.4-5.8c0-0.2,0-0.4,0.1-0.6c0.1-0.3,0.4-0.6,0.7-0.7H252c-0.8,0-1.4-0.6-1.5-1.4l-0.4-5.8     c-0.1-0.8,0.5-1.4,1.3-1.4h0.7c-0.5-0.2-0.9-0.7-0.9-1.3l-0.4-5.8c0-0.2,0-0.4,0.1-0.6c0.1-0.3,0.3-0.6,0.7-0.7h-0.1     c-0.7,0-1.3-0.6-1.4-1.4l-0.4-5.8c0-0.2,0-0.4,0.1-0.6c0.1-0.3,0.3-0.6,0.6-0.7h-1c-0.8,0-1.5-0.6-1.5-1.4l-0.4-5.8     c-0.1-0.8,0.5-1.4,1.3-1.4h1.5c-0.5-0.2-0.9-0.7-0.9-1.3l-0.4-5.8c0-0.2,0-0.4,0.1-0.6c0.2-0.5,0.6-0.9,1.2-0.9h-12.4h-1h-3     c-0.6,0-1,0.4-1.3,0.9c-0.1,0.2-0.1,0.4-0.1,0.6v5.8c0,0.6,0.3,1.1,0.8,1.3h-1.5c-0.8,0-1.4,0.6-1.4,1.4v5.8     c0,0.8,0.6,1.4,1.4,1.4h1c-0.3,0.1-0.5,0.4-0.6,0.7c-0.1,0.2-0.1,0.4-0.1,0.6v5.8c0,0.8,0.6,1.4,1.2,1.4h0.1     c-0.3,0.1-0.6,0.4-0.7,0.7c-0.1,0.2-0.1,0.4-0.1,0.6v5.8c0,0.6,0.3,1.1,0.8,1.3h-0.7c-0.8,0-1.4,0.6-1.4,1.4v5.8     c0,0.8,0.6,1.4,1.4,1.4h0.2c-0.3,0.1-0.6,0.4-0.7,0.7c-0.1,0.2-0.1,0.4-0.1,0.6v5.8c0,0.8,0.6,1.4,1.4,1.4h17.7h2.5     C252.6,830.9,252,830.2,251.9,829.4z\"></path>			</g>		</g>		<g>			<g>				<path class=\"st106\" d=\"M311.5,717.7h-38c-0.8,0-1.5,0.7-1.5,1.6v6.4c0,0.9,0.7,1.6,1.5,1.6h38c0.8,0,1.5-0.7,1.5-1.6v-6.4     C313.1,718.4,312.4,717.7,311.5,717.7z\"></path>				<path class=\"st107\" d=\"M306.1,717.7h-7.7c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h7.7c0.2,0,0.3-0.7,0.3-1.6v-6.4     C306.4,718.4,306.2,717.7,306.1,717.7z\"></path>				<path class=\"st108\" d=\"M312,717.8c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.3,1.6h-32.5c-0.7,0-1.3-0.7-1.3-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.6v6.4c0,0.9,0.7,1.6,1.5,1.6h38c0.8,0,1.5-0.7,1.5-1.6v-6.4     C313.1,718.5,312.6,718,312,717.8z\"></path>				<path class=\"st107\" d=\"M311.6,717.7h-33.4c0.2,0.4,0.6,0.7,1,0.7h31.5C311,718.3,311.4,718.1,311.6,717.7     C311.6,717.7,311.6,717.7,311.6,717.7z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M310.7,727.1h-39.5c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C312.3,727.8,311.6,727.1,310.7,727.1z\"></path>				<path class=\"st107\" d=\"M305.4,727.1h-8c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h8c0.2,0,0.3-0.7,0.3-1.6v-6.4     C305.8,727.8,305.6,727.1,305.4,727.1z\"></path>				<path class=\"st108\" d=\"M311.2,727.2c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.4,1.6h-33.8c-0.8,0-1.4-0.7-1.4-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.6c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C312.3,728,311.8,727.4,311.2,727.2z\"></path>				<path class=\"st107\" d=\"M310.7,727.1H276c0.2,0.4,0.6,0.7,1,0.7h32.7C310.2,727.8,310.6,727.5,310.7,727.1     C310.8,727.1,310.8,727.1,310.7,727.1z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M307.8,736.5h-34.9c-0.8,0-1.4,0.7-1.4,1.6v6.4c0,0.9,0.6,1.6,1.4,1.6h34.9c0.8,0,1.4-0.7,1.4-1.6v-6.4     C309.2,737.3,308.5,736.5,307.8,736.5z\"></path>				<path class=\"st107\" d=\"M304.1,736.5H297c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h7.1c0.2,0,0.3-0.7,0.3-1.6v-6.4     C304.4,737.3,304.2,736.5,304.1,736.5z\"></path>				<path class=\"st108\" d=\"M308.2,736.6c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.5,1.6-1.2,1.6h-29.8c-0.7,0-1.2-0.7-1.2-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.4,0.7-1.4,1.6v6.4c0,0.9,0.6,1.6,1.4,1.6h34.9c0.8,0,1.4-0.7,1.4-1.6v-6.4     C309.2,737.4,308.7,736.8,308.2,736.6z\"></path>				<path class=\"st107\" d=\"M307.8,736.5h-30.6c0.2,0.4,0.5,0.7,0.9,0.7h28.9C307.3,737.2,307.6,736.9,307.8,736.5     C307.8,736.6,307.8,736.5,307.8,736.5z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M312.1,746h-38.5c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h38.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C313.6,746.7,312.9,746,312.1,746z\"></path>				<path class=\"st107\" d=\"M306.3,746h-7.8c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h7.8c0.2,0,0.3-0.7,0.3-1.6v-6.4     C306.7,746.7,306.5,746,306.3,746z\"></path>				<path class=\"st108\" d=\"M312.5,746.1c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.3,1.6h-32.9c-0.7,0-1.3-0.7-1.3-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.5c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h38.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C313.6,746.9,313.2,746.3,312.5,746.1z\"></path>				<path class=\"st107\" d=\"M312.1,746h-33.8c0.2,0.4,0.6,0.7,1,0.7h31.9C311.6,746.6,311.9,746.4,312.1,746     C312.1,746,312.1,746,312.1,746z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M310.4,755.4h-38.3c-0.9,0-1.5,0.7-1.5,1.6v6.4c0,0.9,0.7,1.6,1.5,1.6h38.3c0.9,0,1.5-0.7,1.5-1.6V757     C312,756.1,311.3,755.4,310.4,755.4z\"></path>				<path class=\"st107\" d=\"M305.4,755.4h-7.8c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h7.8c0.2,0,0.3-0.7,0.3-1.6V757     C305.7,756.1,305.5,755.4,305.4,755.4z\"></path>				<path class=\"st108\" d=\"M310.9,755.5c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.3,1.6h-32.7c-0.7,0-1.3-0.7-1.3-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.5c-0.9,0-1.5,0.7-1.5,1.6v6.4c0,0.9,0.7,1.6,1.5,1.6h38.3c0.9,0,1.5-0.7,1.5-1.6V757     C312,756.3,311.5,755.7,310.9,755.5z\"></path>				<path class=\"st107\" d=\"M310.5,755.4h-33.7c0.2,0.4,0.6,0.7,1,0.7h31.7C309.9,756.1,310.3,755.8,310.5,755.4     C310.5,755.4,310.5,755.4,310.5,755.4z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M312.6,764.9h-39.5c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C314.2,765.6,313.5,764.9,312.6,764.9z\"></path>				<path class=\"st107\" d=\"M306.6,764.9h-8c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h8c0.2,0,0.3-0.7,0.3-1.6v-6.4     C306.9,765.6,306.7,764.9,306.6,764.9z\"></path>				<path class=\"st108\" d=\"M313.1,765c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.4,1.6H278c-0.8,0-1.4-0.7-1.4-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.6c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C314.2,765.8,313.7,765.2,313.1,765z\"></path>				<path class=\"st107\" d=\"M312.6,764.9h-34.7c0.2,0.4,0.6,0.7,1,0.7h32.7C312,765.5,312.4,765.3,312.6,764.9     C312.6,764.9,312.6,764.9,312.6,764.9z\"></path>			</g>			<path class=\"st108\" d=\"M294.3,772.9l-0.5-6.4c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.7,0.8-0.8h-0.3c-0.9,0-1.6-0.7-1.7-1.6l-0.5-6.4    c-0.1-0.9,0.6-1.6,1.4-1.6h0.8c-0.6-0.2-1-0.8-1-1.5l-0.5-6.4c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.7,0.7-0.8h-0.1    c-0.8,0-1.5-0.7-1.5-1.6l-0.5-6.4c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.7,0.7-0.8h-1.1c-0.9,0-1.7-0.7-1.7-1.6l-0.5-6.4    c-0.1-0.9,0.6-1.6,1.5-1.6h1.7c-0.6-0.2-1-0.8-1-1.5l-0.5-6.4c0-0.2,0-0.4,0.1-0.6c0.2-0.6,0.7-1,1.3-1h-14H277h-3.4    c-0.6,0-1.2,0.4-1.4,1c-0.1,0.2-0.1,0.4-0.1,0.6v6.4c0,0.6,0.4,1.2,0.9,1.5h-1.7c-0.9,0-1.6,0.7-1.6,1.6v6.4    c0,0.9,0.7,1.6,1.6,1.6h1.1c-0.3,0.2-0.6,0.5-0.7,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.4c0,0.9,0.6,1.6,1.4,1.6h0.1    c-0.4,0.2-0.6,0.5-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.4c0,0.6,0.4,1.2,0.9,1.5h-0.8c-0.9,0-1.5,0.7-1.5,1.6v6.4    c0,0.9,0.7,1.6,1.5,1.6h0.3c-0.4,0.2-0.7,0.5-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.4c0,0.9,0.7,1.6,1.6,1.6h20.1h2.9    C295.1,774.5,294.3,773.7,294.3,772.9z\"></path>		</g>		<g>			<g>				<path class=\"st106\" d=\"M355.6,774.1h-38c-0.8,0-1.5,0.7-1.5,1.6v6.4c0,0.9,0.7,1.6,1.5,1.6h38c0.8,0,1.5-0.7,1.5-1.6v-6.4     C357.1,774.8,356.5,774.1,355.6,774.1z\"></path>				<path class=\"st107\" d=\"M350.1,774.1h-7.7c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h7.7c0.2,0,0.3-0.7,0.3-1.6v-6.4     C350.4,774.8,350.3,774.1,350.1,774.1z\"></path>				<path class=\"st108\" d=\"M356.1,774.2c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.3,1.6h-32.5c-0.7,0-1.3-0.7-1.3-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.6v6.4c0,0.9,0.7,1.6,1.5,1.6h38c0.8,0,1.5-0.7,1.5-1.6v-6.4     C357.1,775,356.7,774.4,356.1,774.2z\"></path>				<path class=\"st107\" d=\"M355.6,774.1h-33.4c0.2,0.4,0.6,0.7,1,0.7h31.5C355.1,774.7,355.4,774.5,355.6,774.1     C355.7,774.1,355.6,774.1,355.6,774.1z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M354.8,783.5h-39.5c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C356.4,784.2,355.7,783.5,354.8,783.5z\"></path>				<path class=\"st107\" d=\"M349.5,783.5h-8c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h8c0.2,0,0.3-0.7,0.3-1.6v-6.4     C349.8,784.2,349.7,783.5,349.5,783.5z\"></path>				<path class=\"st108\" d=\"M355.3,783.6c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.4,1.6h-33.8c-0.8,0-1.4-0.7-1.4-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.6c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C356.4,784.4,355.9,783.8,355.3,783.6z\"></path>				<path class=\"st107\" d=\"M354.8,783.5h-34.7c0.2,0.4,0.6,0.7,1,0.7h32.7C354.3,784.2,354.6,783.9,354.8,783.5     C354.8,783.5,354.8,783.5,354.8,783.5z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M351.8,793h-34.9c-0.8,0-1.4,0.7-1.4,1.6v6.4c0,0.9,0.6,1.6,1.4,1.6h34.9c0.8,0,1.4-0.7,1.4-1.6v-6.4     C353.2,793.7,352.6,793,351.8,793z\"></path>				<path class=\"st107\" d=\"M348.1,793h-7.1c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h7.1c0.2,0,0.3-0.7,0.3-1.6v-6.4     C348.4,793.7,348.3,793,348.1,793z\"></path>				<path class=\"st108\" d=\"M352.2,793.1c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.5,1.6-1.2,1.6h-29.8c-0.7,0-1.2-0.7-1.2-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.4,0.7-1.4,1.6v6.4c0,0.9,0.6,1.6,1.4,1.6h34.9c0.8,0,1.4-0.7,1.4-1.6v-6.4     C353.2,793.9,352.8,793.3,352.2,793.1z\"></path>				<path class=\"st107\" d=\"M351.8,793h-30.6c0.2,0.4,0.5,0.7,0.9,0.7H351C351.3,793.6,351.7,793.4,351.8,793     C351.9,793,351.8,793,351.8,793z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M356.1,802.4h-38.5c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h38.5c0.9,0,1.6-0.7,1.6-1.6V804     C357.7,803.1,357,802.4,356.1,802.4z\"></path>				<path class=\"st107\" d=\"M350.4,802.4h-7.8c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h7.8c0.2,0,0.3-0.7,0.3-1.6V804     C350.7,803.1,350.6,802.4,350.4,802.4z\"></path>				<path class=\"st108\" d=\"M356.6,802.5c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.3,1.6h-32.9c-0.7,0-1.3-0.7-1.3-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.5c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h38.5c0.9,0,1.6-0.7,1.6-1.6V804     C357.7,803.3,357.2,802.7,356.6,802.5z\"></path>				<path class=\"st107\" d=\"M356.1,802.4h-33.8c0.2,0.4,0.6,0.7,1,0.7h31.9C355.6,803.1,356,802.8,356.1,802.4     C356.2,802.4,356.2,802.4,356.1,802.4z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M354.5,811.9h-38.3c-0.9,0-1.5,0.7-1.5,1.6v6.4c0,0.9,0.7,1.6,1.5,1.6h38.3c0.9,0,1.5-0.7,1.5-1.6v-6.4     C356.1,812.6,355.4,811.9,354.5,811.9z\"></path>				<path class=\"st107\" d=\"M349.4,811.9h-7.8c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h7.8c0.2,0,0.3-0.7,0.3-1.6v-6.4     C349.7,812.6,349.6,811.9,349.4,811.9z\"></path>				<path class=\"st108\" d=\"M355,812c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.3,1.6h-32.7c-0.7,0-1.3-0.7-1.3-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.5c-0.9,0-1.5,0.7-1.5,1.6v6.4c0,0.9,0.7,1.6,1.5,1.6h38.3c0.9,0,1.5-0.7,1.5-1.6v-6.4     C356.1,812.7,355.6,812.2,355,812z\"></path>				<path class=\"st107\" d=\"M354.5,811.9h-33.7c0.2,0.4,0.6,0.7,1,0.7h31.7C354,812.5,354.3,812.3,354.5,811.9     C354.6,811.9,354.5,811.9,354.5,811.9z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M356.6,821.3h-39.5c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C358.2,822,357.5,821.3,356.6,821.3z\"></path>				<path class=\"st107\" d=\"M350.6,821.3h-8c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h8c0.2,0,0.3-0.7,0.3-1.6v-6.4     C350.9,822,350.8,821.3,350.6,821.3z\"></path>				<path class=\"st108\" d=\"M357.1,821.4c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.4,1.6H322c-0.8,0-1.4-0.7-1.4-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.6c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C358.2,822.2,357.8,821.6,357.1,821.4z\"></path>				<path class=\"st107\" d=\"M356.6,821.3h-34.7c0.2,0.4,0.6,0.7,1,0.7h32.7C356.1,822,356.5,821.7,356.6,821.3     C356.7,821.3,356.7,821.3,356.6,821.3z\"></path>			</g>			<path class=\"st108\" d=\"M338.3,829.3l-0.5-6.4c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.7,0.8-0.8h-0.3c-0.9,0-1.6-0.7-1.7-1.6l-0.5-6.4    c-0.1-0.9,0.6-1.6,1.4-1.6h0.8c-0.6-0.2-1-0.8-1-1.5L337,804c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.7,0.7-0.8h-0.1    c-0.8,0-1.5-0.7-1.5-1.6l-0.5-6.4c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.7,0.7-0.8h-1.1c-0.9,0-1.7-0.7-1.7-1.6l-0.5-6.4    c-0.1-0.9,0.6-1.6,1.5-1.6h1.7c-0.6-0.2-1-0.8-1-1.5l-0.5-6.4c0-0.2,0-0.4,0.1-0.6c0.2-0.6,0.7-1,1.3-1h-14H321h-3.4    c-0.6,0-1.2,0.4-1.4,1c-0.1,0.2-0.1,0.4-0.1,0.6v6.4c0,0.6,0.4,1.2,0.9,1.5h-1.7c-0.9,0-1.6,0.7-1.6,1.6v6.4    c0,0.9,0.7,1.6,1.6,1.6h1.1c-0.3,0.2-0.6,0.5-0.7,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.4c0,0.9,0.6,1.6,1.4,1.6h0.1    c-0.4,0.2-0.6,0.5-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.4c0,0.6,0.4,1.2,0.9,1.5h-0.8c-0.9,0-1.5,0.7-1.5,1.6v6.4    c0,0.9,0.7,1.6,1.5,1.6h0.3c-0.4,0.2-0.7,0.5-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.4c0,0.9,0.7,1.6,1.6,1.6h20.1h2.9    C339.2,830.9,338.4,830.2,338.3,829.3z\"></path>		</g>		<g>			<g>				<path class=\"st106\" d=\"M312.1,774.1h-38c-0.8,0-1.5,0.7-1.5,1.6v6.4c0,0.9,0.7,1.6,1.5,1.6h38c0.8,0,1.5-0.7,1.5-1.6v-6.4     C313.6,774.8,312.9,774.1,312.1,774.1z\"></path>				<path class=\"st107\" d=\"M306.6,774.1h-7.7c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h7.7c0.2,0,0.3-0.7,0.3-1.6v-6.4     C306.9,774.8,306.8,774.1,306.6,774.1z\"></path>				<path class=\"st108\" d=\"M312.6,774.2c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.3,1.6h-32.5c-0.7,0-1.3-0.7-1.3-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.4c-0.8,0-1.5,0.7-1.5,1.6v6.4c0,0.9,0.7,1.6,1.5,1.6h38c0.8,0,1.5-0.7,1.5-1.6v-6.4     C313.6,775,313.2,774.4,312.6,774.2z\"></path>				<path class=\"st107\" d=\"M312.1,774.1h-33.4c0.2,0.4,0.6,0.7,1,0.7h31.5C311.6,774.7,311.9,774.5,312.1,774.1     C312.1,774.1,312.1,774.1,312.1,774.1z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M311.3,783.5h-39.5c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C312.9,784.2,312.2,783.5,311.3,783.5z\"></path>				<path class=\"st107\" d=\"M306,783.5h-8c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h8c0.2,0,0.3-0.7,0.3-1.6v-6.4     C306.3,784.2,306.2,783.5,306,783.5z\"></path>				<path class=\"st108\" d=\"M311.7,783.6c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.4,1.6h-33.8c-0.8,0-1.4-0.7-1.4-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.6c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C312.9,784.4,312.4,783.8,311.7,783.6z\"></path>				<path class=\"st107\" d=\"M311.3,783.5h-34.7c0.2,0.4,0.6,0.7,1,0.7h32.7C310.7,784.2,311.1,783.9,311.3,783.5     C311.3,783.5,311.3,783.5,311.3,783.5z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M308.3,793h-34.9c-0.8,0-1.4,0.7-1.4,1.6v6.4c0,0.9,0.6,1.6,1.4,1.6h34.9c0.8,0,1.4-0.7,1.4-1.6v-6.4     C309.7,793.7,309.1,793,308.3,793z\"></path>				<path class=\"st107\" d=\"M304.6,793h-7.1c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h7.1c0.2,0,0.3-0.7,0.3-1.6v-6.4     C304.9,793.7,304.8,793,304.6,793z\"></path>				<path class=\"st108\" d=\"M308.7,793.1c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.5,1.6-1.2,1.6h-29.8c-0.7,0-1.2-0.7-1.2-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.2c-0.8,0-1.4,0.7-1.4,1.6v6.4c0,0.9,0.6,1.6,1.4,1.6h34.9c0.8,0,1.4-0.7,1.4-1.6v-6.4     C309.7,793.9,309.3,793.3,308.7,793.1z\"></path>				<path class=\"st107\" d=\"M308.3,793h-30.6c0.2,0.4,0.5,0.7,0.9,0.7h28.9C307.8,793.6,308.1,793.4,308.3,793     C308.3,793,308.3,793,308.3,793z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M312.6,802.4h-38.5c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h38.5c0.9,0,1.6-0.7,1.6-1.6V804     C314.2,803.1,313.5,802.4,312.6,802.4z\"></path>				<path class=\"st107\" d=\"M306.9,802.4h-7.8c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h7.8c0.2,0,0.3-0.7,0.3-1.6V804     C307.2,803.1,307.1,802.4,306.9,802.4z\"></path>				<path class=\"st108\" d=\"M313.1,802.5c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.3,1.6h-32.9c-0.7,0-1.3-0.7-1.3-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.5c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h38.5c0.9,0,1.6-0.7,1.6-1.6V804     C314.2,803.3,313.7,802.7,313.1,802.5z\"></path>				<path class=\"st107\" d=\"M312.6,802.4h-33.8c0.2,0.4,0.6,0.7,1,0.7h31.9C312.1,803.1,312.5,802.8,312.6,802.4     C312.7,802.4,312.6,802.4,312.6,802.4z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M311,811.9h-38.3c-0.9,0-1.5,0.7-1.5,1.6v6.4c0,0.9,0.7,1.6,1.5,1.6H311c0.9,0,1.5-0.7,1.5-1.6v-6.4     C312.5,812.6,311.8,811.9,311,811.9z\"></path>				<path class=\"st107\" d=\"M305.9,811.9h-7.8c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h7.8c0.2,0,0.3-0.7,0.3-1.6v-6.4     C306.2,812.6,306.1,811.9,305.9,811.9z\"></path>				<path class=\"st108\" d=\"M311.5,812c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.3,1.6h-32.7c-0.7,0-1.3-0.7-1.3-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.5c-0.9,0-1.5,0.7-1.5,1.6v6.4c0,0.9,0.7,1.6,1.5,1.6H311c0.9,0,1.5-0.7,1.5-1.6v-6.4     C312.5,812.7,312.1,812.2,311.5,812z\"></path>				<path class=\"st107\" d=\"M311,811.9h-33.7c0.2,0.4,0.6,0.7,1,0.7h31.7C310.5,812.5,310.8,812.3,311,811.9     C311,811.9,311,811.9,311,811.9z\"></path>			</g>			<g>				<path class=\"st106\" d=\"M313.1,821.3h-39.5c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C314.7,822,314,821.3,313.1,821.3z\"></path>				<path class=\"st107\" d=\"M307.1,821.3h-8c-0.2,0-0.3,0.7-0.3,1.6v6.4c0,0.9,0.1,1.6,0.3,1.6h8c0.2,0,0.3-0.7,0.3-1.6v-6.4     C307.4,822,307.3,821.3,307.1,821.3z\"></path>				<path class=\"st108\" d=\"M313.6,821.4c0,0.1,0,0.1,0,0.2v6.5c0,0.9-0.6,1.6-1.4,1.6h-33.8c-0.8,0-1.4-0.7-1.4-1.6v-6.5     c0-0.1,0-0.2,0-0.3h-3.6c-0.9,0-1.6,0.7-1.6,1.6v6.4c0,0.9,0.7,1.6,1.6,1.6h39.5c0.9,0,1.6-0.7,1.6-1.6v-6.4     C314.7,822.2,314.2,821.6,313.6,821.4z\"></path>				<path class=\"st107\" d=\"M313.1,821.3h-34.7c0.2,0.4,0.6,0.7,1,0.7h32.7C312.6,822,313,821.7,313.1,821.3     C313.2,821.3,313.2,821.3,313.1,821.3z\"></path>			</g>			<path class=\"st108\" d=\"M294.8,829.3l-0.5-6.4c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.7,0.8-0.8h-0.3c-0.9,0-1.6-0.7-1.7-1.6l-0.5-6.4    c-0.1-0.9,0.6-1.6,1.4-1.6h0.8c-0.6-0.2-1-0.8-1-1.5l-0.5-6.4c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.7,0.7-0.8h-0.1    c-0.8,0-1.5-0.7-1.5-1.6l-0.5-6.4c0-0.2,0-0.4,0.1-0.6c0.1-0.4,0.4-0.7,0.7-0.8h-1.1c-0.9,0-1.7-0.7-1.7-1.6l-0.5-6.4    c-0.1-0.9,0.6-1.6,1.5-1.6h1.7c-0.6-0.2-1-0.8-1-1.5l-0.5-6.4c0-0.2,0-0.4,0.1-0.6c0.2-0.6,0.7-1,1.3-1h-14h-1.2h-3.4    c-0.6,0-1.2,0.4-1.4,1c-0.1,0.2-0.1,0.4-0.1,0.6v6.4c0,0.6,0.4,1.2,0.9,1.5h-1.7c-0.9,0-1.6,0.7-1.6,1.6v6.4    c0,0.9,0.7,1.6,1.6,1.6h1.1c-0.3,0.2-0.6,0.5-0.7,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.4c0,0.9,0.6,1.6,1.4,1.6h0.1    c-0.4,0.2-0.6,0.5-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.4c0,0.6,0.4,1.2,0.9,1.5h-0.8c-0.9,0-1.5,0.7-1.5,1.6v6.4    c0,0.9,0.7,1.6,1.5,1.6h0.3c-0.4,0.2-0.7,0.5-0.8,0.8c-0.1,0.2-0.1,0.4-0.1,0.6v6.4c0,0.9,0.7,1.6,1.6,1.6h20.1h2.9    C295.7,830.9,294.9,830.2,294.8,829.3z\"></path>		</g>		<rect x=\"205.9\" y=\"782.5\" class=\"st109\" width=\"90.6\" height=\"10.5\"></rect>		<path class=\"st110\" d=\"M160.1,779.2c6,17.9,5.1,51.7,5.1,51.7H326c0,0-5.3-21.9,0.6-49.3C262.5,786.1,217.6,784,160.1,779.2z\"></path>		<path class=\"st111\" d=\"M324,814.2c-26.9,2.1-56.3,3.5-56.3,3.5s30.5-0.4,41.7-1c5.3-0.3,10.2-0.8,14.7-1.3   C324,815.1,324,814.6,324,814.2z\"></path>		<path class=\"st111\" d=\"M222.5,808.3c29.8-0.1,62.4-1,62.4-1s-33.8,2.1-46.2,2.4c-5.8,0.1-11.4,0.1-16.3-0.1   C222.5,809.2,222.5,808.7,222.5,808.3z\"></path>		<path class=\"st111\" d=\"M285.8,825.1c-19.1,0.9-40.1,1.2-40.1,1.2s21.8,0.9,29.8,0.8c3.7-0.1,7.3-0.3,10.4-0.7   C285.8,825.9,285.8,825.5,285.8,825.1z\"></path>		<path class=\"st111\" d=\"M225.7,797.8c37.9-0.7,95.4-3.7,95.4-3.7s-38.8,3.2-53.2,3.9C245.1,799.1,225.7,797.8,225.7,797.8z\"></path>		<path class=\"st109\" d=\"M296.5,782.5c-9.7,0.8-19.8,0.8-29.4,1.3c1.9,17.7,3.4,34.1,3.9,47.2h25.5   C297.6,816,297.5,799.7,296.5,782.5z\"></path>		<g>			<path class=\"st112\" d=\"M275.8,828.4h-1.7c0-12.6-0.9-25.9-2.8-40.6l1.7-0.2C274.9,802.4,275.8,815.7,275.8,828.4z\"></path>		</g>		<g>			<path class=\"st112\" d=\"M293.7,828.4l-1.7-0.1c0.8-12.8,0.7-26.3-0.3-41.3l1.7-0.1C294.4,801.9,294.5,815.5,293.7,828.4z\"></path>		</g>		<path class=\"st111\" d=\"M226.1,783.4c-21.3-0.8-42.6-2.3-66-4.3c6,17.9,5.1,51.7,5.1,51.7h62.1   C227.2,830.9,223.3,810.6,226.1,783.4z\"></path>	</g>	<g>		<path class=\"st113\" d=\"M252.1,579.6c-8.1-5.6-20.1-3.9-26.7,3.9c-6.6,7.7-5.4,18.5,2.7,24.1c8.1,5.6,20.1,3.9,26.7-3.9   C261.5,596,260.3,585.2,252.1,579.6z\"></path>		<path class=\"st114\" d=\"M250.3,580.2c-8.1-5.6-20-4-26.5,3.6c-6.5,7.6-5.2,18.3,3,23.8c8.1,5.6,20,4,26.5-3.6   C259.8,596.4,258.5,585.8,250.3,580.2z\"></path>		<path class=\"st115\" d=\"M256.7,588.7c-2-0.5-4-1.1-6-1.6c-5.2-1.3-10.6-2.3-16.1-2.2c-4.5,0.1-9.2,1-13.4,3   c-2.8,6.2-1.5,13.3,3.6,18.1c1.9-1.2,4-2.2,6.1-3c4.3-1.6,8.8-2.8,13.2-2.7c3.7,0,7.2,0.9,10.5,2   C257.4,598.1,258.1,593.1,256.7,588.7z\"></path>		<path class=\"st113\" d=\"M256.5,636.8c-2.3-5.1-12.1-5.9-21.8-1.8c-9.7,4.1-15.7,11.5-13.4,16.5s12.1,5.9,21.8,1.8   C252.8,649.2,258.8,641.8,256.5,636.8z\"></path>		<path class=\"st114\" d=\"M255.7,634.7c-2.3-5.1-12.1-5.9-21.8-1.8c-9.7,4.1-15.7,11.5-13.4,16.5c2.3,5.1,12.1,5.9,21.8,1.8   C252,647.1,258,639.7,255.7,634.7z\"></path>		<path class=\"st115\" d=\"M239.8,631c-1.9,0.4-3.9,1-5.9,1.9c-2.9,1.2-5.4,2.7-7.5,4.4c1.7,0.6,3.3,1.2,4.8,2   c1.2,0.6,2.4,1.3,3.4,2.2c2.2,2.1,3.1,5.1,4.1,7.9c0.3,0.9,0.7,1.9,1.1,2.8c0.8-0.3,1.7-0.6,2.6-0.9c3.5-1.4,6.4-3.3,8.7-5.3   c-2.2-1.8-4-3.8-5.2-6.1c-0.9-1.8-1.5-3.7-2.6-5.4C242.3,633,241.1,631.9,239.8,631z\"></path>		<path class=\"st113\" d=\"M235,635c-7.2,3-11.6,8.5-9.9,12.2c0.8,1.7,2.6,2.7,5.1,3.1c-1.9-0.5-3.4-1.4-4-2.8   c-1.7-3.6,2.6-8.9,9.6-11.8c6.9-2.9,13.8-2.3,15.5,1.2c-0.1-0.2-0.1-0.4-0.2-0.5C249.3,632.6,242.1,632,235,635z\"></path>		<path class=\"st113\" d=\"M230.1,604.5c-6.3-4.3-7.3-12.6-2.3-18.4c5-5.9,14.2-7.1,20.5-2.8c0.4,0.2,0.7,0.5,1,0.8   c-0.4-0.4-0.9-0.8-1.4-1.1c-6.5-4.4-15.9-3.2-21.1,2.9c-5.2,6-4.1,14.5,2.4,19c6.1,4.2,14.8,3.3,20.1-1.8   C244.1,607.7,235.9,608.5,230.1,604.5z\"></path>	</g>	<polygon class=\"st116\" points=\"463.6,472.4 459.5,474.4 456.5,551.1 469.3,574.5 481.3,548.4  \"></polygon>	<path class=\"st98\" d=\"M489.3,646l2.1-5.7c0,0-66.8-16.3-112.9-24.3C419.1,625.4,473.9,641.5,489.3,646z\"></path>	<polygon class=\"st117\" points=\"461.9,481.8 448.1,467.1 460.3,453.7 473.7,468.4  \"></polygon>	<path class=\"st13\" d=\"M522.8,581.6l37.6,1.4c0,0-12.2-27.5-18-28.2C536.6,554.2,522.8,581.6,522.8,581.6z\"></path>	<g>		<path class=\"st78\" d=\"M121.2,589.6c-0.7,0.9-1.7,1-2.6,0.4l-5.5-4.2c-0.9-0.7-1-1.7-0.4-2.6l3.7-4.8c0.7-0.9,1.7-1,2.6-0.4   l5.5,4.2c0.9,0.7,1,1.7,0.4,2.6L121.2,589.6z M138.1,595l-3.3,4.4l-1.2-0.9L122,570.9l3.3-4.4l1.2,0.9L138.1,595z M116.7,583.5   l3.2,2.4l1.2-1.5l-3.2-2.4L116.7,583.5z M143.7,587.5c-0.7,0.9-1.7,1-2.6,0.4l-5.5-4.2c-0.9-0.7-1-1.7-0.4-2.6l3.7-4.9   c0.6-0.8,1.7-1,2.6-0.4l5.5,4.2c0.9,0.7,1,1.7,0.4,2.6L143.7,587.5z M139.2,581.5l3.1,2.4l1.2-1.6l-3.1-2.4L139.2,581.5z\"></path>	</g>	<g>		<g>			<rect x=\"675.7\" y=\"650.3\" class=\"st95\" width=\"294.6\" height=\"179.2\"></rect>		</g>		<path class=\"st118\" d=\"M970.3,657.5H675.7v68.2c5.3,11.4,16.8,19.4,30.2,19.4h234.2c13.4,0,24.9-7.9,30.2-19.4V657.5z\"></path>		<path class=\"st95\" d=\"M948,737.9H698c-14,0-25.3-11.3-25.3-25.3v-62.2h300.7v62.2C973.4,726.5,962,737.9,948,737.9z\"></path>		<g>			<path class=\"st95\" d=\"M795,650.3h-9.5v-24.9l3.4-1c22.7-6.9,45.6-6.9,68.3,0l3.4,1v24.8h-9.5v-17.7c-18.6-5-37.5-5-56.1,0V650.3z    \"></path>		</g>		<g>			<rect x=\"675.7\" y=\"821\" class=\"st118\" width=\"294.6\" height=\"8.5\"></rect>		</g>		<g>			<g>				<path class=\"st119\" d=\"M835.6,755.3h-25.2c-1.5,0-2.8-1.3-2.8-2.8v-25.2c0-1.5,1.3-2.8,2.8-2.8h25.2c1.5,0,2.8,1.3,2.8,2.8v25.2     C838.4,754.1,837.2,755.3,835.6,755.3z\"></path>			</g>			<g>				<path class=\"st120\" d=\"M834.8,752.1h-23.5c-2,0-3.7-1.6-3.7-3.7v3.2c0,2,1.6,3.7,3.7,3.7h23.5c2,0,3.7-1.6,3.7-3.7v-3.2     C838.4,750.5,836.8,752.1,834.8,752.1z\"></path>			</g>			<path class=\"st95\" d=\"M823,744.9L823,744.9c-0.8,0-1.4-0.6-1.4-1.4v-7.1c0-0.8,0.6-1.4,1.4-1.4l0,0c0.8,0,1.4,0.6,1.4,1.4v7.1    C824.4,744.3,823.8,744.9,823,744.9z\"></path>			<circle class=\"st95\" cx=\"823\" cy=\"734.7\" r=\"3.4\"></circle>		</g>		<rect x=\"672.7\" y=\"650.3\" class=\"st121\" width=\"300.7\" height=\"9.6\"></rect>		<rect x=\"784.2\" y=\"645.2\" class=\"st119\" width=\"12\" height=\"5.2\"></rect>		<rect x=\"849.9\" y=\"645.2\" class=\"st119\" width=\"12\" height=\"5.2\"></rect>	</g>	<g>		<g>			<rect x=\"164.1\" y=\"387\" class=\"st78\" width=\"136\" height=\"136\"></rect>		</g>		<rect x=\"164.1\" y=\"387\" class=\"st122\" width=\"136\" height=\"5.7\"></rect>		<g>							<rect x=\"178.5\" y=\"396.5\" transform=\"matrix(-1.836970e-16 1 -1 -1.836970e-16 696.5297 232.4532)\" class=\"st88\" width=\"107.2\" height=\"136\"></rect>		</g>		<g>			<g>				<g>					<path class=\"st123\" d=\"M184.2,398.2L184.2,398.2c-2.2,0-4-1.8-4-4V378c0-2.2,1.8-4,4-4l0,0c2.2,0,4,1.8,4,4v16.3      C188.2,396.4,186.4,398.2,184.2,398.2z\"></path>				</g>				<path class=\"st123\" d=\"M203.3,398.2L203.3,398.2c-2.2,0-4-1.8-4-4V378c0-2.2,1.8-4,4-4l0,0c2.2,0,4,1.8,4,4v16.3     C207.3,396.4,205.5,398.2,203.3,398.2z\"></path>				<path class=\"st123\" d=\"M222.5,398.2L222.5,398.2c-2.2,0-4-1.8-4-4V378c0-2.2,1.8-4,4-4l0,0c2.2,0,4,1.8,4,4v16.3     C226.4,396.4,224.7,398.2,222.5,398.2z\"></path>				<path class=\"st123\" d=\"M241.6,398.2L241.6,398.2c-2.2,0-4-1.8-4-4V378c0-2.2,1.8-4,4-4l0,0c2.2,0,4,1.8,4,4v16.3     C245.6,396.4,243.8,398.2,241.6,398.2z\"></path>				<path class=\"st123\" d=\"M260.7,398.2L260.7,398.2c-2.2,0-4-1.8-4-4V378c0-2.2,1.8-4,4-4l0,0c2.2,0,4,1.8,4,4v16.3     C264.7,396.4,262.9,398.2,260.7,398.2z\"></path>				<g>					<path class=\"st123\" d=\"M279.9,398.2L279.9,398.2c-2.2,0-4-1.8-4-4V378c0-2.2,1.8-4,4-4l0,0c2.2,0,4,1.8,4,4v16.3      C283.8,396.4,282.1,398.2,279.9,398.2z\"></path>				</g>			</g>		</g>		<g>			<path class=\"st95\" d=\"M229.3,509h-44.1v-9.3l15.8-16c4.7-4.8,7.8-8.1,9.2-10c1.4-1.9,2.5-3.6,3.1-5.2c0.6-1.6,0.9-3.2,0.9-4.9    c0-2.5-0.7-4.4-2.1-5.7c-1.4-1.2-3.3-1.9-5.6-1.9c-2.4,0-4.8,0.6-7.1,1.7c-2.3,1.1-4.7,2.7-7.2,4.8L185,454    c3.1-2.6,5.7-4.5,7.7-5.6c2-1.1,4.3-1.9,6.7-2.5c2.4-0.6,5.1-0.9,8.1-0.9c3.9,0,7.4,0.7,10.4,2.2c3,1.4,5.4,3.5,7,6    c1.7,2.6,2.5,5.6,2.5,8.9c0,2.9-0.5,5.6-1.5,8.2c-1,2.5-2.6,5.2-4.7,7.8c-2.1,2.7-5.9,6.5-11.3,11.4l-8.1,7.6v0.6h27.5V509z\"></path>			<path class=\"st95\" d=\"M277.3,460c0,3.9-1.2,7.3-3.6,10.1c-2.4,2.8-5.7,4.7-10.1,5.7v0.3c5.1,0.6,9,2.2,11.6,4.6    c2.6,2.5,3.9,5.8,3.9,10c0,6.1-2.2,10.8-6.6,14.2c-4.4,3.4-10.7,5.1-18.9,5.1c-6.9,0-12.9-1.1-18.2-3.4v-11.4    c2.4,1.2,5.1,2.2,8.1,3c2.9,0.8,5.8,1.2,8.7,1.2c4.4,0,7.7-0.7,9.8-2.2c2.1-1.5,3.2-3.9,3.2-7.2c0-3-1.2-5.1-3.6-6.3    c-2.4-1.2-6.3-1.9-11.6-1.9h-4.8v-10.2h4.9c4.9,0,8.5-0.6,10.7-1.9c2.3-1.3,3.4-3.5,3.4-6.6c0-4.8-3-7.2-9-7.2    c-2.1,0-4.2,0.3-6.3,1c-2.1,0.7-4.5,1.9-7.1,3.6l-6.2-9.2c5.8-4.1,12.6-6.2,20.6-6.2c6.5,0,11.7,1.3,15.5,4    C275.4,451.6,277.3,455.2,277.3,460z\"></path>		</g>		<g>			<path class=\"st95\" d=\"M200.1,434.8h-2.4v-11.9h-3.3v-2.1h9.1v2.1h-3.3V434.8z\"></path>			<path class=\"st95\" d=\"M204.8,430.4v-9.6h2.4v9.5c0,1.9,0.7,2.6,2.5,2.6c1.8,0,2.5-0.8,2.5-2.6v-9.5h2.4v9.6    c0,3.1-1.3,4.6-4.9,4.6C206.2,435.1,204.8,433.6,204.8,430.4z\"></path>			<path class=\"st95\" d=\"M225.1,420.8v2.1h-5.9v3.7h5v2.1h-5v4h5.9v2.1h-8.3v-14H225.1z\"></path>			<path class=\"st95\" d=\"M226.6,424.8v-0.2c0-2.5,1.8-4.1,4.8-4.1c3.3,0,4.8,1.6,4.8,4.7v0.4h-2.4c0-2.1-0.7-3-2.4-3h-0.2    c-1.3,0-2.2,0.7-2.2,1.8v0.1c0,1.2,0.5,1.8,2.7,2.1c3.1,0.4,4.5,1.5,4.5,4v0.2c0,2.6-1.8,4.2-4.9,4.2c-3.2,0-4.9-1.6-4.9-4.8    v-0.2h2.4c0,2,0.9,2.9,2.4,2.9h0.2c1.5,0,2.4-0.8,2.4-2v-0.1c0-1.2-0.7-1.9-2.8-2.2C227.9,428.3,226.6,427.1,226.6,424.8z\"></path>			<path class=\"st95\" d=\"M242.2,434.8h-4.1v-14h4.1c3.9,0,5.8,1.8,5.8,6.7v0.7C248,433,246.1,434.8,242.2,434.8z M242.1,432.7    c2.5,0,3.4-1.4,3.4-4.6v-0.7c0-3.2-0.9-4.6-3.4-4.6h-1.6v9.8H242.1z\"></path>			<path class=\"st95\" d=\"M255.9,420.7l3.7,14.1H257l-0.8-3.2h-4l-0.8,3.2h-2.6l3.7-14.1H255.9z M252.7,429.5h2.9l-1.5-6L252.7,429.5    z\"></path>			<path class=\"st95\" d=\"M265.8,434.8h-2.4v-4.3l-4.1-9.8h2.6l2.6,6.8l2.6-6.8h2.6l-4.1,9.8V434.8z\"></path>		</g>	</g>	<g>		<g>			<rect x=\"250.5\" y=\"225.3\" class=\"st124\" width=\"107.4\" height=\"71.3\"></rect>		</g>		<g>			<rect x=\"248.7\" y=\"226.5\" class=\"st89\" width=\"107.4\" height=\"71.3\"></rect>		</g>		<g>			<rect x=\"251.2\" y=\"227.8\" class=\"st88\" width=\"107.4\" height=\"71.3\"></rect>		</g>		<g>			<path class=\"st93\" d=\"M246.5,237.3v62.5h117v-74.4c0-1.8-1.4-3.2-3.2-3.2h-41.2c-0.8,0-1.6,0.3-2.2,0.9l-10.6,10.2    c-0.6,0.6-1.4,0.9-2.2,0.9h-54.5C247.9,234.1,246.5,235.5,246.5,237.3z\"></path>		</g>		<rect x=\"246.5\" y=\"292.6\" class=\"st125\" width=\"117\" height=\"7.2\"></rect>	</g></g></svg>'),(9255,1123,'_wp_page_template','default'),(9256,1123,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9257,1123,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"aba2ee8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/11\\/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg\",\"id\":1140,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9258,1123,'_elementor_page_assets','a:0:{}'),(9259,1123,'_yoast_wpseo_content_score','90'),(9260,1123,'_yoast_wpseo_estimated-reading-time-minutes','3'),(9261,1126,'_elementor_edit_mode','builder'),(9262,1126,'_elementor_template_type','wp-post'),(9263,1126,'_elementor_version','3.17.3'),(9264,1126,'_elementor_pro_version','3.17.1'),(9265,1126,'_wp_page_template','default'),(9266,1126,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9267,1126,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><p>The Importance of Fraud Management:<br \\/>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><p>Ex-ante Controls:<\\/p><p>Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/>Ex-post Controls:<\\/p><p>Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<br \\/>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<br \\/>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><p>Education Campaign: Encouraging clients to speak out against corrupt staff and group leaders.<br \\/>Standardization: Standardizing all loan policies and procedures to prevent deviations from regulations.<br \\/>Management Training: Increasing managerial capacity and introducing strict supervision processes.<br \\/>Inspection Unit: Conducting random operational checks to identify irregularities.<br \\/>Human Resource Policies: Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<br \\/>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<br \\/>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><p>Conclusion:<br \\/>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9268,1126,'_elementor_page_assets','a:0:{}'),(9269,1127,'_elementor_edit_mode','builder'),(9270,1127,'_elementor_template_type','wp-post'),(9271,1127,'_elementor_version','3.17.3'),(9272,1127,'_elementor_pro_version','3.17.1'),(9273,1127,'_wp_page_template','default'),(9274,1127,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9275,1127,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><p>The Importance of Fraud Management:<br \\/>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><p>Ex-ante Controls:<\\/p><p>Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/>Ex-post Controls:<\\/p><p>Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<br \\/>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<br \\/>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><p>Education Campaign: Encouraging clients to speak out against corrupt staff and group leaders.<br \\/>Standardization: Standardizing all loan policies and procedures to prevent deviations from regulations.<br \\/>Management Training: Increasing managerial capacity and introducing strict supervision processes.<br \\/>Inspection Unit: Conducting random operational checks to identify irregularities.<br \\/>Human Resource Policies: Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<br \\/>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<br \\/>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><p>Conclusion:<br \\/>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9276,1127,'_elementor_page_assets','a:0:{}'),(9277,1128,'_elementor_edit_mode','builder'),(9278,1128,'_elementor_template_type','wp-post'),(9279,1128,'_elementor_version','3.17.3'),(9280,1128,'_elementor_pro_version','3.17.1'),(9281,1128,'_wp_page_template','default'),(9282,1128,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9283,1128,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><p>The Importance of Fraud Management:<br \\/>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><p>Ex-ante Controls:<\\/p><p>Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/>Ex-post Controls:<\\/p><p>Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<br \\/>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<br \\/>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><p>Education Campaign: Encouraging clients to speak out against corrupt staff and group leaders.<br \\/>Standardization: Standardizing all loan policies and procedures to prevent deviations from regulations.<br \\/>Management Training: Increasing managerial capacity and introducing strict supervision processes.<br \\/>Inspection Unit: Conducting random operational checks to identify irregularities.<br \\/>Human Resource Policies: Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<br \\/>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<br \\/>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><p>Conclusion:<br \\/>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9284,1128,'_elementor_page_assets','a:0:{}'),(9285,1129,'_elementor_edit_mode','builder'),(9286,1129,'_elementor_template_type','wp-post'),(9287,1129,'_elementor_version','3.17.3'),(9288,1129,'_elementor_pro_version','3.17.1'),(9289,1129,'_wp_page_template','default'),(9290,1129,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9291,1129,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9292,1129,'_elementor_page_assets','a:0:{}'),(9293,1130,'_elementor_edit_mode','builder'),(9294,1130,'_elementor_template_type','wp-post'),(9295,1130,'_elementor_version','3.17.3'),(9296,1130,'_elementor_pro_version','3.17.1'),(9297,1130,'_wp_page_template','default'),(9298,1130,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9299,1130,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9300,1130,'_elementor_page_assets','a:0:{}'),(9301,1131,'_elementor_edit_mode','builder'),(9302,1131,'_elementor_template_type','wp-post'),(9303,1131,'_elementor_version','3.17.3'),(9304,1131,'_elementor_pro_version','3.17.1'),(9305,1131,'_wp_page_template','default'),(9306,1131,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9307,1131,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9308,1131,'_elementor_page_assets','a:0:{}'),(9309,1132,'_elementor_edit_mode','builder'),(9310,1132,'_elementor_template_type','wp-post'),(9311,1132,'_elementor_version','3.17.3'),(9312,1132,'_elementor_pro_version','3.17.1'),(9313,1132,'_wp_page_template','default'),(9314,1132,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9315,1132,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9316,1132,'_elementor_page_assets','a:0:{}'),(9318,1133,'_elementor_edit_mode','builder'),(9319,1133,'_elementor_template_type','wp-post'),(9320,1133,'_elementor_version','3.17.3'),(9321,1133,'_elementor_pro_version','3.17.1'),(9322,1133,'_wp_page_template','default'),(9323,1133,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9324,1133,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9325,1133,'_elementor_page_assets','a:0:{}'),(9326,1133,'_elementor_css','a:6:{s:4:\"time\";i:1699709909;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9327,1134,'_elementor_edit_mode','builder'),(9328,1134,'_elementor_template_type','wp-post'),(9329,1134,'_elementor_version','3.17.3'),(9330,1134,'_elementor_pro_version','3.17.1'),(9331,1134,'_wp_page_template','default'),(9332,1134,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9333,1134,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9334,1134,'_elementor_page_assets','a:0:{}'),(9335,1134,'_elementor_css','a:6:{s:4:\"time\";i:1699709909;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9336,1135,'_elementor_edit_mode','builder'),(9337,1135,'_elementor_template_type','wp-post'),(9338,1135,'_elementor_version','3.17.3'),(9339,1135,'_elementor_pro_version','3.17.1'),(9340,1135,'_wp_page_template','default'),(9341,1135,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9342,1135,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9343,1135,'_elementor_page_assets','a:0:{}'),(9344,1135,'_elementor_css','a:6:{s:4:\"time\";i:1699709909;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9346,1136,'_elementor_edit_mode','builder'),(9347,1136,'_elementor_template_type','wp-post'),(9348,1136,'_elementor_version','3.17.3'),(9349,1136,'_elementor_pro_version','3.17.1'),(9350,1136,'_wp_page_template','default'),(9351,1136,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9352,1136,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9353,1136,'_elementor_page_assets','a:0:{}'),(9354,1136,'_elementor_css','a:6:{s:4:\"time\";i:1699709941;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9355,1137,'_elementor_edit_mode','builder'),(9356,1137,'_elementor_template_type','wp-post'),(9357,1137,'_elementor_version','3.17.3'),(9358,1137,'_elementor_pro_version','3.17.1'),(9359,1137,'_wp_page_template','default'),(9360,1137,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9361,1137,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9362,1137,'_elementor_page_assets','a:0:{}'),(9363,1137,'_elementor_css','a:6:{s:4:\"time\";i:1699709941;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9364,1138,'_elementor_edit_mode','builder'),(9365,1138,'_elementor_template_type','wp-post'),(9366,1138,'_elementor_version','3.17.3'),(9367,1138,'_elementor_pro_version','3.17.1'),(9368,1138,'_wp_page_template','default'),(9369,1138,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9370,1138,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9371,1138,'_elementor_page_assets','a:0:{}'),(9372,1138,'_elementor_css','a:6:{s:4:\"time\";i:1699709941;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9374,169,'_eael_post_view_count','6'),(9375,1139,'_wp_attached_file','2023/11/about-us.png'),(9376,1139,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:429;s:6:\"height\";i:455;s:4:\"file\";s:20:\"2023/11/about-us.png\";s:8:\"filesize\";i:23193;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"about-us-283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"about-us-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18170;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9377,1140,'_wp_attached_file','2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg'),(9378,1140,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:56:\"2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg\";s:8:\"filesize\";i:58552;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"Pastel-Gradient-Project-Timeline-Gantt-Chart-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12172;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"Pastel-Gradient-Project-Timeline-Gantt-Chart-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6720;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"Pastel-Gradient-Project-Timeline-Gantt-Chart-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42561;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(9379,1141,'_elementor_edit_mode','builder'),(9380,1141,'_elementor_template_type','wp-post'),(9381,1141,'_elementor_version','3.17.3'),(9382,1141,'_elementor_pro_version','3.17.1'),(9383,1141,'_wp_page_template','default'),(9384,1141,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9385,1141,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"aba2ee8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9386,1141,'_elementor_page_assets','a:0:{}'),(9388,1142,'_elementor_edit_mode','builder'),(9389,1142,'_elementor_template_type','wp-post'),(9390,1142,'_elementor_version','3.17.3'),(9391,1142,'_elementor_pro_version','3.17.1'),(9392,1142,'_wp_page_template','default'),(9393,1142,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9394,1142,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"aba2ee8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9395,1142,'_elementor_page_assets','a:0:{}'),(9396,1142,'_elementor_css','a:6:{s:4:\"time\";i:1699950911;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9397,1143,'_elementor_edit_mode','builder'),(9398,1143,'_elementor_template_type','wp-post'),(9399,1143,'_elementor_version','3.17.3'),(9400,1143,'_elementor_pro_version','3.17.1'),(9401,1143,'_wp_page_template','default'),(9402,1143,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9403,1143,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"aba2ee8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/11\\/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg\",\"id\":1140,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9404,1143,'_elementor_page_assets','a:0:{}'),(9405,1143,'_elementor_css','a:6:{s:4:\"time\";i:1699950911;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9406,1123,'_eael_custom_js',''),(9407,1123,'_elementor_css','a:6:{s:4:\"time\";i:1699950915;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9408,1123,'_thumbnail_id','1140'),(9409,1123,'_yoast_wpseo_primary_blog-category','17'),(9410,1123,'_yoast_wpseo_wordproof_timestamp',''),(9411,1139,'_eael_post_view_count','21'),(9412,6,'_hash','6b5b2318b969e5a28df7a69e262fc9acd1092f7b'),(9413,478,'_hash','95bc54dfeee11a66702dc2ae94c8af847c356b57'),(9414,699,'_hash','482a48ebe7334f7189bfe82b75a956586118c94e'),(9415,848,'_hash','d3a7db612389413e98b90c194a468aa3f7ea1bdb'),(9416,870,'_hash','211745df1e25b0989d33b2e024067626b21f84b4'),(9417,1145,'_edit_lock','1701338568:1'),(9418,976,'_wp_page_template','default'),(9419,1145,'_eael_post_view_count','57'),(9420,1146,'_eael_post_view_count','61'),(9421,1147,'_eael_post_view_count','24'),(9422,1149,'_edit_last','1'),(9423,1149,'_edit_lock','1702657746:1'),(9424,1149,'_elementor_edit_mode','builder'),(9425,1149,'_elementor_template_type','wp-post'),(9426,1149,'_elementor_version','3.17.3'),(9427,1149,'_elementor_pro_version','3.17.1'),(9428,1149,'_eael_post_view_count','349'),(9429,1149,'_wp_page_template','default'),(9430,1149,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9431,1149,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"31412e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/12\\/Images-Blog-6.jpg\",\"id\":1154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f5ee973\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"457ca9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>Source Credit: https:\\/\\/www.gdrc.org\\/icm\\/corp-finansol.html<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9432,1149,'_elementor_page_assets','a:0:{}'),(9433,1149,'_yoast_wpseo_content_score','60'),(9434,1149,'_yoast_wpseo_estimated-reading-time-minutes','3'),(9435,1150,'_elementor_edit_mode','builder'),(9436,1150,'_elementor_template_type','wp-post'),(9437,1150,'_elementor_version','3.17.3'),(9438,1150,'_elementor_pro_version','3.17.1'),(9439,1150,'_wp_page_template','default'),(9440,1150,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9441,1150,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9442,1150,'_elementor_page_assets','a:0:{}'),(9444,1151,'_elementor_edit_mode','builder'),(9445,1151,'_elementor_template_type','wp-post'),(9446,1151,'_elementor_version','3.17.3'),(9447,1151,'_elementor_pro_version','3.17.1'),(9448,1151,'_wp_page_template','default'),(9449,1151,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9450,1151,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There was no mechanism to prevent clients from receiving multiple loans from the MFI; in fact, many clients had two to three loans outstanding. The new products were mostly unsuccessful and the management information system had difficulty managing the diversity of products. As a temporary measure to reduce the negative impact on the income statement resulting from provisioning, Finansol refinanced loans on a wide scale and extended loan terms. This further concealed Finansol\\u2019s deteriorating asset quality.<\\/p><p>Under pressure to generate revenue for Corposol, whose operating revenues were heavily dependent on training fees from new clients, loan officers continued to expand their loan portfolios by adding new clients without much regard for credit risk. To circumvent a government policy that limited the asset growth of regulated financial institutions to 2.2 percent per month, Corposol retained a significant portion of Finansol\\u2019s loan portfolio on its balance sheet, which further distorted Finansol\\u2019s financial statements.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9451,1151,'_elementor_page_assets','a:0:{}'),(9452,1151,'_elementor_css','a:6:{s:4:\"time\";i:1701788345;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9453,1152,'_elementor_edit_mode','builder'),(9454,1152,'_elementor_template_type','wp-post'),(9455,1152,'_elementor_version','3.17.3'),(9456,1152,'_elementor_pro_version','3.17.1'),(9457,1152,'_wp_page_template','default'),(9458,1152,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9459,1152,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>There was no mechanism to prevent clients from receiving multiple loans from the MFI; in fact, many clients had two to three loans outstanding. The new products were mostly unsuccessful and the management information system had difficulty managing the diversity of products. As a temporary measure to reduce the negative impact on the income statement resulting from provisioning, Finansol refinanced loans on a wide scale and extended loan terms. This further concealed Finansol\\u2019s deteriorating asset quality.<\\/p><p>Under pressure to generate revenue for Corposol, whose operating revenues were heavily dependent on training fees from new clients, loan officers continued to expand their loan portfolios by adding new clients without much regard for credit risk. To circumvent a government policy that limited the asset growth of regulated financial institutions to 2.2 percent per month, Corposol retained a significant portion of Finansol\\u2019s loan portfolio on its balance sheet, which further distorted Finansol\\u2019s financial statements.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9460,1152,'_elementor_page_assets','a:0:{}'),(9461,1152,'_elementor_css','a:6:{s:4:\"time\";i:1701788345;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9462,1153,'_elementor_edit_mode','builder'),(9463,1153,'_elementor_template_type','wp-post'),(9464,1153,'_elementor_version','3.17.3'),(9465,1153,'_elementor_pro_version','3.17.1'),(9466,1153,'_wp_page_template','default'),(9467,1153,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9468,1153,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9469,1153,'_elementor_page_assets','a:0:{}'),(9470,1153,'_elementor_css','a:6:{s:4:\"time\";i:1701788345;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9471,1149,'_eael_custom_js',''),(9473,1154,'_wp_attached_file','2023/12/Images-Blog-6.jpg'),(9474,1154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1640;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2023/12/Images-Blog-6.jpg\";s:8:\"filesize\";i:209969;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Images-Blog-6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15253;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Images-Blog-6-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93096;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Images-Blog-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8052;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Images-Blog-6-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60268;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Images-Blog-6-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174383;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"Images-Blog-6-1568x883.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:883;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9475,1149,'_thumbnail_id','1154'),(9476,1149,'_yoast_wpseo_primary_blog-category','16'),(9477,1149,'_yoast_wpseo_metadesc','In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality.'),(9478,1149,'_yoast_wpseo_wordproof_timestamp',''),(9479,1155,'_edit_last','1'),(9480,1155,'_edit_lock','1702657732:1'),(9481,1155,'_elementor_edit_mode','builder'),(9482,1155,'_elementor_template_type','wp-post'),(9483,1155,'_elementor_version','3.17.3'),(9484,1155,'_elementor_pro_version','3.17.1'),(9485,1155,'_eael_post_view_count','321'),(9486,1155,'_wp_page_template','default'),(9487,1155,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9488,1155,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"f0d82b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/12\\/Images-Blog-7.jpg\",\"id\":1163,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8195249\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Incorrect loan tracking information in the Management Information System (MIS).\",\"_id\":\"b59a831\"},{\"text\":\"Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\",\"_id\":\"9b0c4a1\"},{\"text\":\"Inconsistencies between the loan management system data and the accounting system data.\",\"_id\":\"98703f8\"},{\"text\":\"Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\",\"_id\":\"3de1baa\"},{\"text\":\"Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\",\"_id\":\"970d655\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_style\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9489,1155,'_elementor_page_assets','a:0:{}'),(9490,1155,'_yoast_wpseo_content_score','90'),(9491,1155,'_yoast_wpseo_estimated-reading-time-minutes','3'),(9492,1156,'_elementor_edit_mode','builder'),(9493,1156,'_elementor_template_type','wp-post'),(9494,1156,'_elementor_version','3.17.3'),(9495,1156,'_elementor_pro_version','3.17.1'),(9496,1156,'_wp_page_template','default'),(9497,1156,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9498,1156,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9499,1156,'_elementor_page_assets','a:0:{}'),(9500,1157,'_elementor_edit_mode','builder'),(9501,1157,'_elementor_template_type','wp-post'),(9502,1157,'_elementor_version','3.17.3'),(9503,1157,'_elementor_pro_version','3.17.1'),(9504,1157,'_wp_page_template','default'),(9505,1157,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9506,1157,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here\'s how:<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9507,1157,'_elementor_page_assets','a:0:{}'),(9508,1158,'_elementor_edit_mode','builder'),(9509,1158,'_elementor_template_type','wp-post'),(9510,1158,'_elementor_version','3.17.3'),(9511,1158,'_elementor_pro_version','3.17.1'),(9512,1158,'_wp_page_template','default'),(9513,1158,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9514,1158,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here\'s how:<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9515,1158,'_elementor_page_assets','a:0:{}'),(9516,1159,'_elementor_edit_mode','builder'),(9517,1159,'_elementor_template_type','wp-post'),(9518,1159,'_elementor_version','3.17.3'),(9519,1159,'_elementor_pro_version','3.17.1'),(9520,1159,'_wp_page_template','default'),(9521,1159,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9522,1159,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9523,1159,'_elementor_page_assets','a:0:{}'),(9524,1160,'_elementor_edit_mode','builder'),(9525,1160,'_elementor_template_type','wp-post'),(9526,1160,'_elementor_version','3.17.3'),(9527,1160,'_elementor_pro_version','3.17.1'),(9528,1160,'_wp_page_template','default'),(9529,1160,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9530,1160,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9531,1160,'_elementor_page_assets','a:0:{}'),(9532,1161,'_elementor_edit_mode','builder'),(9533,1161,'_elementor_template_type','wp-post'),(9534,1161,'_elementor_version','3.17.3'),(9535,1161,'_elementor_pro_version','3.17.1'),(9536,1161,'_wp_page_template','default'),(9537,1161,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9538,1161,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9539,1161,'_elementor_page_assets','a:0:{}'),(9540,1162,'_elementor_edit_mode','builder'),(9541,1162,'_elementor_template_type','wp-post'),(9542,1162,'_elementor_version','3.17.3'),(9543,1162,'_elementor_pro_version','3.17.1'),(9544,1162,'_wp_page_template','default'),(9545,1162,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9546,1162,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9547,1162,'_elementor_page_assets','a:0:{}'),(9548,1163,'_wp_attached_file','2023/12/Images-Blog-7.jpg'),(9549,1163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1640;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2023/12/Images-Blog-7.jpg\";s:8:\"filesize\";i:114426;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Images-Blog-7-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12007;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Images-Blog-7-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60861;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Images-Blog-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Images-Blog-7-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42847;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Images-Blog-7-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100357;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"Images-Blog-7-1568x883.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:883;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9550,1155,'_thumbnail_id','1163'),(9551,1155,'_yoast_wpseo_primary_blog-category','18'),(9552,1155,'_yoast_wpseo_wordproof_timestamp',''),(9553,1155,'_wp_old_slug','managing-operational-risks-in-microfinance-institutions'),(9555,1164,'_elementor_edit_mode','builder'),(9556,1164,'_elementor_template_type','wp-post'),(9557,1164,'_elementor_version','3.17.3'),(9558,1164,'_elementor_pro_version','3.17.1'),(9559,1164,'_wp_page_template','default'),(9560,1164,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9561,1164,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9562,1164,'_elementor_page_assets','a:0:{}'),(9563,1164,'_thumbnail_id','1163'),(9564,1164,'_elementor_css','a:6:{s:4:\"time\";i:1701857434;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9565,1149,'_wp_old_slug','reflecting-on-history-the-corposol-finansol-institutional-crisis-that-reshaped-microfinance'),(9566,1165,'_elementor_edit_mode','builder'),(9567,1165,'_elementor_template_type','wp-post'),(9568,1165,'_elementor_version','3.17.3'),(9569,1165,'_elementor_pro_version','3.17.1'),(9570,1165,'_wp_page_template','default'),(9571,1165,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9572,1165,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9573,1165,'_elementor_page_assets','a:0:{}'),(9574,1165,'_elementor_css','a:6:{s:4:\"time\";i:1701788347;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9575,1165,'_thumbnail_id','1154'),(9576,1166,'_elementor_edit_mode','builder'),(9577,1166,'_elementor_template_type','wp-post'),(9578,1166,'_elementor_version','3.17.3'),(9579,1166,'_elementor_pro_version','3.17.1'),(9580,1166,'_wp_page_template','default'),(9581,1166,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9582,1166,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9583,1166,'_elementor_page_assets','a:0:{}'),(9584,1166,'_thumbnail_id','1163'),(9585,1166,'_elementor_css','a:6:{s:4:\"time\";i:1701857434;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9586,1167,'_elementor_edit_mode','builder'),(9587,1167,'_elementor_template_type','wp-post'),(9588,1167,'_elementor_version','3.17.3'),(9589,1167,'_elementor_pro_version','3.17.1'),(9590,1167,'_wp_page_template','default'),(9591,1167,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9592,1167,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9593,1167,'_elementor_page_assets','a:0:{}'),(9594,1167,'_thumbnail_id','1163'),(9595,1167,'_elementor_css','a:6:{s:4:\"time\";i:1701857434;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9596,1168,'_elementor_edit_mode','builder'),(9597,1168,'_elementor_template_type','wp-post'),(9598,1168,'_elementor_version','3.17.3'),(9599,1168,'_elementor_pro_version','3.17.1'),(9600,1168,'_wp_page_template','default'),(9601,1168,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9602,1168,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9603,1168,'_elementor_page_assets','a:0:{}'),(9604,1168,'_thumbnail_id','1163'),(9605,1168,'_elementor_css','a:6:{s:4:\"time\";i:1701857434;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9606,1155,'_eael_custom_js',''),(9608,1169,'_elementor_edit_mode','builder'),(9609,1169,'_elementor_template_type','wp-post'),(9610,1169,'_elementor_version','3.17.3'),(9611,1169,'_elementor_pro_version','3.17.1'),(9612,1169,'_wp_page_template','default'),(9613,1169,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9614,1169,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9615,1169,'_elementor_page_assets','a:0:{}'),(9616,1169,'_thumbnail_id','1163'),(9617,1169,'_elementor_css','a:6:{s:4:\"time\";i:1701857657;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9618,1170,'_elementor_edit_mode','builder'),(9619,1170,'_elementor_template_type','wp-post'),(9620,1170,'_elementor_version','3.17.3'),(9621,1170,'_elementor_pro_version','3.17.1'),(9622,1170,'_wp_page_template','default'),(9623,1170,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9624,1170,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9625,1170,'_elementor_page_assets','a:0:{}'),(9626,1170,'_thumbnail_id','1163'),(9627,1170,'_elementor_css','a:6:{s:4:\"time\";i:1701857657;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9628,1171,'_elementor_edit_mode','builder'),(9629,1171,'_elementor_template_type','wp-post'),(9630,1171,'_elementor_version','3.17.3'),(9631,1171,'_elementor_pro_version','3.17.1'),(9632,1171,'_wp_page_template','default'),(9633,1171,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9634,1171,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9635,1171,'_elementor_page_assets','a:0:{}'),(9636,1171,'_thumbnail_id','1163'),(9637,1171,'_elementor_css','a:6:{s:4:\"time\";i:1701857657;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9639,1172,'_elementor_edit_mode','builder'),(9640,1172,'_elementor_template_type','wp-post'),(9641,1172,'_elementor_version','3.17.3'),(9642,1172,'_elementor_pro_version','3.17.1'),(9643,1172,'_wp_page_template','default'),(9644,1172,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9645,1172,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9646,1172,'_elementor_page_assets','a:0:{}'),(9647,1172,'_elementor_css','a:6:{s:4:\"time\";i:1701788347;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9648,1172,'_thumbnail_id','1154'),(9649,1173,'_elementor_edit_mode','builder'),(9650,1173,'_elementor_template_type','wp-post'),(9651,1173,'_elementor_version','3.17.3'),(9652,1173,'_elementor_pro_version','3.17.1'),(9653,1173,'_wp_page_template','default'),(9654,1173,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9655,1173,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9656,1173,'_elementor_page_assets','a:0:{}'),(9657,1173,'_elementor_css','a:6:{s:4:\"time\";i:1701788347;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9658,1173,'_thumbnail_id','1154'),(9659,1174,'_elementor_edit_mode','builder'),(9660,1174,'_elementor_template_type','wp-post'),(9661,1174,'_elementor_version','3.17.3'),(9662,1174,'_elementor_pro_version','3.17.1'),(9663,1174,'_wp_page_template','default'),(9664,1174,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9665,1174,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9666,1174,'_elementor_page_assets','a:0:{}'),(9667,1174,'_elementor_css','a:6:{s:4:\"time\";i:1701788347;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9668,1174,'_thumbnail_id','1154'),(9670,1175,'_elementor_edit_mode','builder'),(9671,1175,'_elementor_template_type','wp-post'),(9672,1175,'_elementor_version','3.17.3'),(9673,1175,'_elementor_pro_version','3.17.1'),(9674,1175,'_wp_page_template','default'),(9675,1175,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9676,1175,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9677,1175,'_elementor_page_assets','a:0:{}'),(9678,1175,'_thumbnail_id','1163'),(9679,1175,'_elementor_css','a:6:{s:4:\"time\";i:1701857790;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9680,1176,'_elementor_edit_mode','builder'),(9681,1176,'_elementor_template_type','wp-post'),(9682,1176,'_elementor_version','3.17.3'),(9683,1176,'_elementor_pro_version','3.17.1'),(9684,1176,'_wp_page_template','default'),(9685,1176,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9686,1176,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ul>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9687,1176,'_elementor_page_assets','a:0:{}'),(9688,1176,'_thumbnail_id','1163'),(9689,1176,'_elementor_css','a:6:{s:4:\"time\";i:1701857790;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9690,1177,'_elementor_edit_mode','builder'),(9691,1177,'_elementor_template_type','wp-post'),(9692,1177,'_elementor_version','3.17.3'),(9693,1177,'_elementor_pro_version','3.17.1'),(9694,1177,'_wp_page_template','default'),(9695,1177,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9696,1177,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ol><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ol>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9697,1177,'_elementor_page_assets','a:0:{}'),(9698,1177,'_thumbnail_id','1163'),(9699,1177,'_elementor_css','a:6:{s:4:\"time\";i:1701857790;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9701,1178,'_elementor_edit_mode','builder'),(9702,1178,'_elementor_template_type','wp-post'),(9703,1178,'_elementor_version','3.17.3'),(9704,1178,'_elementor_pro_version','3.17.1'),(9705,1178,'_wp_page_template','default'),(9706,1178,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9707,1178,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ol><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ol>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9708,1178,'_elementor_page_assets','a:0:{}'),(9709,1178,'_thumbnail_id','1163'),(9710,1178,'_elementor_css','a:6:{s:4:\"time\";i:1701860987;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9711,1179,'_elementor_edit_mode','builder'),(9712,1179,'_elementor_template_type','wp-post'),(9713,1179,'_elementor_version','3.17.3'),(9714,1179,'_elementor_pro_version','3.17.1'),(9715,1179,'_wp_page_template','default'),(9716,1179,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9717,1179,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p><ol><li>Incorrect loan tracking information in the Management Information System (MIS).<\\/li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.<\\/li><li>Inconsistencies between the loan management system data and the accounting system data.<\\/li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.<\\/li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.<\\/li><\\/ol>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9718,1179,'_elementor_page_assets','a:0:{}'),(9719,1179,'_thumbnail_id','1163'),(9720,1179,'_elementor_css','a:6:{s:4:\"time\";i:1701860987;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9721,1180,'_elementor_edit_mode','builder'),(9722,1180,'_elementor_template_type','wp-post'),(9723,1180,'_elementor_version','3.17.3'),(9724,1180,'_elementor_pro_version','3.17.1'),(9725,1180,'_wp_page_template','default'),(9726,1180,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9727,1180,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8195249\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Incorrect loan tracking information in the Management Information System (MIS).\",\"_id\":\"b59a831\"},{\"text\":\"Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\",\"_id\":\"9b0c4a1\"},{\"text\":\"Inconsistencies between the loan management system data and the accounting system data.\",\"_id\":\"98703f8\"},{\"text\":\"Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\",\"_id\":\"3de1baa\"},{\"text\":\"Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\",\"_id\":\"970d655\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_style\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9728,1180,'_elementor_page_assets','a:0:{}'),(9729,1180,'_thumbnail_id','1163'),(9730,1180,'_elementor_css','a:6:{s:4:\"time\";i:1701860987;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9732,1181,'_edit_last','1'),(9733,1181,'_edit_lock','1701867442:1'),(9734,1155,'blog_short_description_for_showing_in_blog_page','Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. '),(9735,1155,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(9736,1180,'blog_short_description_for_showing_in_blog_page','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.'),(9737,1180,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(9738,1183,'_elementor_edit_mode','builder'),(9739,1183,'_elementor_template_type','wp-post'),(9740,1183,'_elementor_version','3.17.3'),(9741,1183,'_elementor_pro_version','3.17.1'),(9742,1183,'_wp_page_template','default'),(9743,1183,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9744,1183,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8195249\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Incorrect loan tracking information in the Management Information System (MIS).\",\"_id\":\"b59a831\"},{\"text\":\"Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\",\"_id\":\"9b0c4a1\"},{\"text\":\"Inconsistencies between the loan management system data and the accounting system data.\",\"_id\":\"98703f8\"},{\"text\":\"Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\",\"_id\":\"3de1baa\"},{\"text\":\"Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\",\"_id\":\"970d655\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_style\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9745,1183,'_elementor_page_assets','a:0:{}'),(9746,1183,'_thumbnail_id','1163'),(9747,1183,'_elementor_css','a:6:{s:4:\"time\";i:1701861473;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9748,1183,'blog_short_description_for_showing_in_blog_page','Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.'),(9749,1183,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(9750,1184,'_elementor_edit_mode','builder'),(9751,1184,'_elementor_template_type','wp-post'),(9752,1184,'_elementor_version','3.17.3'),(9753,1184,'_elementor_pro_version','3.17.1'),(9754,1184,'_wp_page_template','default'),(9755,1184,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9756,1184,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8195249\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Incorrect loan tracking information in the Management Information System (MIS).\",\"_id\":\"b59a831\"},{\"text\":\"Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\",\"_id\":\"9b0c4a1\"},{\"text\":\"Inconsistencies between the loan management system data and the accounting system data.\",\"_id\":\"98703f8\"},{\"text\":\"Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\",\"_id\":\"3de1baa\"},{\"text\":\"Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\",\"_id\":\"970d655\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_style\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9757,1184,'_elementor_page_assets','a:0:{}'),(9758,1184,'_thumbnail_id','1163'),(9759,1184,'_elementor_css','a:6:{s:4:\"time\";i:1701861473;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9760,1184,'blog_short_description_for_showing_in_blog_page',''),(9761,1184,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(9762,1185,'_elementor_edit_mode','builder'),(9763,1185,'_elementor_template_type','wp-post'),(9764,1185,'_elementor_version','3.17.3'),(9765,1185,'_elementor_pro_version','3.17.1'),(9766,1185,'_wp_page_template','default'),(9767,1185,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9768,1185,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8195249\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Incorrect loan tracking information in the Management Information System (MIS).\",\"_id\":\"b59a831\"},{\"text\":\"Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\",\"_id\":\"9b0c4a1\"},{\"text\":\"Inconsistencies between the loan management system data and the accounting system data.\",\"_id\":\"98703f8\"},{\"text\":\"Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\",\"_id\":\"3de1baa\"},{\"text\":\"Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\",\"_id\":\"970d655\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_style\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9769,1185,'_elementor_page_assets','a:0:{}'),(9770,1185,'_thumbnail_id','1163'),(9771,1185,'_elementor_css','a:6:{s:4:\"time\";i:1701861473;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9772,1149,'blog_short_description_for_showing_in_blog_page','Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, faced severe challenges caused by a severe deterioration of portfolio quality.'),(9773,1149,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(9774,1174,'blog_short_description_for_showing_in_blog_page',''),(9775,1174,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(9776,1186,'_elementor_edit_mode','builder'),(9777,1186,'_elementor_template_type','wp-post'),(9778,1186,'_elementor_version','3.17.3'),(9779,1186,'_elementor_pro_version','3.17.1'),(9780,1186,'_wp_page_template','default'),(9781,1186,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9782,1186,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9783,1186,'_elementor_page_assets','a:0:{}'),(9784,1186,'_thumbnail_id','1154'),(9785,1186,'_elementor_css','a:6:{s:4:\"time\";i:1701860831;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9786,1187,'_elementor_edit_mode','builder'),(9787,1187,'_elementor_template_type','wp-post'),(9788,1187,'_elementor_version','3.17.3'),(9789,1187,'_elementor_pro_version','3.17.1'),(9790,1187,'_wp_page_template','default'),(9791,1187,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9792,1187,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9793,1187,'_elementor_page_assets','a:0:{}'),(9794,1187,'_thumbnail_id','1154'),(9795,1187,'_elementor_css','a:6:{s:4:\"time\";i:1701860831;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9796,1188,'_elementor_edit_mode','builder'),(9797,1188,'_elementor_template_type','wp-post'),(9798,1188,'_elementor_version','3.17.3'),(9799,1188,'_elementor_pro_version','3.17.1'),(9800,1188,'_wp_page_template','default'),(9801,1188,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9802,1188,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9803,1188,'_elementor_page_assets','a:0:{}'),(9804,1188,'_thumbnail_id','1154'),(9805,1188,'_elementor_css','a:6:{s:4:\"time\";i:1701860831;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9806,1189,'_elementor_edit_mode','builder'),(9807,1189,'_elementor_template_type','wp-post'),(9808,1189,'_elementor_version','3.17.3'),(9809,1189,'_elementor_pro_version','3.17.1'),(9810,1189,'_wp_page_template','default'),(9811,1189,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9812,1189,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f5ee973\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"457ca9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>Source Credit: https:\\/\\/www.gdrc.org\\/icm\\/corp-finansol.html<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9813,1189,'_elementor_page_assets','a:0:{}'),(9814,1189,'_thumbnail_id','1154'),(9815,1189,'_elementor_css','a:6:{s:4:\"time\";i:1701860831;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9817,1185,'blog_short_description_for_showing_in_blog_page','Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.'),(9818,1185,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(9819,1191,'_elementor_edit_mode','builder'),(9820,1191,'_elementor_template_type','wp-post'),(9821,1191,'_elementor_version','3.17.3'),(9822,1191,'_elementor_pro_version','3.17.1'),(9823,1191,'_wp_page_template','default'),(9824,1191,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9825,1191,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8195249\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Incorrect loan tracking information in the Management Information System (MIS).\",\"_id\":\"b59a831\"},{\"text\":\"Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\",\"_id\":\"9b0c4a1\"},{\"text\":\"Inconsistencies between the loan management system data and the accounting system data.\",\"_id\":\"98703f8\"},{\"text\":\"Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\",\"_id\":\"3de1baa\"},{\"text\":\"Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\",\"_id\":\"970d655\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_style\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9826,1191,'_elementor_page_assets','a:0:{}'),(9827,1191,'_thumbnail_id','1163'),(9828,1191,'_elementor_css','a:6:{s:4:\"time\";i:1701861473;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9829,1191,'blog_short_description_for_showing_in_blog_page','Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. '),(9830,1191,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(9831,1192,'_elementor_edit_mode','builder'),(9832,1192,'_elementor_template_type','wp-post'),(9833,1192,'_elementor_version','3.17.3'),(9834,1192,'_elementor_pro_version','3.17.1'),(9835,1192,'_wp_page_template','default'),(9836,1192,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9837,1192,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8195249\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Incorrect loan tracking information in the Management Information System (MIS).\",\"_id\":\"b59a831\"},{\"text\":\"Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\",\"_id\":\"9b0c4a1\"},{\"text\":\"Inconsistencies between the loan management system data and the accounting system data.\",\"_id\":\"98703f8\"},{\"text\":\"Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\",\"_id\":\"3de1baa\"},{\"text\":\"Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\",\"_id\":\"970d655\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_style\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9838,1192,'_elementor_page_assets','a:0:{}'),(9839,1192,'_thumbnail_id','1163'),(9840,1192,'_elementor_css','a:6:{s:4:\"time\";i:1701861473;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9841,1193,'_eael_post_view_count','20'),(9842,1194,'_eael_post_view_count','21'),(9843,1196,'_edit_last','1'),(9844,1196,'_edit_lock','1702657719:1'),(9845,1197,'_wp_attached_file','2023/12/Images-Blog.jpg'),(9846,1197,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1640;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2023/12/Images-Blog.jpg\";s:8:\"filesize\";i:178771;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Images-Blog-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12617;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Images-Blog-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84697;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Images-Blog-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6835;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Images-Blog-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54191;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Images-Blog-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158680;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"Images-Blog-1568x883.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:883;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163530;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(9847,1196,'_thumbnail_id','1197'),(9848,1196,'_wp_page_template','default'),(9849,1196,'blog_short_description_for_showing_in_blog_page','The recent alarming incident involving a finance company representative allegedly kidnapping a child over unpaid loans highlights the critical need for robust reputation risk management. This article delves into the multifaceted significance of reputation risk for MFIs, exploring sophisticated strategies and emerging best practices. '),(9850,1196,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(9851,1196,'_elementor_edit_mode','builder'),(9852,1196,'_yoast_wpseo_primary_blog-category','19'),(9853,1196,'_yoast_wpseo_metadesc','understand the importance of proactive reputation risk management and the role of technology in preserving the trust, confidence, and integrity of Microfinance Institutions'),(9854,1196,'_yoast_wpseo_estimated-reading-time-minutes','5'),(9855,1196,'_yoast_wpseo_wordproof_timestamp',''),(9856,1198,'_elementor_edit_mode','builder'),(9857,1198,'_thumbnail_id','1197'),(9858,1198,'_wp_page_template','default'),(9859,1196,'_elementor_template_type','wp-post'),(9860,1196,'_elementor_version','3.17.3'),(9861,1196,'_elementor_pro_version','3.17.1'),(9862,1196,'_eael_post_view_count','341'),(9872,1053,'_edit_lock','1702478031:1'),(9873,1200,'_thumbnail_id','1197'),(9874,1200,'_wp_page_template','default'),(9875,1200,'_elementor_edit_mode','builder'),(9876,1200,'_elementor_template_type','wp-post'),(9877,1200,'_elementor_version','3.17.3'),(9878,1200,'_elementor_pro_version','3.17.1'),(9879,1201,'_thumbnail_id','1197'),(9880,1201,'_wp_page_template','default'),(9881,1201,'_elementor_edit_mode','builder'),(9882,1201,'_elementor_template_type','wp-post'),(9883,1201,'_elementor_version','3.17.3'),(9884,1201,'_elementor_pro_version','3.17.1'),(9885,1196,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9886,1196,'_elementor_data','[{\"id\":\"230b01e\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"9bf2e83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/12\\/Images-Blog.jpg\",\"id\":1197,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"040d777\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"a9f775e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The shocking incident involving a 27-year-old representative of a finance company in Tamil Nadu allegedly kidnapping an 11-year-old girl over her father\'s unpaid loan installments serves as a stark reminder of the critical importance of reputation risk management for Microfinance Institutions (MFIs) (News Source: <strong><a href=\\\"https:\\/\\/www.indiatoday.in\\/india\\/story\\/tamil-nadu-finance-company-representative-kidnaps-teen-recover-loan-held-2400457-2023-07-01\\\" target=\\\"_new\\\">India Today<\\/a><\\/strong>).<\\/p><p>This incident prompts a nuanced examination: Was the pursuit of that one bad loan truly worth the potential and far-reaching damage to the institution\'s reputation? In this article, we delve into the multifaceted significance of reputation risk for MFIs and explore sophisticated strategies for effective reputation risk management, with a special focus on Arukus Technologies\' cutting-edge Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"58ea7c1\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"5463f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Understanding Reputation Risk:\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"77f94e1\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"1602dbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reputation risk within the context of MFIs can be broadly defined as the current and prospective impact on earnings and capital stemming from negative public opinion. It encapsulates responsible finance, ethics, trust, relationships, confidence, and integrity. The aftermath of damage to an MFI\'s reputation is not limited to immediate financial losses; it extends to increased costs, challenges in attracting and retaining clients, and a potentially compromised mission.<\\/p><p><strong>Key Questions and Complexities:<\\/strong><\\/p><p>As we navigate the landscape of reputation risk management for MFIs, several key questions and complexities come to the fore:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d45359\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c7ed5a1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"How do current risk management practices effectively address the array of institutional risks faced by MFIs?\",\"_id\":\"62933f3\"},{\"text\":\"What comprehensive strategies can an MFI employ to proactively shield itself from the cascading effects of a reputation crisis?\",\"_id\":\"bf3796f\"},{\"text\":\"In the aftermath of a crisis, what tangible steps can an MFI take to redeem and rebuild its tarnished reputation?\",\"_id\":\"9a4dc3f\"},{\"text\":\"What pivotal role does governance play in cultivating a robust risk management environment, especially concerning institutional risks?\",\"_id\":\"66db6c1\"},{\"text\":\"In what ways can an MFI bolster its defenses against operational risks that may pose threats to both financial stability and reputation?\",\"_id\":\"c8ee2ea\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60045fb\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6a4b146\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emerging Best Practices:\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ad6d430\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"b272136\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In the pursuit of responsible and inclusive lending, several emerging best practices necessitate incorporation into the fabric of institutional management and governance. These practices, when seamlessly integrated, contribute significantly to effective reputation risk management:<\\/p><p><strong>Tailoring Capacity Building for Diverse Audiences: <\\/strong><\\/p><p><span style=\\\"font-family: var(--list--font-family); background-color: var(--global--color-background); color: var(--global--color-primary); font-size: var(--global--font-size-base);\\\">- Given the absence of dedicated risk management departments in many MFIs, capacity-building responsibility often rests on finance-oriented individuals.<br \\/><\\/span>- A shift in language, employing terms such as \\\"responsible finance\\\" and \\\"balanced performance management,\\\" fosters engagement and buy-in from individuals with predominantly financial backgrounds.<\\/p><p><strong>Human Resources Management and Perceptions:<\\/strong><\\/p><p>- Acknowledging that satisfied and motivated staff are pivotal to an MFI\'s success.<br \\/>- Implementation of a comprehensive code of conduct and the alignment of mission and values with the organizational culture.<br \\/>- Senior management\'s active demonstration and reinforcement of the institution\'s mission and values, coupled with performance appraisals and incentives that mirror ethical behavior and client-centric practices.<\\/p><p><strong>Role of Governance:<\\/strong><\\/p><p>- The pivotal role of governance cannot be overstated, necessitating the presence of an effective board aligned with the MFI\'s mission and values.<br \\/>- The emergence of social performance committees within MFI boards, dedicated to monitoring information and reports related to mission and reputation, represents a critical component in an overarching risk management framework.<\\/p><p><strong>Role of Internal Auditors<\\/strong><strong>:<\\/strong><\\/p><p>- While financial and operational risks typically take precedence in an MFI\'s risk management focus, internal auditors play a pivotal role in verifying the effective management and mitigation of these risks.<br \\/>- Specific procedures must be instituted to empower internal auditors to verify the management of risks related to social performance, including mission drift and reputation risk.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3a75347\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"bf31b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Arukus Enterprise Risk Management (ERM) platform is helping MFIs in managing Reputational Risks\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4dfb94f\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6a3d452\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Technologies emerges as a key player in the realm of reputation risk management, offering innovative solutions through its Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform. Designed with the collaboration of leading industry experts, these solutions are tailor-made to shield MFIs from reputational risks, such as:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7403d7b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"9603bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Risks associated with staff behavior or conduct.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9ee82e2\"},{\"text\":\"Risks related to media management during crises.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"acd1050\"},{\"text\":\"Unauthorized disclosure of company information through informal means.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9d9b478\"},{\"text\":\"Cybersecurity risks.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"433079f\"},{\"text\":\"Suboptimal proactive or reactive media coverage.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"4b1a432\"},{\"text\":\"Negative coverage in media.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"e60c3b9\"},{\"text\":\"Risks around technical vulnerability management.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"0789a78\"},{\"text\":\"Errors or delays in information sharing.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3755b19\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2b6f41e\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"250dace\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Arukus ERM platform empowers management with a suite of tools for:<\\/strong><\\/p><p>1. Identifying, assessing, and prioritizing risks.<br \\/>2. Developing strategies and policies to measure risks.<br \\/>3. Designing policies and procedures to mitigate risks.<br \\/>4. Implementing and assigning responsibilities.<br \\/>5. Testing effectiveness and evaluating results.<br \\/>6. Revising policies and procedures as necessary.<\\/p><p>Additionally, the Internal Audit &amp; Compliance Management System provides a fully customizable audit tool, assessing unit-level process compliance across branches with a smart scoring mechanism.<\\/p><p>For further details, visit <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\" target=\\\"_new\\\">Arukus ERM<\\/a><\\/strong> and <a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/internal-audit-compliance-management-mfi-nbfc\\/\\\" target=\\\"_new\\\"><strong>Internal Audit &amp; Compliance Management System<\\/strong><\\/a> or book a live demo.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8ff0514\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c7bc629\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conclusion\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7ca0208\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"361181c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In conclusion, MFIs must internalize the understanding that building a good reputation is a prolonged process, but its destruction can be swift. Proactive measures to mitigate reputation risks before they materialize emerge as one of the most effective strategies to reduce the risk of financial loss. Defining and consistently applying the mission to all operations ensures that the MFI remains immune to mission drift, a critical factor in preserving reputation. The challenge for MFIs lies in managing growth while establishing robust institutional systems that harmonize with their mission and values. Amidst rapid growth and heightened competition, keeping clients at the forefront and being customer-focused emerge as indispensable components of a holistic risk management strategy.<\\/p><p>Ultimately, the integration of comprehensive risk management practices, coupled with cutting-edge technological solutions like those provided by Arukus Technologies, positions MFIs to navigate the intricacies of reputation risk and maintain a steadfast commitment to their mission and values. The journey towards effective reputation risk management is an ongoing one, demanding continuous adaptation, scrutiny, and innovation to safeguard the trust, confidence, and integrity that define the essence of Microfinance Institutions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9888,1196,'_elementor_page_assets','a:0:{}'),(9889,1202,'_thumbnail_id','1197'),(9890,1202,'_wp_page_template','default'),(9891,1202,'_elementor_edit_mode','builder'),(9892,1202,'_elementor_template_type','wp-post'),(9893,1202,'_elementor_version','3.17.3'),(9894,1202,'_elementor_pro_version','3.17.1'),(9895,1202,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9896,1202,'_elementor_data','[{\"id\":\"230b01e\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"9bf2e83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/12\\/Images-Blog.jpg\",\"id\":1197,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"040d777\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"a9f775e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The shocking incident involving a 27-year-old representative of a finance company in Tamil Nadu allegedly kidnapping an 11-year-old girl over her father\'s unpaid loan installments serves as a stark reminder of the critical importance of reputation risk management for Microfinance Institutions (MFIs) (News Source: <strong><a href=\\\"https:\\/\\/www.indiatoday.in\\/india\\/story\\/tamil-nadu-finance-company-representative-kidnaps-teen-recover-loan-held-2400457-2023-07-01\\\" target=\\\"_new\\\">India Today<\\/a><\\/strong>).<\\/p><p>This incident prompts a nuanced examination: Was the pursuit of that one bad loan truly worth the potential and far-reaching damage to the institution\'s reputation? In this article, we delve into the multifaceted significance of reputation risk for MFIs and explore sophisticated strategies for effective reputation risk management, with a special focus on Arukus Technologies\' cutting-edge Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"58ea7c1\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"5463f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Understanding Reputation Risk:\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"77f94e1\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"1602dbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reputation risk within the context of MFIs can be broadly defined as the current and prospective impact on earnings and capital stemming from negative public opinion. It encapsulates responsible finance, ethics, trust, relationships, confidence, and integrity. The aftermath of damage to an MFI\'s reputation is not limited to immediate financial losses; it extends to increased costs, challenges in attracting and retaining clients, and a potentially compromised mission.<\\/p><p><strong>Key Questions and Complexities:<\\/strong><\\/p><p>As we navigate the landscape of reputation risk management for MFIs, several key questions and complexities come to the fore:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d45359\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c7ed5a1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"How do current risk management practices effectively address the array of institutional risks faced by MFIs?\",\"_id\":\"62933f3\"},{\"text\":\"What comprehensive strategies can an MFI employ to proactively shield itself from the cascading effects of a reputation crisis?\",\"_id\":\"bf3796f\"},{\"text\":\"In the aftermath of a crisis, what tangible steps can an MFI take to redeem and rebuild its tarnished reputation?\",\"_id\":\"9a4dc3f\"},{\"text\":\"What pivotal role does governance play in cultivating a robust risk management environment, especially concerning institutional risks?\",\"_id\":\"66db6c1\"},{\"text\":\"In what ways can an MFI bolster its defenses against operational risks that may pose threats to both financial stability and reputation?\",\"_id\":\"c8ee2ea\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60045fb\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6a4b146\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emerging Best Practices:\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ad6d430\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"b272136\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In the pursuit of responsible and inclusive lending, several emerging best practices necessitate incorporation into the fabric of institutional management and governance. These practices, when seamlessly integrated, contribute significantly to effective reputation risk management:<\\/p><p><strong>Tailoring Capacity Building for Diverse Audiences: <\\/strong><\\/p><p><span style=\\\"font-family: var(--list--font-family); background-color: var(--global--color-background); color: var(--global--color-primary); font-size: var(--global--font-size-base);\\\">- Given the absence of dedicated risk management departments in many MFIs, capacity-building responsibility often rests on finance-oriented individuals.<br \\/><\\/span>- A shift in language, employing terms such as \\\"responsible finance\\\" and \\\"balanced performance management,\\\" fosters engagement and buy-in from individuals with predominantly financial backgrounds.<\\/p><p><strong>Human Resources Management and Perceptions:<\\/strong><\\/p><p>- Acknowledging that satisfied and motivated staff are pivotal to an MFI\'s success.<br \\/>- Implementation of a comprehensive code of conduct and the alignment of mission and values with the organizational culture.<br \\/>- Senior management\'s active demonstration and reinforcement of the institution\'s mission and values, coupled with performance appraisals and incentives that mirror ethical behavior and client-centric practices.<\\/p><p><strong>Role of Governance:<\\/strong><\\/p><p>- The pivotal role of governance cannot be overstated, necessitating the presence of an effective board aligned with the MFI\'s mission and values.<br \\/>- The emergence of social performance committees within MFI boards, dedicated to monitoring information and reports related to mission and reputation, represents a critical component in an overarching risk management framework.<\\/p><p><strong>Role of Internal Auditors<\\/strong><strong>:<\\/strong><\\/p><p>- While financial and operational risks typically take precedence in an MFI\'s risk management focus, internal auditors play a pivotal role in verifying the effective management and mitigation of these risks.<br \\/>- Specific procedures must be instituted to empower internal auditors to verify the management of risks related to social performance, including mission drift and reputation risk.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3a75347\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"bf31b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Arukus Enterprise Risk Management (ERM) platform is helping MFIs in managing Reputational Risks\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4dfb94f\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6a3d452\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LorArukus Technologies emerges as a key player in the realm of reputation risk management, offering innovative solutions through its Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform. Designed with the collaboration of leading industry experts, these solutions are tailor-made to shield MFIs from reputational risks, such as:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7403d7b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"9603bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Risks associated with staff behavior or conduct.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9ee82e2\"},{\"text\":\"Risks related to media management during crises.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"acd1050\"},{\"text\":\"Unauthorized disclosure of company information through informal means.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9d9b478\"},{\"text\":\"Cybersecurity risks.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"433079f\"},{\"text\":\"Suboptimal proactive or reactive media coverage.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"4b1a432\"},{\"text\":\"Negative coverage in media.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"e60c3b9\"},{\"text\":\"Risks around technical vulnerability management.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"0789a78\"},{\"text\":\"Errors or delays in information sharing.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3755b19\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2b6f41e\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"250dace\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus ERM platform empowers management with a suite of tools for:<\\/p><p>1. Identifying, assessing, and prioritizing risks.<br \\/>2. Developing strategies and policies to measure risks.<br \\/>3. Designing policies and procedures to mitigate risks.<br \\/>4. Implementing and assigning responsibilities.<br \\/>5. Testing effectiveness and evaluating results.<br \\/>6. Revising policies and procedures as necessary.<\\/p><p>Additionally, the Internal Audit &amp; Compliance Management System provides a fully customizable audit tool, assessing unit-level process compliance across branches with a smart scoring mechanism.<\\/p><p>For further details, visit <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\" target=\\\"_new\\\">Arukus ERM<\\/a><\\/strong> and <a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/internal-audit-compliance-management-mfi-nbfc\\/\\\" target=\\\"_new\\\"><strong>Internal Audit &amp; Compliance Management System<\\/strong><\\/a> or book a live demo.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8ff0514\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c7bc629\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conclusion\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7ca0208\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"361181c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In conclusion, MFIs must internalize the understanding that building a good reputation is a prolonged process, but its destruction can be swift. Proactive measures to mitigate reputation risks before they materialize emerge as one of the most effective strategies to reduce the risk of financial loss. Defining and consistently applying the mission to all operations ensures that the MFI remains immune to mission drift, a critical factor in preserving reputation. The challenge for MFIs lies in managing growth while establishing robust institutional systems that harmonize with their mission and values. Amidst rapid growth and heightened competition, keeping clients at the forefront and being customer-focused emerge as indispensable components of a holistic risk management strategy.<\\/p><p>Ultimately, the integration of comprehensive risk management practices, coupled with cutting-edge technological solutions like those provided by Arukus Technologies, positions MFIs to navigate the intricacies of reputation risk and maintain a steadfast commitment to their mission and values. The journey towards effective reputation risk management is an ongoing one, demanding continuous adaptation, scrutiny, and innovation to safeguard the trust, confidence, and integrity that define the essence of Microfinance Institutions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9897,1202,'_elementor_css','a:6:{s:4:\"time\";i:1702478117;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9898,1202,'_elementor_page_assets','a:0:{}'),(9899,1196,'_eael_custom_js',''),(9900,1196,'_yoast_wpseo_content_score','60'),(9902,1203,'_elementor_edit_mode','builder'),(9903,1203,'_elementor_template_type','wp-post'),(9904,1203,'_elementor_version','3.17.3'),(9905,1203,'_elementor_pro_version','3.17.1'),(9906,1203,'_wp_page_template','default'),(9907,1203,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9908,1203,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8195249\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Incorrect loan tracking information in the Management Information System (MIS).\",\"_id\":\"b59a831\"},{\"text\":\"Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\",\"_id\":\"9b0c4a1\"},{\"text\":\"Inconsistencies between the loan management system data and the accounting system data.\",\"_id\":\"98703f8\"},{\"text\":\"Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\",\"_id\":\"3de1baa\"},{\"text\":\"Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\",\"_id\":\"970d655\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_style\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9909,1203,'_elementor_page_assets','a:0:{}'),(9910,1203,'_thumbnail_id','1163'),(9911,1203,'_elementor_css','a:6:{s:4:\"time\";i:1701861473;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9912,1204,'_elementor_edit_mode','builder'),(9913,1204,'_elementor_template_type','wp-post'),(9914,1204,'_elementor_version','3.17.3'),(9915,1204,'_elementor_pro_version','3.17.1'),(9916,1204,'_wp_page_template','default'),(9917,1204,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9918,1204,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8195249\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Incorrect loan tracking information in the Management Information System (MIS).\",\"_id\":\"b59a831\"},{\"text\":\"Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\",\"_id\":\"9b0c4a1\"},{\"text\":\"Inconsistencies between the loan management system data and the accounting system data.\",\"_id\":\"98703f8\"},{\"text\":\"Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\",\"_id\":\"3de1baa\"},{\"text\":\"Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\",\"_id\":\"970d655\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_style\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9919,1204,'_elementor_page_assets','a:0:{}'),(9920,1204,'_thumbnail_id','1163'),(9921,1204,'_elementor_css','a:6:{s:4:\"time\";i:1701861473;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9922,1205,'_elementor_edit_mode','builder'),(9923,1205,'_elementor_template_type','wp-post'),(9924,1205,'_elementor_version','3.17.3'),(9925,1205,'_elementor_pro_version','3.17.1'),(9926,1205,'_wp_page_template','default'),(9927,1205,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9928,1205,'_elementor_data','[{\"id\":\"76c2178\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"f0d82b9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/12\\/Images-Blog-7.jpg\",\"id\":1163,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eaad143\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c984c9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1ecca2b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"306f4f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transactions Risks in Microfinance Institutions\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9851007\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"16e56dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:<\\/p>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c821984\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8195249\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Incorrect loan tracking information in the Management Information System (MIS).\",\"_id\":\"b59a831\"},{\"text\":\"Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\",\"_id\":\"9b0c4a1\"},{\"text\":\"Inconsistencies between the loan management system data and the accounting system data.\",\"_id\":\"98703f8\"},{\"text\":\"Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\",\"_id\":\"3de1baa\"},{\"text\":\"Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\",\"_id\":\"970d655\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_style\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"632856a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mitigating Transaction Risk with Arukus Field Track-O Software\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"651e17b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"67950cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the\\u00a0Key Features:<\\/p><ol><li><p><strong>Real-time Data Collection:<\\/strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.<\\/p><\\/li><li><p><strong>GPS Tracking and Verification:<\\/strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.<\\/p><\\/li><li><p><strong>Offline Capabilities:<\\/strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.<\\/p><\\/li><li><p><strong>Customized Reporting:<\\/strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.<\\/p><\\/li><li><p><strong>Automated Loan Processing:<\\/strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.<\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a567cbc\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6dc5134\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"w-full text-token-text-primary\\\" data-testid=\\\"conversation-turn-3\\\"><div class=\\\"px-4 py-2 justify-center text-base md:gap-6 m-auto\\\"><div class=\\\"flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] } group\\\"><div class=\\\"relative flex w-full flex-col lg:w-[calc(100%-115px)] agent-turn\\\"><div class=\\\"flex-col gap-1 md:gap-3\\\"><div class=\\\"flex flex-grow flex-col max-w-full\\\"><div class=\\\"min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto\\\" data-message-author-role=\\\"assistant\\\" data-message-id=\\\"3c6f158a-f768-47f9-bc5f-2ea221a150f2\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light\\\"><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.<\\/p><p>To know more about Field Track-O visit: <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/field-track-o-sales-performance-tracking-app-mfi-nbfc\\/<\\/a><\\/strong>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9929,1205,'_elementor_page_assets','a:0:{}'),(9930,1205,'_thumbnail_id','1163'),(9931,1205,'_elementor_css','a:6:{s:4:\"time\";i:1701861473;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9932,1206,'_elementor_edit_mode','builder'),(9933,1206,'_elementor_template_type','wp-post'),(9934,1206,'_elementor_version','3.17.3'),(9935,1206,'_elementor_pro_version','3.17.1'),(9936,1206,'_wp_page_template','default'),(9937,1206,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9938,1206,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f5ee973\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"457ca9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>Source Credit: https:\\/\\/www.gdrc.org\\/icm\\/corp-finansol.html<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9939,1206,'_elementor_page_assets','a:0:{}'),(9940,1206,'_thumbnail_id','1154'),(9941,1206,'_elementor_css','a:6:{s:4:\"time\";i:1701881020;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9942,1207,'_elementor_edit_mode','builder'),(9943,1207,'_elementor_template_type','wp-post'),(9944,1207,'_elementor_version','3.17.3'),(9945,1207,'_elementor_pro_version','3.17.1'),(9946,1207,'_wp_page_template','default'),(9947,1207,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9948,1207,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f5ee973\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"457ca9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>Source Credit: https:\\/\\/www.gdrc.org\\/icm\\/corp-finansol.html<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9949,1207,'_elementor_page_assets','a:0:{}'),(9950,1207,'_thumbnail_id','1154'),(9951,1207,'_elementor_css','a:6:{s:4:\"time\";i:1701881020;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9952,1208,'_elementor_edit_mode','builder'),(9953,1208,'_elementor_template_type','wp-post'),(9954,1208,'_elementor_version','3.17.3'),(9955,1208,'_elementor_pro_version','3.17.1'),(9956,1208,'_wp_page_template','default'),(9957,1208,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9958,1208,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"31412e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/12\\/Images-Blog-6.jpg\",\"id\":1154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f5ee973\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"457ca9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>Source Credit: https:\\/\\/www.gdrc.org\\/icm\\/corp-finansol.html<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9959,1208,'_elementor_page_assets','a:0:{}'),(9960,1208,'_thumbnail_id','1154'),(9961,1208,'_elementor_css','a:6:{s:4:\"time\";i:1701881020;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9962,1155,'_elementor_css','a:6:{s:4:\"time\";i:1702478495;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9963,1209,'_thumbnail_id','1197'),(9964,1209,'_wp_page_template','default'),(9965,1209,'_elementor_edit_mode','builder'),(9966,1209,'_elementor_template_type','wp-post'),(9967,1209,'_elementor_version','3.17.3'),(9968,1209,'_elementor_pro_version','3.17.1'),(9969,1209,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9970,1209,'_elementor_data','[{\"id\":\"230b01e\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"9bf2e83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/12\\/Images-Blog.jpg\",\"id\":1197,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"040d777\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"a9f775e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The shocking incident involving a 27-year-old representative of a finance company in Tamil Nadu allegedly kidnapping an 11-year-old girl over her father\'s unpaid loan installments serves as a stark reminder of the critical importance of reputation risk management for Microfinance Institutions (MFIs) (News Source: <strong><a href=\\\"https:\\/\\/www.indiatoday.in\\/india\\/story\\/tamil-nadu-finance-company-representative-kidnaps-teen-recover-loan-held-2400457-2023-07-01\\\" target=\\\"_new\\\">India Today<\\/a><\\/strong>).<\\/p><p>This incident prompts a nuanced examination: Was the pursuit of that one bad loan truly worth the potential and far-reaching damage to the institution\'s reputation? In this article, we delve into the multifaceted significance of reputation risk for MFIs and explore sophisticated strategies for effective reputation risk management, with a special focus on Arukus Technologies\' cutting-edge Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"58ea7c1\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"5463f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Understanding Reputation Risk:\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"77f94e1\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"1602dbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reputation risk within the context of MFIs can be broadly defined as the current and prospective impact on earnings and capital stemming from negative public opinion. It encapsulates responsible finance, ethics, trust, relationships, confidence, and integrity. The aftermath of damage to an MFI\'s reputation is not limited to immediate financial losses; it extends to increased costs, challenges in attracting and retaining clients, and a potentially compromised mission.<\\/p><p><strong>Key Questions and Complexities:<\\/strong><\\/p><p>As we navigate the landscape of reputation risk management for MFIs, several key questions and complexities come to the fore:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d45359\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c7ed5a1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"How do current risk management practices effectively address the array of institutional risks faced by MFIs?\",\"_id\":\"62933f3\"},{\"text\":\"What comprehensive strategies can an MFI employ to proactively shield itself from the cascading effects of a reputation crisis?\",\"_id\":\"bf3796f\"},{\"text\":\"In the aftermath of a crisis, what tangible steps can an MFI take to redeem and rebuild its tarnished reputation?\",\"_id\":\"9a4dc3f\"},{\"text\":\"What pivotal role does governance play in cultivating a robust risk management environment, especially concerning institutional risks?\",\"_id\":\"66db6c1\"},{\"text\":\"In what ways can an MFI bolster its defenses against operational risks that may pose threats to both financial stability and reputation?\",\"_id\":\"c8ee2ea\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60045fb\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6a4b146\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emerging Best Practices:\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ad6d430\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"b272136\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In the pursuit of responsible and inclusive lending, several emerging best practices necessitate incorporation into the fabric of institutional management and governance. These practices, when seamlessly integrated, contribute significantly to effective reputation risk management:<\\/p><p><strong>Tailoring Capacity Building for Diverse Audiences: <\\/strong><\\/p><p><span style=\\\"font-family: var(--list--font-family); background-color: var(--global--color-background); color: var(--global--color-primary); font-size: var(--global--font-size-base);\\\">- Given the absence of dedicated risk management departments in many MFIs, capacity-building responsibility often rests on finance-oriented individuals.<br \\/><\\/span>- A shift in language, employing terms such as \\\"responsible finance\\\" and \\\"balanced performance management,\\\" fosters engagement and buy-in from individuals with predominantly financial backgrounds.<\\/p><p><strong>Human Resources Management and Perceptions:<\\/strong><\\/p><p>- Acknowledging that satisfied and motivated staff are pivotal to an MFI\'s success.<br \\/>- Implementation of a comprehensive code of conduct and the alignment of mission and values with the organizational culture.<br \\/>- Senior management\'s active demonstration and reinforcement of the institution\'s mission and values, coupled with performance appraisals and incentives that mirror ethical behavior and client-centric practices.<\\/p><p><strong>Role of Governance:<\\/strong><\\/p><p>- The pivotal role of governance cannot be overstated, necessitating the presence of an effective board aligned with the MFI\'s mission and values.<br \\/>- The emergence of social performance committees within MFI boards, dedicated to monitoring information and reports related to mission and reputation, represents a critical component in an overarching risk management framework.<\\/p><p><strong>Role of Internal Auditors<\\/strong><strong>:<\\/strong><\\/p><p>- While financial and operational risks typically take precedence in an MFI\'s risk management focus, internal auditors play a pivotal role in verifying the effective management and mitigation of these risks.<br \\/>- Specific procedures must be instituted to empower internal auditors to verify the management of risks related to social performance, including mission drift and reputation risk.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3a75347\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"bf31b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Arukus Enterprise Risk Management (ERM) platform is helping MFIs in managing Reputational Risks\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4dfb94f\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6a3d452\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LorArukus Technologies emerges as a key player in the realm of reputation risk management, offering innovative solutions through its Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform. Designed with the collaboration of leading industry experts, these solutions are tailor-made to shield MFIs from reputational risks, such as:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7403d7b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"9603bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Risks associated with staff behavior or conduct.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9ee82e2\"},{\"text\":\"Risks related to media management during crises.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"acd1050\"},{\"text\":\"Unauthorized disclosure of company information through informal means.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9d9b478\"},{\"text\":\"Cybersecurity risks.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"433079f\"},{\"text\":\"Suboptimal proactive or reactive media coverage.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"4b1a432\"},{\"text\":\"Negative coverage in media.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"e60c3b9\"},{\"text\":\"Risks around technical vulnerability management.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"0789a78\"},{\"text\":\"Errors or delays in information sharing.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3755b19\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2b6f41e\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"250dace\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus ERM platform empowers management with a suite of tools for:<\\/p><p>1. Identifying, assessing, and prioritizing risks.<br \\/>2. Developing strategies and policies to measure risks.<br \\/>3. Designing policies and procedures to mitigate risks.<br \\/>4. Implementing and assigning responsibilities.<br \\/>5. Testing effectiveness and evaluating results.<br \\/>6. Revising policies and procedures as necessary.<\\/p><p>Additionally, the Internal Audit &amp; Compliance Management System provides a fully customizable audit tool, assessing unit-level process compliance across branches with a smart scoring mechanism.<\\/p><p>For further details, visit <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\" target=\\\"_new\\\">Arukus ERM<\\/a><\\/strong> and <a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/internal-audit-compliance-management-mfi-nbfc\\/\\\" target=\\\"_new\\\"><strong>Internal Audit &amp; Compliance Management System<\\/strong><\\/a> or book a live demo.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8ff0514\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c7bc629\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conclusion\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7ca0208\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"361181c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In conclusion, MFIs must internalize the understanding that building a good reputation is a prolonged process, but its destruction can be swift. Proactive measures to mitigate reputation risks before they materialize emerge as one of the most effective strategies to reduce the risk of financial loss. Defining and consistently applying the mission to all operations ensures that the MFI remains immune to mission drift, a critical factor in preserving reputation. The challenge for MFIs lies in managing growth while establishing robust institutional systems that harmonize with their mission and values. Amidst rapid growth and heightened competition, keeping clients at the forefront and being customer-focused emerge as indispensable components of a holistic risk management strategy.<\\/p><p>Ultimately, the integration of comprehensive risk management practices, coupled with cutting-edge technological solutions like those provided by Arukus Technologies, positions MFIs to navigate the intricacies of reputation risk and maintain a steadfast commitment to their mission and values. The journey towards effective reputation risk management is an ongoing one, demanding continuous adaptation, scrutiny, and innovation to safeguard the trust, confidence, and integrity that define the essence of Microfinance Institutions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9971,1209,'_elementor_page_assets','a:0:{}'),(9972,1209,'_elementor_css','a:6:{s:4:\"time\";i:1702478117;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9973,1210,'_thumbnail_id','1197'),(9974,1210,'_wp_page_template','default'),(9975,1210,'_elementor_edit_mode','builder'),(9976,1210,'_elementor_template_type','wp-post'),(9977,1210,'_elementor_version','3.17.3'),(9978,1210,'_elementor_pro_version','3.17.1'),(9979,1210,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9980,1210,'_elementor_data','[{\"id\":\"230b01e\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"9bf2e83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/12\\/Images-Blog.jpg\",\"id\":1197,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"040d777\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"a9f775e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The shocking incident involving a 27-year-old representative of a finance company in Tamil Nadu allegedly kidnapping an 11-year-old girl over her father\'s unpaid loan installments serves as a stark reminder of the critical importance of reputation risk management for Microfinance Institutions (MFIs) (News Source: <strong><a href=\\\"https:\\/\\/www.indiatoday.in\\/india\\/story\\/tamil-nadu-finance-company-representative-kidnaps-teen-recover-loan-held-2400457-2023-07-01\\\" target=\\\"_new\\\">India Today<\\/a><\\/strong>).<\\/p><p>This incident prompts a nuanced examination: Was the pursuit of that one bad loan truly worth the potential and far-reaching damage to the institution\'s reputation? In this article, we delve into the multifaceted significance of reputation risk for MFIs and explore sophisticated strategies for effective reputation risk management, with a special focus on Arukus Technologies\' cutting-edge Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"58ea7c1\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"5463f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Understanding Reputation Risk:\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"77f94e1\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"1602dbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reputation risk within the context of MFIs can be broadly defined as the current and prospective impact on earnings and capital stemming from negative public opinion. It encapsulates responsible finance, ethics, trust, relationships, confidence, and integrity. The aftermath of damage to an MFI\'s reputation is not limited to immediate financial losses; it extends to increased costs, challenges in attracting and retaining clients, and a potentially compromised mission.<\\/p><p><strong>Key Questions and Complexities:<\\/strong><\\/p><p>As we navigate the landscape of reputation risk management for MFIs, several key questions and complexities come to the fore:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d45359\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c7ed5a1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"How do current risk management practices effectively address the array of institutional risks faced by MFIs?\",\"_id\":\"62933f3\"},{\"text\":\"What comprehensive strategies can an MFI employ to proactively shield itself from the cascading effects of a reputation crisis?\",\"_id\":\"bf3796f\"},{\"text\":\"In the aftermath of a crisis, what tangible steps can an MFI take to redeem and rebuild its tarnished reputation?\",\"_id\":\"9a4dc3f\"},{\"text\":\"What pivotal role does governance play in cultivating a robust risk management environment, especially concerning institutional risks?\",\"_id\":\"66db6c1\"},{\"text\":\"In what ways can an MFI bolster its defenses against operational risks that may pose threats to both financial stability and reputation?\",\"_id\":\"c8ee2ea\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60045fb\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6a4b146\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emerging Best Practices:\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ad6d430\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"b272136\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In the pursuit of responsible and inclusive lending, several emerging best practices necessitate incorporation into the fabric of institutional management and governance. These practices, when seamlessly integrated, contribute significantly to effective reputation risk management:<\\/p><p><strong>Tailoring Capacity Building for Diverse Audiences: <\\/strong><\\/p><p><span style=\\\"font-family: var(--list--font-family); background-color: var(--global--color-background); color: var(--global--color-primary); font-size: var(--global--font-size-base);\\\">- Given the absence of dedicated risk management departments in many MFIs, capacity-building responsibility often rests on finance-oriented individuals.<br \\/><\\/span>- A shift in language, employing terms such as \\\"responsible finance\\\" and \\\"balanced performance management,\\\" fosters engagement and buy-in from individuals with predominantly financial backgrounds.<\\/p><p><strong>Human Resources Management and Perceptions:<\\/strong><\\/p><p>- Acknowledging that satisfied and motivated staff are pivotal to an MFI\'s success.<br \\/>- Implementation of a comprehensive code of conduct and the alignment of mission and values with the organizational culture.<br \\/>- Senior management\'s active demonstration and reinforcement of the institution\'s mission and values, coupled with performance appraisals and incentives that mirror ethical behavior and client-centric practices.<\\/p><p><strong>Role of Governance:<\\/strong><\\/p><p>- The pivotal role of governance cannot be overstated, necessitating the presence of an effective board aligned with the MFI\'s mission and values.<br \\/>- The emergence of social performance committees within MFI boards, dedicated to monitoring information and reports related to mission and reputation, represents a critical component in an overarching risk management framework.<\\/p><p><strong>Role of Internal Auditors<\\/strong><strong>:<\\/strong><\\/p><p>- While financial and operational risks typically take precedence in an MFI\'s risk management focus, internal auditors play a pivotal role in verifying the effective management and mitigation of these risks.<br \\/>- Specific procedures must be instituted to empower internal auditors to verify the management of risks related to social performance, including mission drift and reputation risk.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3a75347\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"bf31b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Arukus Enterprise Risk Management (ERM) platform is helping MFIs in managing Reputational Risks\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4dfb94f\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6a3d452\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LorArukus Technologies emerges as a key player in the realm of reputation risk management, offering innovative solutions through its Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform. Designed with the collaboration of leading industry experts, these solutions are tailor-made to shield MFIs from reputational risks, such as:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7403d7b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"9603bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Risks associated with staff behavior or conduct.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9ee82e2\"},{\"text\":\"Risks related to media management during crises.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"acd1050\"},{\"text\":\"Unauthorized disclosure of company information through informal means.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9d9b478\"},{\"text\":\"Cybersecurity risks.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"433079f\"},{\"text\":\"Suboptimal proactive or reactive media coverage.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"4b1a432\"},{\"text\":\"Negative coverage in media.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"e60c3b9\"},{\"text\":\"Risks around technical vulnerability management.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"0789a78\"},{\"text\":\"Errors or delays in information sharing.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3755b19\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2b6f41e\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"250dace\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus ERM platform empowers management with a suite of tools for:<\\/p><p>1. Identifying, assessing, and prioritizing risks.<br \\/>2. Developing strategies and policies to measure risks.<br \\/>3. Designing policies and procedures to mitigate risks.<br \\/>4. Implementing and assigning responsibilities.<br \\/>5. Testing effectiveness and evaluating results.<br \\/>6. Revising policies and procedures as necessary.<\\/p><p>Additionally, the Internal Audit &amp; Compliance Management System provides a fully customizable audit tool, assessing unit-level process compliance across branches with a smart scoring mechanism.<\\/p><p>For further details, visit <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\" target=\\\"_new\\\">Arukus ERM<\\/a><\\/strong> and <a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/internal-audit-compliance-management-mfi-nbfc\\/\\\" target=\\\"_new\\\"><strong>Internal Audit &amp; Compliance Management System<\\/strong><\\/a> or book a live demo.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8ff0514\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c7bc629\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conclusion\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7ca0208\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"361181c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In conclusion, MFIs must internalize the understanding that building a good reputation is a prolonged process, but its destruction can be swift. Proactive measures to mitigate reputation risks before they materialize emerge as one of the most effective strategies to reduce the risk of financial loss. Defining and consistently applying the mission to all operations ensures that the MFI remains immune to mission drift, a critical factor in preserving reputation. The challenge for MFIs lies in managing growth while establishing robust institutional systems that harmonize with their mission and values. Amidst rapid growth and heightened competition, keeping clients at the forefront and being customer-focused emerge as indispensable components of a holistic risk management strategy.<\\/p><p>Ultimately, the integration of comprehensive risk management practices, coupled with cutting-edge technological solutions like those provided by Arukus Technologies, positions MFIs to navigate the intricacies of reputation risk and maintain a steadfast commitment to their mission and values. The journey towards effective reputation risk management is an ongoing one, demanding continuous adaptation, scrutiny, and innovation to safeguard the trust, confidence, and integrity that define the essence of Microfinance Institutions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9981,1210,'_elementor_page_assets','a:0:{}'),(9982,1210,'_elementor_css','a:6:{s:4:\"time\";i:1702478117;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9983,1211,'_thumbnail_id','1197'),(9984,1211,'_wp_page_template','default'),(9985,1211,'_elementor_edit_mode','builder'),(9986,1211,'_elementor_template_type','wp-post'),(9987,1211,'_elementor_version','3.17.3'),(9988,1211,'_elementor_pro_version','3.17.1'),(9989,1211,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9990,1211,'_elementor_data','[{\"id\":\"230b01e\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"9bf2e83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/12\\/Images-Blog.jpg\",\"id\":1197,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"040d777\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"a9f775e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The shocking incident involving a 27-year-old representative of a finance company in Tamil Nadu allegedly kidnapping an 11-year-old girl over her father\'s unpaid loan installments serves as a stark reminder of the critical importance of reputation risk management for Microfinance Institutions (MFIs) (News Source: <strong><a href=\\\"https:\\/\\/www.indiatoday.in\\/india\\/story\\/tamil-nadu-finance-company-representative-kidnaps-teen-recover-loan-held-2400457-2023-07-01\\\" target=\\\"_new\\\">India Today<\\/a><\\/strong>).<\\/p><p>This incident prompts a nuanced examination: Was the pursuit of that one bad loan truly worth the potential and far-reaching damage to the institution\'s reputation? In this article, we delve into the multifaceted significance of reputation risk for MFIs and explore sophisticated strategies for effective reputation risk management, with a special focus on Arukus Technologies\' cutting-edge Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"58ea7c1\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"5463f1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Understanding Reputation Risk:\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"77f94e1\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"1602dbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reputation risk within the context of MFIs can be broadly defined as the current and prospective impact on earnings and capital stemming from negative public opinion. It encapsulates responsible finance, ethics, trust, relationships, confidence, and integrity. The aftermath of damage to an MFI\'s reputation is not limited to immediate financial losses; it extends to increased costs, challenges in attracting and retaining clients, and a potentially compromised mission.<\\/p><p><strong>Key Questions and Complexities:<\\/strong><\\/p><p>As we navigate the landscape of reputation risk management for MFIs, several key questions and complexities come to the fore:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d45359\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c7ed5a1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"How do current risk management practices effectively address the array of institutional risks faced by MFIs?\",\"_id\":\"62933f3\"},{\"text\":\"What comprehensive strategies can an MFI employ to proactively shield itself from the cascading effects of a reputation crisis?\",\"_id\":\"bf3796f\"},{\"text\":\"In the aftermath of a crisis, what tangible steps can an MFI take to redeem and rebuild its tarnished reputation?\",\"_id\":\"9a4dc3f\"},{\"text\":\"What pivotal role does governance play in cultivating a robust risk management environment, especially concerning institutional risks?\",\"_id\":\"66db6c1\"},{\"text\":\"In what ways can an MFI bolster its defenses against operational risks that may pose threats to both financial stability and reputation?\",\"_id\":\"c8ee2ea\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"60045fb\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6a4b146\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emerging Best Practices:\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ad6d430\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"b272136\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In the pursuit of responsible and inclusive lending, several emerging best practices necessitate incorporation into the fabric of institutional management and governance. These practices, when seamlessly integrated, contribute significantly to effective reputation risk management:<\\/p><p><strong>Tailoring Capacity Building for Diverse Audiences: <\\/strong><\\/p><p><span style=\\\"font-family: var(--list--font-family); background-color: var(--global--color-background); color: var(--global--color-primary); font-size: var(--global--font-size-base);\\\">- Given the absence of dedicated risk management departments in many MFIs, capacity-building responsibility often rests on finance-oriented individuals.<br \\/><\\/span>- A shift in language, employing terms such as \\\"responsible finance\\\" and \\\"balanced performance management,\\\" fosters engagement and buy-in from individuals with predominantly financial backgrounds.<\\/p><p><strong>Human Resources Management and Perceptions:<\\/strong><\\/p><p>- Acknowledging that satisfied and motivated staff are pivotal to an MFI\'s success.<br \\/>- Implementation of a comprehensive code of conduct and the alignment of mission and values with the organizational culture.<br \\/>- Senior management\'s active demonstration and reinforcement of the institution\'s mission and values, coupled with performance appraisals and incentives that mirror ethical behavior and client-centric practices.<\\/p><p><strong>Role of Governance:<\\/strong><\\/p><p>- The pivotal role of governance cannot be overstated, necessitating the presence of an effective board aligned with the MFI\'s mission and values.<br \\/>- The emergence of social performance committees within MFI boards, dedicated to monitoring information and reports related to mission and reputation, represents a critical component in an overarching risk management framework.<\\/p><p><strong>Role of Internal Auditors<\\/strong><strong>:<\\/strong><\\/p><p>- While financial and operational risks typically take precedence in an MFI\'s risk management focus, internal auditors play a pivotal role in verifying the effective management and mitigation of these risks.<br \\/>- Specific procedures must be instituted to empower internal auditors to verify the management of risks related to social performance, including mission drift and reputation risk.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3a75347\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"bf31b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Arukus Enterprise Risk Management (ERM) platform is helping MFIs in managing Reputational Risks\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4dfb94f\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"6a3d452\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arukus Technologies emerges as a key player in the realm of reputation risk management, offering innovative solutions through its Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform. Designed with the collaboration of leading industry experts, these solutions are tailor-made to shield MFIs from reputational risks, such as:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7403d7b\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"9603bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Risks associated with staff behavior or conduct.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9ee82e2\"},{\"text\":\"Risks related to media management during crises.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"acd1050\"},{\"text\":\"Unauthorized disclosure of company information through informal means.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9d9b478\"},{\"text\":\"Cybersecurity risks.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"433079f\"},{\"text\":\"Suboptimal proactive or reactive media coverage.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"4b1a432\"},{\"text\":\"Negative coverage in media.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"e60c3b9\"},{\"text\":\"Risks around technical vulnerability management.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"0789a78\"},{\"text\":\"Errors or delays in information sharing.\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3755b19\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"2b6f41e\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"250dace\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Arukus ERM platform empowers management with a suite of tools for:<\\/strong><\\/p><p>1. Identifying, assessing, and prioritizing risks.<br \\/>2. Developing strategies and policies to measure risks.<br \\/>3. Designing policies and procedures to mitigate risks.<br \\/>4. Implementing and assigning responsibilities.<br \\/>5. Testing effectiveness and evaluating results.<br \\/>6. Revising policies and procedures as necessary.<\\/p><p>Additionally, the Internal Audit &amp; Compliance Management System provides a fully customizable audit tool, assessing unit-level process compliance across branches with a smart scoring mechanism.<\\/p><p>For further details, visit <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\" target=\\\"_new\\\">Arukus ERM<\\/a><\\/strong> and <a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/internal-audit-compliance-management-mfi-nbfc\\/\\\" target=\\\"_new\\\"><strong>Internal Audit &amp; Compliance Management System<\\/strong><\\/a> or book a live demo.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8ff0514\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c7bc629\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conclusion\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7ca0208\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"361181c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In conclusion, MFIs must internalize the understanding that building a good reputation is a prolonged process, but its destruction can be swift. Proactive measures to mitigate reputation risks before they materialize emerge as one of the most effective strategies to reduce the risk of financial loss. Defining and consistently applying the mission to all operations ensures that the MFI remains immune to mission drift, a critical factor in preserving reputation. The challenge for MFIs lies in managing growth while establishing robust institutional systems that harmonize with their mission and values. Amidst rapid growth and heightened competition, keeping clients at the forefront and being customer-focused emerge as indispensable components of a holistic risk management strategy.<\\/p><p>Ultimately, the integration of comprehensive risk management practices, coupled with cutting-edge technological solutions like those provided by Arukus Technologies, positions MFIs to navigate the intricacies of reputation risk and maintain a steadfast commitment to their mission and values. The journey towards effective reputation risk management is an ongoing one, demanding continuous adaptation, scrutiny, and innovation to safeguard the trust, confidence, and integrity that define the essence of Microfinance Institutions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(9991,1211,'_elementor_page_assets','a:0:{}'),(9992,1211,'_elementor_css','a:6:{s:4:\"time\";i:1702478117;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9993,1196,'_elementor_css','a:6:{s:4:\"time\";i:1702479270;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9994,1149,'_elementor_css','a:6:{s:4:\"time\";i:1702479582;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9995,1208,'blog_short_description_for_showing_in_blog_page','Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, faced severe challenges caused by a severe deterioration of portfolio quality.'),(9996,1208,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(9997,1212,'_elementor_edit_mode','builder'),(9998,1212,'_elementor_template_type','wp-post'),(9999,1212,'_elementor_version','3.17.3'),(10000,1212,'_elementor_pro_version','3.17.1'),(10001,1212,'_wp_page_template','default'),(10002,1212,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10003,1212,'_elementor_data','[{\"id\":\"09e2106\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"31412e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/12\\/Images-Blog-6.jpg\",\"id\":1154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12b463d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION\\u2014the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ceccdc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corposol\\/Finansol\'s Institutional History\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3580813\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7627a46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Origins:<\\/strong><br \\/>Finansol originated from Actuar Bogot\\u00e1 (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.<\\/p><p><strong>B. Deterioration:<\\/strong><br \\/>Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3b50be0\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"fe03650\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Turnaround\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f479ac3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c82740b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>A. Discovery:<\\/strong><br \\/>Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.<\\/p><p><strong>B. Solution:<\\/strong><br \\/>In October 1995, Finansol engaged banking consultant Luis Fernando Tob\\u00f3n to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \\\"New Bank\\\" loans post-October 1995 from the problematic \\\"Old Bank\\\" loans.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7884a4c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"061f1c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f5ee973\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"457ca9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>Source Credit: https:\\/\\/www.gdrc.org\\/icm\\/corp-finansol.html<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(10004,1212,'_elementor_page_assets','a:0:{}'),(10005,1212,'_thumbnail_id','1154'),(10006,1212,'_elementor_css','a:6:{s:4:\"time\";i:1702479582;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(10007,1213,'banner_image','930'),(10008,1213,'_banner_image','field_64a7a519c4513'),(10009,1213,'banner_heading','Control Costs and Streamline Efficiency'),(10010,1213,'_banner_heading','field_64a7a544c4514'),(10011,1213,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(10012,1213,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(10013,1213,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(10014,1213,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(10015,1213,'save_time_and_money_with_better_risk_management_image','541'),(10016,1213,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(10017,1213,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(10018,1213,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(10019,1213,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(10020,1213,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(10021,1213,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(10022,1213,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(10023,1213,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(10024,1213,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(10025,1213,'moving_from_higher_risk_to_lower_risk_image','542'),(10026,1213,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(10027,1213,'risk_score_grid_by_unit_&_department_main_heading','Proactive Risk Management'),(10028,1213,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(10029,1213,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(10030,1213,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(10031,1213,'risk_score_grid_by_unit_&_department_main_title','Risk Ranking Across Branches'),(10032,1213,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(10033,1213,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(10034,1213,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(10035,1213,'risk_score_grid_by_unit_&_department_image','543'),(10036,1213,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(10037,1213,'previous_page_name','Collection Management System'),(10038,1213,'_previous_page_name','field_64b4f6e7ec1b3'),(10039,1213,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(10040,1213,'_previous_page_link','field_64b4f6fdec1b4'),(10041,1213,'next_page_name','Expense Management System'),(10042,1213,'_next_page_name','field_64b4ebec24a1e'),(10043,1213,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(10044,1213,'_next_page_link','field_64b4ebf224a1f'),(10045,1123,'blog_short_description_for_showing_in_blog_page','Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. '),(10046,1123,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(10047,1143,'blog_short_description_for_showing_in_blog_page','Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. '),(10048,1143,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(10049,1215,'_elementor_edit_mode','builder'),(10050,1215,'_elementor_template_type','wp-post'),(10051,1215,'_elementor_version','3.17.3'),(10052,1215,'_elementor_pro_version','3.17.1'),(10053,1215,'_wp_page_template','default'),(10054,1215,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10055,1215,'_elementor_data','[{\"id\":\"96eb9c3\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"aba2ee8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/arukustech.com\\/wp-content\\/uploads\\/2023\\/11\\/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg\",\"id\":1140,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"37f4cde\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Introduction:<\\/strong><\\/h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.<\\/p><h3>The Importance of Fraud Management:<\\/h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.<\\/p><ol><li><strong>Ex-ante Controls:<\\/strong><br \\/>- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br \\/>- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br \\/><br \\/><\\/li><li><strong>Ex-post Controls:<\\/strong><br \\/>- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br \\/>- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<\\/li><\\/ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<\\/h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:<\\/p><ul><li><strong>Education Campaign:<\\/strong> Encouraging clients to speak out against corrupt staff and group leaders.<\\/li><li><strong>Standardization:<\\/strong> Standardizing all loan policies and procedures to prevent deviations from regulations.<\\/li><li><strong>Management Training:<\\/strong> Increasing managerial capacity and introducing strict supervision processes.<\\/li><li><strong>Inspection Unit:<\\/strong> Conducting random operational checks to identify irregularities.<\\/li><li><strong>Human Resource Policies:<\\/strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<\\/li><\\/ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<\\/h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.<\\/p><h3>Conclusion:<\\/h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(10056,1215,'_elementor_page_assets','a:0:{}'),(10057,1215,'_elementor_css','a:6:{s:4:\"time\";i:1699950915;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(10058,1215,'_thumbnail_id','1140'),(10059,976,'blog_short_description_for_showing_in_blog_page','In the vast landscape of rural India, access to flexible financial products remains crucial for the well-being of the rural masses. Micro-Finance Institutions (MFIs) are striving to bridge this gap by offering innovative market-oriented products that combine the much-needed features of flexibility and discipline. However, striking a balance between these two seemingly opposing traits presents a challenge.'),(10060,976,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(10061,1148,'blog_short_description_for_showing_in_blog_page','In the vast landscape of rural India, access to flexible financial products remains crucial for the well-being of the rural masses. Micro-Finance Institutions (MFIs) are striving to bridge this gap by offering innovative market-oriented products that combine the much-needed features of flexibility and discipline. However, striking a balance between these two seemingly opposing traits presents a challenge.'),(10062,1148,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(10063,1049,'blog_short_description_for_showing_in_blog_page','Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy.'),(10064,1049,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(10065,1122,'blog_short_description_for_showing_in_blog_page','Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy.'),(10066,1122,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(10067,1217,'_elementor_edit_mode','builder'),(10068,1217,'_thumbnail_id','1051'),(10069,1217,'_elementor_template_type','wp-post'),(10070,1217,'_elementor_version','3.17.3'),(10071,1217,'_elementor_pro_version','3.17.1'),(10072,1217,'_wp_page_template','default'),(10073,1217,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10074,1217,'_elementor_data','[{\"id\":\"e9824e9\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"48cb904b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.<\\/p><p>\\u00a0<\\/p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it.\\u00a0 Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle.\\u00a0<\\/p><p>\\u00a0<\\/p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).<\\/p><p>\\u00a0<\\/p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit.<\\/p><p>\\u00a0<\\/p><p>A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.<\\/p><p>\\u00a0<\\/p><p>Exemplary MFIs like <strong>BRAC in Bangladesh<\\/strong>, the <strong>Alexandria Business Association (ABA) in Egypt<\\/strong>, and <strong>BancoSol in Bolivia<\\/strong> have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.<\\/p><p>\\u00a0<\\/p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8068f12\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"32ee4e0\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Financial Risk\",\"_id\":\"fef4b09\"},{\"eael_data_table_header_col\":\"Operational Risk\",\"_id\":\"fc00ba6\"},{\"eael_data_table_header_col\":\"Strategic Risk\",\"_id\":\"dc74c7b\"}],\"eael_data_table_content_rows\":[{\"_id\":\"4cb9e48\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"1154cf1\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Credit Risk<\\/b>\\n<ul>\\n<li>- Transaction risk<\\/li>\\n<li>- Portfolio risk<\\/li>\\n<\\/ul><p>\\n<b>Liquidity Risk<\\/b><\\/p>\\n<b>Market Risk<\\/b>\\n<ul>\\n<li>- Interest rate risk<\\/li> \\n<li>- Foreign exchange Risk<\\/li>\\n<li>- Investment portfolio risk<\\/li> \\n<\\/ul>\",\"eael_data_table_content_row_content\":\"<p><strong>Credit Risk<\\/strong><\\/p><ul><li>- Transaction risk<\\/li><li>- Portfolio risk<\\/li><\\/ul><p><strong>Liquidity Risk<\\/strong><\\/p><p><strong>Market Risk<\\/strong><\\/p><ul><li>- Interest rate risk<\\/li><li>- Foreign exchange Risk<\\/li><li>- Investment portfolio risk<\\/li><\\/ul>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"78f4864\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"<b>Transaction Risk<\\/b>\\n<ul>\\n<li>- Human Resources Risk<\\/li>\\n<li>- Information & Technology Risk<\\/li>\\n<\\/ul><p>\\n<b>Fraud (Integrity) Risk<\\/b><\\/p>\\n<b>Legal & Compliance Risk<\\/b>\",\"eael_data_table_content_row_content\":\"<p><strong>Transaction Risk<\\/strong><\\/p><ul><li>- Human resources Risk<\\/li><li>- Information &amp; technology risk<\\/li><\\/ul><p><strong>Fraud (Integrity) Risk<\\/strong><\\/p><p><strong>Legal &amp; Compliance Risk <\\/strong><\\/p>\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b44983b\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<p><strong>Governance Risk<\\/strong><\\/p><ul><li>- Ineffective oversight<\\/li><li>- Poor governance structure<\\/li><\\/ul><p><strong>Reputation Risk<\\/strong><\\/p><p><strong>External Business Risks<\\/strong><\\/p><ul><li>- Event Risk<\\/li><\\/ul>\"}],\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_element_width\":\"inherit\",\"table_width_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_header_title_typography_font_family\":\"Roboto\",\"eael_data_table_header_title_alignment_mobile\":\"left\",\"eael_data_table_content_typography_font_family\":\"Roboto\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_alignment_mobile\":\"left\",\"eael_enable_responsive_header_styles\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false},{\"id\":\"2931f46\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"090f215\",\"elType\":\"widget\",\"settings\":{\"title\":\"Effective Risk Management requires an organization to take four key steps:\",\"header_size\":\"h3\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8eb6aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"2b725da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\",\"_id\":\"91b5cbd\"},{\"text\":\"Measure the risks appropriately and evaluate the acceptable limits for that risk;\",\"_id\":\"c40f16f\"},{\"text\":\"Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\",\"_id\":\"27d232e\"},{\"_id\":\"da85784\",\"text\":\"Manage the risks through close oversight and evaluation of performance.\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"cf0fb0a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"13bca3b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization ensuring that the \\u201cbig picture\\u201d is not lost to the urgent demands of day to day management.<\\/p><p>\\u00a0<\\/p><p>Effective risk management encompasses a \\u201cfeedback loop\\u201d from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution.<\\/p><p>\\u00a0<\\/p><p>Creating a risk management infrastructure and system to incorporate that process into the organization\\u2019s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.<\\/p><p><strong>Arukus Technologies<\\/strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"244c893\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"f35e394\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Arukus Enterprise Risk Management (ERM) platform is designed to empower the management with tools that helps in:<\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3732ab9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"baf6038\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Identifying, assessing, and prioritizing risks\",\"_id\":\"dfbf17c\"},{\"_id\":\"81a9cca\",\"text\":\"Developing strategies and policies to measure risks\"},{\"_id\":\"acd3832\",\"text\":\"Designing policies and procedures to mitigate risks\"},{\"_id\":\"d7ddc17\",\"text\":\"Implementing and assigning responsibilities\"},{\"_id\":\"8b708bc\",\"text\":\"Testing effectiveness and evaluating results\"},{\"_id\":\"cef18ad\",\"text\":\"Revising policies and procedures as necessary\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"ec595a3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"bf74949\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Read more at <strong><a href=\\\"https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/\\\">https:\\/\\/arukustech.com\\/solutions\\/enterprise-risk-management\\/<\\/a><\\/strong> or Book a Demo to experience it live.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(10075,1217,'_elementor_page_assets','a:0:{}'),(10076,1217,'_elementor_css','a:6:{s:4:\"time\";i:1699623743;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(10077,404,'_wp_page_template','default'),(10078,404,'blog_short_description_for_showing_in_blog_page','In the realm of Indian microfinance institutions (MFIs), regulatory issues have emerged as one of the most pressing challenges. While the Reserve Bank of India (RBI) plays a crucial role as the premier regulatory body, its focus has predominantly been on commercial and traditional banks, leaving some of the unique needs and structures of MFIs unaddressed.'),(10079,404,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(10080,974,'blog_short_description_for_showing_in_blog_page','In the realm of Indian microfinance institutions (MFIs), regulatory issues have emerged as one of the most pressing challenges. While the Reserve Bank of India (RBI) plays a crucial role as the premier regulatory body, its focus has predominantly been on commercial and traditional banks, leaving some of the unique needs and structures of MFIs unaddressed.'),(10081,974,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(10082,402,'_wp_page_template','default'),(10083,402,'blog_short_description_for_showing_in_blog_page','The history of microfinance in India traces back to the 19th century when informal credit systems, such as moneylenders and indigenous community-based lending practices, were prevalent. However, the modern microfinance movement, as we know it today, began to take shape in the 1970s and gained significant momentum in the 1990s.'),(10084,402,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(10085,975,'blog_short_description_for_showing_in_blog_page','The history of microfinance in India traces back to the 19th century when informal credit systems, such as moneylenders and indigenous community-based lending practices, were prevalent. However, the modern microfinance movement, as we know it today, began to take shape in the 1970s and gained significant momentum in the 1990s.'),(10086,975,'_blog_short_description_for_showing_in_blog_page','field_65706c476d514'),(10087,1195,'_eael_post_view_count','21'),(10088,1146,'_edit_lock','1702657648:1'),(10089,1194,'_edit_lock','1702657688:1'),(10090,1224,'_wp_attached_file','2023/12/Enterprise-Risk-Management-3.jpg'),(10091,1224,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:627;s:4:\"file\";s:40:\"2023/12/Enterprise-Risk-Management-3.jpg\";s:8:\"filesize\";i:72531;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Enterprise-Risk-Management-3-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9334;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Enterprise-Risk-Management-3-1024x535.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Enterprise-Risk-Management-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6966;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"Enterprise-Risk-Management-3-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35492;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10092,215,'dynamic_risk_scoring_image','1224'),(10093,215,'_dynamic_risk_scoring_image','field_6582ee077c549'),(10094,215,'dynamic_risk_scoring_main_title','Dynamic Risk Scoring'),(10095,215,'_dynamic_risk_scoring_main_title','field_6582ef2c7c54b'),(10096,215,'dynamic_risk_scoring_main_content','<p>Arukus Enterprise Risk Management platform employs a dynamic risk scoring mechanism where the movement of an individual risk score is monitored based on updates in the KRI values, while mitigation and control measures are underway.</p>\r\n\r\n<p>As KRIs and Risk Impact on organization processes continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p>\r\n\r\n<p>Organizations can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>'),(10097,215,'_dynamic_risk_scoring_main_content','field_6582ee577c54a'),(10098,1214,'banner_image','930'),(10099,1214,'_banner_image','field_64a7a519c4513'),(10100,1214,'banner_heading','Control Costs and Streamline Efficiency'),(10101,1214,'_banner_heading','field_64a7a544c4514'),(10102,1214,'save_time_and_money_with_better_risk_management_title','Save Time And Money With Better Risk Management'),(10103,1214,'_save_time_and_money_with_better_risk_management_title','field_64a7a55dc4515'),(10104,1214,'save_time_and_money_with_better_risk_management_short_content','Our comprehensive risk management system provides you with the necessary tools to identify, control and mitigate every risk categorized under multiple heads and dimensions. By leveraging our solution, you can ensure the security and safety of your business, safeguarding your processes and valuable assets.'),(10105,1214,'_save_time_and_money_with_better_risk_management_short_content','field_64a7a571c4516'),(10106,1214,'save_time_and_money_with_better_risk_management_image','541'),(10107,1214,'_save_time_and_money_with_better_risk_management_image','field_64a7a630c4517'),(10108,1214,'moving_from_higher_risk_to_lower_risk_title','Moving from Higher Risk to Lower Risk'),(10109,1214,'_moving_from_higher_risk_to_lower_risk_title','field_64a7a641c4518'),(10110,1214,'moving_from_higher_risk_to_lower_risk_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(10111,1214,'_moving_from_higher_risk_to_lower_risk_short_content','field_64a7a665c4519'),(10112,1214,'moving_from_higher_risk_to_lower_risk_main_title','Risk Score Grid by Unit & Department'),(10113,1214,'_moving_from_higher_risk_to_lower_risk_main_title','field_64a7a680c451a'),(10114,1214,'moving_from_higher_risk_to_lower_risk_main_content','<p>At the heart of our system lies the comprehensive evaluation of every risk, meticulously quantified by its Probability and Impact Value within the dynamic realm of our \'Risk Measurement\' Stage. By multiplying the Probability with the Maximum Impact value, we derive the Risk Score - a powerful indicator that ranges from 1 to 25, encapsulating the entire spectrum of \r\npotential outcomes.</p>\r\n<p>Updating the Probability is as simple as maintaining a single Key Risk Index (KRI), while Impact adjustments are handled by the designated Risk Owner. This fluid process ensures that any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </p>'),(10115,1214,'_moving_from_higher_risk_to_lower_risk_main_content','field_64a7a68ec451b'),(10116,1214,'moving_from_higher_risk_to_lower_risk_image','542'),(10117,1214,'_moving_from_higher_risk_to_lower_risk_image','field_64a7a6a3c451c'),(10118,1214,'risk_score_grid_by_unit_&_department_main_heading','Proactive Risk Management'),(10119,1214,'_risk_score_grid_by_unit_&_department_main_heading','field_64a7c4f88bc2f'),(10120,1214,'risk_score_grid_by_unit_&_department_short_content','With Arukus Enterprise Risk Management, you can save valuable time and money by proactively addressing risks that could potentially disrupt your business. Safeguard your processes, protect your assets, and gain a competitive edge by implementing a comprehensive risk management solution tailored to your organization\'s needs'),(10121,1214,'_risk_score_grid_by_unit_&_department_short_content','field_64a7c5088bc30'),(10122,1214,'risk_score_grid_by_unit_&_department_main_title','Risk Ranking Across Branches'),(10123,1214,'_risk_score_grid_by_unit_&_department_main_title','field_64a7c8cb8bc31'),(10124,1214,'risk_score_grid_by_unit_&_department_main_content','But that\'s not all - our solution takes it a step further by generating Risk Ranks of all branches based on the Risk Scoring System. Higher scores equate to lower ranks. As Key Risk Indicators (KRIs) and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.'),(10125,1214,'_risk_score_grid_by_unit_&_department_main_content','field_64a7c8ee8bc32'),(10126,1214,'risk_score_grid_by_unit_&_department_image','543'),(10127,1214,'_risk_score_grid_by_unit_&_department_image','field_64a7c9108bc33'),(10128,1214,'previous_page_name','Collection Management System'),(10129,1214,'_previous_page_name','field_64b4f6e7ec1b3'),(10130,1214,'previous_page_link','https://arukustech.com/solutions/collection-management-system/'),(10131,1214,'_previous_page_link','field_64b4f6fdec1b4'),(10132,1214,'next_page_name','Expense Management System'),(10133,1214,'_next_page_name','field_64b4ebec24a1e'),(10134,1214,'next_page_link','https://arukustech.com/solutions/expense-management-system/'),(10135,1214,'_next_page_link','field_64b4ebf224a1f'),(10136,1214,'dynamic_risk_scoring_image','1224'),(10137,1214,'_dynamic_risk_scoring_image','field_6582ee077c549'),(10138,1214,'dynamic_risk_scoring_main_title','Dynamic Risk Scoring'),(10139,1214,'_dynamic_risk_scoring_main_title','field_6582ef2c7c54b'),(10140,1214,'dynamic_risk_scoring_main_content','<p>Arukus Enterprise Risk Management platform employs a dynamic risk scoring mechanism where the movement of an individual risk score is monitored based on updates in the KRI values, while mitigation and control measures are underway.</p>\r\n\r\n<p>As KRIs and Risk Impact on organization processes continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p>\r\n\r\n<p>Organizations can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>'),(10141,1214,'_dynamic_risk_scoring_main_content','field_6582ee577c54a'),(10142,1228,'_edit_last','1'),(10143,1228,'_wp_page_template','default'),(10144,1228,'_yoast_wpseo_estimated-reading-time-minutes','0'),(10145,1228,'_yoast_wpseo_wordproof_timestamp',''),(10146,1228,'_edit_lock','1704277973:1'),(10147,1230,'_edit_last','1'),(10148,1230,'_edit_lock','1704292798:1'),(10149,1230,'_wp_page_template','template-parts/landing-risk-management.php'),(10150,1230,'_yoast_wpseo_estimated-reading-time-minutes','0'),(10151,1230,'_yoast_wpseo_wordproof_timestamp',''),(10152,1232,'_edit_last','1'),(10153,1232,'_edit_lock','1704013443:1'),(10154,1226,'_eael_post_view_count','36'),(10155,1262,'_eael_post_view_count','31'),(10156,1263,'_wp_attached_file','2024/01/Picture1.png'),(10157,1263,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1188;s:4:\"file\";s:20:\"2024/01/Picture1.png\";s:8:\"filesize\";i:250994;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Picture1-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19893;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Picture1-1024x634.png\";s:5:\"width\";i:1024;s:6:\"height\";i:634;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116067;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Picture1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Picture1-768x475.png\";s:5:\"width\";i:768;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75572;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"Picture1-1536x950.png\";s:5:\"width\";i:1536;s:6:\"height\";i:950;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:210090;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"Picture1-1568x970.png\";s:5:\"width\";i:1568;s:6:\"height\";i:970;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:217756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10158,1264,'_wp_attached_file','2024/01/Branch-in-Developed-Market-1.png'),(10159,1264,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2024/01/Branch-in-Developed-Market-1.png\";s:8:\"filesize\";i:22570;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Branch-in-Developed-Market-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13436;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Branch-in-Developed-Market-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5702;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10160,1265,'_wp_attached_file','2024/01/Branch-in-Developed-Market-2.png'),(10161,1265,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2024/01/Branch-in-Developed-Market-2.png\";s:8:\"filesize\";i:21617;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Branch-in-Developed-Market-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12994;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Branch-in-Developed-Market-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6178;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10162,1266,'_wp_attached_file','2024/01/Continuous-real-time-risk-monitoring-with-intuitive-dashboards-1-1024x692-1.png'),(10163,1266,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:692;s:4:\"file\";s:87:\"2024/01/Continuous-real-time-risk-monitoring-with-intuitive-dashboards-1-1024x692-1.png\";s:8:\"filesize\";i:19110;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:87:\"Continuous-real-time-risk-monitoring-with-intuitive-dashboards-1-1024x692-1-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14271;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:87:\"Continuous-real-time-risk-monitoring-with-intuitive-dashboards-1-1024x692-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7604;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:87:\"Continuous-real-time-risk-monitoring-with-intuitive-dashboards-1-1024x692-1-768x519.png\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10164,1230,'banner_main_heading','Arukus Enterprise Risk Management. <p>Helping Organizations move from higher risk to lower risk</p>'),(10165,1230,'_banner_main_heading','field_65912314a962b'),(10166,1230,'banner_content','Effectively and proactively protect organizational risks that adversely impact processes. Identity, Monitor, Mitigate and Control Risks with Arukus ERM’s dynamic risk scoring system.'),(10167,1230,'_banner_content','field_65912335a962c'),(10168,1230,'how_it_works_heading','How it works'),(10169,1230,'_how_it_works_heading','field_65912345a962d'),(10170,1230,'how_it_works_first_title','Risk Identification'),(10171,1230,'_how_it_works_first_title','field_65912352a962e'),(10172,1230,'how_it_works_first_content','Create new risk items based on risk category, risk class, affected processes, affected departments, potential contributing factors and Risk ownership.'),(10173,1230,'_how_it_works_first_content','field_65912365a962f'),(10174,1230,'how_it_works_second_title','Risk Measurement'),(10175,1230,'_how_it_works_second_title','field_65912376a9630'),(10176,1230,'how_it_works_second_content','Measure Risks based on Probability of Occurrence and Impact Factor across 3 stages:\r\nPre-Mitigation Stage is the Inherent Risk that we carry. Target risk rating is the risk level, that we want to achieve as per our Risk Appetite and Post Mitigation Stage where the residual risk score, that remains after optimum efforts to mitigate and control the risk have been introduced.'),(10177,1230,'_how_it_works_second_content','field_65912381a9631'),(10178,1230,'how_it_works_third_title','Risk Interaction & Prioritization'),(10179,1230,'_how_it_works_third_title','field_659123bca9632'),(10180,1230,'how_it_works_third_content','Identify related risks which has either a direct or indirect inter-linkage with the main risk. Inter-linkage signifies that if the main risk materializes then there is a probability or impact change that will get triggered in the interacting risk and vice versa.'),(10181,1230,'_how_it_works_third_content','field_659123c6a9633'),(10182,1230,'how_it_works_fourth_title','Risk Mitigation'),(10183,1230,'_how_it_works_fourth_title','field_659123d8a9634'),(10184,1230,'how_it_works_fourth_content','Listing of the Risk mitigation steps planned with measures which may address the problem in hand or the potential contributing factor. The frequency/ timeline is set for the process with individual ownership for each mitigation step.'),(10185,1230,'_how_it_works_fourth_content','field_659123e4a9635'),(10186,1230,'how_it_works_five_title','Risk Controls'),(10187,1230,'_how_it_works_five_title','field_659123eca9636'),(10188,1230,'how_it_works_five_content','List the Key Risk Indicators (KRI) that potentially can impact an individual risk (max and min limits) with measurement on a regular basis along with and assigning ownership of the KRI with the responsible person.'),(10189,1230,'_how_it_works_five_content','field_659123f8a9637'),(10190,1230,'step_one_heading','Dynamic Risk Scoring'),(10191,1230,'_step_one_heading','field_659125d4a9638'),(10192,1230,'step_one_content','<p>Arukus Enterprise Risk Management platform employs a dynamic risk scoring mechanism where the movement of an individual risk score is monitored based on updates in the KRI values, while mitigation and control measures are underway.</p>\r\n<p>As KRIs and Risk Impact on organization processes continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p>\r\n<p>Organizations can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>'),(10193,1230,'_step_one_content','field_659125dfa9639'),(10194,1230,'step_one_image','1263'),(10195,1230,'_step_one_image','field_659125f7a963a'),(10196,1230,'step_two_heading','Dynamic Risk Assessment using the Risk Score Grid'),(10197,1230,'_step_two_heading','field_65912616a963b'),(10198,1230,'step_two_content','<p>The risk score grid allows organizations to monitor the movement of risk scores (Risk Trend) as they change with time through the periodic measurement of KRIs post implementation of mitigation and control strategies.</p>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>The Risk Score - that ranges from 1 to 25 is based on the Risk Probability and the Max. Impact it has across organization processes.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Updating the Probability happens when the Key Risk Indicator (KRI) Values change, while Impact adjustments are handled by the designated Risk Owner.</p> </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>As KRIs and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Organization can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p></li></ul>'),(10199,1230,'_step_two_content','field_65912623a963c'),(10200,1230,'step_two_image','542'),(10201,1230,'_step_two_image','field_6591262fa963d'),(10202,1230,'step_three_heading','Monitor Risks using Key Risk Indicators'),(10203,1230,'_step_three_heading','field_65912650a963e'),(10204,1230,'step_three_content','<p>KRI values can be managed in two ways.</p>\r\n\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p> 1. KRI values can be auto-calculated based on parameters fetched from enterprise operational systems. The KRI value is auto-assigned based on a pre-defined range the value falls under.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i> <p>2. Alternatively, KRI values can be updated manually by users who are assigned to manage the KRIs (KRI Owners, Risk Owners, etc.)</p></li></ul>\r\n\r\n<p>While updating the KRI values if it falls outside the min-max range, a breach is automatically triggered alerting risk owners and admins. The KRI owner can provide a Root Cause Analysis (RCA) of the breach and take immediate corrective actions.</p>'),(10205,1230,'_step_three_content','field_65912655a963f'),(10206,1230,'step_three_image','1264'),(10207,1230,'_step_three_image','field_65912664a9640'),(10208,1230,'step_four_title','Monitor Risk Mitigation & Control Strategies'),(10209,1230,'_step_four_title','field_6591268aa9641'),(10210,1230,'step_four_content','<p>Monitor each mitigation and control measure w.r.t timeline, monitoring frequency, status of the mitigation, remarks etc. </p>\r\n\r\n<p>Color coded indicators of the status of the mitigation or control measure. Risk Owner can assign a Primary Responsible person for each Control Measure. Automatic email alerts to assigned persons for impending deadline, timeline breach, etc.</p>\r\n'),(10211,1230,'_step_four_content','field_6591269ba9642'),(10212,1230,'step_four_image','1265'),(10213,1230,'_step_four_image','field_659126aba9643'),(10214,1230,'step_five_title','Actionable Dashboards on Organization Risk Scores, Top Risks  & Trends'),(10215,1230,'_step_five_title','field_659126cca9644'),(10216,1230,'step_five_content','<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Organization Risks Heatmap</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Top Risks by Department</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Top Contributing Factors</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Root Cause Analysis (RCA) Chart</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Risk Score Trend</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Timeline Breaches</p></li></ul>\r\n<p>and more … </p>'),(10217,1230,'_step_five_content','field_659126e1a9645'),(10218,1230,'step_five_image','1281'),(10219,1230,'_step_five_image','field_659126f1a9646'),(10220,1230,'frequently_asked_questions_heading',''),(10221,1230,'_frequently_asked_questions_heading','field_6591270da9647'),(10222,1231,'banner_main_heading','Arukus Enterprise Risk Management. <p>Helping Organizations move from higher risk to lower risk</p>'),(10223,1231,'_banner_main_heading','field_65912314a962b'),(10224,1231,'banner_content','Effectively and proactively protect organizational risks that adversely impact processes. Identity, Monitor, Mitigate and Control Risks with Arukus ERM’s dynamic risk scoring system.'),(10225,1231,'_banner_content','field_65912335a962c'),(10226,1231,'how_it_works_heading','How it works'),(10227,1231,'_how_it_works_heading','field_65912345a962d'),(10228,1231,'how_it_works_first_title','Risk Identification'),(10229,1231,'_how_it_works_first_title','field_65912352a962e'),(10230,1231,'how_it_works_first_content','Create new risk items based on risk category, risk class, affected processes, affected departments, potential contributing factors and Risk ownership.'),(10231,1231,'_how_it_works_first_content','field_65912365a962f'),(10232,1231,'how_it_works_second_title','Risk Measurement'),(10233,1231,'_how_it_works_second_title','field_65912376a9630'),(10234,1231,'how_it_works_second_content','Measure Risks based on Probability of Occurrence and Impact Factor across 3 stages:\r\nPre-Mitigation Stage is the Inherent Risk that we carry. Target risk rating is the risk level, that we want to achieve as per our Risk Appetite and Post Mitigation Stage where the residual risk score, that remains after optimum efforts to mitigate and control the risk have been introduced.'),(10235,1231,'_how_it_works_second_content','field_65912381a9631'),(10236,1231,'how_it_works_third_title','Risk Interaction & Prioritization'),(10237,1231,'_how_it_works_third_title','field_659123bca9632'),(10238,1231,'how_it_works_third_content','Identify related risks which has either a direct or indirect inter-linkage with the main risk. Inter-linkage signifies that if the main risk materializes then there is a probability or impact change that will get triggered in the interacting risk and vice versa.'),(10239,1231,'_how_it_works_third_content','field_659123c6a9633'),(10240,1231,'how_it_works_fourth_title','Risk Mitigation'),(10241,1231,'_how_it_works_fourth_title','field_659123d8a9634'),(10242,1231,'how_it_works_fourth_content','Listing of the Risk mitigation steps planned with measures which may address the problem in hand or the potential contributing factor. The frequency/ timeline is set for the process with individual ownership for each mitigation step.'),(10243,1231,'_how_it_works_fourth_content','field_659123e4a9635'),(10244,1231,'how_it_works_five_title','Risk Controls'),(10245,1231,'_how_it_works_five_title','field_659123eca9636'),(10246,1231,'how_it_works_five_content','List the Key Risk Indicators (KRI) that potentially can impact an individual risk (max and min limits) with measurement on a regular basis along with and assigning ownership of the KRI with the responsible person.'),(10247,1231,'_how_it_works_five_content','field_659123f8a9637'),(10248,1231,'step_one_heading','Dynamic Risk Scoring'),(10249,1231,'_step_one_heading','field_659125d4a9638'),(10250,1231,'step_one_content','<p>Arukus Enterprise Risk Management platform employs a dynamic risk scoring mechanism where the movement of an individual risk score is monitored based on updates in the KRI values, while mitigation and control measures are underway.</p>\r\n<p>As KRIs and Risk Impact on organization processes continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p>\r\n<p>Organizations can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>'),(10251,1231,'_step_one_content','field_659125dfa9639'),(10252,1231,'step_one_image','1263'),(10253,1231,'_step_one_image','field_659125f7a963a'),(10254,1231,'step_two_heading','Dynamic Risk Assessment using the Risk Score Grid'),(10255,1231,'_step_two_heading','field_65912616a963b'),(10256,1231,'step_two_content','<p>The risk score grid allows organizations to monitor the movement of risk scores (Risk Trend) as they change with time through the periodic measurement of KRIs post implementation of mitigation and control strategies.</p>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i>The Risk Score - that ranges from 1 to 25 is based on the Risk Probability and the Max. Impact it has across organization processes.</li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Updating the Probability happens when the Key Risk Indicator (KRI) Values change, while Impact adjustments are handled by the designated Risk Owner. </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>As KRIs and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</li></ul>'),(10257,1231,'_step_two_content','field_65912623a963c'),(10258,1231,'step_two_image','542'),(10259,1231,'_step_two_image','field_6591262fa963d'),(10260,1231,'step_three_heading','Monitor Risks using Key Risk Indicators'),(10261,1231,'_step_three_heading','field_65912650a963e'),(10262,1231,'step_three_content','<p>KRI values can be managed in two ways.</p>\r\n\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i> 1. KRI values can be auto-calculated based on parameters fetched from enterprise operational systems. The KRI value is auto-assigned based on a pre-defined range the value falls under.</li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i> 2. Alternatively, KRI values can be updated manually by users who are assigned to manage the KRIs (KRI Owners, Risk Owners, etc.)</li></ul>\r\n\r\n<p>While updating the KRI values if it falls outside the min-max range, a breach is automatically triggered alerting risk owners and admins. The KRI owner can provide a Root Cause Analysis (RCA) of the breach and take immediate corrective actions.</p>'),(10263,1231,'_step_three_content','field_65912655a963f'),(10264,1231,'step_three_image','1264'),(10265,1231,'_step_three_image','field_65912664a9640'),(10266,1231,'step_four_title','Monitor Risk Mitigation & Control Strategies'),(10267,1231,'_step_four_title','field_6591268aa9641'),(10268,1231,'step_four_content','<p>Monitor each mitigation and control measure w.r.t timeline, monitoring frequency, status of the mitigation, remarks etc. </p>\r\n\r\n<p>Color coded indicators of the status of the mitigation or control measure. Risk Owner can assign a Primary Responsible person for each Control Measure. Automatic email alerts to assigned persons for impending deadline, timeline breach, etc.</p>\r\n'),(10269,1231,'_step_four_content','field_6591269ba9642'),(10270,1231,'step_four_image','1265'),(10271,1231,'_step_four_image','field_659126aba9643'),(10272,1231,'step_five_title','Actionable Dashboards on Organization Risk Scores, Top Risks  & Trends'),(10273,1231,'_step_five_title','field_659126cca9644'),(10274,1231,'step_five_content','<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Risks Heatmap</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Top Risks by Department</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Top Contributing Factors</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Root Cause Analysis (RCA) Chart</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Risk Score Trend</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Timeline Breaches</li></ul>\r\n<p>and more … </p>'),(10275,1231,'_step_five_content','field_659126e1a9645'),(10276,1231,'step_five_image','1266'),(10277,1231,'_step_five_image','field_659126f1a9646'),(10278,1231,'frequently_asked_questions_heading',''),(10279,1231,'_frequently_asked_questions_heading','field_6591270da9647'),(10280,1230,'_thumbnail_id','475'),(10281,1267,'banner_main_heading','Arukus Enterprise Risk Management. <p>Helping Organizations move from higher risk to lower risk</p>'),(10282,1267,'_banner_main_heading','field_65912314a962b'),(10283,1267,'banner_content','Effectively and proactively protect organizational risks that adversely impact processes. Identity, Monitor, Mitigate and Control Risks with Arukus ERM’s dynamic risk scoring system.'),(10284,1267,'_banner_content','field_65912335a962c'),(10285,1267,'how_it_works_heading','How it works'),(10286,1267,'_how_it_works_heading','field_65912345a962d'),(10287,1267,'how_it_works_first_title','Risk Identification'),(10288,1267,'_how_it_works_first_title','field_65912352a962e'),(10289,1267,'how_it_works_first_content','Create new risk items based on risk category, risk class, affected processes, affected departments, potential contributing factors and Risk ownership.'),(10290,1267,'_how_it_works_first_content','field_65912365a962f'),(10291,1267,'how_it_works_second_title','Risk Measurement'),(10292,1267,'_how_it_works_second_title','field_65912376a9630'),(10293,1267,'how_it_works_second_content','Measure Risks based on Probability of Occurrence and Impact Factor across 3 stages:\r\nPre-Mitigation Stage is the Inherent Risk that we carry. Target risk rating is the risk level, that we want to achieve as per our Risk Appetite and Post Mitigation Stage where the residual risk score, that remains after optimum efforts to mitigate and control the risk have been introduced.'),(10294,1267,'_how_it_works_second_content','field_65912381a9631'),(10295,1267,'how_it_works_third_title','Risk Interaction & Prioritization'),(10296,1267,'_how_it_works_third_title','field_659123bca9632'),(10297,1267,'how_it_works_third_content','Identify related risks which has either a direct or indirect inter-linkage with the main risk. Inter-linkage signifies that if the main risk materializes then there is a probability or impact change that will get triggered in the interacting risk and vice versa.'),(10298,1267,'_how_it_works_third_content','field_659123c6a9633'),(10299,1267,'how_it_works_fourth_title','Risk Mitigation'),(10300,1267,'_how_it_works_fourth_title','field_659123d8a9634'),(10301,1267,'how_it_works_fourth_content','Listing of the Risk mitigation steps planned with measures which may address the problem in hand or the potential contributing factor. The frequency/ timeline is set for the process with individual ownership for each mitigation step.'),(10302,1267,'_how_it_works_fourth_content','field_659123e4a9635'),(10303,1267,'how_it_works_five_title','Risk Controls'),(10304,1267,'_how_it_works_five_title','field_659123eca9636'),(10305,1267,'how_it_works_five_content','List the Key Risk Indicators (KRI) that potentially can impact an individual risk (max and min limits) with measurement on a regular basis along with and assigning ownership of the KRI with the responsible person.'),(10306,1267,'_how_it_works_five_content','field_659123f8a9637'),(10307,1267,'step_one_heading','Dynamic Risk Scoring'),(10308,1267,'_step_one_heading','field_659125d4a9638'),(10309,1267,'step_one_content','<p>Arukus Enterprise Risk Management platform employs a dynamic risk scoring mechanism where the movement of an individual risk score is monitored based on updates in the KRI values, while mitigation and control measures are underway.</p>\r\n<p>As KRIs and Risk Impact on organization processes continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p>\r\n<p>Organizations can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>'),(10310,1267,'_step_one_content','field_659125dfa9639'),(10311,1267,'step_one_image','1263'),(10312,1267,'_step_one_image','field_659125f7a963a'),(10313,1267,'step_two_heading','Dynamic Risk Assessment using the Risk Score Grid'),(10314,1267,'_step_two_heading','field_65912616a963b'),(10315,1267,'step_two_content','<p>The risk score grid allows organizations to monitor the movement of risk scores (Risk Trend) as they change with time through the periodic measurement of KRIs post implementation of mitigation and control strategies.</p>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i>The Risk Score - that ranges from 1 to 25 is based on the Risk Probability and the Max. Impact it has across organization processes.</li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Updating the Probability happens when the Key Risk Indicator (KRI) Values change, while Impact adjustments are handled by the designated Risk Owner. </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>As KRIs and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</li></ul>'),(10316,1267,'_step_two_content','field_65912623a963c'),(10317,1267,'step_two_image','542'),(10318,1267,'_step_two_image','field_6591262fa963d'),(10319,1267,'step_three_heading','Monitor Risks using Key Risk Indicators'),(10320,1267,'_step_three_heading','field_65912650a963e'),(10321,1267,'step_three_content','<p>KRI values can be managed in two ways.</p>\r\n\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i> <p>1. KRI values can be auto-calculated based on parameters fetched from enterprise operational systems. The KRI value is auto-assigned based on a pre-defined range the value falls under.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i> 2. Alternatively, KRI values can be updated manually by users who are assigned to manage the KRIs (KRI Owners, Risk Owners, etc.)</li></ul>\r\n\r\n<p>While updating the KRI values if it falls outside the min-max range, a breach is automatically triggered alerting risk owners and admins. The KRI owner can provide a Root Cause Analysis (RCA) of the breach and take immediate corrective actions.</p>'),(10322,1267,'_step_three_content','field_65912655a963f'),(10323,1267,'step_three_image','1264'),(10324,1267,'_step_three_image','field_65912664a9640'),(10325,1267,'step_four_title','Monitor Risk Mitigation & Control Strategies'),(10326,1267,'_step_four_title','field_6591268aa9641'),(10327,1267,'step_four_content','<p>Monitor each mitigation and control measure w.r.t timeline, monitoring frequency, status of the mitigation, remarks etc. </p>\r\n\r\n<p>Color coded indicators of the status of the mitigation or control measure. Risk Owner can assign a Primary Responsible person for each Control Measure. Automatic email alerts to assigned persons for impending deadline, timeline breach, etc.</p>\r\n'),(10328,1267,'_step_four_content','field_6591269ba9642'),(10329,1267,'step_four_image','1265'),(10330,1267,'_step_four_image','field_659126aba9643'),(10331,1267,'step_five_title','Actionable Dashboards on Organization Risk Scores, Top Risks  & Trends'),(10332,1267,'_step_five_title','field_659126cca9644'),(10333,1267,'step_five_content','<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Risks Heatmap</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Top Risks by Department</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Top Contributing Factors</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Root Cause Analysis (RCA) Chart</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Risk Score Trend</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Timeline Breaches</li></ul>\r\n<p>and more … </p>'),(10334,1267,'_step_five_content','field_659126e1a9645'),(10335,1267,'step_five_image','1266'),(10336,1267,'_step_five_image','field_659126f1a9646'),(10337,1267,'frequently_asked_questions_heading',''),(10338,1267,'_frequently_asked_questions_heading','field_6591270da9647'),(10339,1268,'_form','<div class=\"form_wrapper\"><div class=\"portion\">[text* your_full_name class:input_panel placeholder \"Your Name\"]</div><div class=\"portion\">[text* your_designation class:input_panel placeholder \"Your Designation\"]</div><div class=\"portion\">[text* name_of_institution class:input_panel placeholder \"Name of Institution\"]</div><div class=\"portion country\">[tel* countrytext-430 id:contactFormPageSec class:input_panel placeholder \"Your Phone Number\"]</div><div class=\"portion\">[email* your_email_address class:input_panel placeholder \"Your Email Id\"]</div><div class=\"portion\">[submit \"ARRANGE A DEMO\"]</div></div>'),(10340,1268,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:33:\"Risk Management Landing Page Demo\";s:6:\"sender\";s:39:\"[your_full_name] < [your_email_address]\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:342:\"From: [your_full_name] < [your_email_address]\nSubject: Risk Management Landing Page Demo\n\nMessage Body:\nName: [your_full_name]\nYour Designation: [your_designation]\nInstitute Name: [name_of_institution]\nMobile No: [countrytext-430]\nEmail Address: [your_email_address]\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:56:\"Bcc: sales@arukustech.com\nReply-To: [your_email_address]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(10341,1268,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:87:\"Thank you for your interest in Arukus Technologies Enterprise Risk Management Solution.\";s:6:\"sender\";s:35:\"[_site_title] <info@arukustech.com>\";s:9:\"recipient\";s:20:\"[your_email_address]\";s:4:\"body\";s:6129:\"<html lang=en><meta charset=utf-8><title>Arukus Technologies</title><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css rel=stylesheet><style>html{width:100%;margin:0;padding:0}body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;margin:0;padding:0;-webkit-font-smoothing:antialiased}table{border-spacing:0}img{display:block!important;outline:0;text-decoration:none;-ms-interpolation-mode:bicubic;border:none;height:auto;line-height:100%}img.image-inline{display:inline-block!important}p{padding:0;margin:0}br{line-height:0!important}a,b,div,em,i,li,p,span,strong,td{-webkit-text-size-adjust:none}table td,table tr{border-collapse:collapse}table{border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0}@media screen and (max-width:100%){table[class=table-wrappper]{width:100%!important}td[class=content-left-gap]{width:5%!important}table[class=content-table],td[class=content-table]{width:100%!important}td[class=banner-image] img{width:100%!important}table[class=main-table-wrappper]{width:100%!important}td[class=gap-01]{height:15px!important}td[class=space-01]{width:15px!important}table[class=table-wrappper] .heading01{font-size:20px!important}table[class=table-wrappper] .text01{font-size:14px!important;margin-bottom:24px!important}table[class=table-wrappper] .heading02{font-size:24px!important}td[class=content-border]{height:25px!important}table[class=table-wrappper] .heading03{font-size:18px!important}table[class=table-wrappper] .email-link{display:block!important;margin:10px 0!important}}@media screen and (max-width:420px){table[class=brand]{width:100%!important;text-align:left!important}table[class=website-btn]{width:100%!important;text-align:left!important}table[class=website-btn-tbl]{width:130px!important}}</style><body style=background-color:#d7d7d7><table align=left cellpadding=0 cellspacing=0 style=\"width:100%;border-left:15px solid #d7d7d7;border-right:15px solid #d7d7d7\"bgcolor=#d7d7d7><tr><td height=28 class=gap-01><tr><td class=main-td><table align=left cellpadding=0 cellspacing=0 class=main-table-wrappper style=width:800px bgcolor=#ffffff><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td height=15 colspan=4><tr><td width=20><td align=left valign=top><table align=left cellpadding=0 cellspacing=0 class=brand style=width:109px><tr><td align=left><a href=https://arukustech.com/ style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Arukus Technologies height=39 src=https://arukustech.com/wp-content/uploads/2023/07/logo-web.jpg style=border:none title=Arukus Technologies width=150></a></table><td align=right style=padding-top:9px valign=top><table align=right cellpadding=0 cellspacing=0 class=website-btn style=width:130px width=130><tr><td height=1 class=gap-01><tr><td align=right><table align=right cellpadding=0 cellspacing=0 class=website-btn-tbl width=100%><tr><td align=right style=height:35px><a href=https://arukustech.com style=color:#fff;border-radius:4px;background-color:#eb553c;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;width:108px;height:15px;display:block;text-align:left;text-decoration:none;padding:10px;cursor:pointer;line-height:15px>Visit Website</a></table></table><td width=20><tr><td height=15 colspan=4></table><tr><td class=banner-image><a href=# style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Banner height=175 src=https://arukustech.com/wp-content/uploads/2023/07/mail_banner.png style=border:none; box-sizing:border-box; title=Banner width=800></a><tr><td height=25 class=gap-01><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td class=content-left-gap width=25><td><table align=left cellpadding=0 cellspacing=0 class=content-table style=width:100%><tr><td align=left><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\"class=text01><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\">Dear [your_full_name],<br><br>Thank you for your interest in Arukus Technologies and for booking a demo of our cutting-edge financial software solutions.<br><br> During the demo, we will walk you through our advanced ERM features, integration capabilities, flexible configuration settings and more. Please ensure that you have a stable internet connection and access to a computer or device for the demo. Our team will reach out to you shortly before the scheduled time with all the necessary details to join the online session.<br><br> If you have any queries or require further assistance, please do not hesitate to reach out to our dedicated support team at <a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link>info@arukustech.com</a>. <br><br>Looking forward to meeting you during the demo and exploring how Arukus Technologies can contribute to your institutions growth and success.<br><br>Best regards,<br>Arukus Technologies<tr><td height=38 class=content-border style=\"border-top:1px solid #cfcece\"><tr><td align=center><p style=\"margin:0 0 6px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#293a47;font-weight:700\"class=heading03>Get connected with us!<p style=\"margin:0 0 10px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#293a47\"class=text01><a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link><i class=\"fa-solid fa-envelope\"></i> info@arukustech.com</a><a href=\"tel:(033) 4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none><i class=\"fa-solid fa-phone-volume\"></i> (033) 4808-9668</a><tr><td height=20><tr><td align=center><p style=margin:0;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47>&copy;  Copyright 2024. All Rights Reserved.<tr><td height=20></table><td class=content-left-gap width=25></table><tr><td height=9 bgcolor=#293a47></table><tr><td height=28 class=gap-01></table>\';\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(10342,1268,'_messages','a:22:{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:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";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:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";}'),(10343,1268,'_additional_settings',''),(10344,1268,'_locale','en_US'),(10345,1268,'_hash','caf941abc3fb52cc117677f2b27f4192e802b9b1'),(10356,848,'_config_validation','a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";s:24:\"email_not_in_site_domain\";s:4:\"args\";a:3:{s:7:\"message\";s:56:\"Sender email address does not belong to the site domain.\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}}'),(10358,1269,'wpcf7_id','1268'),(10359,1269,'wpcf7_rule_id','default'),(10360,1269,'action_type','redirect'),(10362,1269,'post_title','New Action'),(10370,1262,'_edit_lock','1704195663:1'),(10399,1270,'banner_main_heading','Arukus Enterprise Risk Management. <p>Helping Organizations move from higher risk to lower risk</p>'),(10400,1270,'_banner_main_heading','field_65912314a962b'),(10401,1270,'banner_content','Effectively and proactively protect organizational risks that adversely impact processes. Identity, Monitor, Mitigate and Control Risks with Arukus ERM’s dynamic risk scoring system.'),(10402,1270,'_banner_content','field_65912335a962c'),(10403,1270,'how_it_works_heading','How it works'),(10404,1270,'_how_it_works_heading','field_65912345a962d'),(10405,1270,'how_it_works_first_title','Risk Identification'),(10406,1270,'_how_it_works_first_title','field_65912352a962e'),(10407,1270,'how_it_works_first_content','Create new risk items based on risk category, risk class, affected processes, affected departments, potential contributing factors and Risk ownership.'),(10408,1270,'_how_it_works_first_content','field_65912365a962f'),(10409,1270,'how_it_works_second_title','Risk Measurement'),(10410,1270,'_how_it_works_second_title','field_65912376a9630'),(10411,1270,'how_it_works_second_content','Measure Risks based on Probability of Occurrence and Impact Factor across 3 stages:\r\nPre-Mitigation Stage is the Inherent Risk that we carry. Target risk rating is the risk level, that we want to achieve as per our Risk Appetite and Post Mitigation Stage where the residual risk score, that remains after optimum efforts to mitigate and control the risk have been introduced.'),(10412,1270,'_how_it_works_second_content','field_65912381a9631'),(10413,1270,'how_it_works_third_title','Risk Interaction & Prioritization'),(10414,1270,'_how_it_works_third_title','field_659123bca9632'),(10415,1270,'how_it_works_third_content','Identify related risks which has either a direct or indirect inter-linkage with the main risk. Inter-linkage signifies that if the main risk materializes then there is a probability or impact change that will get triggered in the interacting risk and vice versa.'),(10416,1270,'_how_it_works_third_content','field_659123c6a9633'),(10417,1270,'how_it_works_fourth_title','Risk Mitigation'),(10418,1270,'_how_it_works_fourth_title','field_659123d8a9634'),(10419,1270,'how_it_works_fourth_content','Listing of the Risk mitigation steps planned with measures which may address the problem in hand or the potential contributing factor. The frequency/ timeline is set for the process with individual ownership for each mitigation step.'),(10420,1270,'_how_it_works_fourth_content','field_659123e4a9635'),(10421,1270,'how_it_works_five_title','Risk Controls'),(10422,1270,'_how_it_works_five_title','field_659123eca9636'),(10423,1270,'how_it_works_five_content','List the Key Risk Indicators (KRI) that potentially can impact an individual risk (max and min limits) with measurement on a regular basis along with and assigning ownership of the KRI with the responsible person.'),(10424,1270,'_how_it_works_five_content','field_659123f8a9637'),(10425,1270,'step_one_heading','Dynamic Risk Scoring'),(10426,1270,'_step_one_heading','field_659125d4a9638'),(10427,1270,'step_one_content','<p>Arukus Enterprise Risk Management platform employs a dynamic risk scoring mechanism where the movement of an individual risk score is monitored based on updates in the KRI values, while mitigation and control measures are underway.</p>\r\n<p>As KRIs and Risk Impact on organization processes continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p>\r\n<p>Organizations can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>'),(10428,1270,'_step_one_content','field_659125dfa9639'),(10429,1270,'step_one_image','1263'),(10430,1270,'_step_one_image','field_659125f7a963a'),(10431,1270,'step_two_heading','Dynamic Risk Assessment using the Risk Score Grid'),(10432,1270,'_step_two_heading','field_65912616a963b'),(10433,1270,'step_two_content','<p>The risk score grid allows organizations to monitor the movement of risk scores (Risk Trend) as they change with time through the periodic measurement of KRIs post implementation of mitigation and control strategies.</p>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i>The Risk Score - that ranges from 1 to 25 is based on the Risk Probability and the Max. Impact it has across organization processes.</li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Updating the Probability happens when the Key Risk Indicator (KRI) Values change, while Impact adjustments are handled by the designated Risk Owner. </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>As KRIs and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</li></ul>'),(10434,1270,'_step_two_content','field_65912623a963c'),(10435,1270,'step_two_image','542'),(10436,1270,'_step_two_image','field_6591262fa963d'),(10437,1270,'step_three_heading','Monitor Risks using Key Risk Indicators'),(10438,1270,'_step_three_heading','field_65912650a963e'),(10439,1270,'step_three_content','<p>KRI values can be managed in two ways.</p>\r\n\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i> <p>1. KRI values can be auto-calculated based on parameters fetched from enterprise operational systems. The KRI value is auto-assigned based on a pre-defined range the value falls under.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i><p> 2. Alternatively, KRI values can be updated manually by users who are assigned to manage the KRIs (KRI Owners, Risk Owners, etc.)</p></li></ul>\r\n\r\n<p>While updating the KRI values if it falls outside the min-max range, a breach is automatically triggered alerting risk owners and admins. The KRI owner can provide a Root Cause Analysis (RCA) of the breach and take immediate corrective actions.</p>'),(10440,1270,'_step_three_content','field_65912655a963f'),(10441,1270,'step_three_image','1264'),(10442,1270,'_step_three_image','field_65912664a9640'),(10443,1270,'step_four_title','Monitor Risk Mitigation & Control Strategies'),(10444,1270,'_step_four_title','field_6591268aa9641'),(10445,1270,'step_four_content','<p>Monitor each mitigation and control measure w.r.t timeline, monitoring frequency, status of the mitigation, remarks etc. </p>\r\n\r\n<p>Color coded indicators of the status of the mitigation or control measure. Risk Owner can assign a Primary Responsible person for each Control Measure. Automatic email alerts to assigned persons for impending deadline, timeline breach, etc.</p>\r\n'),(10446,1270,'_step_four_content','field_6591269ba9642'),(10447,1270,'step_four_image','1265'),(10448,1270,'_step_four_image','field_659126aba9643'),(10449,1270,'step_five_title','Actionable Dashboards on Organization Risk Scores, Top Risks  & Trends'),(10450,1270,'_step_five_title','field_659126cca9644'),(10451,1270,'step_five_content','<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Risks Heatmap</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Top Risks by Department</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Top Contributing Factors</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Root Cause Analysis (RCA) Chart</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Risk Score Trend</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Timeline Breaches</li></ul>\r\n<p>and more … </p>'),(10452,1270,'_step_five_content','field_659126e1a9645'),(10453,1270,'step_five_image','1266'),(10454,1270,'_step_five_image','field_659126f1a9646'),(10455,1270,'frequently_asked_questions_heading',''),(10456,1270,'_frequently_asked_questions_heading','field_6591270da9647'),(10457,1271,'banner_main_heading','Arukus Enterprise Risk Management. <p>Helping Organizations move from higher risk to lower risk</p>'),(10458,1271,'_banner_main_heading','field_65912314a962b'),(10459,1271,'banner_content','Effectively and proactively protect organizational risks that adversely impact processes. Identity, Monitor, Mitigate and Control Risks with Arukus ERM’s dynamic risk scoring system.'),(10460,1271,'_banner_content','field_65912335a962c'),(10461,1271,'how_it_works_heading','How it works'),(10462,1271,'_how_it_works_heading','field_65912345a962d'),(10463,1271,'how_it_works_first_title','Risk Identification'),(10464,1271,'_how_it_works_first_title','field_65912352a962e'),(10465,1271,'how_it_works_first_content','Create new risk items based on risk category, risk class, affected processes, affected departments, potential contributing factors and Risk ownership.'),(10466,1271,'_how_it_works_first_content','field_65912365a962f'),(10467,1271,'how_it_works_second_title','Risk Measurement'),(10468,1271,'_how_it_works_second_title','field_65912376a9630'),(10469,1271,'how_it_works_second_content','Measure Risks based on Probability of Occurrence and Impact Factor across 3 stages:\r\nPre-Mitigation Stage is the Inherent Risk that we carry. Target risk rating is the risk level, that we want to achieve as per our Risk Appetite and Post Mitigation Stage where the residual risk score, that remains after optimum efforts to mitigate and control the risk have been introduced.'),(10470,1271,'_how_it_works_second_content','field_65912381a9631'),(10471,1271,'how_it_works_third_title','Risk Interaction & Prioritization'),(10472,1271,'_how_it_works_third_title','field_659123bca9632'),(10473,1271,'how_it_works_third_content','Identify related risks which has either a direct or indirect inter-linkage with the main risk. Inter-linkage signifies that if the main risk materializes then there is a probability or impact change that will get triggered in the interacting risk and vice versa.'),(10474,1271,'_how_it_works_third_content','field_659123c6a9633'),(10475,1271,'how_it_works_fourth_title','Risk Mitigation'),(10476,1271,'_how_it_works_fourth_title','field_659123d8a9634'),(10477,1271,'how_it_works_fourth_content','Listing of the Risk mitigation steps planned with measures which may address the problem in hand or the potential contributing factor. The frequency/ timeline is set for the process with individual ownership for each mitigation step.'),(10478,1271,'_how_it_works_fourth_content','field_659123e4a9635'),(10479,1271,'how_it_works_five_title','Risk Controls'),(10480,1271,'_how_it_works_five_title','field_659123eca9636'),(10481,1271,'how_it_works_five_content','List the Key Risk Indicators (KRI) that potentially can impact an individual risk (max and min limits) with measurement on a regular basis along with and assigning ownership of the KRI with the responsible person.'),(10482,1271,'_how_it_works_five_content','field_659123f8a9637'),(10483,1271,'step_one_heading','Dynamic Risk Scoring'),(10484,1271,'_step_one_heading','field_659125d4a9638'),(10485,1271,'step_one_content','<p>Arukus Enterprise Risk Management platform employs a dynamic risk scoring mechanism where the movement of an individual risk score is monitored based on updates in the KRI values, while mitigation and control measures are underway.</p>\r\n<p>As KRIs and Risk Impact on organization processes continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p>\r\n<p>Organizations can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>'),(10486,1271,'_step_one_content','field_659125dfa9639'),(10487,1271,'step_one_image','1263'),(10488,1271,'_step_one_image','field_659125f7a963a'),(10489,1271,'step_two_heading','Dynamic Risk Assessment using the Risk Score Grid'),(10490,1271,'_step_two_heading','field_65912616a963b'),(10491,1271,'step_two_content','<p>The risk score grid allows organizations to monitor the movement of risk scores (Risk Trend) as they change with time through the periodic measurement of KRIs post implementation of mitigation and control strategies.</p>\r\n<ul class=\"list\"><li><p><i class=\"fa-solid fa-arrow-right-long\"></i>The Risk Score - that ranges from 1 to 25 is based on the Risk Probability and the Max. Impact it has across organization processes.<p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Updating the Probability happens when the Key Risk Indicator (KRI) Values change, while Impact adjustments are handled by the designated Risk Owner. </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>As KRIs and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</li></ul>'),(10492,1271,'_step_two_content','field_65912623a963c'),(10493,1271,'step_two_image','542'),(10494,1271,'_step_two_image','field_6591262fa963d'),(10495,1271,'step_three_heading','Monitor Risks using Key Risk Indicators'),(10496,1271,'_step_three_heading','field_65912650a963e'),(10497,1271,'step_three_content','<p>KRI values can be managed in two ways.</p>\r\n\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i> <p>1. KRI values can be auto-calculated based on parameters fetched from enterprise operational systems. The KRI value is auto-assigned based on a pre-defined range the value falls under.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i><p> 2. Alternatively, KRI values can be updated manually by users who are assigned to manage the KRIs (KRI Owners, Risk Owners, etc.)</p></li></ul>\r\n\r\n<p>While updating the KRI values if it falls outside the min-max range, a breach is automatically triggered alerting risk owners and admins. The KRI owner can provide a Root Cause Analysis (RCA) of the breach and take immediate corrective actions.</p>'),(10498,1271,'_step_three_content','field_65912655a963f'),(10499,1271,'step_three_image','1264'),(10500,1271,'_step_three_image','field_65912664a9640'),(10501,1271,'step_four_title','Monitor Risk Mitigation & Control Strategies'),(10502,1271,'_step_four_title','field_6591268aa9641'),(10503,1271,'step_four_content','<p>Monitor each mitigation and control measure w.r.t timeline, monitoring frequency, status of the mitigation, remarks etc. </p>\r\n\r\n<p>Color coded indicators of the status of the mitigation or control measure. Risk Owner can assign a Primary Responsible person for each Control Measure. Automatic email alerts to assigned persons for impending deadline, timeline breach, etc.</p>\r\n'),(10504,1271,'_step_four_content','field_6591269ba9642'),(10505,1271,'step_four_image','1265'),(10506,1271,'_step_four_image','field_659126aba9643'),(10507,1271,'step_five_title','Actionable Dashboards on Organization Risk Scores, Top Risks  & Trends'),(10508,1271,'_step_five_title','field_659126cca9644'),(10509,1271,'step_five_content','<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Risks Heatmap</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Top Risks by Department</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Top Contributing Factors</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Root Cause Analysis (RCA) Chart</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Risk Score Trend</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Timeline Breaches</li></ul>\r\n<p>and more … </p>'),(10510,1271,'_step_five_content','field_659126e1a9645'),(10511,1271,'step_five_image','1266'),(10512,1271,'_step_five_image','field_659126f1a9646'),(10513,1271,'frequently_asked_questions_heading',''),(10514,1271,'_frequently_asked_questions_heading','field_6591270da9647'),(10515,1272,'banner_main_heading','Arukus Enterprise Risk Management. <p>Helping Organizations move from higher risk to lower risk</p>'),(10516,1272,'_banner_main_heading','field_65912314a962b'),(10517,1272,'banner_content','Effectively and proactively protect organizational risks that adversely impact processes. Identity, Monitor, Mitigate and Control Risks with Arukus ERM’s dynamic risk scoring system.'),(10518,1272,'_banner_content','field_65912335a962c'),(10519,1272,'how_it_works_heading','How it works'),(10520,1272,'_how_it_works_heading','field_65912345a962d'),(10521,1272,'how_it_works_first_title','Risk Identification'),(10522,1272,'_how_it_works_first_title','field_65912352a962e'),(10523,1272,'how_it_works_first_content','Create new risk items based on risk category, risk class, affected processes, affected departments, potential contributing factors and Risk ownership.'),(10524,1272,'_how_it_works_first_content','field_65912365a962f'),(10525,1272,'how_it_works_second_title','Risk Measurement'),(10526,1272,'_how_it_works_second_title','field_65912376a9630'),(10527,1272,'how_it_works_second_content','Measure Risks based on Probability of Occurrence and Impact Factor across 3 stages:\r\nPre-Mitigation Stage is the Inherent Risk that we carry. Target risk rating is the risk level, that we want to achieve as per our Risk Appetite and Post Mitigation Stage where the residual risk score, that remains after optimum efforts to mitigate and control the risk have been introduced.'),(10528,1272,'_how_it_works_second_content','field_65912381a9631'),(10529,1272,'how_it_works_third_title','Risk Interaction & Prioritization'),(10530,1272,'_how_it_works_third_title','field_659123bca9632'),(10531,1272,'how_it_works_third_content','Identify related risks which has either a direct or indirect inter-linkage with the main risk. Inter-linkage signifies that if the main risk materializes then there is a probability or impact change that will get triggered in the interacting risk and vice versa.'),(10532,1272,'_how_it_works_third_content','field_659123c6a9633'),(10533,1272,'how_it_works_fourth_title','Risk Mitigation'),(10534,1272,'_how_it_works_fourth_title','field_659123d8a9634'),(10535,1272,'how_it_works_fourth_content','Listing of the Risk mitigation steps planned with measures which may address the problem in hand or the potential contributing factor. The frequency/ timeline is set for the process with individual ownership for each mitigation step.'),(10536,1272,'_how_it_works_fourth_content','field_659123e4a9635'),(10537,1272,'how_it_works_five_title','Risk Controls'),(10538,1272,'_how_it_works_five_title','field_659123eca9636'),(10539,1272,'how_it_works_five_content','List the Key Risk Indicators (KRI) that potentially can impact an individual risk (max and min limits) with measurement on a regular basis along with and assigning ownership of the KRI with the responsible person.'),(10540,1272,'_how_it_works_five_content','field_659123f8a9637'),(10541,1272,'step_one_heading','Dynamic Risk Scoring'),(10542,1272,'_step_one_heading','field_659125d4a9638'),(10543,1272,'step_one_content','<p>Arukus Enterprise Risk Management platform employs a dynamic risk scoring mechanism where the movement of an individual risk score is monitored based on updates in the KRI values, while mitigation and control measures are underway.</p>\r\n<p>As KRIs and Risk Impact on organization processes continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p>\r\n<p>Organizations can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>'),(10544,1272,'_step_one_content','field_659125dfa9639'),(10545,1272,'step_one_image','1263'),(10546,1272,'_step_one_image','field_659125f7a963a'),(10547,1272,'step_two_heading','Dynamic Risk Assessment using the Risk Score Grid'),(10548,1272,'_step_two_heading','field_65912616a963b'),(10549,1272,'step_two_content','<p>The risk score grid allows organizations to monitor the movement of risk scores (Risk Trend) as they change with time through the periodic measurement of KRIs post implementation of mitigation and control strategies.</p>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i><p>The Risk Score - that ranges from 1 to 25 is based on the Risk Probability and the Max. Impact it has across organization processes.<p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Updating the Probability happens when the Key Risk Indicator (KRI) Values change, while Impact adjustments are handled by the designated Risk Owner. </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>As KRIs and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</li></ul>'),(10550,1272,'_step_two_content','field_65912623a963c'),(10551,1272,'step_two_image','542'),(10552,1272,'_step_two_image','field_6591262fa963d'),(10553,1272,'step_three_heading','Monitor Risks using Key Risk Indicators'),(10554,1272,'_step_three_heading','field_65912650a963e'),(10555,1272,'step_three_content','<p>KRI values can be managed in two ways.</p>\r\n\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i> <p>1. KRI values can be auto-calculated based on parameters fetched from enterprise operational systems. The KRI value is auto-assigned based on a pre-defined range the value falls under.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i><p> 2. Alternatively, KRI values can be updated manually by users who are assigned to manage the KRIs (KRI Owners, Risk Owners, etc.)</p></li></ul>\r\n\r\n<p>While updating the KRI values if it falls outside the min-max range, a breach is automatically triggered alerting risk owners and admins. The KRI owner can provide a Root Cause Analysis (RCA) of the breach and take immediate corrective actions.</p>'),(10556,1272,'_step_three_content','field_65912655a963f'),(10557,1272,'step_three_image','1264'),(10558,1272,'_step_three_image','field_65912664a9640'),(10559,1272,'step_four_title','Monitor Risk Mitigation & Control Strategies'),(10560,1272,'_step_four_title','field_6591268aa9641'),(10561,1272,'step_four_content','<p>Monitor each mitigation and control measure w.r.t timeline, monitoring frequency, status of the mitigation, remarks etc. </p>\r\n\r\n<p>Color coded indicators of the status of the mitigation or control measure. Risk Owner can assign a Primary Responsible person for each Control Measure. Automatic email alerts to assigned persons for impending deadline, timeline breach, etc.</p>\r\n'),(10562,1272,'_step_four_content','field_6591269ba9642'),(10563,1272,'step_four_image','1265'),(10564,1272,'_step_four_image','field_659126aba9643'),(10565,1272,'step_five_title','Actionable Dashboards on Organization Risk Scores, Top Risks  & Trends'),(10566,1272,'_step_five_title','field_659126cca9644'),(10567,1272,'step_five_content','<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Risks Heatmap</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Top Risks by Department</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Top Contributing Factors</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Root Cause Analysis (RCA) Chart</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Risk Score Trend</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Timeline Breaches</li></ul>\r\n<p>and more … </p>'),(10568,1272,'_step_five_content','field_659126e1a9645'),(10569,1272,'step_five_image','1266'),(10570,1272,'_step_five_image','field_659126f1a9646'),(10571,1272,'frequently_asked_questions_heading',''),(10572,1272,'_frequently_asked_questions_heading','field_6591270da9647'),(10573,1273,'banner_main_heading','Arukus Enterprise Risk Management. <p>Helping Organizations move from higher risk to lower risk</p>'),(10574,1273,'_banner_main_heading','field_65912314a962b'),(10575,1273,'banner_content','Effectively and proactively protect organizational risks that adversely impact processes. Identity, Monitor, Mitigate and Control Risks with Arukus ERM’s dynamic risk scoring system.'),(10576,1273,'_banner_content','field_65912335a962c'),(10577,1273,'how_it_works_heading','How it works'),(10578,1273,'_how_it_works_heading','field_65912345a962d'),(10579,1273,'how_it_works_first_title','Risk Identification'),(10580,1273,'_how_it_works_first_title','field_65912352a962e'),(10581,1273,'how_it_works_first_content','Create new risk items based on risk category, risk class, affected processes, affected departments, potential contributing factors and Risk ownership.'),(10582,1273,'_how_it_works_first_content','field_65912365a962f'),(10583,1273,'how_it_works_second_title','Risk Measurement'),(10584,1273,'_how_it_works_second_title','field_65912376a9630'),(10585,1273,'how_it_works_second_content','Measure Risks based on Probability of Occurrence and Impact Factor across 3 stages:\r\nPre-Mitigation Stage is the Inherent Risk that we carry. Target risk rating is the risk level, that we want to achieve as per our Risk Appetite and Post Mitigation Stage where the residual risk score, that remains after optimum efforts to mitigate and control the risk have been introduced.'),(10586,1273,'_how_it_works_second_content','field_65912381a9631'),(10587,1273,'how_it_works_third_title','Risk Interaction & Prioritization'),(10588,1273,'_how_it_works_third_title','field_659123bca9632'),(10589,1273,'how_it_works_third_content','Identify related risks which has either a direct or indirect inter-linkage with the main risk. Inter-linkage signifies that if the main risk materializes then there is a probability or impact change that will get triggered in the interacting risk and vice versa.'),(10590,1273,'_how_it_works_third_content','field_659123c6a9633'),(10591,1273,'how_it_works_fourth_title','Risk Mitigation'),(10592,1273,'_how_it_works_fourth_title','field_659123d8a9634'),(10593,1273,'how_it_works_fourth_content','Listing of the Risk mitigation steps planned with measures which may address the problem in hand or the potential contributing factor. The frequency/ timeline is set for the process with individual ownership for each mitigation step.'),(10594,1273,'_how_it_works_fourth_content','field_659123e4a9635'),(10595,1273,'how_it_works_five_title','Risk Controls'),(10596,1273,'_how_it_works_five_title','field_659123eca9636'),(10597,1273,'how_it_works_five_content','List the Key Risk Indicators (KRI) that potentially can impact an individual risk (max and min limits) with measurement on a regular basis along with and assigning ownership of the KRI with the responsible person.'),(10598,1273,'_how_it_works_five_content','field_659123f8a9637'),(10599,1273,'step_one_heading','Dynamic Risk Scoring'),(10600,1273,'_step_one_heading','field_659125d4a9638'),(10601,1273,'step_one_content','<p>Arukus Enterprise Risk Management platform employs a dynamic risk scoring mechanism where the movement of an individual risk score is monitored based on updates in the KRI values, while mitigation and control measures are underway.</p>\r\n<p>As KRIs and Risk Impact on organization processes continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p>\r\n<p>Organizations can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>'),(10602,1273,'_step_one_content','field_659125dfa9639'),(10603,1273,'step_one_image','1263'),(10604,1273,'_step_one_image','field_659125f7a963a'),(10605,1273,'step_two_heading','Dynamic Risk Assessment using the Risk Score Grid'),(10606,1273,'_step_two_heading','field_65912616a963b'),(10607,1273,'step_two_content','<p>The risk score grid allows organizations to monitor the movement of risk scores (Risk Trend) as they change with time through the periodic measurement of KRIs post implementation of mitigation and control strategies.</p>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i>The Risk Score - that ranges from 1 to 25 is based on the Risk Probability and the Max. Impact it has across organization processes.</li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Updating the Probability happens when the Key Risk Indicator (KRI) Values change, while Impact adjustments are handled by the designated Risk Owner. </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score. </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>As KRIs and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</li></ul>'),(10608,1273,'_step_two_content','field_65912623a963c'),(10609,1273,'step_two_image','542'),(10610,1273,'_step_two_image','field_6591262fa963d'),(10611,1273,'step_three_heading','Monitor Risks using Key Risk Indicators'),(10612,1273,'_step_three_heading','field_65912650a963e'),(10613,1273,'step_three_content','<p>KRI values can be managed in two ways.</p>\r\n\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i> <p>1. KRI values can be auto-calculated based on parameters fetched from enterprise operational systems. The KRI value is auto-assigned based on a pre-defined range the value falls under.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i><p> 2. Alternatively, KRI values can be updated manually by users who are assigned to manage the KRIs (KRI Owners, Risk Owners, etc.)</p></li></ul>\r\n\r\n<p>While updating the KRI values if it falls outside the min-max range, a breach is automatically triggered alerting risk owners and admins. The KRI owner can provide a Root Cause Analysis (RCA) of the breach and take immediate corrective actions.</p>'),(10614,1273,'_step_three_content','field_65912655a963f'),(10615,1273,'step_three_image','1264'),(10616,1273,'_step_three_image','field_65912664a9640'),(10617,1273,'step_four_title','Monitor Risk Mitigation & Control Strategies'),(10618,1273,'_step_four_title','field_6591268aa9641'),(10619,1273,'step_four_content','<p>Monitor each mitigation and control measure w.r.t timeline, monitoring frequency, status of the mitigation, remarks etc. </p>\r\n\r\n<p>Color coded indicators of the status of the mitigation or control measure. Risk Owner can assign a Primary Responsible person for each Control Measure. Automatic email alerts to assigned persons for impending deadline, timeline breach, etc.</p>\r\n'),(10620,1273,'_step_four_content','field_6591269ba9642'),(10621,1273,'step_four_image','1265'),(10622,1273,'_step_four_image','field_659126aba9643'),(10623,1273,'step_five_title','Actionable Dashboards on Organization Risk Scores, Top Risks  & Trends'),(10624,1273,'_step_five_title','field_659126cca9644'),(10625,1273,'step_five_content','<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\"></i>Organization Risks Heatmap</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Top Risks by Department</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Top Contributing Factors</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Root Cause Analysis (RCA) Chart</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Risk Score Trend</li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\"></i>Timeline Breaches</li></ul>\r\n<p>and more … </p>'),(10626,1273,'_step_five_content','field_659126e1a9645'),(10627,1273,'step_five_image','1266'),(10628,1273,'_step_five_image','field_659126f1a9646'),(10629,1273,'frequently_asked_questions_heading',''),(10630,1273,'_frequently_asked_questions_heading','field_6591270da9647'),(10631,1274,'banner_main_heading','Arukus Enterprise Risk Management. <p>Helping Organizations move from higher risk to lower risk</p>'),(10632,1274,'_banner_main_heading','field_65912314a962b'),(10633,1274,'banner_content','Effectively and proactively protect organizational risks that adversely impact processes. Identity, Monitor, Mitigate and Control Risks with Arukus ERM’s dynamic risk scoring system.'),(10634,1274,'_banner_content','field_65912335a962c'),(10635,1274,'how_it_works_heading','How it works'),(10636,1274,'_how_it_works_heading','field_65912345a962d'),(10637,1274,'how_it_works_first_title','Risk Identification'),(10638,1274,'_how_it_works_first_title','field_65912352a962e'),(10639,1274,'how_it_works_first_content','Create new risk items based on risk category, risk class, affected processes, affected departments, potential contributing factors and Risk ownership.'),(10640,1274,'_how_it_works_first_content','field_65912365a962f'),(10641,1274,'how_it_works_second_title','Risk Measurement'),(10642,1274,'_how_it_works_second_title','field_65912376a9630'),(10643,1274,'how_it_works_second_content','Measure Risks based on Probability of Occurrence and Impact Factor across 3 stages:\r\nPre-Mitigation Stage is the Inherent Risk that we carry. Target risk rating is the risk level, that we want to achieve as per our Risk Appetite and Post Mitigation Stage where the residual risk score, that remains after optimum efforts to mitigate and control the risk have been introduced.'),(10644,1274,'_how_it_works_second_content','field_65912381a9631'),(10645,1274,'how_it_works_third_title','Risk Interaction & Prioritization'),(10646,1274,'_how_it_works_third_title','field_659123bca9632'),(10647,1274,'how_it_works_third_content','Identify related risks which has either a direct or indirect inter-linkage with the main risk. Inter-linkage signifies that if the main risk materializes then there is a probability or impact change that will get triggered in the interacting risk and vice versa.'),(10648,1274,'_how_it_works_third_content','field_659123c6a9633'),(10649,1274,'how_it_works_fourth_title','Risk Mitigation'),(10650,1274,'_how_it_works_fourth_title','field_659123d8a9634'),(10651,1274,'how_it_works_fourth_content','Listing of the Risk mitigation steps planned with measures which may address the problem in hand or the potential contributing factor. The frequency/ timeline is set for the process with individual ownership for each mitigation step.'),(10652,1274,'_how_it_works_fourth_content','field_659123e4a9635'),(10653,1274,'how_it_works_five_title','Risk Controls'),(10654,1274,'_how_it_works_five_title','field_659123eca9636'),(10655,1274,'how_it_works_five_content','List the Key Risk Indicators (KRI) that potentially can impact an individual risk (max and min limits) with measurement on a regular basis along with and assigning ownership of the KRI with the responsible person.'),(10656,1274,'_how_it_works_five_content','field_659123f8a9637'),(10657,1274,'step_one_heading','Dynamic Risk Scoring'),(10658,1274,'_step_one_heading','field_659125d4a9638'),(10659,1274,'step_one_content','<p>Arukus Enterprise Risk Management platform employs a dynamic risk scoring mechanism where the movement of an individual risk score is monitored based on updates in the KRI values, while mitigation and control measures are underway.</p>\r\n<p>As KRIs and Risk Impact on organization processes continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p>\r\n<p>Organizations can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>'),(10660,1274,'_step_one_content','field_659125dfa9639'),(10661,1274,'step_one_image','1263'),(10662,1274,'_step_one_image','field_659125f7a963a'),(10663,1274,'step_two_heading','Dynamic Risk Assessment using the Risk Score Grid'),(10664,1274,'_step_two_heading','field_65912616a963b'),(10665,1274,'step_two_content','<p>The risk score grid allows organizations to monitor the movement of risk scores (Risk Trend) as they change with time through the periodic measurement of KRIs post implementation of mitigation and control strategies.</p>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>The Risk Score - that ranges from 1 to 25 is based on the Risk Probability and the Max. Impact it has across organization processes.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Updating the Probability happens when the Key Risk Indicator (KRI) Values change, while Impact adjustments are handled by the designated Risk Owner.</p> </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>As KRIs and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Organization can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p></li></ul>'),(10666,1274,'_step_two_content','field_65912623a963c'),(10667,1274,'step_two_image','542'),(10668,1274,'_step_two_image','field_6591262fa963d'),(10669,1274,'step_three_heading','Monitor Risks using Key Risk Indicators'),(10670,1274,'_step_three_heading','field_65912650a963e'),(10671,1274,'step_three_content','<p>KRI values can be managed in two ways.</p>\r\n\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p> 1. KRI values can be auto-calculated based on parameters fetched from enterprise operational systems. The KRI value is auto-assigned based on a pre-defined range the value falls under.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i> <p>2. Alternatively, KRI values can be updated manually by users who are assigned to manage the KRIs (KRI Owners, Risk Owners, etc.)</p></li></ul>\r\n\r\n<p>While updating the KRI values if it falls outside the min-max range, a breach is automatically triggered alerting risk owners and admins. The KRI owner can provide a Root Cause Analysis (RCA) of the breach and take immediate corrective actions.</p>'),(10672,1274,'_step_three_content','field_65912655a963f'),(10673,1274,'step_three_image','1264'),(10674,1274,'_step_three_image','field_65912664a9640'),(10675,1274,'step_four_title','Monitor Risk Mitigation & Control Strategies'),(10676,1274,'_step_four_title','field_6591268aa9641'),(10677,1274,'step_four_content','<p>Monitor each mitigation and control measure w.r.t timeline, monitoring frequency, status of the mitigation, remarks etc. </p>\r\n\r\n<p>Color coded indicators of the status of the mitigation or control measure. Risk Owner can assign a Primary Responsible person for each Control Measure. Automatic email alerts to assigned persons for impending deadline, timeline breach, etc.</p>\r\n'),(10678,1274,'_step_four_content','field_6591269ba9642'),(10679,1274,'step_four_image','1265'),(10680,1274,'_step_four_image','field_659126aba9643'),(10681,1274,'step_five_title','Actionable Dashboards on Organization Risk Scores, Top Risks  & Trends'),(10682,1274,'_step_five_title','field_659126cca9644'),(10683,1274,'step_five_content','<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Organization Risks Heatmap</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Top Risks by Department</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Top Contributing Factors</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Root Cause Analysis (RCA) Chart</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Risk Score Trend</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Timeline Breaches</p></li></ul>\r\n<p>and more … </p>'),(10684,1274,'_step_five_content','field_659126e1a9645'),(10685,1274,'step_five_image','1266'),(10686,1274,'_step_five_image','field_659126f1a9646'),(10687,1274,'frequently_asked_questions_heading',''),(10688,1274,'_frequently_asked_questions_heading','field_6591270da9647'),(10710,1228,'_thumbnail_id','475'),(10711,1022,'use_external_url','on'),(10712,1022,'page_id',''),(10713,1022,'external_url','https://arukustech.com/booking-a-demo-thank-you/'),(10714,1022,'http_build_query_selectively_fields',''),(10715,1022,'delay_redirect_seconds',''),(10716,1022,'action_status','on'),(10717,478,'_config_validation','a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";s:22:\"invalid_mailbox_syntax\";s:4:\"args\";a:3:{s:7:\"message\";s:31:\"Invalid mailbox syntax is used.\";s:6:\"params\";a:0:{}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),(10739,1276,'_edit_last','1'),(10740,1276,'_edit_lock','1708347031:1'),(10741,1277,'_wp_attached_file','2024/01/thank-you-300x300-1.png'),(10742,1277,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2024/01/thank-you-300x300-1.png\";s:8:\"filesize\";i:13140;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"thank-you-300x300-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6037;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10743,1276,'_wp_page_template','template-parts/thankyou.php'),(10744,1276,'_yoast_wpseo_content_score','90'),(10745,1276,'_yoast_wpseo_estimated-reading-time-minutes','1'),(10746,1276,'_yoast_wpseo_wordproof_timestamp',''),(10759,1269,'page_id','1276'),(10760,1269,'external_url','https://arukustech.com/booking-a-demo-thank-you/'),(10761,1269,'http_build_query_selectively_fields',''),(10762,1269,'delay_redirect_seconds',''),(10763,1269,'action_status','on'),(10764,1268,'_config_validation','a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";s:22:\"invalid_mailbox_syntax\";s:4:\"args\";a:3:{s:7:\"message\";s:31:\"Invalid mailbox syntax is used.\";s:6:\"params\";a:0:{}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),(10765,1281,'_wp_attached_file','2024/01/risk_new1.png');
INSERT INTO `wp_postmeta` VALUES (10766,1281,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2024/01/risk_new1.png\";s:8:\"filesize\";i:189872;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"risk_new1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45743;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"risk_new1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17200;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"risk_new1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:185716;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10767,1275,'banner_main_heading','Arukus Enterprise Risk Management. <p>Helping Organizations move from higher risk to lower risk</p>'),(10768,1275,'_banner_main_heading','field_65912314a962b'),(10769,1275,'banner_content','Effectively and proactively protect organizational risks that adversely impact processes. Identity, Monitor, Mitigate and Control Risks with Arukus ERM’s dynamic risk scoring system.'),(10770,1275,'_banner_content','field_65912335a962c'),(10771,1275,'how_it_works_heading','How it works'),(10772,1275,'_how_it_works_heading','field_65912345a962d'),(10773,1275,'how_it_works_first_title','Risk Identification'),(10774,1275,'_how_it_works_first_title','field_65912352a962e'),(10775,1275,'how_it_works_first_content','Create new risk items based on risk category, risk class, affected processes, affected departments, potential contributing factors and Risk ownership.'),(10776,1275,'_how_it_works_first_content','field_65912365a962f'),(10777,1275,'how_it_works_second_title','Risk Measurement'),(10778,1275,'_how_it_works_second_title','field_65912376a9630'),(10779,1275,'how_it_works_second_content','Measure Risks based on Probability of Occurrence and Impact Factor across 3 stages:\r\nPre-Mitigation Stage is the Inherent Risk that we carry. Target risk rating is the risk level, that we want to achieve as per our Risk Appetite and Post Mitigation Stage where the residual risk score, that remains after optimum efforts to mitigate and control the risk have been introduced.'),(10780,1275,'_how_it_works_second_content','field_65912381a9631'),(10781,1275,'how_it_works_third_title','Risk Interaction & Prioritization'),(10782,1275,'_how_it_works_third_title','field_659123bca9632'),(10783,1275,'how_it_works_third_content','Identify related risks which has either a direct or indirect inter-linkage with the main risk. Inter-linkage signifies that if the main risk materializes then there is a probability or impact change that will get triggered in the interacting risk and vice versa.'),(10784,1275,'_how_it_works_third_content','field_659123c6a9633'),(10785,1275,'how_it_works_fourth_title','Risk Mitigation'),(10786,1275,'_how_it_works_fourth_title','field_659123d8a9634'),(10787,1275,'how_it_works_fourth_content','Listing of the Risk mitigation steps planned with measures which may address the problem in hand or the potential contributing factor. The frequency/ timeline is set for the process with individual ownership for each mitigation step.'),(10788,1275,'_how_it_works_fourth_content','field_659123e4a9635'),(10789,1275,'how_it_works_five_title','Risk Controls'),(10790,1275,'_how_it_works_five_title','field_659123eca9636'),(10791,1275,'how_it_works_five_content','List the Key Risk Indicators (KRI) that potentially can impact an individual risk (max and min limits) with measurement on a regular basis along with and assigning ownership of the KRI with the responsible person.'),(10792,1275,'_how_it_works_five_content','field_659123f8a9637'),(10793,1275,'step_one_heading','Dynamic Risk Scoring'),(10794,1275,'_step_one_heading','field_659125d4a9638'),(10795,1275,'step_one_content','<p>Arukus Enterprise Risk Management platform employs a dynamic risk scoring mechanism where the movement of an individual risk score is monitored based on updates in the KRI values, while mitigation and control measures are underway.</p>\r\n<p>As KRIs and Risk Impact on organization processes continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p>\r\n<p>Organizations can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>'),(10796,1275,'_step_one_content','field_659125dfa9639'),(10797,1275,'step_one_image','1263'),(10798,1275,'_step_one_image','field_659125f7a963a'),(10799,1275,'step_two_heading','Dynamic Risk Assessment using the Risk Score Grid'),(10800,1275,'_step_two_heading','field_65912616a963b'),(10801,1275,'step_two_content','<p>The risk score grid allows organizations to monitor the movement of risk scores (Risk Trend) as they change with time through the periodic measurement of KRIs post implementation of mitigation and control strategies.</p>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>The Risk Score - that ranges from 1 to 25 is based on the Risk Probability and the Max. Impact it has across organization processes.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Updating the Probability happens when the Key Risk Indicator (KRI) Values change, while Impact adjustments are handled by the designated Risk Owner.</p> </li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Any change to either Probability or Max Impact triggers an immediate recalculation of the Risk Score.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>As KRIs and Impact continue to evolve, so too will the Risk Score, allowing risks to shift between higher and lower scores, creating a dynamic landscape of proactive risk management.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Organization can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p></li></ul>'),(10802,1275,'_step_two_content','field_65912623a963c'),(10803,1275,'step_two_image','542'),(10804,1275,'_step_two_image','field_6591262fa963d'),(10805,1275,'step_three_heading','Monitor Risks using Key Risk Indicators'),(10806,1275,'_step_three_heading','field_65912650a963e'),(10807,1275,'step_three_content','<p>KRI values can be managed in two ways.</p>\r\n\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p> 1. KRI values can be auto-calculated based on parameters fetched from enterprise operational systems. The KRI value is auto-assigned based on a pre-defined range the value falls under.</p></li>\r\n\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i> <p>2. Alternatively, KRI values can be updated manually by users who are assigned to manage the KRIs (KRI Owners, Risk Owners, etc.)</p></li></ul>\r\n\r\n<p>While updating the KRI values if it falls outside the min-max range, a breach is automatically triggered alerting risk owners and admins. The KRI owner can provide a Root Cause Analysis (RCA) of the breach and take immediate corrective actions.</p>'),(10808,1275,'_step_three_content','field_65912655a963f'),(10809,1275,'step_three_image','1264'),(10810,1275,'_step_three_image','field_65912664a9640'),(10811,1275,'step_four_title','Monitor Risk Mitigation & Control Strategies'),(10812,1275,'_step_four_title','field_6591268aa9641'),(10813,1275,'step_four_content','<p>Monitor each mitigation and control measure w.r.t timeline, monitoring frequency, status of the mitigation, remarks etc. </p>\r\n\r\n<p>Color coded indicators of the status of the mitigation or control measure. Risk Owner can assign a Primary Responsible person for each Control Measure. Automatic email alerts to assigned persons for impending deadline, timeline breach, etc.</p>\r\n'),(10814,1275,'_step_four_content','field_6591269ba9642'),(10815,1275,'step_four_image','1265'),(10816,1275,'_step_four_image','field_659126aba9643'),(10817,1275,'step_five_title','Actionable Dashboards on Organization Risk Scores, Top Risks  & Trends'),(10818,1275,'_step_five_title','field_659126cca9644'),(10819,1275,'step_five_content','<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Organization Risks Heatmap</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Top Risks by Department</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Top Contributing Factors</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Root Cause Analysis (RCA) Chart</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Risk Score Trend</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Timeline Breaches</p></li></ul>\r\n<p>and more … </p>'),(10820,1275,'_step_five_content','field_659126e1a9645'),(10821,1275,'step_five_image','1281'),(10822,1275,'_step_five_image','field_659126f1a9646'),(10823,1275,'frequently_asked_questions_heading',''),(10824,1275,'_frequently_asked_questions_heading','field_6591270da9647'),(10825,1283,'_eael_post_view_count','27'),(10826,1284,'_eael_post_view_count','22'),(10827,1285,'_eael_post_view_count','29'),(10828,1287,'_eael_post_view_count','25'),(10829,1290,'_eael_post_view_count','23'),(10830,1289,'_eael_post_view_count','19'),(10831,1291,'_edit_last','1'),(10832,1291,'_edit_lock','1708350850:1'),(10833,1291,'_wp_page_template','template-parts/landing-field-track-o.php'),(10834,1291,'_yoast_wpseo_estimated-reading-time-minutes','0'),(10835,1291,'_yoast_wpseo_wordproof_timestamp',''),(10836,1293,'_edit_last','1'),(10837,1293,'_edit_lock','1708351298:1'),(10838,1352,'_wp_attached_file','2024/01/employeeTracking.png'),(10839,1352,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:388;s:4:\"file\";s:28:\"2024/01/employeeTracking.png\";s:8:\"filesize\";i:126630;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"employeeTracking-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45734;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"employeeTracking-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10840,1353,'_wp_attached_file','2024/01/geoTaggedAttendance.png'),(10841,1353,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:388;s:4:\"file\";s:31:\"2024/01/geoTaggedAttendance.png\";s:8:\"filesize\";i:163118;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"geoTaggedAttendance-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65643;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"geoTaggedAttendance-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31780;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10842,1354,'_wp_attached_file','2024/01/realtimeReporting.png'),(10843,1354,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:388;s:4:\"file\";s:29:\"2024/01/realtimeReporting.png\";s:8:\"filesize\";i:116951;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"realtimeReporting-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42920;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"realtimeReporting-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23296;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10844,1355,'_wp_attached_file','2024/01/routeDistance.png'),(10845,1355,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:388;s:4:\"file\";s:25:\"2024/01/routeDistance.png\";s:8:\"filesize\";i:68646;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"routeDistance-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"routeDistance-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13837;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10846,1356,'_wp_attached_file','2024/01/customForms.png'),(10847,1356,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:388;s:4:\"file\";s:23:\"2024/01/customForms.png\";s:8:\"filesize\";i:111761;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"customForms-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40178;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"customForms-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21265;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10848,1357,'_wp_attached_file','2024/01/geo-fanceMonitoring.png'),(10849,1357,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:388;s:4:\"file\";s:31:\"2024/01/geo-fanceMonitoring.png\";s:8:\"filesize\";i:104497;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"geo-fanceMonitoring-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40485;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"geo-fanceMonitoring-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21783;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10850,1291,'banner_heading','Arukus Field Track-O: Real-Time Field Sales Tracking Software'),(10851,1291,'_banner_heading','field_65af745925d07'),(10852,1291,'banner_sub_heading','Automate, plan, track, and monitor your field force movement, daily targets, tasks, and assignments'),(10853,1291,'_banner_sub_heading','field_65af747525d08'),(10854,1291,'banner_content','With features such as GPS employee tracking, lead assignment & activities, location-based attendance, geo-verified client visits, distance and time spent with target vs. completion ratio, Field Track-O fully automates your field sales workflow.'),(10855,1291,'_banner_content','field_65af748225d09'),(10856,1291,'managing_field_workforce_heading','Tracking your field employees in real-time using our mobile-based GPS tracking solution – Field Track-O'),(10857,1291,'_managing_field_workforce_heading','field_65af749825d0a'),(10858,1291,'1st_work_flow_icon','1359'),(10859,1291,'_1st_work_flow_icon','field_65af74a725d0b'),(10860,1291,'1st_work_flow_heading','Location Tracking'),(10861,1291,'_1st_work_flow_heading','field_65af74b625d0c'),(10862,1291,'1st_work_flow_content','Check the real-time location of your field employee.'),(10863,1291,'_1st_work_flow_content','field_65af784825d0d'),(10864,1291,'2nd_work_flow_icon','1360'),(10865,1291,'_2nd_work_flow_icon','field_65af785825d0e'),(10866,1291,'2nd_work_flow_heading','Attendance'),(10867,1291,'_2nd_work_flow_heading','field_65af787125d0f'),(10868,1291,'2nd_work_flow_content','Attendance marking with location & track working hours.'),(10869,1291,'_2nd_work_flow_content','field_65af788025d10'),(10870,1291,'3rd_work_flow_icon','1361'),(10871,1291,'_3rd_work_flow_icon','field_65af789025d11'),(10872,1291,'3rd_work_flow_heading','Client Visits'),(10873,1291,'_3rd_work_flow_heading','field_65af789f25d12'),(10874,1291,'3rd_work_flow_content','Get Geo-verified client visits, photos & forms.'),(10875,1291,'_3rd_work_flow_content','field_65af78ad25d13'),(10876,1291,'4th_work_flow_icon','1362'),(10877,1291,'_4th_work_flow_icon','field_65af78bc25d14'),(10878,1291,'4th_work_flow_heading','Targets'),(10879,1291,'_4th_work_flow_heading','field_65af78c925d15'),(10880,1291,'4th_work_flow_content','Assign team targets & monitor progress seamlessly.'),(10881,1291,'_4th_work_flow_content','field_65af78d625d16'),(10882,1291,'5th_work_flow_icon','1363'),(10883,1291,'_5th_work_flow_icon','field_65af78e225d17'),(10884,1291,'5th_work_flow_heading','Expense Management'),(10885,1291,'_5th_work_flow_heading','field_65af78ef25d18'),(10886,1291,'5th_work_flow_content','Validate, process and digitize your expenses.'),(10887,1291,'_5th_work_flow_content','field_65af78fd25d19'),(10888,1291,'6th_work_flow_icon','1400'),(10889,1291,'_6th_work_flow_icon','field_65af790d25d1a'),(10890,1291,'6th_work_flow_heading','Incentive Calculator'),(10891,1291,'_6th_work_flow_heading','field_65af791925d1b'),(10892,1291,'6th_work_flow_content','Automatically calculate sales staff incentives'),(10893,1291,'_6th_work_flow_content','field_65af792525d1c'),(10894,1291,'features_section_heading','FIELD FORCE AUTOMATION FEATURES FOR ALL INDUSTRIES<br /> Looking for a better way to manage your field force?'),(10895,1291,'_features_section_heading','field_65af793625d1d'),(10896,1291,'microfinance_institutions_heading','Microfinance Institutions'),(10897,1291,'_microfinance_institutions_heading','field_65af794625d1e'),(10898,1291,'microfinance_institutions_image','1380'),(10899,1291,'_microfinance_institutions_image','field_65af795425d1f'),(10900,1291,'microfinance_institutions_content','<h3><strong>For MFI Field Officers</strong> </h3>\r\n                            <p>Accelerate growth and turbocharge your field force with the right tools to Plan, Convert & Execute. Field Track-O simplifies field sales tracking and managing.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Track real time location and meetings w.r.t the various processes (CGT, GRT, OD Collection, PTP Collection, etc.)</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get geo-verified proof of client/task/activity visit</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set Targets</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Validate distance travelled and auto approve conveyance bills</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set tasks and visit plan and verify assigned vs. achieved.</p></li>\r\n                            </ul>'),(10901,1291,'_microfinance_institutions_content','field_65af797425d20'),(10902,1291,'nbfcs_heading','NBFCs'),(10903,1291,'_nbfcs_heading','field_65af798c25d21'),(10904,1291,'nbfcs_image','1381'),(10905,1291,'_nbfcs_image','field_65af79cc25d22'),(10906,1291,'nbfcs_content','<h3><strong>For NBFCS</strong> </h3>\r\n                            <p>NBFCs (Non-Banking Financial Companies) stand to benefit significantly from Field Track-O\'s features tailored to their needs. The application enables NBFCs to monitor field agents\' performance closely, ensuring optimal productivity and accountability in customer engagement and lead generation activities. </p>\r\n                            <p>With its ability to track assignments and targets on various financial products, including loans and credit facilities, Field Track-O empowers NBFCs to drive growth while maintaining compliance with industry regulations.</p>'),(10907,1291,'_nbfcs_content','field_65af7a2425d23'),(10908,1291,'retail_finance_heading','Retail Finance'),(10909,1291,'_retail_finance_heading','field_65af7a3425d24'),(10910,1291,'retail_finance_image','1382'),(10911,1291,'_retail_finance_image','field_65af7a4125d25'),(10912,1291,'retail_finance_content','<h3><strong>For Retail Financing</strong> </h3>\r\n                            <p>Retail Finance, spanning areas such as Used Car Loans, Two-Wheeler Loans, Business Loans, and Loans against Property, can leverage the capabilities of Field Track-O to enhance operational efficiency and customer service.</p>\r\n<p>By providing insights into field agents\' activities related to loan origination, documentation, and verification processes, the application enables timely decision-making and faster loan approvals.</p>\r\n<p>Furthermore, Field Track-O\'s performance tracking features aid in assessing sales targets, optimizing resource allocation, and improving overall portfolio management.</p>\r\n                            '),(10913,1291,'_retail_finance_content','field_65af7a5a25d26'),(10914,1291,'housing_finance_icon',''),(10915,1291,'_housing_finance_icon','field_65af7ad062b64'),(10916,1291,'housing_finance_heading','Housing Finance'),(10917,1291,'_housing_finance_heading','field_65af7ade62b65'),(10918,1291,'housing_finance_content','<h3><strong>For Housing Finance</strong> </h3>\r\n                            <p>Housing Finance companies can capitalize on Field Track-O\'s functionalities to streamline the mortgage lending process and enhance customer satisfaction.</p>\r\n                            <p>The application facilitates end-to-end tracking of field activities, including property inspections, documentation verification, and payment collections, ensuring transparency and accuracy throughout the loan lifecycle.</p>\r\n<p>Additionally, Field Track-O\'s compliance monitoring capabilities help housing finance firms uphold regulatory standards and mitigate risks associated with loan disbursements and asset management.</p>'),(10919,1291,'_housing_finance_content','field_65af7af662b66'),(10920,1291,'insurance_icon',''),(10921,1291,'_insurance_icon','field_65af7b0462b67'),(10922,1291,'insurance_heading','Insurance'),(10923,1291,'_insurance_heading','field_65af7b1662b68'),(10924,1291,'insurance_content','<h3><strong>For Insurance Companies</strong> </h3>\r\n                            <p>Arukus Technologies\' Field Track-O offers a valuable tool to optimize field operations and drive sales performance.</p>\r\n                            <p>The application enables insurers to track agents\' activities related to lead generation, customer interactions, policy issuance, and premium collections, facilitating better management of the sales pipeline and customer relationships.</p>\r\n<p>Moreover, Field Track-O\'s compliance checks ensure adherence to industry regulations and enhance transparency in insurance transactions, bolstering trust and credibility among stakeholders.</p>'),(10925,1291,'_insurance_content','field_65af7b2562b69'),(10926,1291,'best_in_class_heading','Best Field Sales Movement Tracking App'),(10927,1291,'_best_in_class_heading','field_65af7b4562b6a'),(10928,1291,'best_in_class_sub_heading','All the tools you need to track your employees field activity. Track your sales team, delivery boys, service managers, field engineers, etc., with an ease.'),(10929,1291,'_best_in_class_sub_heading','field_65af7b5362b6b'),(10930,1291,'location_tracking_heading','Location Tracking'),(10931,1291,'_location_tracking_heading','field_65af7b6262b6c'),(10932,1291,'location_tracking_image','1352'),(10933,1291,'_location_tracking_image','field_65af7b6e62b6d'),(10934,1291,'location_tracking_content','<p>Get real time location of field officers, track customer meetings, their duration and time spent.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p> Track Location via Mobile GPS On Map</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Check who is in meeting</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts when somebody is wasting their time.</p></li></ul>'),(10935,1291,'_location_tracking_content','field_65af7b8662b6e'),(10936,1291,'geo_tagged_attendance_title','Geo Tagged Attendance'),(10937,1291,'_geo_tagged_attendance_title','field_65af7b9662b6f'),(10938,1291,'geo_tagged_attendance_image','1353'),(10939,1291,'_geo_tagged_attendance_image','field_65af7ba562b70'),(10940,1291,'geo_tagged_attendance_content','<p>Track employee check-in at branch locations with geo-fencing validations, track punch-in and punch-out times, ensure everybody follows the rules.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Branch & Employee Tracking.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Advanced reporting on attendance, late arrivals or absenteeism.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Exceptions on login outside branch perimeters with reason.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Complete timesheet maintenance.</p></li></ul>'),(10941,1291,'_geo_tagged_attendance_content','field_65af7bbc62b71'),(10942,1291,'real_time_reporting_title','Real-Time Reporting'),(10943,1291,'_real_time_reporting_title','field_65af7bce62b72'),(10944,1291,'real_time_reporting_image','1354'),(10945,1291,'_real_time_reporting_image','field_65af7bdb62b73'),(10946,1291,'real_time_reporting_content','<p>Get real-time reports on Customer visits made by Field Sales staff, how many meetings conducted, information collected, and business closed in a day.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Capture every detail of visits with live photo capture and geo-location.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Ensure all details are captured on the visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Managers can track completed and due tasks assigned for the day.</p></li></ul>'),(10947,1291,'_real_time_reporting_content','field_65af7bee62b74'),(10948,1291,'route_distance_calculator_title','Route Distance Calculator'),(10949,1291,'_route_distance_calculator_title','field_65af7c0062b75'),(10950,1291,'route_distance_calculator_image','1355'),(10951,1291,'_route_distance_calculator_image','field_65af7c1562b76'),(10952,1291,'route_distance_calculator_content','<p>Stop relying on employee travel claims and save money by tracking actual distances travelled by field sales executives for official work and process claim automatically.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get actual distance traveled & duration</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Only calculates distance for official work.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Save money for your business by optimising conveyance calculation.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Approve or reject claim.</p></li></ul>'),(10953,1291,'_route_distance_calculator_content','field_65af7c2c62b77'),(10954,1291,'custom_forms_title','Capture Customer Info during Visits'),(10955,1291,'_custom_forms_title','field_65af7c3b62b78'),(10956,1291,'custom_forms_image','1356'),(10957,1291,'_custom_forms_image','field_65af7c4b62b79'),(10958,1291,'custom_forms_content','<p>Custom forms for Field Executives to capture information on the field, based on purpose of visit, customer stage and position. Process information, collect payment and update stage, all on the fly.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Every form is geo-tagged, which ensures the authenticity of the data.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Assign different forms to different teams & visit type.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get customer signature or images of the location as authentication of visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Download reports as per your convenience.</p></li></ul>'),(10959,1291,'_custom_forms_content','field_65af7c6562b7a'),(10960,1291,'geo_fence_monitoring_title','Geo-Fence Monitoring'),(10961,1291,'_geo_fence_monitoring_title','field_65af7c7762b7b'),(10962,1291,'geo_fence_monitoring_image','1357'),(10963,1291,'_geo_fence_monitoring_image','field_65af7c8462b7c'),(10964,1291,'geo_fence_monitoring_content','<p>Create virtual GPS based fences for your in-house employees to ensure they do not leave the location during working hours. It is very useful to track remote employees, which do not have supervision of a manager and are required to stay indoors during working hours.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get detailed reporting of the breaches with in & out timings.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Create unlimited geo-fences.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts if somebody breaches the fence.</p></li></ul>'),(10965,1291,'_geo_fence_monitoring_content','field_65af7c9d62b7d'),(10966,1292,'banner_heading','Arukus Field Track-O: Real-Time Field Sales Tracking Software'),(10967,1292,'_banner_heading','field_65af745925d07'),(10968,1292,'banner_sub_heading','Automate, plan, track, and monitor your field force movement, daily targets, tasks, and assignments'),(10969,1292,'_banner_sub_heading','field_65af747525d08'),(10970,1292,'banner_content','With features such as GPS employee tracking, lead assignment & activities, location-based attendance, geo-verified client visits, distance and time spent with target vs. completion ratio, Field Track-O fully automates your field sales workflow.'),(10971,1292,'_banner_content','field_65af748225d09'),(10972,1292,'managing_field_workforce_heading','Tracking your field employees in real-time using our mobile-based GPS tracking solution – Field Track-O'),(10973,1292,'_managing_field_workforce_heading','field_65af749825d0a'),(10974,1292,'1st_work_flow_icon',''),(10975,1292,'_1st_work_flow_icon','field_65af74a725d0b'),(10976,1292,'1st_work_flow_heading','Location Tracking'),(10977,1292,'_1st_work_flow_heading','field_65af74b625d0c'),(10978,1292,'1st_work_flow_content','Check the real-time location of your field employee.'),(10979,1292,'_1st_work_flow_content','field_65af784825d0d'),(10980,1292,'2nd_work_flow_icon',''),(10981,1292,'_2nd_work_flow_icon','field_65af785825d0e'),(10982,1292,'2nd_work_flow_heading','Attendance'),(10983,1292,'_2nd_work_flow_heading','field_65af787125d0f'),(10984,1292,'2nd_work_flow_content','Attendance marking with location & track working hours.'),(10985,1292,'_2nd_work_flow_content','field_65af788025d10'),(10986,1292,'3rd_work_flow_icon',''),(10987,1292,'_3rd_work_flow_icon','field_65af789025d11'),(10988,1292,'3rd_work_flow_heading','Client Visits'),(10989,1292,'_3rd_work_flow_heading','field_65af789f25d12'),(10990,1292,'3rd_work_flow_content','Get Geo-verified client visits, photos & forms.'),(10991,1292,'_3rd_work_flow_content','field_65af78ad25d13'),(10992,1292,'4th_work_flow_icon',''),(10993,1292,'_4th_work_flow_icon','field_65af78bc25d14'),(10994,1292,'4th_work_flow_heading','Targets'),(10995,1292,'_4th_work_flow_heading','field_65af78c925d15'),(10996,1292,'4th_work_flow_content','Assign team targets & monitor progress seamlessly.'),(10997,1292,'_4th_work_flow_content','field_65af78d625d16'),(10998,1292,'5th_work_flow_icon',''),(10999,1292,'_5th_work_flow_icon','field_65af78e225d17'),(11000,1292,'5th_work_flow_heading','Expense Management'),(11001,1292,'_5th_work_flow_heading','field_65af78ef25d18'),(11002,1292,'5th_work_flow_content','Validate, process and digitize your expenses'),(11003,1292,'_5th_work_flow_content','field_65af78fd25d19'),(11004,1292,'6th_work_flow_icon',''),(11005,1292,'_6th_work_flow_icon','field_65af790d25d1a'),(11006,1292,'6th_work_flow_heading','Order Booking'),(11007,1292,'_6th_work_flow_heading','field_65af791925d1b'),(11008,1292,'6th_work_flow_content','Book orders directly through our application.'),(11009,1292,'_6th_work_flow_content','field_65af792525d1c'),(11010,1292,'features_section_heading',''),(11011,1292,'_features_section_heading','field_65af793625d1d'),(11012,1292,'microfinance_institutions_heading',''),(11013,1292,'_microfinance_institutions_heading','field_65af794625d1e'),(11014,1292,'microfinance_institutions_image',''),(11015,1292,'_microfinance_institutions_image','field_65af795425d1f'),(11016,1292,'microfinance_institutions_content',''),(11017,1292,'_microfinance_institutions_content','field_65af797425d20'),(11018,1292,'nbfcs_heading',''),(11019,1292,'_nbfcs_heading','field_65af798c25d21'),(11020,1292,'nbfcs_image',''),(11021,1292,'_nbfcs_image','field_65af79cc25d22'),(11022,1292,'nbfcs_content',''),(11023,1292,'_nbfcs_content','field_65af7a2425d23'),(11024,1292,'retail_finance_heading',''),(11025,1292,'_retail_finance_heading','field_65af7a3425d24'),(11026,1292,'retail_finance_image',''),(11027,1292,'_retail_finance_image','field_65af7a4125d25'),(11028,1292,'retail_finance_content',''),(11029,1292,'_retail_finance_content','field_65af7a5a25d26'),(11030,1292,'housing_finance_icon',''),(11031,1292,'_housing_finance_icon','field_65af7ad062b64'),(11032,1292,'housing_finance_heading',''),(11033,1292,'_housing_finance_heading','field_65af7ade62b65'),(11034,1292,'housing_finance_content',''),(11035,1292,'_housing_finance_content','field_65af7af662b66'),(11036,1292,'insurance_icon',''),(11037,1292,'_insurance_icon','field_65af7b0462b67'),(11038,1292,'insurance_heading',''),(11039,1292,'_insurance_heading','field_65af7b1662b68'),(11040,1292,'insurance_content',''),(11041,1292,'_insurance_content','field_65af7b2562b69'),(11042,1292,'best_in_class_heading','Best In-Class Employee Tracking Features'),(11043,1292,'_best_in_class_heading','field_65af7b4562b6a'),(11044,1292,'best_in_class_sub_heading','All the tools you need to track your employees field activity. Track your sales team, delivery boys, service managers, field engineers, etc., with an ease.'),(11045,1292,'_best_in_class_sub_heading','field_65af7b5362b6b'),(11046,1292,'location_tracking_heading','Location Tracking'),(11047,1292,'_location_tracking_heading','field_65af7b6262b6c'),(11048,1292,'location_tracking_image','1352'),(11049,1292,'_location_tracking_image','field_65af7b6e62b6d'),(11050,1292,'location_tracking_content','<p>Get real time location of your employees, any time and from any where during their\r\nworking hours.</p>\r\n<span class=\"start-trial\">Start Your Trial Today!</span>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p> Track Location via Mobile GPS On Map</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Check who is in meeting</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts when somebody is wasting their time.</p></li></ul>'),(11051,1292,'_location_tracking_content','field_65af7b8662b6e'),(11052,1292,'geo_tagged_attendance_title','Geo Tagged Attendance'),(11053,1292,'_geo_tagged_attendance_title','field_65af7b9662b6f'),(11054,1292,'geo_tagged_attendance_image','1353'),(11055,1292,'_geo_tagged_attendance_image','field_65af7ba562b70'),(11056,1292,'geo_tagged_attendance_content','<p>Get attendance through their mobile with accurate time and location of Clock-In / Punch-In\r\ntime.</p>\r\n<p>Geo-location based attendance make it most reliable and ensures everybody follows the\r\nrules.</p>\r\n<span class=\"start-trial\">Start Your Trial Today!</span>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Create Unlimited Shifts</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get advanced reporting on who is late or absent.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Built in Leave Management System to track leaves of your employees.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Complete Timesheet Application</p></li></ul>'),(11057,1292,'_geo_tagged_attendance_content','field_65af7bbc62b71'),(11058,1292,'real_time_reporting_title','Real-Time Reporting'),(11059,1292,'_real_time_reporting_title','field_65af7bce62b72'),(11060,1292,'real_time_reporting_image','1354'),(11061,1292,'_real_time_reporting_image','field_65af7bdb62b73'),(11062,1292,'real_time_reporting_content','<p>Get real-time reporting from your employees right from the field. Stop guessing where they are, how many meetings they have done, which meeting was fruitful and which didn\'t worked out.</p>\r\n<span class=\"start-trial\">Start Your Trial Today!</span>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Every detail of their workday right on your fingertips.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Ensure all tasks were completed.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Inform customers about the scheduled visit.</p></li></ul>'),(11063,1292,'_real_time_reporting_content','field_65af7bee62b74'),(11064,1292,'route_distance_calculator_title','Route Distance Calculator'),(11065,1292,'_route_distance_calculator_title','field_65af7c0062b75'),(11066,1292,'route_distance_calculator_image','1355'),(11067,1292,'_route_distance_calculator_image','field_65af7c1562b76'),(11068,1292,'route_distance_calculator_content','<p>Stop leaving the conveyance calculation on guess work and save ton of money for your business. With Team Spoor you can get how many actual Kms or Miles your field executives travelled in a day for official work and duration of their travel.</p>\r\n<span class=\"start-trial\">Start Your Trial Today!</span>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get actual distance traveled & duration</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Only calculates distance for official work.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Save money for your business by optimising conveyance calculation.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Approve or reject claim.</p></li></ul>'),(11069,1292,'_route_distance_calculator_content','field_65af7c2c62b77'),(11070,1292,'custom_forms_title','Custom Forms'),(11071,1292,'_custom_forms_title','field_65af7c3b62b78'),(11072,1292,'custom_forms_image','1356'),(11073,1292,'_custom_forms_image','field_65af7c4b62b79'),(11074,1292,'custom_forms_content','<p>Create custom forms for your field executives to be filled after every visit. You can create forms to get payment details, new orders, customer feedback or any thing your business\r\nrequires.</p>\r\n<span class=\"start-trial\">Start Your Trial Today!</span>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Every form is geo-tagged, which ensures the authenticity of the data.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Assign different forms to different teams & visit type.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get customer signature or images of the location as authentication of visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Download reports as per your convenience.</p></li></ul>'),(11075,1292,'_custom_forms_content','field_65af7c6562b7a'),(11076,1292,'geo_fence_monitoring_title','Geo-Fence Monitoring'),(11077,1292,'_geo_fence_monitoring_title','field_65af7c7762b7b'),(11078,1292,'geo_fence_monitoring_image','1357'),(11079,1292,'_geo_fence_monitoring_image','field_65af7c8462b7c'),(11080,1292,'geo_fence_monitoring_content','<p>Create virtual GPS based fences for your in-house employees to ensure they do not leave the location during working hours. It is very useful to track remote employees, which do not have supervision of a manager and are required to stay indoors during working hours.</p>\r\n<span class=\"start-trial\">Start Your Trial Today!</span>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get detailed reporting of the breaches with in & out timings.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Create unlimited geo-fences.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts if somebody breaches the fence.</p></li></ul>'),(11081,1292,'_geo_fence_monitoring_content','field_65af7c9d62b7d'),(11082,1359,'_wp_attached_file','2024/01/location-tracking.png'),(11083,1359,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:29:\"2024/01/location-tracking.png\";s:8:\"filesize\";i:1647;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:{}}}'),(11084,1360,'_wp_attached_file','2024/01/attendence.png'),(11085,1360,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:22:\"2024/01/attendence.png\";s:8:\"filesize\";i:1279;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:{}}}'),(11086,1361,'_wp_attached_file','2024/01/client-visit.png'),(11087,1361,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:24:\"2024/01/client-visit.png\";s:8:\"filesize\";i:1519;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:{}}}'),(11088,1362,'_wp_attached_file','2024/01/target.png'),(11089,1362,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:18:\"2024/01/target.png\";s:8:\"filesize\";i:1909;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:{}}}'),(11090,1363,'_wp_attached_file','2024/01/expense-management.png'),(11091,1363,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:30:\"2024/01/expense-management.png\";s:8:\"filesize\";i:1434;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:{}}}'),(11092,1364,'_wp_attached_file','2024/01/order-booking.png'),(11093,1364,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:25:\"2024/01/order-booking.png\";s:8:\"filesize\";i:1524;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:{}}}'),(11094,1365,'_wp_attached_file','2024/01/new-landing-avatar.jpg'),(11095,1365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:590;s:6:\"height\";i:424;s:4:\"file\";s:30:\"2024/01/new-landing-avatar.jpg\";s:8:\"filesize\";i:35583;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"new-landing-avatar-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12850;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"new-landing-avatar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11096,1291,'housing_finance_image','1383'),(11097,1291,'_housing_finance_image','field_65af7ad062b64'),(11098,1291,'insurance_image','1384'),(11099,1291,'_insurance_image','field_65af7b0462b67'),(11100,1358,'banner_heading','Arukus Field Track-O: Real-Time Field Sales Tracking Software'),(11101,1358,'_banner_heading','field_65af745925d07'),(11102,1358,'banner_sub_heading','Automate, plan, track, and monitor your field force movement, daily targets, tasks, and assignments'),(11103,1358,'_banner_sub_heading','field_65af747525d08'),(11104,1358,'banner_content','With features such as GPS employee tracking, lead assignment & activities, location-based attendance, geo-verified client visits, distance and time spent with target vs. completion ratio, Field Track-O fully automates your field sales workflow.'),(11105,1358,'_banner_content','field_65af748225d09'),(11106,1358,'managing_field_workforce_heading','Tracking your field employees in real-time using our mobile-based GPS tracking solution – Field Track-O'),(11107,1358,'_managing_field_workforce_heading','field_65af749825d0a'),(11108,1358,'1st_work_flow_icon','1359'),(11109,1358,'_1st_work_flow_icon','field_65af74a725d0b'),(11110,1358,'1st_work_flow_heading','Location Tracking'),(11111,1358,'_1st_work_flow_heading','field_65af74b625d0c'),(11112,1358,'1st_work_flow_content','Check the real-time location of your field employee.'),(11113,1358,'_1st_work_flow_content','field_65af784825d0d'),(11114,1358,'2nd_work_flow_icon','1360'),(11115,1358,'_2nd_work_flow_icon','field_65af785825d0e'),(11116,1358,'2nd_work_flow_heading','Attendance'),(11117,1358,'_2nd_work_flow_heading','field_65af787125d0f'),(11118,1358,'2nd_work_flow_content','Attendance marking with location & track working hours.'),(11119,1358,'_2nd_work_flow_content','field_65af788025d10'),(11120,1358,'3rd_work_flow_icon','1361'),(11121,1358,'_3rd_work_flow_icon','field_65af789025d11'),(11122,1358,'3rd_work_flow_heading','Client Visits'),(11123,1358,'_3rd_work_flow_heading','field_65af789f25d12'),(11124,1358,'3rd_work_flow_content','Get Geo-verified client visits, photos & forms.'),(11125,1358,'_3rd_work_flow_content','field_65af78ad25d13'),(11126,1358,'4th_work_flow_icon','1362'),(11127,1358,'_4th_work_flow_icon','field_65af78bc25d14'),(11128,1358,'4th_work_flow_heading','Targets'),(11129,1358,'_4th_work_flow_heading','field_65af78c925d15'),(11130,1358,'4th_work_flow_content','Assign team targets & monitor progress seamlessly.'),(11131,1358,'_4th_work_flow_content','field_65af78d625d16'),(11132,1358,'5th_work_flow_icon','1363'),(11133,1358,'_5th_work_flow_icon','field_65af78e225d17'),(11134,1358,'5th_work_flow_heading','Expense Management'),(11135,1358,'_5th_work_flow_heading','field_65af78ef25d18'),(11136,1358,'5th_work_flow_content','Validate, process and digitize your expenses'),(11137,1358,'_5th_work_flow_content','field_65af78fd25d19'),(11138,1358,'6th_work_flow_icon','1364'),(11139,1358,'_6th_work_flow_icon','field_65af790d25d1a'),(11140,1358,'6th_work_flow_heading','Order Booking'),(11141,1358,'_6th_work_flow_heading','field_65af791925d1b'),(11142,1358,'6th_work_flow_content','Book orders directly through our application.'),(11143,1358,'_6th_work_flow_content','field_65af792525d1c'),(11144,1358,'features_section_heading','FIELD FORCE AUTOMATION FEATURES FOR ALL INDUSTRIES<br /> Looking for a better way to manage your field force?'),(11145,1358,'_features_section_heading','field_65af793625d1d'),(11146,1358,'microfinance_institutions_heading','Microfinance Institutions'),(11147,1358,'_microfinance_institutions_heading','field_65af794625d1e'),(11148,1358,'microfinance_institutions_image','1365'),(11149,1358,'_microfinance_institutions_image','field_65af795425d1f'),(11150,1358,'microfinance_institutions_content','<h3><strong>For NBFCs Field Officers</strong> </h3>\r\n                            <p>Accelerate growth and turbocharge your field force with the right tools to Plan, Convert & Execute. Field Track-O simplifies field sales tracking and managing.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Track real time location and meetings w.r.t the various processes (CGT, GRT, OD Collection, PTP Collection, etc.)</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get geo-verified proof of client/task/activity visit</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set Targets</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Validate distance travelled and auto approve conveyance bills</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set tasks and visit plan and verify assigned vs. achieved. </p></li>\r\n                            </ul>'),(11151,1358,'_microfinance_institutions_content','field_65af797425d20'),(11152,1358,'nbfcs_heading','NBFCs'),(11153,1358,'_nbfcs_heading','field_65af798c25d21'),(11154,1358,'nbfcs_image','1365'),(11155,1358,'_nbfcs_image','field_65af79cc25d22'),(11156,1358,'nbfcs_content','<h3><strong>For NBFCs Field Officers</strong> </h3>\r\n                            <p>Accelerate growth and turbocharge your field force with the right tools to Plan, Convert & Execute. Field Track-O simplifies field sales tracking and managing.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Track real time location and meetings w.r.t the various processes (CGT, GRT, OD Collection, PTP Collection, etc.)</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get geo-verified proof of client/task/activity visit</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set Targets</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Validate distance travelled and auto approve conveyance bills</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set tasks and visit plan and verify assigned vs. achieved. </p></li>\r\n                            </ul>'),(11157,1358,'_nbfcs_content','field_65af7a2425d23'),(11158,1358,'retail_finance_heading','Retail Finance'),(11159,1358,'_retail_finance_heading','field_65af7a3425d24'),(11160,1358,'retail_finance_image','1365'),(11161,1358,'_retail_finance_image','field_65af7a4125d25'),(11162,1358,'retail_finance_content','<h3><strong>For NBFCs Field Officers</strong> </h3>\r\n                            <p>Accelerate growth and turbocharge your field force with the right tools to Plan, Convert & Execute. Field Track-O simplifies field sales tracking and managing.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Track real time location and meetings w.r.t the various processes (CGT, GRT, OD Collection, PTP Collection, etc.)</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get geo-verified proof of client/task/activity visit</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set Targets</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Validate distance travelled and auto approve conveyance bills</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set tasks and visit plan and verify assigned vs. achieved. </p></li>\r\n                            </ul>'),(11163,1358,'_retail_finance_content','field_65af7a5a25d26'),(11164,1358,'housing_finance_icon',''),(11165,1358,'_housing_finance_icon','field_65af7ad062b64'),(11166,1358,'housing_finance_heading','Housing Finance'),(11167,1358,'_housing_finance_heading','field_65af7ade62b65'),(11168,1358,'housing_finance_content','<h3><strong>For NBFCs Field Officers</strong> </h3>\r\n                            <p>Accelerate growth and turbocharge your field force with the right tools to Plan, Convert & Execute. Field Track-O simplifies field sales tracking and managing.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Track real time location and meetings w.r.t the various processes (CGT, GRT, OD Collection, PTP Collection, etc.)</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get geo-verified proof of client/task/activity visit</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set Targets</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Validate distance travelled and auto approve conveyance bills</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set tasks and visit plan and verify assigned vs. achieved. </p></li>\r\n                            </ul>'),(11169,1358,'_housing_finance_content','field_65af7af662b66'),(11170,1358,'insurance_icon',''),(11171,1358,'_insurance_icon','field_65af7b0462b67'),(11172,1358,'insurance_heading','Insurance'),(11173,1358,'_insurance_heading','field_65af7b1662b68'),(11174,1358,'insurance_content','<h3><strong>For NBFCs Field Officers</strong> </h3>\r\n                            <p>Accelerate growth and turbocharge your field force with the right tools to Plan, Convert & Execute. Field Track-O simplifies field sales tracking and managing.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Track real time location and meetings w.r.t the various processes (CGT, GRT, OD Collection, PTP Collection, etc.)</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get geo-verified proof of client/task/activity visit</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set Targets</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Validate distance travelled and auto approve conveyance bills</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set tasks and visit plan and verify assigned vs. achieved. </p></li>\r\n                            </ul>'),(11175,1358,'_insurance_content','field_65af7b2562b69'),(11176,1358,'best_in_class_heading','Best In-Class Employee Tracking Features'),(11177,1358,'_best_in_class_heading','field_65af7b4562b6a'),(11178,1358,'best_in_class_sub_heading','All the tools you need to track your employees field activity. Track your sales team, delivery boys, service managers, field engineers, etc., with an ease.'),(11179,1358,'_best_in_class_sub_heading','field_65af7b5362b6b'),(11180,1358,'location_tracking_heading','Location Tracking'),(11181,1358,'_location_tracking_heading','field_65af7b6262b6c'),(11182,1358,'location_tracking_image','1352'),(11183,1358,'_location_tracking_image','field_65af7b6e62b6d'),(11184,1358,'location_tracking_content','<p>Get real time location of your employees, any time and from any where during their\r\nworking hours.</p>\r\n<span class=\"start-trial\">Start Your Trial Today!</span>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p> Track Location via Mobile GPS On Map</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Check who is in meeting</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts when somebody is wasting their time.</p></li></ul>'),(11185,1358,'_location_tracking_content','field_65af7b8662b6e'),(11186,1358,'geo_tagged_attendance_title','Geo Tagged Attendance'),(11187,1358,'_geo_tagged_attendance_title','field_65af7b9662b6f'),(11188,1358,'geo_tagged_attendance_image','1353'),(11189,1358,'_geo_tagged_attendance_image','field_65af7ba562b70'),(11190,1358,'geo_tagged_attendance_content','<p>Get attendance through their mobile with accurate time and location of Clock-In / Punch-In\r\ntime.</p>\r\n<p>Geo-location based attendance make it most reliable and ensures everybody follows the\r\nrules.</p>\r\n<span class=\"start-trial\">Start Your Trial Today!</span>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Create Unlimited Shifts</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get advanced reporting on who is late or absent.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Built in Leave Management System to track leaves of your employees.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Complete Timesheet Application</p></li></ul>'),(11191,1358,'_geo_tagged_attendance_content','field_65af7bbc62b71'),(11192,1358,'real_time_reporting_title','Real-Time Reporting'),(11193,1358,'_real_time_reporting_title','field_65af7bce62b72'),(11194,1358,'real_time_reporting_image','1354'),(11195,1358,'_real_time_reporting_image','field_65af7bdb62b73'),(11196,1358,'real_time_reporting_content','<p>Get real-time reporting from your employees right from the field. Stop guessing where they are, how many meetings they have done, which meeting was fruitful and which didn\'t worked out.</p>\r\n<span class=\"start-trial\">Start Your Trial Today!</span>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Every detail of their workday right on your fingertips.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Ensure all tasks were completed.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Inform customers about the scheduled visit.</p></li></ul>'),(11197,1358,'_real_time_reporting_content','field_65af7bee62b74'),(11198,1358,'route_distance_calculator_title','Route Distance Calculator'),(11199,1358,'_route_distance_calculator_title','field_65af7c0062b75'),(11200,1358,'route_distance_calculator_image','1355'),(11201,1358,'_route_distance_calculator_image','field_65af7c1562b76'),(11202,1358,'route_distance_calculator_content','<p>Stop leaving the conveyance calculation on guess work and save ton of money for your business. With Team Spoor you can get how many actual Kms or Miles your field executives travelled in a day for official work and duration of their travel.</p>\r\n<span class=\"start-trial\">Start Your Trial Today!</span>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get actual distance traveled & duration</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Only calculates distance for official work.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Save money for your business by optimising conveyance calculation.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Approve or reject claim.</p></li></ul>'),(11203,1358,'_route_distance_calculator_content','field_65af7c2c62b77'),(11204,1358,'custom_forms_title','Custom Forms'),(11205,1358,'_custom_forms_title','field_65af7c3b62b78'),(11206,1358,'custom_forms_image','1356'),(11207,1358,'_custom_forms_image','field_65af7c4b62b79'),(11208,1358,'custom_forms_content','<p>Create custom forms for your field executives to be filled after every visit. You can create forms to get payment details, new orders, customer feedback or any thing your business\r\nrequires.</p>\r\n<span class=\"start-trial\">Start Your Trial Today!</span>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Every form is geo-tagged, which ensures the authenticity of the data.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Assign different forms to different teams & visit type.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get customer signature or images of the location as authentication of visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Download reports as per your convenience.</p></li></ul>'),(11209,1358,'_custom_forms_content','field_65af7c6562b7a'),(11210,1358,'geo_fence_monitoring_title','Geo-Fence Monitoring'),(11211,1358,'_geo_fence_monitoring_title','field_65af7c7762b7b'),(11212,1358,'geo_fence_monitoring_image','1357'),(11213,1358,'_geo_fence_monitoring_image','field_65af7c8462b7c'),(11214,1358,'geo_fence_monitoring_content','<p>Create virtual GPS based fences for your in-house employees to ensure they do not leave the location during working hours. It is very useful to track remote employees, which do not have supervision of a manager and are required to stay indoors during working hours.</p>\r\n<span class=\"start-trial\">Start Your Trial Today!</span>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get detailed reporting of the breaches with in & out timings.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Create unlimited geo-fences.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts if somebody breaches the fence.</p></li></ul>'),(11215,1358,'_geo_fence_monitoring_content','field_65af7c9d62b7d'),(11216,1358,'housing_finance_image','1365'),(11217,1358,'_housing_finance_image','field_65af7ad062b64'),(11218,1358,'insurance_image','1365'),(11219,1358,'_insurance_image','field_65af7b0462b67'),(11220,1368,'_eael_post_view_count','21'),(11221,1369,'_eael_post_view_count','40'),(11222,1370,'_eael_post_view_count','30'),(11223,1380,'_wp_attached_file','2024/02/micro_fin-1.png'),(11224,1380,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:341;s:4:\"file\";s:23:\"2024/02/micro_fin-1.png\";s:8:\"filesize\";i:199103;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"micro_fin-1-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52369;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"micro_fin-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26355;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11225,1381,'_wp_attached_file','2024/02/nbfc.png'),(11226,1381,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1024;s:4:\"file\";s:16:\"2024/02/nbfc.png\";s:8:\"filesize\";i:748109;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"nbfc-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46799;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"nbfc-1024x583.png\";s:5:\"width\";i:1024;s:6:\"height\";i:583;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:346371;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"nbfc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25763;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"nbfc-768x437.png\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:218428;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"nbfc-1536x874.png\";s:5:\"width\";i:1536;s:6:\"height\";i:874;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:636253;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"nbfc-1568x892.png\";s:5:\"width\";i:1568;s:6:\"height\";i:892;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:655041;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11227,1382,'_wp_attached_file','2024/02/retail-fin.png'),(11228,1382,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:341;s:4:\"file\";s:22:\"2024/02/retail-fin.png\";s:8:\"filesize\";i:229472;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"retail-fin-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51448;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"retail-fin-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27024;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11229,1383,'_wp_attached_file','2024/02/housing_fin.png'),(11230,1383,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1024;s:4:\"file\";s:23:\"2024/02/housing_fin.png\";s:8:\"filesize\";i:778550;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"housing_fin-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46275;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"housing_fin-1024x583.png\";s:5:\"width\";i:1024;s:6:\"height\";i:583;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:340852;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"housing_fin-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24406;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"housing_fin-768x437.png\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212889;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"housing_fin-1536x874.png\";s:5:\"width\";i:1536;s:6:\"height\";i:874;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:641090;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"housing_fin-1568x892.png\";s:5:\"width\";i:1568;s:6:\"height\";i:892;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:661980;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11231,1384,'_wp_attached_file','2024/02/insurance.png'),(11232,1384,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:341;s:4:\"file\";s:21:\"2024/02/insurance.png\";s:8:\"filesize\";i:194661;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"insurance-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49237;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"insurance-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26542;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11233,1385,'_wp_attached_file','2024/02/autoIncentiveCalc.png'),(11234,1385,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:861;s:6:\"height\";i:861;s:4:\"file\";s:29:\"2024/02/autoIncentiveCalc.png\";s:8:\"filesize\";i:515680;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"autoIncentiveCalc-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58995;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"autoIncentiveCalc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19299;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"autoIncentiveCalc-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:287713;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11235,1386,'_wp_attached_file','2024/02/ft_bg.jpg'),(11236,1386,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1366;s:6:\"height\";i:370;s:4:\"file\";s:17:\"2024/02/ft_bg.jpg\";s:8:\"filesize\";i:25051;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"ft_bg-300x81.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1202;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"ft_bg-1024x277.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13122;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ft_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ft_bg-768x208.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6803;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11237,1387,'_wp_attached_file','2024/02/landingBanner_fieldTrackO.jpg'),(11238,1387,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2024/02/landingBanner_fieldTrackO.jpg\";s:8:\"filesize\";i:109548;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"landingBanner_fieldTrackO-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8636;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"landingBanner_fieldTrackO-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46627;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"landingBanner_fieldTrackO-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4317;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"landingBanner_fieldTrackO-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31581;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"landingBanner_fieldTrackO-1536x720.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80118;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"landingBanner_fieldTrackO-1568x735.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83583;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11239,1291,'_thumbnail_id','1395'),(11240,1291,'automatic_incentive_calculator_title','Automatic Incentive Calculator'),(11241,1291,'_automatic_incentive_calculator_title','field_65cf60d94889c'),(11242,1291,'automatic_incentive_calculator_image','1385'),(11243,1291,'_automatic_incentive_calculator_image','field_65cf60ec4889d'),(11244,1291,'automatic_incentive_calculator_content','<p>Field Track-O offers an automated solution for calculating incentives for field agents based on their performance against targets set for each month, quarter, and year.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Accurately tracks and monitors real-time progress in achieving sales, lead generation, and other key performance indicators. Leveraging this data, the application dynamically calculates, and display’s incentives earned in real-time, eliminating manual errors and saving time for both agents and management. Moreover, Field Track-O provides customizable incentive structures, allowing organizations to align incentives with performance goals and motivate field agents to exceed targets consistently.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Field Track-O also enables managers to gain actionable insights into incentive performance trends, drive sales effectiveness and reward field agents for their contributions to business growth.</p></li></ul>'),(11245,1291,'_automatic_incentive_calculator_content','field_65cf61044889e'),(11246,1291,'footer_book_a_demo_heading','Arukus Field Track-O'),(11247,1291,'_footer_book_a_demo_heading','field_65cf61194889f'),(11248,1291,'footer_book_a_demo_image','1386'),(11249,1291,'_footer_book_a_demo_image','field_65cf611f488a0'),(11250,1291,'footer_book_a_demo_button_text','Book a Demo Today'),(11251,1291,'_footer_book_a_demo_button_text','field_65cf6157488a1'),(11252,1291,'footer_book_a_demo_content','Don\'t miss this opportunity to take your field operations to the next level. Contact us now to book your demo and embark on a journey towards unparalleled success with Arukus Field Track-O.'),(11253,1291,'_footer_book_a_demo_content','field_65cf616f488a2'),(11254,1366,'banner_heading','Arukus Field Track-O: Real-Time Field Sales Tracking Software'),(11255,1366,'_banner_heading','field_65af745925d07'),(11256,1366,'banner_sub_heading','Automate, plan, track, and monitor your field force movement, daily targets, tasks, and assignments'),(11257,1366,'_banner_sub_heading','field_65af747525d08'),(11258,1366,'banner_content','With features such as GPS employee tracking, lead assignment & activities, location-based attendance, geo-verified client visits, distance and time spent with target vs. completion ratio, Field Track-O fully automates your field sales workflow.'),(11259,1366,'_banner_content','field_65af748225d09'),(11260,1366,'managing_field_workforce_heading','Tracking your field employees in real-time using our mobile-based GPS tracking solution – Field Track-O'),(11261,1366,'_managing_field_workforce_heading','field_65af749825d0a'),(11262,1366,'1st_work_flow_icon','1359'),(11263,1366,'_1st_work_flow_icon','field_65af74a725d0b'),(11264,1366,'1st_work_flow_heading','Location Tracking'),(11265,1366,'_1st_work_flow_heading','field_65af74b625d0c'),(11266,1366,'1st_work_flow_content','Check the real-time location of your field employee.'),(11267,1366,'_1st_work_flow_content','field_65af784825d0d'),(11268,1366,'2nd_work_flow_icon','1360'),(11269,1366,'_2nd_work_flow_icon','field_65af785825d0e'),(11270,1366,'2nd_work_flow_heading','Attendance'),(11271,1366,'_2nd_work_flow_heading','field_65af787125d0f'),(11272,1366,'2nd_work_flow_content','Attendance marking with location & track working hours.'),(11273,1366,'_2nd_work_flow_content','field_65af788025d10'),(11274,1366,'3rd_work_flow_icon','1361'),(11275,1366,'_3rd_work_flow_icon','field_65af789025d11'),(11276,1366,'3rd_work_flow_heading','Client Visits'),(11277,1366,'_3rd_work_flow_heading','field_65af789f25d12'),(11278,1366,'3rd_work_flow_content','Get Geo-verified client visits, photos & forms.'),(11279,1366,'_3rd_work_flow_content','field_65af78ad25d13'),(11280,1366,'4th_work_flow_icon','1362'),(11281,1366,'_4th_work_flow_icon','field_65af78bc25d14'),(11282,1366,'4th_work_flow_heading','Targets'),(11283,1366,'_4th_work_flow_heading','field_65af78c925d15'),(11284,1366,'4th_work_flow_content','Assign team targets & monitor progress seamlessly.'),(11285,1366,'_4th_work_flow_content','field_65af78d625d16'),(11286,1366,'5th_work_flow_icon','1363'),(11287,1366,'_5th_work_flow_icon','field_65af78e225d17'),(11288,1366,'5th_work_flow_heading','Expense Management'),(11289,1366,'_5th_work_flow_heading','field_65af78ef25d18'),(11290,1366,'5th_work_flow_content','Validate, process and digitize your expenses.'),(11291,1366,'_5th_work_flow_content','field_65af78fd25d19'),(11292,1366,'6th_work_flow_icon','1364'),(11293,1366,'_6th_work_flow_icon','field_65af790d25d1a'),(11294,1366,'6th_work_flow_heading','Order Booking'),(11295,1366,'_6th_work_flow_heading','field_65af791925d1b'),(11296,1366,'6th_work_flow_content','Book orders directly through our application.'),(11297,1366,'_6th_work_flow_content','field_65af792525d1c'),(11298,1366,'features_section_heading','FIELD FORCE AUTOMATION FEATURES FOR ALL INDUSTRIES<br /> Looking for a better way to manage your field force?'),(11299,1366,'_features_section_heading','field_65af793625d1d'),(11300,1366,'microfinance_institutions_heading','Microfinance Institutions'),(11301,1366,'_microfinance_institutions_heading','field_65af794625d1e'),(11302,1366,'microfinance_institutions_image','1380'),(11303,1366,'_microfinance_institutions_image','field_65af795425d1f'),(11304,1366,'microfinance_institutions_content','<h3><strong>For MFI Field Officers</strong> </h3>\r\n                            <p>Accelerate growth and turbocharge your field force with the right tools to Plan, Convert & Execute. Field Track-O simplifies field sales tracking and managing.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Track real time location and meetings w.r.t the various processes (CGT, GRT, OD Collection, PTP Collection, etc.)</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get geo-verified proof of client/task/activity visit</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set Targets</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Validate distance travelled and auto approve conveyance bills</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set tasks and visit plan and verify assigned vs. achieved.</p></li>\r\n                            </ul>'),(11305,1366,'_microfinance_institutions_content','field_65af797425d20'),(11306,1366,'nbfcs_heading','NBFCs'),(11307,1366,'_nbfcs_heading','field_65af798c25d21'),(11308,1366,'nbfcs_image','1381'),(11309,1366,'_nbfcs_image','field_65af79cc25d22'),(11310,1366,'nbfcs_content','<h3><strong>For NBFCS</strong> </h3>\r\n                            <p>NBFCs (Non-Banking Financial Companies) stand to benefit significantly from Field Track-O\'s features tailored to their needs. The application enables NBFCs to monitor field agents\' performance closely, ensuring optimal productivity and accountability in customer engagement and lead generation activities. </p>\r\n                            <p>With its ability to track assignments and targets on various financial products, including loans and credit facilities, Field Track-O empowers NBFCs to drive growth while maintaining compliance with industry regulations.</p>'),(11311,1366,'_nbfcs_content','field_65af7a2425d23'),(11312,1366,'retail_finance_heading','Retail Finance'),(11313,1366,'_retail_finance_heading','field_65af7a3425d24'),(11314,1366,'retail_finance_image','1382'),(11315,1366,'_retail_finance_image','field_65af7a4125d25'),(11316,1366,'retail_finance_content','<h3><strong>For Retail Financing</strong> </h3>\r\n                            <p>Retail Finance, spanning areas such as Used Car Loans, Two-Wheeler Loans, Business Loans, and Loans against Property, can leverage the capabilities of Field Track-O to enhance operational efficiency and customer service.</p>\r\n<p>By providing insights into field agents\' activities related to loan origination, documentation, and verification processes, the application enables timely decision-making and faster loan approvals.</p>\r\n<p>Furthermore, Field Track-O\'s performance tracking features aid in assessing sales targets, optimizing resource allocation, and improving overall portfolio management.</p>\r\n                            '),(11317,1366,'_retail_finance_content','field_65af7a5a25d26'),(11318,1366,'housing_finance_icon',''),(11319,1366,'_housing_finance_icon','field_65af7ad062b64'),(11320,1366,'housing_finance_heading','Housing Finance'),(11321,1366,'_housing_finance_heading','field_65af7ade62b65'),(11322,1366,'housing_finance_content','<h3><strong>For Housing Finance</strong> </h3>\r\n                            <p>Housing Finance companies can capitalize on Field Track-O\'s functionalities to streamline the mortgage lending process and enhance customer satisfaction.</p>\r\n                            <p>The application facilitates end-to-end tracking of field activities, including property inspections, documentation verification, and payment collections, ensuring transparency and accuracy throughout the loan lifecycle.</p>\r\n<p>Additionally, Field Track-O\'s compliance monitoring capabilities help housing finance firms uphold regulatory standards and mitigate risks associated with loan disbursements and asset management.</p>'),(11323,1366,'_housing_finance_content','field_65af7af662b66'),(11324,1366,'insurance_icon',''),(11325,1366,'_insurance_icon','field_65af7b0462b67'),(11326,1366,'insurance_heading','Insurance'),(11327,1366,'_insurance_heading','field_65af7b1662b68'),(11328,1366,'insurance_content','<h3><strong>For Insurance Companies</strong> </h3>\r\n                            <p>Arukus Technologies\' Field Track-O offers a valuable tool to optimize field operations and drive sales performance.</p>\r\n                            <p>The application enables insurers to track agents\' activities related to lead generation, customer interactions, policy issuance, and premium collections, facilitating better management of the sales pipeline and customer relationships.</p>\r\n<p>Moreover, Field Track-O\'s compliance checks ensure adherence to industry regulations and enhance transparency in insurance transactions, bolstering trust and credibility among stakeholders.</p>'),(11329,1366,'_insurance_content','field_65af7b2562b69'),(11330,1366,'best_in_class_heading','Best Field Sales Movement Tracking App'),(11331,1366,'_best_in_class_heading','field_65af7b4562b6a'),(11332,1366,'best_in_class_sub_heading','All the tools you need to track your employees field activity. Track your sales team, delivery boys, service managers, field engineers, etc., with an ease.'),(11333,1366,'_best_in_class_sub_heading','field_65af7b5362b6b'),(11334,1366,'location_tracking_heading','Location Tracking'),(11335,1366,'_location_tracking_heading','field_65af7b6262b6c'),(11336,1366,'location_tracking_image','1352'),(11337,1366,'_location_tracking_image','field_65af7b6e62b6d'),(11338,1366,'location_tracking_content','<p>Get real time location of field officers, track customer meetings, their duration and time spent.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p> Track Location via Mobile GPS On Map</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Check who is in meeting</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts when somebody is wasting their time.</p></li></ul>'),(11339,1366,'_location_tracking_content','field_65af7b8662b6e'),(11340,1366,'geo_tagged_attendance_title','Geo Tagged Attendance'),(11341,1366,'_geo_tagged_attendance_title','field_65af7b9662b6f'),(11342,1366,'geo_tagged_attendance_image','1353'),(11343,1366,'_geo_tagged_attendance_image','field_65af7ba562b70'),(11344,1366,'geo_tagged_attendance_content','<p>Track employee check-in at branch locations with geo-fencing validations, track punch-in and punch-out times, ensure everybody follows the rules.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Branch & Employee Tracking.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Advanced reporting on attendance, late arrivals or absenteeism.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Exceptions on login outside branch perimeters with reason.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Complete timesheet maintenance.</p></li></ul>'),(11345,1366,'_geo_tagged_attendance_content','field_65af7bbc62b71'),(11346,1366,'real_time_reporting_title','Real-Time Reporting'),(11347,1366,'_real_time_reporting_title','field_65af7bce62b72'),(11348,1366,'real_time_reporting_image','1354'),(11349,1366,'_real_time_reporting_image','field_65af7bdb62b73'),(11350,1366,'real_time_reporting_content','<p>Get real-time reports on Customer visits made by Field Sales staff, how many meetings conducted, information collected, and business closed in a day.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Capture every detail of visits with live photo capture and geo-location.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Ensure all details are captured on the visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Managers can track completed and due tasks assigned for the day.</p></li></ul>'),(11351,1366,'_real_time_reporting_content','field_65af7bee62b74'),(11352,1366,'route_distance_calculator_title','Route Distance Calculator'),(11353,1366,'_route_distance_calculator_title','field_65af7c0062b75'),(11354,1366,'route_distance_calculator_image','1355'),(11355,1366,'_route_distance_calculator_image','field_65af7c1562b76'),(11356,1366,'route_distance_calculator_content','<p>Stop relying on employee travel claims and save money by tracking actual distances travelled by field sales executives for official work and process claim automatically.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get actual distance traveled & duration</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Only calculates distance for official work.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Save money for your business by optimising conveyance calculation.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Approve or reject claim.</p></li></ul>'),(11357,1366,'_route_distance_calculator_content','field_65af7c2c62b77'),(11358,1366,'custom_forms_title','Capture Customer Info during Visits'),(11359,1366,'_custom_forms_title','field_65af7c3b62b78'),(11360,1366,'custom_forms_image','1356'),(11361,1366,'_custom_forms_image','field_65af7c4b62b79'),(11362,1366,'custom_forms_content','<p>Custom forms for Field Executives to capture information on the field, based on purpose of visit, customer stage and position. Process information, collect payment and update stage, all on the fly.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Every form is geo-tagged, which ensures the authenticity of the data.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Assign different forms to different teams & visit type.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get customer signature or images of the location as authentication of visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Download reports as per your convenience.</p></li></ul>'),(11363,1366,'_custom_forms_content','field_65af7c6562b7a'),(11364,1366,'geo_fence_monitoring_title','Geo-Fence Monitoring'),(11365,1366,'_geo_fence_monitoring_title','field_65af7c7762b7b'),(11366,1366,'geo_fence_monitoring_image','1357'),(11367,1366,'_geo_fence_monitoring_image','field_65af7c8462b7c'),(11368,1366,'geo_fence_monitoring_content','<p>Create virtual GPS based fences for your in-house employees to ensure they do not leave the location during working hours. It is very useful to track remote employees, which do not have supervision of a manager and are required to stay indoors during working hours.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get detailed reporting of the breaches with in & out timings.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Create unlimited geo-fences.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts if somebody breaches the fence.</p></li></ul>'),(11369,1366,'_geo_fence_monitoring_content','field_65af7c9d62b7d'),(11370,1366,'housing_finance_image','1383'),(11371,1366,'_housing_finance_image','field_65af7ad062b64'),(11372,1366,'insurance_image','1384'),(11373,1366,'_insurance_image','field_65af7b0462b67'),(11374,1366,'automatic_incentive_calculator_title','Automatic Incentive Calculator'),(11375,1366,'_automatic_incentive_calculator_title','field_65cf60d94889c'),(11376,1366,'automatic_incentive_calculator_image','1385'),(11377,1366,'_automatic_incentive_calculator_image','field_65cf60ec4889d'),(11378,1366,'automatic_incentive_calculator_content','<p>Field Track-O offers an automated solution for calculating incentives for field agents based on their performance against targets set for each month, quarter, and year.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Accurately tracks and monitors real-time progress in achieving sales, lead generation, and other key performance indicators. Leveraging this data, the application dynamically calculates, and display’s incentives earned in real-time, eliminating manual errors and saving time for both agents and management. Moreover, Field Track-O provides customizable incentive structures, allowing organizations to align incentives with performance goals and motivate field agents to exceed targets consistently.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Field Track-O also enables managers to gain actionable insights into incentive performance trends, drive sales effectiveness and reward field agents for their contributions to business growth.</p></li></ul>'),(11379,1366,'_automatic_incentive_calculator_content','field_65cf61044889e'),(11380,1366,'footer_book_a_demo_heading','Arukus Field Track-O'),(11381,1366,'_footer_book_a_demo_heading','field_65cf61194889f'),(11382,1366,'footer_book_a_demo_image','1386'),(11383,1366,'_footer_book_a_demo_image','field_65cf611f488a0'),(11384,1366,'footer_book_a_demo_button_text','Book a Demo Today'),(11385,1366,'_footer_book_a_demo_button_text','field_65cf6157488a1'),(11386,1366,'footer_book_a_demo_content','Don\'t miss this opportunity to take your field operations to the next level. Contact us now to book your demo and embark on a journey towards unparalleled success with Arukus Field Track-O.'),(11387,1366,'_footer_book_a_demo_content','field_65cf616f488a2'),(11388,1388,'banner_heading','Arukus Field Track-O: Real-Time Field Sales Tracking Software'),(11389,1388,'_banner_heading','field_65af745925d07'),(11390,1388,'banner_sub_heading','Automate, plan, track, and monitor your field force movement, daily targets, tasks, and assignments'),(11391,1388,'_banner_sub_heading','field_65af747525d08'),(11392,1388,'banner_content','With features such as GPS employee tracking, lead assignment & activities, location-based attendance, geo-verified client visits, distance and time spent with target vs. completion ratio, Field Track-O fully automates your field sales workflow.'),(11393,1388,'_banner_content','field_65af748225d09'),(11394,1388,'managing_field_workforce_heading','Tracking your field employees in real-time using our mobile-based GPS tracking solution – Field Track-O'),(11395,1388,'_managing_field_workforce_heading','field_65af749825d0a'),(11396,1388,'1st_work_flow_icon','1359'),(11397,1388,'_1st_work_flow_icon','field_65af74a725d0b'),(11398,1388,'1st_work_flow_heading','Location Tracking'),(11399,1388,'_1st_work_flow_heading','field_65af74b625d0c'),(11400,1388,'1st_work_flow_content','Check the real-time location of your field employee.'),(11401,1388,'_1st_work_flow_content','field_65af784825d0d'),(11402,1388,'2nd_work_flow_icon','1360'),(11403,1388,'_2nd_work_flow_icon','field_65af785825d0e'),(11404,1388,'2nd_work_flow_heading','Attendance'),(11405,1388,'_2nd_work_flow_heading','field_65af787125d0f'),(11406,1388,'2nd_work_flow_content','Attendance marking with location & track working hours.'),(11407,1388,'_2nd_work_flow_content','field_65af788025d10'),(11408,1388,'3rd_work_flow_icon','1361'),(11409,1388,'_3rd_work_flow_icon','field_65af789025d11'),(11410,1388,'3rd_work_flow_heading','Client Visits'),(11411,1388,'_3rd_work_flow_heading','field_65af789f25d12'),(11412,1388,'3rd_work_flow_content','Get Geo-verified client visits, photos & forms.'),(11413,1388,'_3rd_work_flow_content','field_65af78ad25d13'),(11414,1388,'4th_work_flow_icon','1362'),(11415,1388,'_4th_work_flow_icon','field_65af78bc25d14'),(11416,1388,'4th_work_flow_heading','Targets'),(11417,1388,'_4th_work_flow_heading','field_65af78c925d15'),(11418,1388,'4th_work_flow_content','Assign team targets & monitor progress seamlessly.'),(11419,1388,'_4th_work_flow_content','field_65af78d625d16'),(11420,1388,'5th_work_flow_icon','1363'),(11421,1388,'_5th_work_flow_icon','field_65af78e225d17'),(11422,1388,'5th_work_flow_heading','Expense Management'),(11423,1388,'_5th_work_flow_heading','field_65af78ef25d18'),(11424,1388,'5th_work_flow_content','Validate, process and digitize your expenses.'),(11425,1388,'_5th_work_flow_content','field_65af78fd25d19'),(11426,1388,'6th_work_flow_icon','1364'),(11427,1388,'_6th_work_flow_icon','field_65af790d25d1a'),(11428,1388,'6th_work_flow_heading','Incentive Calculator'),(11429,1388,'_6th_work_flow_heading','field_65af791925d1b'),(11430,1388,'6th_work_flow_content','Automatically calculate performance incentives of sales staff.'),(11431,1388,'_6th_work_flow_content','field_65af792525d1c'),(11432,1388,'features_section_heading','FIELD FORCE AUTOMATION FEATURES FOR ALL INDUSTRIES<br /> Looking for a better way to manage your field force?'),(11433,1388,'_features_section_heading','field_65af793625d1d'),(11434,1388,'microfinance_institutions_heading','Microfinance Institutions'),(11435,1388,'_microfinance_institutions_heading','field_65af794625d1e'),(11436,1388,'microfinance_institutions_image','1380'),(11437,1388,'_microfinance_institutions_image','field_65af795425d1f'),(11438,1388,'microfinance_institutions_content','<h3><strong>For MFI Field Officers</strong> </h3>\r\n                            <p>Accelerate growth and turbocharge your field force with the right tools to Plan, Convert & Execute. Field Track-O simplifies field sales tracking and managing.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Track real time location and meetings w.r.t the various processes (CGT, GRT, OD Collection, PTP Collection, etc.)</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get geo-verified proof of client/task/activity visit</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set Targets</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Validate distance travelled and auto approve conveyance bills</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set tasks and visit plan and verify assigned vs. achieved.</p></li>\r\n                            </ul>'),(11439,1388,'_microfinance_institutions_content','field_65af797425d20'),(11440,1388,'nbfcs_heading','NBFCs'),(11441,1388,'_nbfcs_heading','field_65af798c25d21'),(11442,1388,'nbfcs_image','1381'),(11443,1388,'_nbfcs_image','field_65af79cc25d22'),(11444,1388,'nbfcs_content','<h3><strong>For NBFCS</strong> </h3>\r\n                            <p>NBFCs (Non-Banking Financial Companies) stand to benefit significantly from Field Track-O\'s features tailored to their needs. The application enables NBFCs to monitor field agents\' performance closely, ensuring optimal productivity and accountability in customer engagement and lead generation activities. </p>\r\n                            <p>With its ability to track assignments and targets on various financial products, including loans and credit facilities, Field Track-O empowers NBFCs to drive growth while maintaining compliance with industry regulations.</p>'),(11445,1388,'_nbfcs_content','field_65af7a2425d23'),(11446,1388,'retail_finance_heading','Retail Finance'),(11447,1388,'_retail_finance_heading','field_65af7a3425d24'),(11448,1388,'retail_finance_image','1382'),(11449,1388,'_retail_finance_image','field_65af7a4125d25'),(11450,1388,'retail_finance_content','<h3><strong>For Retail Financing</strong> </h3>\r\n                            <p>Retail Finance, spanning areas such as Used Car Loans, Two-Wheeler Loans, Business Loans, and Loans against Property, can leverage the capabilities of Field Track-O to enhance operational efficiency and customer service.</p>\r\n<p>By providing insights into field agents\' activities related to loan origination, documentation, and verification processes, the application enables timely decision-making and faster loan approvals.</p>\r\n<p>Furthermore, Field Track-O\'s performance tracking features aid in assessing sales targets, optimizing resource allocation, and improving overall portfolio management.</p>\r\n                            '),(11451,1388,'_retail_finance_content','field_65af7a5a25d26'),(11452,1388,'housing_finance_icon',''),(11453,1388,'_housing_finance_icon','field_65af7ad062b64'),(11454,1388,'housing_finance_heading','Housing Finance'),(11455,1388,'_housing_finance_heading','field_65af7ade62b65'),(11456,1388,'housing_finance_content','<h3><strong>For Housing Finance</strong> </h3>\r\n                            <p>Housing Finance companies can capitalize on Field Track-O\'s functionalities to streamline the mortgage lending process and enhance customer satisfaction.</p>\r\n                            <p>The application facilitates end-to-end tracking of field activities, including property inspections, documentation verification, and payment collections, ensuring transparency and accuracy throughout the loan lifecycle.</p>\r\n<p>Additionally, Field Track-O\'s compliance monitoring capabilities help housing finance firms uphold regulatory standards and mitigate risks associated with loan disbursements and asset management.</p>'),(11457,1388,'_housing_finance_content','field_65af7af662b66'),(11458,1388,'insurance_icon',''),(11459,1388,'_insurance_icon','field_65af7b0462b67'),(11460,1388,'insurance_heading','Insurance'),(11461,1388,'_insurance_heading','field_65af7b1662b68'),(11462,1388,'insurance_content','<h3><strong>For Insurance Companies</strong> </h3>\r\n                            <p>Arukus Technologies\' Field Track-O offers a valuable tool to optimize field operations and drive sales performance.</p>\r\n                            <p>The application enables insurers to track agents\' activities related to lead generation, customer interactions, policy issuance, and premium collections, facilitating better management of the sales pipeline and customer relationships.</p>\r\n<p>Moreover, Field Track-O\'s compliance checks ensure adherence to industry regulations and enhance transparency in insurance transactions, bolstering trust and credibility among stakeholders.</p>'),(11463,1388,'_insurance_content','field_65af7b2562b69'),(11464,1388,'best_in_class_heading','Best Field Sales Movement Tracking App'),(11465,1388,'_best_in_class_heading','field_65af7b4562b6a'),(11466,1388,'best_in_class_sub_heading','All the tools you need to track your employees field activity. Track your sales team, delivery boys, service managers, field engineers, etc., with an ease.'),(11467,1388,'_best_in_class_sub_heading','field_65af7b5362b6b'),(11468,1388,'location_tracking_heading','Location Tracking'),(11469,1388,'_location_tracking_heading','field_65af7b6262b6c'),(11470,1388,'location_tracking_image','1352'),(11471,1388,'_location_tracking_image','field_65af7b6e62b6d'),(11472,1388,'location_tracking_content','<p>Get real time location of field officers, track customer meetings, their duration and time spent.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p> Track Location via Mobile GPS On Map</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Check who is in meeting</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts when somebody is wasting their time.</p></li></ul>'),(11473,1388,'_location_tracking_content','field_65af7b8662b6e'),(11474,1388,'geo_tagged_attendance_title','Geo Tagged Attendance'),(11475,1388,'_geo_tagged_attendance_title','field_65af7b9662b6f'),(11476,1388,'geo_tagged_attendance_image','1353'),(11477,1388,'_geo_tagged_attendance_image','field_65af7ba562b70'),(11478,1388,'geo_tagged_attendance_content','<p>Track employee check-in at branch locations with geo-fencing validations, track punch-in and punch-out times, ensure everybody follows the rules.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Branch & Employee Tracking.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Advanced reporting on attendance, late arrivals or absenteeism.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Exceptions on login outside branch perimeters with reason.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Complete timesheet maintenance.</p></li></ul>'),(11479,1388,'_geo_tagged_attendance_content','field_65af7bbc62b71'),(11480,1388,'real_time_reporting_title','Real-Time Reporting'),(11481,1388,'_real_time_reporting_title','field_65af7bce62b72'),(11482,1388,'real_time_reporting_image','1354'),(11483,1388,'_real_time_reporting_image','field_65af7bdb62b73'),(11484,1388,'real_time_reporting_content','<p>Get real-time reports on Customer visits made by Field Sales staff, how many meetings conducted, information collected, and business closed in a day.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Capture every detail of visits with live photo capture and geo-location.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Ensure all details are captured on the visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Managers can track completed and due tasks assigned for the day.</p></li></ul>'),(11485,1388,'_real_time_reporting_content','field_65af7bee62b74'),(11486,1388,'route_distance_calculator_title','Route Distance Calculator'),(11487,1388,'_route_distance_calculator_title','field_65af7c0062b75'),(11488,1388,'route_distance_calculator_image','1355'),(11489,1388,'_route_distance_calculator_image','field_65af7c1562b76'),(11490,1388,'route_distance_calculator_content','<p>Stop relying on employee travel claims and save money by tracking actual distances travelled by field sales executives for official work and process claim automatically.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get actual distance traveled & duration</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Only calculates distance for official work.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Save money for your business by optimising conveyance calculation.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Approve or reject claim.</p></li></ul>'),(11491,1388,'_route_distance_calculator_content','field_65af7c2c62b77'),(11492,1388,'custom_forms_title','Capture Customer Info during Visits'),(11493,1388,'_custom_forms_title','field_65af7c3b62b78'),(11494,1388,'custom_forms_image','1356'),(11495,1388,'_custom_forms_image','field_65af7c4b62b79'),(11496,1388,'custom_forms_content','<p>Custom forms for Field Executives to capture information on the field, based on purpose of visit, customer stage and position. Process information, collect payment and update stage, all on the fly.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Every form is geo-tagged, which ensures the authenticity of the data.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Assign different forms to different teams & visit type.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get customer signature or images of the location as authentication of visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Download reports as per your convenience.</p></li></ul>'),(11497,1388,'_custom_forms_content','field_65af7c6562b7a'),(11498,1388,'geo_fence_monitoring_title','Geo-Fence Monitoring'),(11499,1388,'_geo_fence_monitoring_title','field_65af7c7762b7b'),(11500,1388,'geo_fence_monitoring_image','1357'),(11501,1388,'_geo_fence_monitoring_image','field_65af7c8462b7c'),(11502,1388,'geo_fence_monitoring_content','<p>Create virtual GPS based fences for your in-house employees to ensure they do not leave the location during working hours. It is very useful to track remote employees, which do not have supervision of a manager and are required to stay indoors during working hours.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get detailed reporting of the breaches with in & out timings.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Create unlimited geo-fences.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts if somebody breaches the fence.</p></li></ul>'),(11503,1388,'_geo_fence_monitoring_content','field_65af7c9d62b7d'),(11504,1388,'housing_finance_image','1383'),(11505,1388,'_housing_finance_image','field_65af7ad062b64'),(11506,1388,'insurance_image','1384'),(11507,1388,'_insurance_image','field_65af7b0462b67'),(11508,1388,'automatic_incentive_calculator_title','Automatic Incentive Calculator'),(11509,1388,'_automatic_incentive_calculator_title','field_65cf60d94889c'),(11510,1388,'automatic_incentive_calculator_image','1385'),(11511,1388,'_automatic_incentive_calculator_image','field_65cf60ec4889d'),(11512,1388,'automatic_incentive_calculator_content','<p>Field Track-O offers an automated solution for calculating incentives for field agents based on their performance against targets set for each month, quarter, and year.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Accurately tracks and monitors real-time progress in achieving sales, lead generation, and other key performance indicators. Leveraging this data, the application dynamically calculates, and display’s incentives earned in real-time, eliminating manual errors and saving time for both agents and management. Moreover, Field Track-O provides customizable incentive structures, allowing organizations to align incentives with performance goals and motivate field agents to exceed targets consistently.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Field Track-O also enables managers to gain actionable insights into incentive performance trends, drive sales effectiveness and reward field agents for their contributions to business growth.</p></li></ul>'),(11513,1388,'_automatic_incentive_calculator_content','field_65cf61044889e'),(11514,1388,'footer_book_a_demo_heading','Arukus Field Track-O'),(11515,1388,'_footer_book_a_demo_heading','field_65cf61194889f'),(11516,1388,'footer_book_a_demo_image','1386'),(11517,1388,'_footer_book_a_demo_image','field_65cf611f488a0'),(11518,1388,'footer_book_a_demo_button_text','Book a Demo Today'),(11519,1388,'_footer_book_a_demo_button_text','field_65cf6157488a1'),(11520,1388,'footer_book_a_demo_content','Don\'t miss this opportunity to take your field operations to the next level. Contact us now to book your demo and embark on a journey towards unparalleled success with Arukus Field Track-O.'),(11521,1388,'_footer_book_a_demo_content','field_65cf616f488a2'),(11522,1389,'_eael_post_view_count','17'),(11523,1390,'_form','<div class=\"form_wrapper\"><div class=\"portion\">[text* your_full_name class:input_panel placeholder \"Your Name\"]</div><div class=\"portion\">[text* your_designation class:input_panel placeholder \"Your Designation\"]</div><div class=\"portion\">[text* name_of_institution class:input_panel placeholder \"Name of Institution\"]</div><div class=\"portion country\">[tel* countrytext-430 id:contactFormPageSec class:input_panel placeholder \"Your Phone Number\"]</div><div class=\"portion\">[email* your_email_address class:input_panel placeholder \"Your Email Id\"]</div><div class=\"portion\">[submit \"ARRANGE A DEMO\"]</div></div>'),(11524,1390,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:31:\"Field Track-O Landing Page Demo\";s:6:\"sender\";s:39:\"[your_full_name] < [your_email_address]\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:340:\"From: [your_full_name] < [your_email_address]\nSubject: Field Track-O Landing Page Demo\n\nMessage Body:\nName: [your_full_name]\nYour Designation: [your_designation]\nInstitute Name: [name_of_institution]\nMobile No: [countrytext-430]\nEmail Address: [your_email_address]\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:56:\"Bcc: sales@arukustech.com\nReply-To: [your_email_address]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(11525,1390,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:65:\"Thank you for your interest in Arukus Technologies Field Track-O.\";s:6:\"sender\";s:35:\"[_site_title] <info@arukustech.com>\";s:9:\"recipient\";s:20:\"[your_email_address]\";s:4:\"body\";s:6136:\"<html lang=en><meta charset=utf-8><title>Arukus Technologies</title><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css rel=stylesheet><style>html{width:100%;margin:0;padding:0}body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;margin:0;padding:0;-webkit-font-smoothing:antialiased}table{border-spacing:0}img{display:block!important;outline:0;text-decoration:none;-ms-interpolation-mode:bicubic;border:none;height:auto;line-height:100%}img.image-inline{display:inline-block!important}p{padding:0;margin:0}br{line-height:0!important}a,b,div,em,i,li,p,span,strong,td{-webkit-text-size-adjust:none}table td,table tr{border-collapse:collapse}table{border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0}@media screen and (max-width:100%){table[class=table-wrappper]{width:100%!important}td[class=content-left-gap]{width:5%!important}table[class=content-table],td[class=content-table]{width:100%!important}td[class=banner-image] img{width:100%!important}table[class=main-table-wrappper]{width:100%!important}td[class=gap-01]{height:15px!important}td[class=space-01]{width:15px!important}table[class=table-wrappper] .heading01{font-size:20px!important}table[class=table-wrappper] .text01{font-size:14px!important;margin-bottom:24px!important}table[class=table-wrappper] .heading02{font-size:24px!important}td[class=content-border]{height:25px!important}table[class=table-wrappper] .heading03{font-size:18px!important}table[class=table-wrappper] .email-link{display:block!important;margin:10px 0!important}}@media screen and (max-width:420px){table[class=brand]{width:100%!important;text-align:left!important}table[class=website-btn]{width:100%!important;text-align:left!important}table[class=website-btn-tbl]{width:130px!important}}</style><body style=background-color:#d7d7d7><table align=left cellpadding=0 cellspacing=0 style=\"width:100%;border-left:15px solid #d7d7d7;border-right:15px solid #d7d7d7\"bgcolor=#d7d7d7><tr><td height=28 class=gap-01><tr><td class=main-td><table align=left cellpadding=0 cellspacing=0 class=main-table-wrappper style=width:800px bgcolor=#ffffff><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td height=15 colspan=4><tr><td width=20><td align=left valign=top><table align=left cellpadding=0 cellspacing=0 class=brand style=width:109px><tr><td align=left><a href=https://arukustech.com/ style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Arukus Technologies height=39 src=https://arukustech.com/wp-content/uploads/2023/07/logo-web.jpg style=border:none title=Arukus Technologies width=150></a></table><td align=right style=padding-top:9px valign=top><table align=right cellpadding=0 cellspacing=0 class=website-btn style=width:130px width=130><tr><td height=1 class=gap-01><tr><td align=right><table align=right cellpadding=0 cellspacing=0 class=website-btn-tbl width=100%><tr><td align=right style=height:35px><a href=https://arukustech.com style=color:#fff;border-radius:4px;background-color:#eb553c;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;width:108px;height:15px;display:block;text-align:left;text-decoration:none;padding:10px;cursor:pointer;line-height:15px>Visit Website</a></table></table><td width=20><tr><td height=15 colspan=4></table><tr><td class=banner-image><a href=# style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Banner height=175 src=https://arukustech.com/wp-content/uploads/2023/07/mail_banner.png style=border:none; box-sizing:border-box; title=Banner width=800></a><tr><td height=25 class=gap-01><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td class=content-left-gap width=25><td><table align=left cellpadding=0 cellspacing=0 class=content-table style=width:100%><tr><td align=left><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\"class=text01><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\">Dear [your_full_name],<br><br>Thank you for your interest in Arukus Technologies and for booking a demo of our cutting-edge software solutions.<br><br> During the demo, we will walk you through our advanced Field Track-O features, real-time tracking capabilities, flexible configuration settings and more. Please ensure that you have a stable internet connection and access to a computer or device for the demo. Our team will reach out to you shortly before the scheduled time with all the necessary details to join the online session.<br><br> If you have any queries or require further assistance, please do not hesitate to reach out to our dedicated support team at <a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link>info@arukustech.com</a>. <br><br>Looking forward to meeting you during the demo and exploring how Arukus Technologies can contribute to your institutions growth and success.<br><br>Best regards,<br>Arukus Technologies<tr><td height=38 class=content-border style=\"border-top:1px solid #cfcece\"><tr><td align=center><p style=\"margin:0 0 6px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#293a47;font-weight:700\"class=heading03>Get connected with us!<p style=\"margin:0 0 10px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#293a47\"class=text01><a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link><i class=\"fa-solid fa-envelope\"></i> info@arukustech.com</a><a href=\"tel:(033) 4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none><i class=\"fa-solid fa-phone-volume\"></i> (033) 4808-9668</a><tr><td height=20><tr><td align=center><p style=margin:0;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47>&copy;  Copyright 2024. All Rights Reserved.<tr><td height=20></table><td class=content-left-gap width=25></table><tr><td height=9 bgcolor=#293a47></table><tr><td height=28 class=gap-01></table>\';\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(11526,1390,'_messages','a:22:{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:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";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:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";}'),(11527,1390,'_additional_settings',''),(11528,1390,'_locale','en_US'),(11529,1390,'_hash','6ca81dbd75c5b2b6cca5b3c1981861faa340b9de'),(11534,1391,'_edit_last','1'),(11535,1391,'_edit_lock','1708347009:1'),(11536,1391,'_wp_page_template','template-parts/thankyou.php'),(11537,1391,'_yoast_wpseo_content_score','90'),(11538,1391,'_yoast_wpseo_estimated-reading-time-minutes','1'),(11539,1391,'_yoast_wpseo_wordproof_timestamp',''),(11540,1394,'wpcf7_id','1390'),(11541,1394,'wpcf7_rule_id','default'),(11542,1394,'action_type','redirect'),(11544,1394,'post_title','New Action'),(11563,1394,'page_id','1391'),(11564,1394,'external_url',''),(11565,1394,'http_build_query_selectively_fields',''),(11566,1394,'delay_redirect_seconds',''),(11567,1394,'action_status','on'),(11568,1390,'_config_validation','a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";s:22:\"invalid_mailbox_syntax\";s:4:\"args\";a:3:{s:7:\"message\";s:31:\"Invalid mailbox syntax is used.\";s:6:\"params\";a:0:{}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),(11569,1395,'_wp_attached_file','2024/02/landingBanner_fieldTrackO4.jpg'),(11570,1395,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1212;s:4:\"file\";s:38:\"2024/02/landingBanner_fieldTrackO4.jpg\";s:8:\"filesize\";i:131480;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"landingBanner_fieldTrackO4-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10476;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"landingBanner_fieldTrackO4-1024x646.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55721;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"landingBanner_fieldTrackO4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4305;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"landingBanner_fieldTrackO4-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37933;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"landingBanner_fieldTrackO4-1536x970.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:970;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96174;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:39:\"landingBanner_fieldTrackO4-1568x990.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:990;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99025;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11571,1396,'banner_heading','Arukus Field Track-O: Real-Time Field Sales Tracking Software'),(11572,1396,'_banner_heading','field_65af745925d07'),(11573,1396,'banner_sub_heading','Automate, plan, track, and monitor your field force movement, daily targets, tasks, and assignments'),(11574,1396,'_banner_sub_heading','field_65af747525d08'),(11575,1396,'banner_content','With features such as GPS employee tracking, lead assignment & activities, location-based attendance, geo-verified client visits, distance and time spent with target vs. completion ratio, Field Track-O fully automates your field sales workflow.'),(11576,1396,'_banner_content','field_65af748225d09'),(11577,1396,'managing_field_workforce_heading','Tracking your field employees in real-time using our mobile-based GPS tracking solution – Field Track-O'),(11578,1396,'_managing_field_workforce_heading','field_65af749825d0a'),(11579,1396,'1st_work_flow_icon','1359'),(11580,1396,'_1st_work_flow_icon','field_65af74a725d0b'),(11581,1396,'1st_work_flow_heading','Location Tracking'),(11582,1396,'_1st_work_flow_heading','field_65af74b625d0c'),(11583,1396,'1st_work_flow_content','Check the real-time location of your field employee.'),(11584,1396,'_1st_work_flow_content','field_65af784825d0d'),(11585,1396,'2nd_work_flow_icon','1360'),(11586,1396,'_2nd_work_flow_icon','field_65af785825d0e'),(11587,1396,'2nd_work_flow_heading','Attendance'),(11588,1396,'_2nd_work_flow_heading','field_65af787125d0f'),(11589,1396,'2nd_work_flow_content','Attendance marking with location & track working hours.'),(11590,1396,'_2nd_work_flow_content','field_65af788025d10'),(11591,1396,'3rd_work_flow_icon','1361'),(11592,1396,'_3rd_work_flow_icon','field_65af789025d11'),(11593,1396,'3rd_work_flow_heading','Client Visits'),(11594,1396,'_3rd_work_flow_heading','field_65af789f25d12'),(11595,1396,'3rd_work_flow_content','Get Geo-verified client visits, photos & forms.'),(11596,1396,'_3rd_work_flow_content','field_65af78ad25d13'),(11597,1396,'4th_work_flow_icon','1362'),(11598,1396,'_4th_work_flow_icon','field_65af78bc25d14'),(11599,1396,'4th_work_flow_heading','Targets'),(11600,1396,'_4th_work_flow_heading','field_65af78c925d15'),(11601,1396,'4th_work_flow_content','Assign team targets & monitor progress seamlessly.'),(11602,1396,'_4th_work_flow_content','field_65af78d625d16'),(11603,1396,'5th_work_flow_icon','1363'),(11604,1396,'_5th_work_flow_icon','field_65af78e225d17'),(11605,1396,'5th_work_flow_heading','Expense Management'),(11606,1396,'_5th_work_flow_heading','field_65af78ef25d18'),(11607,1396,'5th_work_flow_content','Validate, process and digitize your expenses.'),(11608,1396,'_5th_work_flow_content','field_65af78fd25d19'),(11609,1396,'6th_work_flow_icon','1364'),(11610,1396,'_6th_work_flow_icon','field_65af790d25d1a'),(11611,1396,'6th_work_flow_heading','Incentive Calculator'),(11612,1396,'_6th_work_flow_heading','field_65af791925d1b'),(11613,1396,'6th_work_flow_content','Automatically calculate performance incentives of sales staff'),(11614,1396,'_6th_work_flow_content','field_65af792525d1c'),(11615,1396,'features_section_heading','FIELD FORCE AUTOMATION FEATURES FOR ALL INDUSTRIES<br /> Looking for a better way to manage your field force?'),(11616,1396,'_features_section_heading','field_65af793625d1d'),(11617,1396,'microfinance_institutions_heading','Microfinance Institutions'),(11618,1396,'_microfinance_institutions_heading','field_65af794625d1e'),(11619,1396,'microfinance_institutions_image','1380'),(11620,1396,'_microfinance_institutions_image','field_65af795425d1f'),(11621,1396,'microfinance_institutions_content','<h3><strong>For MFI Field Officers</strong> </h3>\r\n                            <p>Accelerate growth and turbocharge your field force with the right tools to Plan, Convert & Execute. Field Track-O simplifies field sales tracking and managing.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Track real time location and meetings w.r.t the various processes (CGT, GRT, OD Collection, PTP Collection, etc.)</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get geo-verified proof of client/task/activity visit</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set Targets</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Validate distance travelled and auto approve conveyance bills</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set tasks and visit plan and verify assigned vs. achieved.</p></li>\r\n                            </ul>'),(11622,1396,'_microfinance_institutions_content','field_65af797425d20'),(11623,1396,'nbfcs_heading','NBFCs'),(11624,1396,'_nbfcs_heading','field_65af798c25d21'),(11625,1396,'nbfcs_image','1381'),(11626,1396,'_nbfcs_image','field_65af79cc25d22'),(11627,1396,'nbfcs_content','<h3><strong>For NBFCS</strong> </h3>\r\n                            <p>NBFCs (Non-Banking Financial Companies) stand to benefit significantly from Field Track-O\'s features tailored to their needs. The application enables NBFCs to monitor field agents\' performance closely, ensuring optimal productivity and accountability in customer engagement and lead generation activities. </p>\r\n                            <p>With its ability to track assignments and targets on various financial products, including loans and credit facilities, Field Track-O empowers NBFCs to drive growth while maintaining compliance with industry regulations.</p>'),(11628,1396,'_nbfcs_content','field_65af7a2425d23'),(11629,1396,'retail_finance_heading','Retail Finance'),(11630,1396,'_retail_finance_heading','field_65af7a3425d24'),(11631,1396,'retail_finance_image','1382'),(11632,1396,'_retail_finance_image','field_65af7a4125d25'),(11633,1396,'retail_finance_content','<h3><strong>For Retail Financing</strong> </h3>\r\n                            <p>Retail Finance, spanning areas such as Used Car Loans, Two-Wheeler Loans, Business Loans, and Loans against Property, can leverage the capabilities of Field Track-O to enhance operational efficiency and customer service.</p>\r\n<p>By providing insights into field agents\' activities related to loan origination, documentation, and verification processes, the application enables timely decision-making and faster loan approvals.</p>\r\n<p>Furthermore, Field Track-O\'s performance tracking features aid in assessing sales targets, optimizing resource allocation, and improving overall portfolio management.</p>\r\n                            '),(11634,1396,'_retail_finance_content','field_65af7a5a25d26'),(11635,1396,'housing_finance_icon',''),(11636,1396,'_housing_finance_icon','field_65af7ad062b64'),(11637,1396,'housing_finance_heading','Housing Finance'),(11638,1396,'_housing_finance_heading','field_65af7ade62b65'),(11639,1396,'housing_finance_content','<h3><strong>For Housing Finance</strong> </h3>\r\n                            <p>Housing Finance companies can capitalize on Field Track-O\'s functionalities to streamline the mortgage lending process and enhance customer satisfaction.</p>\r\n                            <p>The application facilitates end-to-end tracking of field activities, including property inspections, documentation verification, and payment collections, ensuring transparency and accuracy throughout the loan lifecycle.</p>\r\n<p>Additionally, Field Track-O\'s compliance monitoring capabilities help housing finance firms uphold regulatory standards and mitigate risks associated with loan disbursements and asset management.</p>'),(11640,1396,'_housing_finance_content','field_65af7af662b66'),(11641,1396,'insurance_icon',''),(11642,1396,'_insurance_icon','field_65af7b0462b67'),(11643,1396,'insurance_heading','Insurance'),(11644,1396,'_insurance_heading','field_65af7b1662b68'),(11645,1396,'insurance_content','<h3><strong>For Insurance Companies</strong> </h3>\r\n                            <p>Arukus Technologies\' Field Track-O offers a valuable tool to optimize field operations and drive sales performance.</p>\r\n                            <p>The application enables insurers to track agents\' activities related to lead generation, customer interactions, policy issuance, and premium collections, facilitating better management of the sales pipeline and customer relationships.</p>\r\n<p>Moreover, Field Track-O\'s compliance checks ensure adherence to industry regulations and enhance transparency in insurance transactions, bolstering trust and credibility among stakeholders.</p>'),(11646,1396,'_insurance_content','field_65af7b2562b69'),(11647,1396,'best_in_class_heading','Best Field Sales Movement Tracking App'),(11648,1396,'_best_in_class_heading','field_65af7b4562b6a'),(11649,1396,'best_in_class_sub_heading','All the tools you need to track your employees field activity. Track your sales team, delivery boys, service managers, field engineers, etc., with an ease.'),(11650,1396,'_best_in_class_sub_heading','field_65af7b5362b6b'),(11651,1396,'location_tracking_heading','Location Tracking'),(11652,1396,'_location_tracking_heading','field_65af7b6262b6c'),(11653,1396,'location_tracking_image','1352'),(11654,1396,'_location_tracking_image','field_65af7b6e62b6d'),(11655,1396,'location_tracking_content','<p>Get real time location of field officers, track customer meetings, their duration and time spent.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p> Track Location via Mobile GPS On Map</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Check who is in meeting</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts when somebody is wasting their time.</p></li></ul>'),(11656,1396,'_location_tracking_content','field_65af7b8662b6e'),(11657,1396,'geo_tagged_attendance_title','Geo Tagged Attendance'),(11658,1396,'_geo_tagged_attendance_title','field_65af7b9662b6f'),(11659,1396,'geo_tagged_attendance_image','1353'),(11660,1396,'_geo_tagged_attendance_image','field_65af7ba562b70'),(11661,1396,'geo_tagged_attendance_content','<p>Track employee check-in at branch locations with geo-fencing validations, track punch-in and punch-out times, ensure everybody follows the rules.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Branch & Employee Tracking.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Advanced reporting on attendance, late arrivals or absenteeism.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Exceptions on login outside branch perimeters with reason.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Complete timesheet maintenance.</p></li></ul>'),(11662,1396,'_geo_tagged_attendance_content','field_65af7bbc62b71'),(11663,1396,'real_time_reporting_title','Real-Time Reporting'),(11664,1396,'_real_time_reporting_title','field_65af7bce62b72'),(11665,1396,'real_time_reporting_image','1354'),(11666,1396,'_real_time_reporting_image','field_65af7bdb62b73'),(11667,1396,'real_time_reporting_content','<p>Get real-time reports on Customer visits made by Field Sales staff, how many meetings conducted, information collected, and business closed in a day.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Capture every detail of visits with live photo capture and geo-location.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Ensure all details are captured on the visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Managers can track completed and due tasks assigned for the day.</p></li></ul>'),(11668,1396,'_real_time_reporting_content','field_65af7bee62b74'),(11669,1396,'route_distance_calculator_title','Route Distance Calculator'),(11670,1396,'_route_distance_calculator_title','field_65af7c0062b75'),(11671,1396,'route_distance_calculator_image','1355'),(11672,1396,'_route_distance_calculator_image','field_65af7c1562b76'),(11673,1396,'route_distance_calculator_content','<p>Stop relying on employee travel claims and save money by tracking actual distances travelled by field sales executives for official work and process claim automatically.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get actual distance traveled & duration</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Only calculates distance for official work.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Save money for your business by optimising conveyance calculation.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Approve or reject claim.</p></li></ul>'),(11674,1396,'_route_distance_calculator_content','field_65af7c2c62b77'),(11675,1396,'custom_forms_title','Capture Customer Info during Visits'),(11676,1396,'_custom_forms_title','field_65af7c3b62b78'),(11677,1396,'custom_forms_image','1356'),(11678,1396,'_custom_forms_image','field_65af7c4b62b79'),(11679,1396,'custom_forms_content','<p>Custom forms for Field Executives to capture information on the field, based on purpose of visit, customer stage and position. Process information, collect payment and update stage, all on the fly.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Every form is geo-tagged, which ensures the authenticity of the data.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Assign different forms to different teams & visit type.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get customer signature or images of the location as authentication of visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Download reports as per your convenience.</p></li></ul>'),(11680,1396,'_custom_forms_content','field_65af7c6562b7a'),(11681,1396,'geo_fence_monitoring_title','Geo-Fence Monitoring'),(11682,1396,'_geo_fence_monitoring_title','field_65af7c7762b7b'),(11683,1396,'geo_fence_monitoring_image','1357'),(11684,1396,'_geo_fence_monitoring_image','field_65af7c8462b7c'),(11685,1396,'geo_fence_monitoring_content','<p>Create virtual GPS based fences for your in-house employees to ensure they do not leave the location during working hours. It is very useful to track remote employees, which do not have supervision of a manager and are required to stay indoors during working hours.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get detailed reporting of the breaches with in & out timings.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Create unlimited geo-fences.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts if somebody breaches the fence.</p></li></ul>'),(11686,1396,'_geo_fence_monitoring_content','field_65af7c9d62b7d'),(11687,1396,'housing_finance_image','1383'),(11688,1396,'_housing_finance_image','field_65af7ad062b64'),(11689,1396,'insurance_image','1384'),(11690,1396,'_insurance_image','field_65af7b0462b67'),(11691,1396,'automatic_incentive_calculator_title','Automatic Incentive Calculator'),(11692,1396,'_automatic_incentive_calculator_title','field_65cf60d94889c'),(11693,1396,'automatic_incentive_calculator_image','1385'),(11694,1396,'_automatic_incentive_calculator_image','field_65cf60ec4889d'),(11695,1396,'automatic_incentive_calculator_content','<p>Field Track-O offers an automated solution for calculating incentives for field agents based on their performance against targets set for each month, quarter, and year.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Accurately tracks and monitors real-time progress in achieving sales, lead generation, and other key performance indicators. Leveraging this data, the application dynamically calculates, and display’s incentives earned in real-time, eliminating manual errors and saving time for both agents and management. Moreover, Field Track-O provides customizable incentive structures, allowing organizations to align incentives with performance goals and motivate field agents to exceed targets consistently.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Field Track-O also enables managers to gain actionable insights into incentive performance trends, drive sales effectiveness and reward field agents for their contributions to business growth.</p></li></ul>'),(11696,1396,'_automatic_incentive_calculator_content','field_65cf61044889e'),(11697,1396,'footer_book_a_demo_heading','Arukus Field Track-O'),(11698,1396,'_footer_book_a_demo_heading','field_65cf61194889f'),(11699,1396,'footer_book_a_demo_image','1386'),(11700,1396,'_footer_book_a_demo_image','field_65cf611f488a0'),(11701,1396,'footer_book_a_demo_button_text','Book a Demo Today'),(11702,1396,'_footer_book_a_demo_button_text','field_65cf6157488a1'),(11703,1396,'footer_book_a_demo_content','Don\'t miss this opportunity to take your field operations to the next level. Contact us now to book your demo and embark on a journey towards unparalleled success with Arukus Field Track-O.'),(11704,1396,'_footer_book_a_demo_content','field_65cf616f488a2'),(11705,1397,'banner_heading','Arukus Field Track-O: Real-Time Field Sales Tracking Software'),(11706,1397,'_banner_heading','field_65af745925d07'),(11707,1397,'banner_sub_heading','Automate, plan, track, and monitor your field force movement, daily targets, tasks, and assignments'),(11708,1397,'_banner_sub_heading','field_65af747525d08'),(11709,1397,'banner_content','With features such as GPS employee tracking, lead assignment & activities, location-based attendance, geo-verified client visits, distance and time spent with target vs. completion ratio, Field Track-O fully automates your field sales workflow.'),(11710,1397,'_banner_content','field_65af748225d09'),(11711,1397,'managing_field_workforce_heading','Tracking your field employees in real-time using our mobile-based GPS tracking solution – Field Track-O'),(11712,1397,'_managing_field_workforce_heading','field_65af749825d0a'),(11713,1397,'1st_work_flow_icon','1359'),(11714,1397,'_1st_work_flow_icon','field_65af74a725d0b'),(11715,1397,'1st_work_flow_heading','Location Tracking'),(11716,1397,'_1st_work_flow_heading','field_65af74b625d0c'),(11717,1397,'1st_work_flow_content','Check the real-time location of your field employee.'),(11718,1397,'_1st_work_flow_content','field_65af784825d0d'),(11719,1397,'2nd_work_flow_icon','1360'),(11720,1397,'_2nd_work_flow_icon','field_65af785825d0e'),(11721,1397,'2nd_work_flow_heading','Attendance'),(11722,1397,'_2nd_work_flow_heading','field_65af787125d0f'),(11723,1397,'2nd_work_flow_content','Attendance marking with location & track working hours.'),(11724,1397,'_2nd_work_flow_content','field_65af788025d10'),(11725,1397,'3rd_work_flow_icon','1361'),(11726,1397,'_3rd_work_flow_icon','field_65af789025d11'),(11727,1397,'3rd_work_flow_heading','Client Visits'),(11728,1397,'_3rd_work_flow_heading','field_65af789f25d12'),(11729,1397,'3rd_work_flow_content','Get Geo-verified client visits, photos & forms.'),(11730,1397,'_3rd_work_flow_content','field_65af78ad25d13'),(11731,1397,'4th_work_flow_icon','1362'),(11732,1397,'_4th_work_flow_icon','field_65af78bc25d14'),(11733,1397,'4th_work_flow_heading','Targets'),(11734,1397,'_4th_work_flow_heading','field_65af78c925d15'),(11735,1397,'4th_work_flow_content','Assign team targets & monitor progress seamlessly.'),(11736,1397,'_4th_work_flow_content','field_65af78d625d16'),(11737,1397,'5th_work_flow_icon','1363'),(11738,1397,'_5th_work_flow_icon','field_65af78e225d17'),(11739,1397,'5th_work_flow_heading','Expense Management'),(11740,1397,'_5th_work_flow_heading','field_65af78ef25d18'),(11741,1397,'5th_work_flow_content','Validate, process and digitize your expenses.'),(11742,1397,'_5th_work_flow_content','field_65af78fd25d19'),(11743,1397,'6th_work_flow_icon','1364'),(11744,1397,'_6th_work_flow_icon','field_65af790d25d1a'),(11745,1397,'6th_work_flow_heading','Incentive Calculator'),(11746,1397,'_6th_work_flow_heading','field_65af791925d1b'),(11747,1397,'6th_work_flow_content','Auto incentives calculation of sales staff'),(11748,1397,'_6th_work_flow_content','field_65af792525d1c'),(11749,1397,'features_section_heading','FIELD FORCE AUTOMATION FEATURES FOR ALL INDUSTRIES<br /> Looking for a better way to manage your field force?'),(11750,1397,'_features_section_heading','field_65af793625d1d'),(11751,1397,'microfinance_institutions_heading','Microfinance Institutions'),(11752,1397,'_microfinance_institutions_heading','field_65af794625d1e'),(11753,1397,'microfinance_institutions_image','1380'),(11754,1397,'_microfinance_institutions_image','field_65af795425d1f'),(11755,1397,'microfinance_institutions_content','<h3><strong>For MFI Field Officers</strong> </h3>\r\n                            <p>Accelerate growth and turbocharge your field force with the right tools to Plan, Convert & Execute. Field Track-O simplifies field sales tracking and managing.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Track real time location and meetings w.r.t the various processes (CGT, GRT, OD Collection, PTP Collection, etc.)</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get geo-verified proof of client/task/activity visit</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set Targets</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Validate distance travelled and auto approve conveyance bills</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set tasks and visit plan and verify assigned vs. achieved.</p></li>\r\n                            </ul>'),(11756,1397,'_microfinance_institutions_content','field_65af797425d20'),(11757,1397,'nbfcs_heading','NBFCs'),(11758,1397,'_nbfcs_heading','field_65af798c25d21'),(11759,1397,'nbfcs_image','1381'),(11760,1397,'_nbfcs_image','field_65af79cc25d22'),(11761,1397,'nbfcs_content','<h3><strong>For NBFCS</strong> </h3>\r\n                            <p>NBFCs (Non-Banking Financial Companies) stand to benefit significantly from Field Track-O\'s features tailored to their needs. The application enables NBFCs to monitor field agents\' performance closely, ensuring optimal productivity and accountability in customer engagement and lead generation activities. </p>\r\n                            <p>With its ability to track assignments and targets on various financial products, including loans and credit facilities, Field Track-O empowers NBFCs to drive growth while maintaining compliance with industry regulations.</p>'),(11762,1397,'_nbfcs_content','field_65af7a2425d23'),(11763,1397,'retail_finance_heading','Retail Finance'),(11764,1397,'_retail_finance_heading','field_65af7a3425d24'),(11765,1397,'retail_finance_image','1382'),(11766,1397,'_retail_finance_image','field_65af7a4125d25'),(11767,1397,'retail_finance_content','<h3><strong>For Retail Financing</strong> </h3>\r\n                            <p>Retail Finance, spanning areas such as Used Car Loans, Two-Wheeler Loans, Business Loans, and Loans against Property, can leverage the capabilities of Field Track-O to enhance operational efficiency and customer service.</p>\r\n<p>By providing insights into field agents\' activities related to loan origination, documentation, and verification processes, the application enables timely decision-making and faster loan approvals.</p>\r\n<p>Furthermore, Field Track-O\'s performance tracking features aid in assessing sales targets, optimizing resource allocation, and improving overall portfolio management.</p>\r\n                            '),(11768,1397,'_retail_finance_content','field_65af7a5a25d26'),(11769,1397,'housing_finance_icon',''),(11770,1397,'_housing_finance_icon','field_65af7ad062b64'),(11771,1397,'housing_finance_heading','Housing Finance'),(11772,1397,'_housing_finance_heading','field_65af7ade62b65'),(11773,1397,'housing_finance_content','<h3><strong>For Housing Finance</strong> </h3>\r\n                            <p>Housing Finance companies can capitalize on Field Track-O\'s functionalities to streamline the mortgage lending process and enhance customer satisfaction.</p>\r\n                            <p>The application facilitates end-to-end tracking of field activities, including property inspections, documentation verification, and payment collections, ensuring transparency and accuracy throughout the loan lifecycle.</p>\r\n<p>Additionally, Field Track-O\'s compliance monitoring capabilities help housing finance firms uphold regulatory standards and mitigate risks associated with loan disbursements and asset management.</p>'),(11774,1397,'_housing_finance_content','field_65af7af662b66'),(11775,1397,'insurance_icon',''),(11776,1397,'_insurance_icon','field_65af7b0462b67'),(11777,1397,'insurance_heading','Insurance'),(11778,1397,'_insurance_heading','field_65af7b1662b68'),(11779,1397,'insurance_content','<h3><strong>For Insurance Companies</strong> </h3>\r\n                            <p>Arukus Technologies\' Field Track-O offers a valuable tool to optimize field operations and drive sales performance.</p>\r\n                            <p>The application enables insurers to track agents\' activities related to lead generation, customer interactions, policy issuance, and premium collections, facilitating better management of the sales pipeline and customer relationships.</p>\r\n<p>Moreover, Field Track-O\'s compliance checks ensure adherence to industry regulations and enhance transparency in insurance transactions, bolstering trust and credibility among stakeholders.</p>'),(11780,1397,'_insurance_content','field_65af7b2562b69'),(11781,1397,'best_in_class_heading','Best Field Sales Movement Tracking App'),(11782,1397,'_best_in_class_heading','field_65af7b4562b6a'),(11783,1397,'best_in_class_sub_heading','All the tools you need to track your employees field activity. Track your sales team, delivery boys, service managers, field engineers, etc., with an ease.'),(11784,1397,'_best_in_class_sub_heading','field_65af7b5362b6b'),(11785,1397,'location_tracking_heading','Location Tracking'),(11786,1397,'_location_tracking_heading','field_65af7b6262b6c'),(11787,1397,'location_tracking_image','1352'),(11788,1397,'_location_tracking_image','field_65af7b6e62b6d'),(11789,1397,'location_tracking_content','<p>Get real time location of field officers, track customer meetings, their duration and time spent.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p> Track Location via Mobile GPS On Map</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Check who is in meeting</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts when somebody is wasting their time.</p></li></ul>'),(11790,1397,'_location_tracking_content','field_65af7b8662b6e'),(11791,1397,'geo_tagged_attendance_title','Geo Tagged Attendance'),(11792,1397,'_geo_tagged_attendance_title','field_65af7b9662b6f'),(11793,1397,'geo_tagged_attendance_image','1353'),(11794,1397,'_geo_tagged_attendance_image','field_65af7ba562b70'),(11795,1397,'geo_tagged_attendance_content','<p>Track employee check-in at branch locations with geo-fencing validations, track punch-in and punch-out times, ensure everybody follows the rules.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Branch & Employee Tracking.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Advanced reporting on attendance, late arrivals or absenteeism.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Exceptions on login outside branch perimeters with reason.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Complete timesheet maintenance.</p></li></ul>'),(11796,1397,'_geo_tagged_attendance_content','field_65af7bbc62b71'),(11797,1397,'real_time_reporting_title','Real-Time Reporting'),(11798,1397,'_real_time_reporting_title','field_65af7bce62b72'),(11799,1397,'real_time_reporting_image','1354'),(11800,1397,'_real_time_reporting_image','field_65af7bdb62b73'),(11801,1397,'real_time_reporting_content','<p>Get real-time reports on Customer visits made by Field Sales staff, how many meetings conducted, information collected, and business closed in a day.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Capture every detail of visits with live photo capture and geo-location.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Ensure all details are captured on the visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Managers can track completed and due tasks assigned for the day.</p></li></ul>'),(11802,1397,'_real_time_reporting_content','field_65af7bee62b74'),(11803,1397,'route_distance_calculator_title','Route Distance Calculator'),(11804,1397,'_route_distance_calculator_title','field_65af7c0062b75'),(11805,1397,'route_distance_calculator_image','1355'),(11806,1397,'_route_distance_calculator_image','field_65af7c1562b76'),(11807,1397,'route_distance_calculator_content','<p>Stop relying on employee travel claims and save money by tracking actual distances travelled by field sales executives for official work and process claim automatically.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get actual distance traveled & duration</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Only calculates distance for official work.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Save money for your business by optimising conveyance calculation.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Approve or reject claim.</p></li></ul>'),(11808,1397,'_route_distance_calculator_content','field_65af7c2c62b77'),(11809,1397,'custom_forms_title','Capture Customer Info during Visits'),(11810,1397,'_custom_forms_title','field_65af7c3b62b78'),(11811,1397,'custom_forms_image','1356'),(11812,1397,'_custom_forms_image','field_65af7c4b62b79'),(11813,1397,'custom_forms_content','<p>Custom forms for Field Executives to capture information on the field, based on purpose of visit, customer stage and position. Process information, collect payment and update stage, all on the fly.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Every form is geo-tagged, which ensures the authenticity of the data.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Assign different forms to different teams & visit type.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get customer signature or images of the location as authentication of visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Download reports as per your convenience.</p></li></ul>'),(11814,1397,'_custom_forms_content','field_65af7c6562b7a'),(11815,1397,'geo_fence_monitoring_title','Geo-Fence Monitoring'),(11816,1397,'_geo_fence_monitoring_title','field_65af7c7762b7b'),(11817,1397,'geo_fence_monitoring_image','1357'),(11818,1397,'_geo_fence_monitoring_image','field_65af7c8462b7c'),(11819,1397,'geo_fence_monitoring_content','<p>Create virtual GPS based fences for your in-house employees to ensure they do not leave the location during working hours. It is very useful to track remote employees, which do not have supervision of a manager and are required to stay indoors during working hours.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get detailed reporting of the breaches with in & out timings.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Create unlimited geo-fences.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts if somebody breaches the fence.</p></li></ul>'),(11820,1397,'_geo_fence_monitoring_content','field_65af7c9d62b7d'),(11821,1397,'housing_finance_image','1383'),(11822,1397,'_housing_finance_image','field_65af7ad062b64'),(11823,1397,'insurance_image','1384'),(11824,1397,'_insurance_image','field_65af7b0462b67'),(11825,1397,'automatic_incentive_calculator_title','Automatic Incentive Calculator'),(11826,1397,'_automatic_incentive_calculator_title','field_65cf60d94889c'),(11827,1397,'automatic_incentive_calculator_image','1385'),(11828,1397,'_automatic_incentive_calculator_image','field_65cf60ec4889d'),(11829,1397,'automatic_incentive_calculator_content','<p>Field Track-O offers an automated solution for calculating incentives for field agents based on their performance against targets set for each month, quarter, and year.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Accurately tracks and monitors real-time progress in achieving sales, lead generation, and other key performance indicators. Leveraging this data, the application dynamically calculates, and display’s incentives earned in real-time, eliminating manual errors and saving time for both agents and management. Moreover, Field Track-O provides customizable incentive structures, allowing organizations to align incentives with performance goals and motivate field agents to exceed targets consistently.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Field Track-O also enables managers to gain actionable insights into incentive performance trends, drive sales effectiveness and reward field agents for their contributions to business growth.</p></li></ul>'),(11830,1397,'_automatic_incentive_calculator_content','field_65cf61044889e'),(11831,1397,'footer_book_a_demo_heading','Arukus Field Track-O'),(11832,1397,'_footer_book_a_demo_heading','field_65cf61194889f'),(11833,1397,'footer_book_a_demo_image','1386'),(11834,1397,'_footer_book_a_demo_image','field_65cf611f488a0'),(11835,1397,'footer_book_a_demo_button_text','Book a Demo Today'),(11836,1397,'_footer_book_a_demo_button_text','field_65cf6157488a1'),(11837,1397,'footer_book_a_demo_content','Don\'t miss this opportunity to take your field operations to the next level. Contact us now to book your demo and embark on a journey towards unparalleled success with Arukus Field Track-O.'),(11838,1397,'_footer_book_a_demo_content','field_65cf616f488a2'),(11839,1398,'banner_heading','Arukus Field Track-O: Real-Time Field Sales Tracking Software'),(11840,1398,'_banner_heading','field_65af745925d07'),(11841,1398,'banner_sub_heading','Automate, plan, track, and monitor your field force movement, daily targets, tasks, and assignments'),(11842,1398,'_banner_sub_heading','field_65af747525d08'),(11843,1398,'banner_content','With features such as GPS employee tracking, lead assignment & activities, location-based attendance, geo-verified client visits, distance and time spent with target vs. completion ratio, Field Track-O fully automates your field sales workflow.'),(11844,1398,'_banner_content','field_65af748225d09'),(11845,1398,'managing_field_workforce_heading','Tracking your field employees in real-time using our mobile-based GPS tracking solution – Field Track-O'),(11846,1398,'_managing_field_workforce_heading','field_65af749825d0a'),(11847,1398,'1st_work_flow_icon','1359'),(11848,1398,'_1st_work_flow_icon','field_65af74a725d0b'),(11849,1398,'1st_work_flow_heading','Location Tracking'),(11850,1398,'_1st_work_flow_heading','field_65af74b625d0c'),(11851,1398,'1st_work_flow_content','Check the real-time location of your field employee.'),(11852,1398,'_1st_work_flow_content','field_65af784825d0d'),(11853,1398,'2nd_work_flow_icon','1360'),(11854,1398,'_2nd_work_flow_icon','field_65af785825d0e'),(11855,1398,'2nd_work_flow_heading','Attendance'),(11856,1398,'_2nd_work_flow_heading','field_65af787125d0f'),(11857,1398,'2nd_work_flow_content','Attendance marking with location & track working hours.'),(11858,1398,'_2nd_work_flow_content','field_65af788025d10'),(11859,1398,'3rd_work_flow_icon','1361'),(11860,1398,'_3rd_work_flow_icon','field_65af789025d11'),(11861,1398,'3rd_work_flow_heading','Client Visits'),(11862,1398,'_3rd_work_flow_heading','field_65af789f25d12'),(11863,1398,'3rd_work_flow_content','Get Geo-verified client visits, photos & forms.'),(11864,1398,'_3rd_work_flow_content','field_65af78ad25d13'),(11865,1398,'4th_work_flow_icon','1362'),(11866,1398,'_4th_work_flow_icon','field_65af78bc25d14'),(11867,1398,'4th_work_flow_heading','Targets'),(11868,1398,'_4th_work_flow_heading','field_65af78c925d15'),(11869,1398,'4th_work_flow_content','Assign team targets & monitor progress seamlessly.'),(11870,1398,'_4th_work_flow_content','field_65af78d625d16'),(11871,1398,'5th_work_flow_icon','1363'),(11872,1398,'_5th_work_flow_icon','field_65af78e225d17'),(11873,1398,'5th_work_flow_heading','Expense Management'),(11874,1398,'_5th_work_flow_heading','field_65af78ef25d18'),(11875,1398,'5th_work_flow_content','Validate, process and digitize your expenses.'),(11876,1398,'_5th_work_flow_content','field_65af78fd25d19'),(11877,1398,'6th_work_flow_icon','1364'),(11878,1398,'_6th_work_flow_icon','field_65af790d25d1a'),(11879,1398,'6th_work_flow_heading','Incentive Calculator'),(11880,1398,'_6th_work_flow_heading','field_65af791925d1b'),(11881,1398,'6th_work_flow_content','Automatically calculate sales staff incentives'),(11882,1398,'_6th_work_flow_content','field_65af792525d1c'),(11883,1398,'features_section_heading','FIELD FORCE AUTOMATION FEATURES FOR ALL INDUSTRIES<br /> Looking for a better way to manage your field force?'),(11884,1398,'_features_section_heading','field_65af793625d1d'),(11885,1398,'microfinance_institutions_heading','Microfinance Institutions'),(11886,1398,'_microfinance_institutions_heading','field_65af794625d1e'),(11887,1398,'microfinance_institutions_image','1380'),(11888,1398,'_microfinance_institutions_image','field_65af795425d1f'),(11889,1398,'microfinance_institutions_content','<h3><strong>For MFI Field Officers</strong> </h3>\r\n                            <p>Accelerate growth and turbocharge your field force with the right tools to Plan, Convert & Execute. Field Track-O simplifies field sales tracking and managing.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Track real time location and meetings w.r.t the various processes (CGT, GRT, OD Collection, PTP Collection, etc.)</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get geo-verified proof of client/task/activity visit</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set Targets</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Validate distance travelled and auto approve conveyance bills</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set tasks and visit plan and verify assigned vs. achieved.</p></li>\r\n                            </ul>'),(11890,1398,'_microfinance_institutions_content','field_65af797425d20'),(11891,1398,'nbfcs_heading','NBFCs'),(11892,1398,'_nbfcs_heading','field_65af798c25d21'),(11893,1398,'nbfcs_image','1381'),(11894,1398,'_nbfcs_image','field_65af79cc25d22'),(11895,1398,'nbfcs_content','<h3><strong>For NBFCS</strong> </h3>\r\n                            <p>NBFCs (Non-Banking Financial Companies) stand to benefit significantly from Field Track-O\'s features tailored to their needs. The application enables NBFCs to monitor field agents\' performance closely, ensuring optimal productivity and accountability in customer engagement and lead generation activities. </p>\r\n                            <p>With its ability to track assignments and targets on various financial products, including loans and credit facilities, Field Track-O empowers NBFCs to drive growth while maintaining compliance with industry regulations.</p>'),(11896,1398,'_nbfcs_content','field_65af7a2425d23'),(11897,1398,'retail_finance_heading','Retail Finance'),(11898,1398,'_retail_finance_heading','field_65af7a3425d24'),(11899,1398,'retail_finance_image','1382'),(11900,1398,'_retail_finance_image','field_65af7a4125d25'),(11901,1398,'retail_finance_content','<h3><strong>For Retail Financing</strong> </h3>\r\n                            <p>Retail Finance, spanning areas such as Used Car Loans, Two-Wheeler Loans, Business Loans, and Loans against Property, can leverage the capabilities of Field Track-O to enhance operational efficiency and customer service.</p>\r\n<p>By providing insights into field agents\' activities related to loan origination, documentation, and verification processes, the application enables timely decision-making and faster loan approvals.</p>\r\n<p>Furthermore, Field Track-O\'s performance tracking features aid in assessing sales targets, optimizing resource allocation, and improving overall portfolio management.</p>\r\n                            '),(11902,1398,'_retail_finance_content','field_65af7a5a25d26'),(11903,1398,'housing_finance_icon',''),(11904,1398,'_housing_finance_icon','field_65af7ad062b64'),(11905,1398,'housing_finance_heading','Housing Finance'),(11906,1398,'_housing_finance_heading','field_65af7ade62b65'),(11907,1398,'housing_finance_content','<h3><strong>For Housing Finance</strong> </h3>\r\n                            <p>Housing Finance companies can capitalize on Field Track-O\'s functionalities to streamline the mortgage lending process and enhance customer satisfaction.</p>\r\n                            <p>The application facilitates end-to-end tracking of field activities, including property inspections, documentation verification, and payment collections, ensuring transparency and accuracy throughout the loan lifecycle.</p>\r\n<p>Additionally, Field Track-O\'s compliance monitoring capabilities help housing finance firms uphold regulatory standards and mitigate risks associated with loan disbursements and asset management.</p>'),(11908,1398,'_housing_finance_content','field_65af7af662b66'),(11909,1398,'insurance_icon',''),(11910,1398,'_insurance_icon','field_65af7b0462b67'),(11911,1398,'insurance_heading','Insurance'),(11912,1398,'_insurance_heading','field_65af7b1662b68'),(11913,1398,'insurance_content','<h3><strong>For Insurance Companies</strong> </h3>\r\n                            <p>Arukus Technologies\' Field Track-O offers a valuable tool to optimize field operations and drive sales performance.</p>\r\n                            <p>The application enables insurers to track agents\' activities related to lead generation, customer interactions, policy issuance, and premium collections, facilitating better management of the sales pipeline and customer relationships.</p>\r\n<p>Moreover, Field Track-O\'s compliance checks ensure adherence to industry regulations and enhance transparency in insurance transactions, bolstering trust and credibility among stakeholders.</p>'),(11914,1398,'_insurance_content','field_65af7b2562b69'),(11915,1398,'best_in_class_heading','Best Field Sales Movement Tracking App'),(11916,1398,'_best_in_class_heading','field_65af7b4562b6a'),(11917,1398,'best_in_class_sub_heading','All the tools you need to track your employees field activity. Track your sales team, delivery boys, service managers, field engineers, etc., with an ease.'),(11918,1398,'_best_in_class_sub_heading','field_65af7b5362b6b'),(11919,1398,'location_tracking_heading','Location Tracking'),(11920,1398,'_location_tracking_heading','field_65af7b6262b6c'),(11921,1398,'location_tracking_image','1352'),(11922,1398,'_location_tracking_image','field_65af7b6e62b6d'),(11923,1398,'location_tracking_content','<p>Get real time location of field officers, track customer meetings, their duration and time spent.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p> Track Location via Mobile GPS On Map</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Check who is in meeting</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts when somebody is wasting their time.</p></li></ul>'),(11924,1398,'_location_tracking_content','field_65af7b8662b6e'),(11925,1398,'geo_tagged_attendance_title','Geo Tagged Attendance'),(11926,1398,'_geo_tagged_attendance_title','field_65af7b9662b6f'),(11927,1398,'geo_tagged_attendance_image','1353'),(11928,1398,'_geo_tagged_attendance_image','field_65af7ba562b70'),(11929,1398,'geo_tagged_attendance_content','<p>Track employee check-in at branch locations with geo-fencing validations, track punch-in and punch-out times, ensure everybody follows the rules.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Branch & Employee Tracking.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Advanced reporting on attendance, late arrivals or absenteeism.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Exceptions on login outside branch perimeters with reason.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Complete timesheet maintenance.</p></li></ul>'),(11930,1398,'_geo_tagged_attendance_content','field_65af7bbc62b71'),(11931,1398,'real_time_reporting_title','Real-Time Reporting'),(11932,1398,'_real_time_reporting_title','field_65af7bce62b72'),(11933,1398,'real_time_reporting_image','1354'),(11934,1398,'_real_time_reporting_image','field_65af7bdb62b73'),(11935,1398,'real_time_reporting_content','<p>Get real-time reports on Customer visits made by Field Sales staff, how many meetings conducted, information collected, and business closed in a day.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Capture every detail of visits with live photo capture and geo-location.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Ensure all details are captured on the visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Managers can track completed and due tasks assigned for the day.</p></li></ul>'),(11936,1398,'_real_time_reporting_content','field_65af7bee62b74'),(11937,1398,'route_distance_calculator_title','Route Distance Calculator'),(11938,1398,'_route_distance_calculator_title','field_65af7c0062b75'),(11939,1398,'route_distance_calculator_image','1355'),(11940,1398,'_route_distance_calculator_image','field_65af7c1562b76'),(11941,1398,'route_distance_calculator_content','<p>Stop relying on employee travel claims and save money by tracking actual distances travelled by field sales executives for official work and process claim automatically.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get actual distance traveled & duration</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Only calculates distance for official work.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Save money for your business by optimising conveyance calculation.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Approve or reject claim.</p></li></ul>'),(11942,1398,'_route_distance_calculator_content','field_65af7c2c62b77'),(11943,1398,'custom_forms_title','Capture Customer Info during Visits'),(11944,1398,'_custom_forms_title','field_65af7c3b62b78'),(11945,1398,'custom_forms_image','1356'),(11946,1398,'_custom_forms_image','field_65af7c4b62b79'),(11947,1398,'custom_forms_content','<p>Custom forms for Field Executives to capture information on the field, based on purpose of visit, customer stage and position. Process information, collect payment and update stage, all on the fly.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Every form is geo-tagged, which ensures the authenticity of the data.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Assign different forms to different teams & visit type.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get customer signature or images of the location as authentication of visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Download reports as per your convenience.</p></li></ul>'),(11948,1398,'_custom_forms_content','field_65af7c6562b7a'),(11949,1398,'geo_fence_monitoring_title','Geo-Fence Monitoring'),(11950,1398,'_geo_fence_monitoring_title','field_65af7c7762b7b'),(11951,1398,'geo_fence_monitoring_image','1357'),(11952,1398,'_geo_fence_monitoring_image','field_65af7c8462b7c'),(11953,1398,'geo_fence_monitoring_content','<p>Create virtual GPS based fences for your in-house employees to ensure they do not leave the location during working hours. It is very useful to track remote employees, which do not have supervision of a manager and are required to stay indoors during working hours.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get detailed reporting of the breaches with in & out timings.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Create unlimited geo-fences.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts if somebody breaches the fence.</p></li></ul>'),(11954,1398,'_geo_fence_monitoring_content','field_65af7c9d62b7d'),(11955,1398,'housing_finance_image','1383'),(11956,1398,'_housing_finance_image','field_65af7ad062b64'),(11957,1398,'insurance_image','1384'),(11958,1398,'_insurance_image','field_65af7b0462b67'),(11959,1398,'automatic_incentive_calculator_title','Automatic Incentive Calculator'),(11960,1398,'_automatic_incentive_calculator_title','field_65cf60d94889c'),(11961,1398,'automatic_incentive_calculator_image','1385'),(11962,1398,'_automatic_incentive_calculator_image','field_65cf60ec4889d'),(11963,1398,'automatic_incentive_calculator_content','<p>Field Track-O offers an automated solution for calculating incentives for field agents based on their performance against targets set for each month, quarter, and year.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Accurately tracks and monitors real-time progress in achieving sales, lead generation, and other key performance indicators. Leveraging this data, the application dynamically calculates, and display’s incentives earned in real-time, eliminating manual errors and saving time for both agents and management. Moreover, Field Track-O provides customizable incentive structures, allowing organizations to align incentives with performance goals and motivate field agents to exceed targets consistently.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Field Track-O also enables managers to gain actionable insights into incentive performance trends, drive sales effectiveness and reward field agents for their contributions to business growth.</p></li></ul>'),(11964,1398,'_automatic_incentive_calculator_content','field_65cf61044889e'),(11965,1398,'footer_book_a_demo_heading','Arukus Field Track-O'),(11966,1398,'_footer_book_a_demo_heading','field_65cf61194889f'),(11967,1398,'footer_book_a_demo_image','1386'),(11968,1398,'_footer_book_a_demo_image','field_65cf611f488a0'),(11969,1398,'footer_book_a_demo_button_text','Book a Demo Today'),(11970,1398,'_footer_book_a_demo_button_text','field_65cf6157488a1'),(11971,1398,'footer_book_a_demo_content','Don\'t miss this opportunity to take your field operations to the next level. Contact us now to book your demo and embark on a journey towards unparalleled success with Arukus Field Track-O.'),(11972,1398,'_footer_book_a_demo_content','field_65cf616f488a2'),(11973,1400,'_wp_attached_file','2024/02/incentive.png'),(11974,1400,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:21:\"2024/02/incentive.png\";s:8:\"filesize\";i:1527;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:{}}}'),(11975,1399,'banner_heading','Arukus Field Track-O: Real-Time Field Sales Tracking Software'),(11976,1399,'_banner_heading','field_65af745925d07'),(11977,1399,'banner_sub_heading','Automate, plan, track, and monitor your field force movement, daily targets, tasks, and assignments'),(11978,1399,'_banner_sub_heading','field_65af747525d08'),(11979,1399,'banner_content','With features such as GPS employee tracking, lead assignment & activities, location-based attendance, geo-verified client visits, distance and time spent with target vs. completion ratio, Field Track-O fully automates your field sales workflow.'),(11980,1399,'_banner_content','field_65af748225d09'),(11981,1399,'managing_field_workforce_heading','Tracking your field employees in real-time using our mobile-based GPS tracking solution – Field Track-O'),(11982,1399,'_managing_field_workforce_heading','field_65af749825d0a'),(11983,1399,'1st_work_flow_icon','1359'),(11984,1399,'_1st_work_flow_icon','field_65af74a725d0b'),(11985,1399,'1st_work_flow_heading','Location Tracking'),(11986,1399,'_1st_work_flow_heading','field_65af74b625d0c'),(11987,1399,'1st_work_flow_content','Check the real-time location of your field employee.'),(11988,1399,'_1st_work_flow_content','field_65af784825d0d'),(11989,1399,'2nd_work_flow_icon','1360'),(11990,1399,'_2nd_work_flow_icon','field_65af785825d0e'),(11991,1399,'2nd_work_flow_heading','Attendance'),(11992,1399,'_2nd_work_flow_heading','field_65af787125d0f'),(11993,1399,'2nd_work_flow_content','Attendance marking with location & track working hours.'),(11994,1399,'_2nd_work_flow_content','field_65af788025d10'),(11995,1399,'3rd_work_flow_icon','1361'),(11996,1399,'_3rd_work_flow_icon','field_65af789025d11'),(11997,1399,'3rd_work_flow_heading','Client Visits'),(11998,1399,'_3rd_work_flow_heading','field_65af789f25d12'),(11999,1399,'3rd_work_flow_content','Get Geo-verified client visits, photos & forms.'),(12000,1399,'_3rd_work_flow_content','field_65af78ad25d13'),(12001,1399,'4th_work_flow_icon','1362'),(12002,1399,'_4th_work_flow_icon','field_65af78bc25d14'),(12003,1399,'4th_work_flow_heading','Targets'),(12004,1399,'_4th_work_flow_heading','field_65af78c925d15'),(12005,1399,'4th_work_flow_content','Assign team targets & monitor progress seamlessly.'),(12006,1399,'_4th_work_flow_content','field_65af78d625d16'),(12007,1399,'5th_work_flow_icon','1363'),(12008,1399,'_5th_work_flow_icon','field_65af78e225d17'),(12009,1399,'5th_work_flow_heading','Expense Management'),(12010,1399,'_5th_work_flow_heading','field_65af78ef25d18'),(12011,1399,'5th_work_flow_content','Validate, process and digitize your expenses.'),(12012,1399,'_5th_work_flow_content','field_65af78fd25d19'),(12013,1399,'6th_work_flow_icon','1400'),(12014,1399,'_6th_work_flow_icon','field_65af790d25d1a'),(12015,1399,'6th_work_flow_heading','Incentive Calculator'),(12016,1399,'_6th_work_flow_heading','field_65af791925d1b'),(12017,1399,'6th_work_flow_content','Automatically calculate sales staff incentives'),(12018,1399,'_6th_work_flow_content','field_65af792525d1c'),(12019,1399,'features_section_heading','FIELD FORCE AUTOMATION FEATURES FOR ALL INDUSTRIES<br /> Looking for a better way to manage your field force?'),(12020,1399,'_features_section_heading','field_65af793625d1d'),(12021,1399,'microfinance_institutions_heading','Microfinance Institutions'),(12022,1399,'_microfinance_institutions_heading','field_65af794625d1e'),(12023,1399,'microfinance_institutions_image','1380'),(12024,1399,'_microfinance_institutions_image','field_65af795425d1f'),(12025,1399,'microfinance_institutions_content','<h3><strong>For MFI Field Officers</strong> </h3>\r\n                            <p>Accelerate growth and turbocharge your field force with the right tools to Plan, Convert & Execute. Field Track-O simplifies field sales tracking and managing.</p>\r\n                            <ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Track real time location and meetings w.r.t the various processes (CGT, GRT, OD Collection, PTP Collection, etc.)</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get geo-verified proof of client/task/activity visit</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set Targets</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Validate distance travelled and auto approve conveyance bills</p></li>\r\n                                <li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Set tasks and visit plan and verify assigned vs. achieved.</p></li>\r\n                            </ul>'),(12026,1399,'_microfinance_institutions_content','field_65af797425d20'),(12027,1399,'nbfcs_heading','NBFCs'),(12028,1399,'_nbfcs_heading','field_65af798c25d21'),(12029,1399,'nbfcs_image','1381'),(12030,1399,'_nbfcs_image','field_65af79cc25d22'),(12031,1399,'nbfcs_content','<h3><strong>For NBFCS</strong> </h3>\r\n                            <p>NBFCs (Non-Banking Financial Companies) stand to benefit significantly from Field Track-O\'s features tailored to their needs. The application enables NBFCs to monitor field agents\' performance closely, ensuring optimal productivity and accountability in customer engagement and lead generation activities. </p>\r\n                            <p>With its ability to track assignments and targets on various financial products, including loans and credit facilities, Field Track-O empowers NBFCs to drive growth while maintaining compliance with industry regulations.</p>'),(12032,1399,'_nbfcs_content','field_65af7a2425d23'),(12033,1399,'retail_finance_heading','Retail Finance'),(12034,1399,'_retail_finance_heading','field_65af7a3425d24'),(12035,1399,'retail_finance_image','1382'),(12036,1399,'_retail_finance_image','field_65af7a4125d25'),(12037,1399,'retail_finance_content','<h3><strong>For Retail Financing</strong> </h3>\r\n                            <p>Retail Finance, spanning areas such as Used Car Loans, Two-Wheeler Loans, Business Loans, and Loans against Property, can leverage the capabilities of Field Track-O to enhance operational efficiency and customer service.</p>\r\n<p>By providing insights into field agents\' activities related to loan origination, documentation, and verification processes, the application enables timely decision-making and faster loan approvals.</p>\r\n<p>Furthermore, Field Track-O\'s performance tracking features aid in assessing sales targets, optimizing resource allocation, and improving overall portfolio management.</p>\r\n                            '),(12038,1399,'_retail_finance_content','field_65af7a5a25d26'),(12039,1399,'housing_finance_icon',''),(12040,1399,'_housing_finance_icon','field_65af7ad062b64'),(12041,1399,'housing_finance_heading','Housing Finance'),(12042,1399,'_housing_finance_heading','field_65af7ade62b65'),(12043,1399,'housing_finance_content','<h3><strong>For Housing Finance</strong> </h3>\r\n                            <p>Housing Finance companies can capitalize on Field Track-O\'s functionalities to streamline the mortgage lending process and enhance customer satisfaction.</p>\r\n                            <p>The application facilitates end-to-end tracking of field activities, including property inspections, documentation verification, and payment collections, ensuring transparency and accuracy throughout the loan lifecycle.</p>\r\n<p>Additionally, Field Track-O\'s compliance monitoring capabilities help housing finance firms uphold regulatory standards and mitigate risks associated with loan disbursements and asset management.</p>'),(12044,1399,'_housing_finance_content','field_65af7af662b66'),(12045,1399,'insurance_icon',''),(12046,1399,'_insurance_icon','field_65af7b0462b67'),(12047,1399,'insurance_heading','Insurance'),(12048,1399,'_insurance_heading','field_65af7b1662b68'),(12049,1399,'insurance_content','<h3><strong>For Insurance Companies</strong> </h3>\r\n                            <p>Arukus Technologies\' Field Track-O offers a valuable tool to optimize field operations and drive sales performance.</p>\r\n                            <p>The application enables insurers to track agents\' activities related to lead generation, customer interactions, policy issuance, and premium collections, facilitating better management of the sales pipeline and customer relationships.</p>\r\n<p>Moreover, Field Track-O\'s compliance checks ensure adherence to industry regulations and enhance transparency in insurance transactions, bolstering trust and credibility among stakeholders.</p>'),(12050,1399,'_insurance_content','field_65af7b2562b69'),(12051,1399,'best_in_class_heading','Best Field Sales Movement Tracking App'),(12052,1399,'_best_in_class_heading','field_65af7b4562b6a'),(12053,1399,'best_in_class_sub_heading','All the tools you need to track your employees field activity. Track your sales team, delivery boys, service managers, field engineers, etc., with an ease.'),(12054,1399,'_best_in_class_sub_heading','field_65af7b5362b6b'),(12055,1399,'location_tracking_heading','Location Tracking'),(12056,1399,'_location_tracking_heading','field_65af7b6262b6c'),(12057,1399,'location_tracking_image','1352'),(12058,1399,'_location_tracking_image','field_65af7b6e62b6d'),(12059,1399,'location_tracking_content','<p>Get real time location of field officers, track customer meetings, their duration and time spent.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p> Track Location via Mobile GPS On Map</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Check who is in meeting</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts when somebody is wasting their time.</p></li></ul>'),(12060,1399,'_location_tracking_content','field_65af7b8662b6e'),(12061,1399,'geo_tagged_attendance_title','Geo Tagged Attendance'),(12062,1399,'_geo_tagged_attendance_title','field_65af7b9662b6f'),(12063,1399,'geo_tagged_attendance_image','1353'),(12064,1399,'_geo_tagged_attendance_image','field_65af7ba562b70'),(12065,1399,'geo_tagged_attendance_content','<p>Track employee check-in at branch locations with geo-fencing validations, track punch-in and punch-out times, ensure everybody follows the rules.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Branch & Employee Tracking.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Advanced reporting on attendance, late arrivals or absenteeism.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Exceptions on login outside branch perimeters with reason.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Complete timesheet maintenance.</p></li></ul>'),(12066,1399,'_geo_tagged_attendance_content','field_65af7bbc62b71'),(12067,1399,'real_time_reporting_title','Real-Time Reporting'),(12068,1399,'_real_time_reporting_title','field_65af7bce62b72'),(12069,1399,'real_time_reporting_image','1354'),(12070,1399,'_real_time_reporting_image','field_65af7bdb62b73'),(12071,1399,'real_time_reporting_content','<p>Get real-time reports on Customer visits made by Field Sales staff, how many meetings conducted, information collected, and business closed in a day.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Capture every detail of visits with live photo capture and geo-location.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Ensure all details are captured on the visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Managers can track completed and due tasks assigned for the day.</p></li></ul>'),(12072,1399,'_real_time_reporting_content','field_65af7bee62b74'),(12073,1399,'route_distance_calculator_title','Route Distance Calculator'),(12074,1399,'_route_distance_calculator_title','field_65af7c0062b75'),(12075,1399,'route_distance_calculator_image','1355'),(12076,1399,'_route_distance_calculator_image','field_65af7c1562b76'),(12077,1399,'route_distance_calculator_content','<p>Stop relying on employee travel claims and save money by tracking actual distances travelled by field sales executives for official work and process claim automatically.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get actual distance traveled & duration</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Only calculates distance for official work.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Save money for your business by optimising conveyance calculation.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Approve or reject claim.</p></li></ul>'),(12078,1399,'_route_distance_calculator_content','field_65af7c2c62b77'),(12079,1399,'custom_forms_title','Capture Customer Info during Visits'),(12080,1399,'_custom_forms_title','field_65af7c3b62b78'),(12081,1399,'custom_forms_image','1356'),(12082,1399,'_custom_forms_image','field_65af7c4b62b79'),(12083,1399,'custom_forms_content','<p>Custom forms for Field Executives to capture information on the field, based on purpose of visit, customer stage and position. Process information, collect payment and update stage, all on the fly.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Every form is geo-tagged, which ensures the authenticity of the data.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Assign different forms to different teams & visit type.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get customer signature or images of the location as authentication of visit.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Download reports as per your convenience.</p></li></ul>'),(12084,1399,'_custom_forms_content','field_65af7c6562b7a'),(12085,1399,'geo_fence_monitoring_title','Geo-Fence Monitoring'),(12086,1399,'_geo_fence_monitoring_title','field_65af7c7762b7b'),(12087,1399,'geo_fence_monitoring_image','1357'),(12088,1399,'_geo_fence_monitoring_image','field_65af7c8462b7c'),(12089,1399,'geo_fence_monitoring_content','<p>Create virtual GPS based fences for your in-house employees to ensure they do not leave the location during working hours. It is very useful to track remote employees, which do not have supervision of a manager and are required to stay indoors during working hours.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get detailed reporting of the breaches with in & out timings.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Create unlimited geo-fences.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Get alerts if somebody breaches the fence.</p></li></ul>'),(12090,1399,'_geo_fence_monitoring_content','field_65af7c9d62b7d'),(12091,1399,'housing_finance_image','1383'),(12092,1399,'_housing_finance_image','field_65af7ad062b64'),(12093,1399,'insurance_image','1384'),(12094,1399,'_insurance_image','field_65af7b0462b67'),(12095,1399,'automatic_incentive_calculator_title','Automatic Incentive Calculator'),(12096,1399,'_automatic_incentive_calculator_title','field_65cf60d94889c'),(12097,1399,'automatic_incentive_calculator_image','1385'),(12098,1399,'_automatic_incentive_calculator_image','field_65cf60ec4889d'),(12099,1399,'automatic_incentive_calculator_content','<p>Field Track-O offers an automated solution for calculating incentives for field agents based on their performance against targets set for each month, quarter, and year.</p>\r\n<a href=\"#bookDemoFormWrap\"><span class=\"start-trial\">Book a Demo</span></a>\r\n<ul class=\"list\"><li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Accurately tracks and monitors real-time progress in achieving sales, lead generation, and other key performance indicators. Leveraging this data, the application dynamically calculates, and display’s incentives earned in real-time, eliminating manual errors and saving time for both agents and management. Moreover, Field Track-O provides customizable incentive structures, allowing organizations to align incentives with performance goals and motivate field agents to exceed targets consistently.</p></li>\r\n<li><i class=\"fa-solid fa-arrow-right-long\" style=\"margin-top: 5px;\"></i><p>Field Track-O also enables managers to gain actionable insights into incentive performance trends, drive sales effectiveness and reward field agents for their contributions to business growth.</p></li></ul>'),(12100,1399,'_automatic_incentive_calculator_content','field_65cf61044889e'),(12101,1399,'footer_book_a_demo_heading','Arukus Field Track-O'),(12102,1399,'_footer_book_a_demo_heading','field_65cf61194889f'),(12103,1399,'footer_book_a_demo_image','1386'),(12104,1399,'_footer_book_a_demo_image','field_65cf611f488a0'),(12105,1399,'footer_book_a_demo_button_text','Book a Demo Today'),(12106,1399,'_footer_book_a_demo_button_text','field_65cf6157488a1'),(12107,1399,'footer_book_a_demo_content','Don\'t miss this opportunity to take your field operations to the next level. Contact us now to book your demo and embark on a journey towards unparalleled success with Arukus Field Track-O.'),(12108,1399,'_footer_book_a_demo_content','field_65cf616f488a2'),(12109,1402,'_eael_post_view_count','24'),(12110,172,'_eael_post_view_count','2'),(12111,1404,'_eael_post_view_count','11'),(12112,1405,'_eael_post_view_count','10'),(12113,1407,'_eael_post_view_count','17'),(12114,1408,'_eael_post_view_count','5'),(12115,1409,'_eael_post_view_count','14'),(12116,1410,'_eael_post_view_count','11');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

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

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (6,1,'2023-06-29 11:32:21','2023-06-29 11:32:21','<div class=\"row gx-5\"><div class=\"col-md-6\"><div class=\"portion\">[text* your_full_name placeholder \"Enter Your Name*\"]</div></div><div class=\"col-md-6\"><div class=\"portion country\">[tel* yourPhoneNumber id:contactFormPageThird placeholder \"Enter Your Phone No\"]</div></div><div class=\"col-md-6\"><div class=\"portion\">[email* your_email placeholder \"Enter Your Email*\"]</div></div><div class=\"col-md-6\"><div class=\"portion\">[select our_products  class:multiple-checkboxes multiple:multiple id:our_products \"Loan Origination System\" \"Cross-sell\" \"Risk Audit\" \"Collection Management System\" \"Expense Management System\" \"Audit and Compliance\" \"Field Force Tracking\" \"Fraud Management System\" \"Support 360: Ticketing System\"]</div></div><div class=\"col-md-12\"><div class=\"portion textarea\">[textarea* your_message placeholder \"Tell us a little bit about what you are looking for*\"]</div></div><div class=\"col-md-12\"><div class=\"portion\">[submit \"Contact Us\"]</div></div></div>\n1\nContact Request from Home Page\n[your_full_name] <[your_email]>\n[_site_admin_email]\nFrom: [your_full_name] <[your_email]>\r\nSubject: Contact Request from Home Page\r\n\r\nMessage Body:\r\nName: [your_full_name]\r\nEmail: [your_email]\r\nMobile No: [yourPhoneNumber]\r\nProduct: [our_products]\r\nMessage: [your_message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nBcc: sales@arukustech.com\nReply-To: [your_email]\n\n\n\n1\nThank You for Contacting Arukus Technologies!\n[_site_title] <[_site_admin_email]>\n[your_email]\n<html lang=en><meta charset=utf-8><title>Arukus Technologies</title><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css rel=stylesheet><style>html{width:100%;margin:0;padding:0}body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;margin:0;padding:0;-webkit-font-smoothing:antialiased}table{border-spacing:0}img{display:block!important;outline:0;text-decoration:none;-ms-interpolation-mode:bicubic;border:none;height:auto;line-height:100%}img.image-inline{display:inline-block!important}p{padding:0;margin:0}br{line-height:0!important}a,b,div,em,i,li,p,span,strong,td{-webkit-text-size-adjust:none}table td,table tr{border-collapse:collapse}table{border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0}@media screen and (max-width:100%){table[class=table-wrappper]{width:100%!important}td[class=content-left-gap]{width:5%!important}table[class=content-table],td[class=content-table]{width:100%!important}td[class=banner-image] img{width:100%!important}table[class=main-table-wrappper]{width:100%!important}td[class=gap-01]{height:15px!important}td[class=space-01]{width:15px!important}table[class=table-wrappper] .heading01{font-size:20px!important}table[class=table-wrappper] .text01{font-size:14px!important;margin-bottom:24px!important}table[class=table-wrappper] .heading02{font-size:24px!important}td[class=content-border]{height:25px!important}table[class=table-wrappper] .heading03{font-size:18px!important}table[class=table-wrappper] .email-link{display:block!important;margin:10px 0!important}}@media screen and (max-width:420px){table[class=brand]{width:100%!important;text-align:left!important}table[class=website-btn]{width:100%!important;text-align:left!important}table[class=website-btn-tbl]{width:130px!important}}</style><body style=background-color:#d7d7d7><table align=left cellpadding=0 cellspacing=0 style=\"width:100%;border-left:15px solid #d7d7d7;border-right:15px solid #d7d7d7\"bgcolor=#d7d7d7><tr><td height=28 class=gap-01><tr><td class=main-td><table align=left cellpadding=0 cellspacing=0 class=main-table-wrappper style=width:800px bgcolor=#ffffff><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td height=15 colspan=4><tr><td width=20><td align=left valign=top><table align=left cellpadding=0 cellspacing=0 class=brand style=width:109px><tr><td align=left><a href=https://arukustech.com style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Arukus Technologies height=39 src=https://arukustech.com/wp-content/uploads/2023/07/logo-web.jpg style=border:none title=Arukus Technologies width=150></a></table><td align=right style=padding-top:9px valign=top><table align=right cellpadding=0 cellspacing=0 class=website-btn style=width:130px width=130><tr><td height=1 class=gap-01><tr><td align=right><table align=right cellpadding=0 cellspacing=0 class=website-btn-tbl width=100%><tr><td align=right style=height:35px><a href=https://arukustech.com style=color:#fff;border-radius:4px;background-color:#eb553c;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;width:108px;height:15px;display:block;text-align:left;text-decoration:none;padding:10px;cursor:pointer;line-height:15px>Go Website</a></table></table><td width=20><tr><td height=15 colspan=4></table><tr><td class=banner-image><a href=# style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Banner height=175 src=https://arukustech.com/wp-content/uploads/2023/07/mail_banner.png style=border:none; box-sizing:border-box; title=Banner width=800></a><tr><td height=25 class=gap-01><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td class=content-left-gap width=25><td><table align=left cellpadding=0 cellspacing=0 class=content-table style=width:100%><tr><td align=left><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\"class=text01><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\">Dear [your_full_name], <br><br>Thank you for reaching out to Arukus Technologies. We appreciate your interest and the opportunity to connect with you. Your inquiry is important to us, and we are excited to assist you in any way we can.<br><br>\r\nAt <strong>Arukus Technologies</strong>, we are dedicated to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with innovative technology solutions that drive operational excellence, enhance risk management, and fuel sustainable growth. We understand the unique challenges faced by financial institutions and are committed to delivering tailored solutions that \r\nmeet your specific needs.<br><br>\r\nWe value your trust in our expertise and assure you that your inquiry will be handled with the utmost attention and professionalism. We strive to provide exceptional customer service and aim to exceed your expectations in every interaction.<br><br>\r\nShould you require immediate assistance or have any urgent maters, please feel free to contact us directly at <a href=\"tel:+91-33-4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none>+91-33-4808-9668</a> or <a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link>info@arukustech.com</a>.<br><br>\r\nThank you for considering Arukus Technologies as your technology partner.<br><br> Best regards,<br>Arukus Technologies<br><a href=\"https://arukustech.com/\" target=\"_blank\" rel=\"noopener\">https://arukustech.com/</a><tr><td height=38 class=content-border style=\"border-top:1px solid #cfcece\"><tr><td align=center><p style=\"margin:0 0 6px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#293a47;font-weight:700\"class=heading03>Get connected with us!<p style=\"margin:0 0 10px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#293a47\"class=text01><a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link><i class=\"fa-solid fa-envelope\"></i> info@arukustech.com</a><a href=\"tel:(033) 4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none><i class=\"fa-solid fa-phone-volume\"></i> (033) 4808-9668</a><tr><td height=20><tr><td align=center><p style=margin:0;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47>&copy;  Copyright 2023. All Rights Reserved.<tr><td height=20></table><td class=content-left-gap width=25></table><tr><td height=9 bgcolor=#293a47></table><tr><td height=28 class=gap-01></table>\nReply-To: [_site_admin_email]\n\n1\n\nThank you for contacting us. We shall respond shortly.\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.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2023-07-26 11:09:43','2023-07-26 11:09:43','',0,'https://arukustech.com//?post_type=wpcf7_contact_form&#038;p=6',0,'wpcf7_contact_form','',0),(7,1,'2023-06-29 11:44:48','2023-06-29 11:44:48','','Home','','publish','closed','closed','','home','','','2023-07-20 12:17:51','2023-07-20 12:17:51','',0,'https://arukustech.com//?page_id=7',0,'page','',0),(8,1,'2023-06-29 11:44:48','2023-06-29 11:44:48','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-06-29 11:44:48','2023-06-29 11:44:48','',7,'https://arukustech.com//?p=8',0,'revision','',0),(9,1,'2023-06-29 12:16:47','2023-06-29 12:16:47','','logo','','inherit','open','closed','','logo','','','2023-06-29 12:16:47','2023-06-29 12:16:47','',0,'https://arukustech.com//wp-content/uploads/2023/06/logo.webp',0,'attachment','image/webp',0),(10,1,'2023-06-29 12:30:36','2023-06-29 12:30:36','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"7\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Home Page Section','home-page-section','publish','closed','closed','','group_649d77fe60f43','','','2023-07-14 10:02:41','2023-07-14 10:02:41','',0,'https://arukustech.com//?post_type=acf-field-group&#038;p=10',0,'acf-field-group','',0),(11,1,'2023-06-29 12:30:35','2023-06-29 12:30:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Second Content','banner_second_content','publish','closed','closed','','field_649d77fe773bf','','','2023-06-29 12:35:46','2023-06-29 12:35:46','',10,'https://arukustech.com//?post_type=acf-field&#038;p=11',2,'acf-field','',0),(12,1,'2023-06-29 12:30:35','2023-06-29 12:30:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Request a Demo Text','request_a_demo_text','publish','closed','closed','','field_649d782e773c0','','','2023-06-29 12:35:46','2023-06-29 12:35:46','',10,'https://arukustech.com//?post_type=acf-field&#038;p=12',3,'acf-field','',0),(13,1,'2023-06-29 12:30:35','2023-06-29 12:30:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Download brochure Link','download_brochure_link','publish','closed','closed','','field_649d785c773c1','','','2023-07-14 10:02:41','2023-07-14 10:02:41','',10,'https://arukustech.com//?post_type=acf-field&#038;p=13',4,'acf-field','',0),(14,1,'2023-06-29 12:30:35','2023-06-29 12:30:35','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Arukus with all Products Image','arukus_with_all_products_image','publish','closed','closed','','field_649d787e773c2','','','2023-06-30 10:04:01','2023-06-30 10:04:01','',10,'https://arukustech.com//?post_type=acf-field&#038;p=14',5,'acf-field','',0),(15,1,'2023-06-29 12:30:35','2023-06-29 12:30:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Solution For Every Problem Content','solution_for_every_problem_content','publish','closed','closed','','field_649d78a1773c3','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&#038;p=15',7,'acf-field','',0),(16,1,'2023-06-29 12:30:36','2023-06-29 12:30:36','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Configurable & Connected Platform Heading','configurable_&_connected_platform_heading','publish','closed','closed','','field_649d78da773c4','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&#038;p=16',9,'acf-field','',0),(17,1,'2023-06-29 12:30:36','2023-06-29 12:30:36','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Configurable & Connected Platform First Content','configurable_&_connected_platform_first_content','publish','closed','closed','','field_649d78f8773c5','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&#038;p=17',10,'acf-field','',0),(18,1,'2023-06-29 12:30:36','2023-06-29 12:30:36','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Configurable & Connected Platform First Image','configurable_&_connected_platform_first_image','publish','closed','closed','','field_649d7922773c6','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&#038;p=18',11,'acf-field','',0),(19,1,'2023-06-29 12:30:36','2023-06-29 12:30:36','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Configurable & Connected Platform Second Image','configurable_&_connected_platform_second_image','publish','closed','closed','','field_649d7937773c7','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&#038;p=19',12,'acf-field','',0),(20,1,'2023-06-29 12:33:24','2023-06-29 12:33:24','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Configurable & Connected Platform Second Content','configurable_&_connected_platform_second_content','publish','closed','closed','','field_649d79950798a','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&#038;p=20',13,'acf-field','',0),(21,1,'2023-06-29 12:33:24','2023-06-29 12:33:24','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Configurable & Connected Platform Third Image','configurable_&_connected_platform_third_image','publish','closed','closed','','field_649d79a50798b','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&#038;p=21',14,'acf-field','',0),(22,1,'2023-06-29 12:33:24','2023-06-29 12:33:24','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Configurable & Connected Platform Third Content','configurable_&_connected_platform_third_content','publish','closed','closed','','field_649d79bb0798c','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&#038;p=22',15,'acf-field','',0),(23,1,'2023-06-29 12:33:24','2023-06-29 12:33:24','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','About Us Section Image','about_us_section_image','publish','closed','closed','','field_649d79db0798d','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&#038;p=23',17,'acf-field','',0),(24,1,'2023-06-29 12:33:24','2023-06-29 12:33:24','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','About Us Section Content','about_us_section_content','publish','closed','closed','','field_649d79fb0798e','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&#038;p=24',18,'acf-field','',0),(25,1,'2023-06-29 12:34:50','2023-06-29 12:34:50','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner First Content','banner_first_content','publish','closed','closed','','field_649d7a44f555f','','','2023-06-29 12:35:46','2023-06-29 12:35:46','',10,'https://arukustech.com//?post_type=acf-field&#038;p=25',1,'acf-field','',0),(26,1,'2023-06-29 12:34:50','2023-06-29 12:34:50','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Banner Image','banner_image','publish','closed','closed','','field_649d7a54f5560','','','2023-06-29 12:35:46','2023-06-29 12:35:46','',10,'https://arukustech.com//?post_type=acf-field&#038;p=26',0,'acf-field','',0),(33,1,'2023-06-29 12:41:35','2023-06-29 12:41:35','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-06-29 12:41:35','2023-06-29 12:41:35','',7,'https://arukustech.com//?p=33',0,'revision','',0),(34,1,'2023-06-29 12:57:46','2023-06-29 12:57:46','Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sit, deleniti harum. Dolor autem facere, et accusantium sunt voluptatem architecto voluptatibus.','Testimonial 1','','publish','closed','closed','','testimonial-1','','','2023-06-29 12:57:46','2023-06-29 12:57:46','',0,'https://arukustech.com//?post_type=testimonial&#038;p=34',0,'testimonial','',0),(35,1,'2023-06-29 12:57:22','2023-06-29 12:57:22','','c1','','inherit','open','closed','','c1','','','2023-06-29 12:57:22','2023-06-29 12:57:22','',34,'https://arukustech.com//wp-content/uploads/2023/06/c1.webp',0,'attachment','image/webp',0),(36,1,'2023-06-29 12:58:22','2023-06-29 12:58:22','Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sit, deleniti harum. Dolor autem facere, et accusantium sunt voluptatem architecto voluptatibus.','Testimonial 2','','publish','closed','closed','','testimonial-2','','','2023-06-29 12:58:22','2023-06-29 12:58:22','',0,'https://arukustech.com//?post_type=testimonial&#038;p=36',0,'testimonial','',0),(37,1,'2023-06-29 12:58:16','2023-06-29 12:58:16','','c2','','inherit','open','closed','','c2','','','2023-06-29 12:58:16','2023-06-29 12:58:16','',36,'https://arukustech.com//wp-content/uploads/2023/06/c2.webp',0,'attachment','image/webp',0),(38,1,'2023-06-29 12:59:55','2023-06-29 12:59:55','Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sit, deleniti harum. Dolor autem facere, et accusantium sunt voluptatem architecto voluptatibus.','Testimonial 3','','publish','closed','closed','','testimonial-3','','','2023-06-29 12:59:55','2023-06-29 12:59:55','',0,'https://arukustech.com//?post_type=testimonial&#038;p=38',0,'testimonial','',0),(39,1,'2023-06-29 12:59:48','2023-06-29 12:59:48','','c3','','inherit','open','closed','','c3','','','2023-06-29 12:59:48','2023-06-29 12:59:48','',38,'https://arukustech.com//wp-content/uploads/2023/06/c3.webp',0,'attachment','image/webp',0),(40,1,'2023-06-29 13:08:00','2023-06-29 13:08:00','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Samadhan Ticketing System','','publish','closed','closed','','samadhan-ticketing-system','','','2023-06-29 13:08:00','2023-06-29 13:08:00','',0,'https://arukustech.com//?post_type=product&#038;p=40',0,'product','',0),(43,1,'2023-06-29 13:08:40','2023-06-29 13:08:40','With advanced smart detection mechanisms, identify fraud at the sales agent level, assess damage, and take immediate corrective actions.','Fraud Control System','','publish','closed','closed','','fraud-control-system','','','2023-06-29 13:08:40','2023-06-29 13:08:40','',0,'https://arukustech.com//?post_type=product&#038;p=43',0,'product','',0),(44,1,'2023-06-29 13:08:34','2023-06-29 13:08:34','','p8','','inherit','open','closed','','p8','','','2023-07-19 11:07:53','2023-07-19 11:07:53','',43,'https://arukustech.com//wp-content/uploads/2023/06/p8.webp',0,'attachment','image/webp',0),(45,1,'2023-06-29 13:09:38','2023-06-29 13:09:38','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','publish','closed','closed','','audit-compliance','','','2023-06-29 13:09:38','2023-06-29 13:09:38','',0,'https://arukustech.com//?post_type=product&#038;p=45',0,'product','',0),(47,1,'2023-06-29 13:10:17','2023-06-29 13:10:17','Uncover Real-Time Insights on Targets, Collections, and Compliance across Areas, Branches, and Individual Agents!','Field Track-O','','publish','closed','closed','','field-track-o','','','2023-06-29 13:10:17','2023-06-29 13:10:17','',0,'https://arukustech.com//?post_type=product&#038;p=47',0,'product','',0),(48,1,'2023-06-29 13:10:11','2023-06-29 13:10:11','','p6','','inherit','open','closed','','p6','','','2023-07-19 12:19:05','2023-07-19 12:19:05','',47,'https://arukustech.com//wp-content/uploads/2023/06/p6.webp',0,'attachment','image/webp',0),(49,1,'2023-06-29 13:11:10','2023-06-29 13:11:10','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X','Expense Management System','','publish','closed','closed','','expense-management-system','','','2023-06-29 13:11:10','2023-06-29 13:11:10','',0,'https://arukustech.com//?post_type=product&#038;p=49',0,'product','',0),(51,1,'2023-06-29 13:11:51','2023-06-29 13:11:51','Save Time and Money with Better Risk Management - Move from Higher Risk to Lower Risk','Enterprise Risk Management','','publish','closed','closed','','enterprise-risk-management','','','2023-06-29 13:11:51','2023-06-29 13:11:51','',0,'https://arukustech.com//?post_type=product&#038;p=51',0,'product','',0),(53,1,'2023-06-29 13:12:30','2023-06-29 13:12:30','Streamline your collections process, enhance operational efficiency, and optimize cash flows.','Collection Management System','','publish','closed','closed','','collection-management-system','','','2023-06-29 13:20:05','2023-06-29 13:20:05','',0,'https://arukustech.com//?post_type=product&#038;p=53',0,'product','',0),(55,1,'2023-06-29 13:13:08','2023-06-29 13:13:08','Arukus Cross-Sell Empowers Microfinance Institutions and NBFCs for Effective Cross-Selling and diversify their portfolio effortlessly.','Arukus Cross-Sell','','publish','closed','closed','','arukus-cross-sell','','','2023-06-29 13:13:08','2023-06-29 13:13:08','',0,'https://arukustech.com//?post_type=product&#038;p=55',0,'product','',0),(57,1,'2023-06-29 13:13:57','2023-06-29 13:13:57','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','publish','closed','closed','','loan-origination-system','','','2023-06-29 13:13:57','2023-06-29 13:13:57','',0,'https://arukustech.com//?post_type=product&#038;p=57',0,'product','',0),(59,1,'2023-06-29 14:03:39','2023-06-29 14:03:39','','arukus-a','','inherit','open','closed','','arukus-a','','','2023-06-29 14:03:39','2023-06-29 14:03:39','',0,'https://arukustech.com//wp-content/uploads/2023/06/arukus-a.png',0,'attachment','image/png',0),(60,1,'2023-06-30 06:03:14','2023-06-30 06:03:14','','About Us','','publish','closed','closed','','about-arukus-technologies','','','2023-07-20 07:36:09','2023-07-20 07:36:09','',0,'https://arukustech.com//?page_id=60',0,'page','',0),(61,1,'2023-06-30 06:03:14','2023-06-30 06:03:14','','About Us','','inherit','closed','closed','','60-revision-v1','','','2023-06-30 06:03:14','2023-06-30 06:03:14','',60,'https://arukustech.com//?p=61',0,'revision','',0),(62,1,'2023-06-30 06:18:52','2023-06-30 06:18:52','','Client Success','','publish','closed','closed','','client-success','','','2023-07-14 13:34:07','2023-07-14 13:34:07','',0,'https://arukustech.com//?page_id=62',0,'page','',0),(63,1,'2023-06-30 06:18:52','2023-06-30 06:18:52','','Client Success','','inherit','closed','closed','','62-revision-v1','','','2023-06-30 06:18:52','2023-06-30 06:18:52','',62,'https://arukustech.com//?p=63',0,'revision','',0),(64,1,'2023-06-30 06:19:36','2023-06-30 06:19:36','Arukus Technologies\' financial software solutions offer a seamless and user-friendly approach to tailor our systems to your specific needs. Stay agile and future-ready as our configurable platform ensures a smooth transition, keeping your Microfinance Institution or Non-Banking Financial Company at the forefront of innovation. Embrace the power of customization and adaptability with Arukus Technologies.','Policy Based Configuration','','publish','closed','closed','','policy-based-configuration','','','2023-07-20 07:29:04','2023-07-20 07:29:04','',0,'https://arukustech.com//?page_id=64',0,'page','',0),(65,1,'2023-06-30 06:19:36','2023-06-30 06:19:36','','Policy Based Configuration','','inherit','closed','closed','','64-revision-v1','','','2023-06-30 06:19:36','2023-06-30 06:19:36','',64,'https://arukustech.com//?p=65',0,'revision','',0),(66,1,'2023-06-30 06:20:07','2023-06-30 06:20:07','','Connectivity & Integration Capabilities','','publish','closed','closed','','connectivity-integration-capabilities','','','2023-07-20 07:24:02','2023-07-20 07:24:02','',0,'https://arukustech.com//?page_id=66',0,'page','',0),(67,1,'2023-06-30 06:20:07','2023-06-30 06:20:07','','Connectivity & Integration','','inherit','closed','closed','','66-revision-v1','','','2023-06-30 06:20:07','2023-06-30 06:20:07','',66,'https://arukustech.com//?p=67',0,'revision','',0),(68,1,'2023-06-30 06:29:21','2023-06-30 06:29:21','','Contact Us','','publish','closed','closed','','contact-us','','','2023-07-20 07:16:58','2023-07-20 07:16:58','',0,'https://arukustech.com//?page_id=68',0,'page','',0),(69,1,'2023-06-30 06:29:21','2023-06-30 06:29:21','','Contact Us','','inherit','closed','closed','','68-revision-v1','','','2023-06-30 06:29:21','2023-06-30 06:29:21','',68,'https://arukustech.com//?p=69',0,'revision','',0),(71,1,'2023-07-20 06:27:53','2023-06-30 07:05:44',' ','','','publish','closed','closed','','71','','','2023-07-20 06:27:53','2023-07-20 06:27:53','',0,'https://arukustech.com//?p=71',1,'nav_menu_item','',0),(73,1,'2023-07-20 06:27:54','2023-06-30 07:05:48',' ','','','publish','closed','closed','','73','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',0,'https://arukustech.com//?p=73',16,'nav_menu_item','',0),(74,1,'2023-07-20 06:27:53','2023-06-30 07:05:45','','Solutions <i class=\"fa-solid fa-angle-down\"></i>','','publish','closed','closed','','solutions','','','2023-07-20 06:27:53','2023-07-20 06:27:53','',0,'https://arukustech.com//?p=74',2,'nav_menu_item','',0),(75,1,'2023-07-20 06:27:54','2023-06-30 07:05:45','','Features <i class=\"fa-solid fa-angle-down\"></i>','','publish','closed','closed','','features','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',0,'https://arukustech.com//?p=75',12,'nav_menu_item','',0),(89,1,'2023-06-30 07:36:26','2023-06-30 07:36:26','','s1','','inherit','open','closed','','s1','','','2023-06-30 07:36:26','2023-06-30 07:36:26','',0,'https://arukustech.com//wp-content/uploads/2023/06/s1.png',0,'attachment','image/png',0),(91,1,'2023-06-30 08:10:11','2023-06-30 08:10:11','','s3','','inherit','open','closed','','s3','','','2023-06-30 08:10:11','2023-06-30 08:10:11','',0,'https://arukustech.com//wp-content/uploads/2023/06/s3.png',0,'attachment','image/png',0),(92,1,'2023-06-30 08:12:51','2023-06-30 08:12:51','','s4','','inherit','open','closed','','s4','','','2023-06-30 08:12:51','2023-06-30 08:12:51','',0,'https://arukustech.com//wp-content/uploads/2023/06/s4.png',0,'attachment','image/png',0),(93,1,'2023-06-30 08:14:58','2023-06-30 08:14:58','','s5','','inherit','open','closed','','s5','','','2023-06-30 08:14:58','2023-06-30 08:14:58','',0,'https://arukustech.com//wp-content/uploads/2023/06/s5.png',0,'attachment','image/png',0),(94,1,'2023-06-30 08:18:16','2023-06-30 08:18:16','','s6','','inherit','open','closed','','s6','','','2023-06-30 08:18:16','2023-06-30 08:18:16','',0,'https://arukustech.com//wp-content/uploads/2023/06/s6.png',0,'attachment','image/png',0),(95,1,'2023-06-30 08:20:30','2023-06-30 08:20:30','','s7','','inherit','open','closed','','s7','','','2023-06-30 08:20:30','2023-06-30 08:20:30','',0,'https://arukustech.com//wp-content/uploads/2023/06/s7.png',0,'attachment','image/png',0),(96,1,'2023-06-30 08:22:06','2023-06-30 08:22:06','','s8','','inherit','open','closed','','s8','','','2023-06-30 08:22:06','2023-06-30 08:22:06','',0,'https://arukustech.com//wp-content/uploads/2023/06/s8.png',0,'attachment','image/png',0),(97,1,'2023-06-30 08:23:38','2023-06-30 08:23:38','','s9','','inherit','open','closed','','s9','','','2023-06-30 08:23:38','2023-06-30 08:23:38','',0,'https://arukustech.com//wp-content/uploads/2023/06/s9.png',0,'attachment','image/png',0),(98,1,'2023-06-30 08:41:10','2023-06-30 08:41:10','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Solution For Every Problem Title','solution_for_every_problem_title','publish','closed','closed','','field_649e94ed1e9a2','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&#038;p=98',6,'acf-field','',0),(99,1,'2023-06-30 08:42:45','2023-06-30 08:42:45','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-06-30 08:42:45','2023-06-30 08:42:45','',7,'https://arukustech.com//?p=99',0,'revision','',0),(100,1,'2023-06-30 08:44:31','2023-06-30 08:44:31','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','About Us Section Title','about_us_section_title','publish','closed','closed','','field_649e95d349031','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&#038;p=100',16,'acf-field','',0),(101,1,'2023-06-30 08:45:21','2023-06-30 08:45:21','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-06-30 08:45:21','2023-06-30 08:45:21','',7,'https://arukustech.com//?p=101',0,'revision','',0),(102,1,'2023-06-30 10:04:02','2023-06-30 10:04:02','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Our Products Title','our_products_title','publish','closed','closed','','field_649ea81f66f02','','','2023-06-30 10:04:02','2023-06-30 10:04:02','',10,'https://arukustech.com//?post_type=acf-field&p=102',8,'acf-field','',0),(103,1,'2023-06-30 10:04:29','2023-06-30 10:04:29','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-06-30 10:04:29','2023-06-30 10:04:29','',7,'https://arukustech.com//?p=103',0,'revision','',0),(105,1,'2023-07-18 06:51:11','2023-06-30 10:24:22',' ','','','publish','closed','closed','','105','','','2023-07-18 06:51:11','2023-07-18 06:51:11','',0,'https://arukustech.com//?p=105',1,'nav_menu_item','',0),(107,1,'2023-07-18 06:51:11','2023-06-30 10:24:24',' ','','','publish','closed','closed','','107','','','2023-07-18 06:51:11','2023-07-18 06:51:11','',0,'https://arukustech.com//?p=107',4,'nav_menu_item','',0),(108,1,'2023-06-30 10:40:51','2023-06-30 10:40:51','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"60\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','About Us Page Section','about-us-page-section','publish','closed','closed','','group_649eafe897049','','','2023-07-18 06:34:18','2023-07-18 06:34:18','',0,'https://arukustech.com//?post_type=acf-field-group&#038;p=108',0,'acf-field-group','',0),(109,1,'2023-06-30 10:40:48','2023-06-30 10:40:48','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Heading','banner_heading','publish','closed','closed','','field_649eafe9407da','','','2023-06-30 10:40:48','2023-06-30 10:40:48','',108,'https://arukustech.com//?post_type=acf-field&p=109',0,'acf-field','',0),(110,1,'2023-06-30 10:40:48','2023-06-30 10:40:48','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Banner Image','banner_image','publish','closed','closed','','field_649eb003407db','','','2023-06-30 10:40:48','2023-06-30 10:40:48','',108,'https://arukustech.com//?post_type=acf-field&p=110',1,'acf-field','',0),(111,1,'2023-06-30 10:40:49','2023-06-30 10:40:49','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','About Us Image','about_us_image','publish','closed','closed','','field_649eb035407dc','','','2023-07-18 06:34:18','2023-07-18 06:34:18','',108,'https://arukustech.com//?post_type=acf-field&#038;p=111',3,'acf-field','',0),(112,1,'2023-06-30 10:40:49','2023-06-30 10:40:49','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','About Us Content','about_us_content','publish','closed','closed','','field_649eb077407dd','','','2023-07-18 06:34:18','2023-07-18 06:34:18','',108,'https://arukustech.com//?post_type=acf-field&#038;p=112',4,'acf-field','',0),(113,1,'2023-06-30 10:40:49','2023-06-30 10:40:49','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Our Mission Content','our_mission_content','publish','closed','closed','','field_649eb093407de','','','2023-07-18 06:34:18','2023-07-18 06:34:18','',108,'https://arukustech.com//?post_type=acf-field&#038;p=113',5,'acf-field','',0),(114,1,'2023-06-30 10:40:49','2023-06-30 10:40:49','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Our Mission Image','our_mission_image','publish','closed','closed','','field_649eb0a3407df','','','2023-07-18 06:34:18','2023-07-18 06:34:18','',108,'https://arukustech.com//?post_type=acf-field&#038;p=114',6,'acf-field','',0),(115,1,'2023-06-30 10:40:50','2023-06-30 10:40:50','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Industry Expertise Content','industry_expertise_content','publish','closed','closed','','field_649eb0cf407e0','','','2023-07-18 06:34:18','2023-07-18 06:34:18','',108,'https://arukustech.com//?post_type=acf-field&#038;p=115',7,'acf-field','',0),(116,1,'2023-06-30 10:40:50','2023-06-30 10:40:50','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Industry Expertise Image','industry_expertise_image','publish','closed','closed','','field_649eb0de407e1','','','2023-07-18 06:34:18','2023-07-18 06:34:18','',108,'https://arukustech.com//?post_type=acf-field&#038;p=116',8,'acf-field','',0),(117,1,'2023-06-30 10:40:50','2023-06-30 10:40:50','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Exceptional Support Content','exceptional_support_content','publish','closed','closed','','field_649eb0f2407e2','','','2023-07-18 06:34:18','2023-07-18 06:34:18','',108,'https://arukustech.com//?post_type=acf-field&#038;p=117',9,'acf-field','',0),(118,1,'2023-06-30 10:40:50','2023-06-30 10:40:50','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Exceptional Support Image','exceptional_support_image','publish','closed','closed','','field_649eb109407e3','','','2023-07-18 06:34:18','2023-07-18 06:34:18','',108,'https://arukustech.com//?post_type=acf-field&#038;p=118',10,'acf-field','',0),(123,1,'2023-06-30 10:46:28','2023-06-30 10:46:28','','About Us','','inherit','closed','closed','','60-revision-v1','','','2023-06-30 10:46:28','2023-06-30 10:46:28','',60,'https://arukustech.com//?p=123',0,'revision','',0),(124,1,'2023-06-30 12:37:37','2023-06-30 12:37:37','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Regional Pricing and effective date</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Interest Rate</li>\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>LPF rate</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>GST</li>\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Region specific Insurance Company</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Gender specific Product</li>\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Handling Branch Exception under a Region</li> \r\n                                                    </ul>','Product Configuration','','publish','closed','closed','','product-configuration','','','2023-06-30 12:37:37','2023-06-30 12:37:37','',0,'https://arukustech.com//?post_type=policy&#038;p=124',0,'policy','',0),(125,1,'2023-06-30 12:38:33','2023-06-30 12:38:33','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>State specific Indebtedness limit</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Branch specific Indebtedness limit</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Exception handling on Branch specific Indebtedness limit</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Min/Max DPD on different kind of customers</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Cycle and Enhancement amount</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Dependency on CIBIL records of Co-Borrower and Other Family member\'s</li> \r\n                                                    </ul>','Eligibility amount based on different MFI parameters','','publish','closed','closed','','eligibility-amount-based-on-different-mfi-parameters','','','2023-06-30 12:38:33','2023-06-30 12:38:33','',0,'https://arukustech.com//?post_type=policy&#038;p=125',0,'policy','',0),(126,1,'2023-06-30 12:39:14','2023-06-30 12:39:14','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>KYC image capture settings (Front/Back/Both)</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Mandatory data fields (eg: Personal Information. Family assets, Income & Expenses, etc.</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Activity/Step modification</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Days difference between different activities</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>User assignment to different activities</li>\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Rule engine modification</li>\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Poverty Index criteria</li>\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Risk Evaluation criteria</li>\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>5C compliance and ESG items</li>\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Cross verification checklist</li>\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Regional language specific Disbursement Kit (Loan Application Form, Agreement and Insurance Form)</li>\r\n                                                    </ul>','Other Configurable Parameters','','publish','closed','closed','','other-configurable-parameters','','','2023-07-18 07:09:38','2023-07-18 07:09:38','',0,'https://arukustech.com//?post_type=policy&#038;p=126',0,'policy','',0),(127,1,'2023-07-03 06:06:20','2023-07-03 06:06:20','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Office Location</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Users</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Designation</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Departments</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Risk User Group</li> \r\n                                                    </ul>','Product Configuration','','publish','closed','closed','','product-configuration-2','','','2023-07-03 06:06:20','2023-07-03 06:06:20','',0,'https://arukustech.com//?post_type=policy&#038;p=127',0,'policy','',0),(128,1,'2023-07-03 06:06:52','2023-07-03 06:06:52','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Risk Class</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Process</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Impact Area</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Contributing Factors</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Organisational Strategy</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Organisational Goal</li> \r\n                                                    </ul>','Identification Masters','','publish','closed','closed','','identification-masters','','','2023-07-03 06:06:52','2023-07-03 06:06:52','',0,'https://arukustech.com//?post_type=policy&#038;p=128',0,'policy','',0),(129,1,'2023-07-03 06:07:22','2023-07-03 06:07:22','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Mitigation Status</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Mitigation Strategy</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Control Effectiveness</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Control title</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Mitigation Title</li> \r\n                                                    </ul>','Mitigation Master','','publish','closed','closed','','mitigation-master','','','2023-07-03 06:07:22','2023-07-03 06:07:22','',0,'https://arukustech.com//?post_type=policy&#038;p=129',0,'policy','',0),(130,1,'2023-07-03 06:07:49','2023-07-03 06:07:49','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Breach Status</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>KRI</li> \r\n                                                    </ul>','KRI Masters','','publish','closed','closed','','kri-masters','','','2023-07-03 06:07:49','2023-07-03 06:07:49','',0,'https://arukustech.com//?post_type=policy&#038;p=130',0,'policy','',0),(131,1,'2023-07-03 06:08:15','2023-07-03 06:08:15','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Level of Disaster</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Nature of Disruption</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Corrective Actions</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Status of Incident</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Confidentiality</li> \r\n                                                    </ul>','Incident Masters','','publish','closed','closed','','incident-masters','','','2023-07-03 06:08:15','2023-07-03 06:08:15','',0,'https://arukustech.com//?post_type=policy&#038;p=131',0,'policy','',0),(132,1,'2023-07-03 06:08:53','2023-07-03 06:08:53','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Email Template</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Help Information</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>E-Learning</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Awareness</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>FAQ</li> \r\n                                                    </ul>','Help Configuration','','publish','closed','closed','','help-configuration','','','2023-07-03 06:08:53','2023-07-03 06:08:53','',0,'https://arukustech.com//?post_type=policy&#038;p=132',0,'policy','',0),(133,1,'2023-07-03 06:23:30','2023-07-03 06:23:30','<ul class=\"list\">\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Bank A/C Configuration</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Rental Agreement Template</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Approval Matrix</li> \r\n                                    </ul>','Configuration','','publish','closed','closed','','configuration','','','2023-07-03 06:23:30','2023-07-03 06:23:30','',0,'https://arukustech.com//?post_type=policy&#038;p=133',0,'policy','',0),(134,1,'2023-07-03 06:38:41','2023-07-03 06:38:41','<ul class=\"list\">\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Decision Master</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Fraud Type</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Action Wise Email List</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Activity Management</li>\r\n                                    </ul>','Configuration','','publish','closed','closed','','configuration-2','','','2023-07-03 06:38:41','2023-07-03 06:38:41','',0,'https://arukustech.com//?post_type=policy&#038;p=134',0,'policy','',0),(135,1,'2023-07-03 06:44:25','2023-07-03 06:44:25','<ul class=\"list\">\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Branch Requisition</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Branch Disbursement</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Expense Master</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Expense Bank Details</li>\r\n                                    </ul>','Configuration','','publish','closed','closed','','configuration-3','','','2023-07-03 06:44:25','2023-07-03 06:44:25','',0,'https://arukustech.com//?post_type=policy&#038;p=135',0,'policy','',0),(136,1,'2023-07-03 06:44:54','2023-07-03 06:44:54','<ul class=\"list\">\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage User Role</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage Login Access</li>\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage ARM Dates</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Manage Survey Master</li>\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Question Survey</li>\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Mange Activity</li>   \r\n                                    </ul>','Configuration','','publish','closed','closed','','configuration-4','','','2023-07-03 06:44:54','2023-07-03 06:44:54','',0,'https://arukustech.com//?post_type=policy&#038;p=136',0,'policy','',0),(137,1,'2023-07-03 06:45:35','2023-07-03 06:45:35','<ul class=\"list\">\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Asset Master</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Cash Holding</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Audit Sample observation</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Process Master &amp; form Field</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Level Master</li>\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Department Type</li>\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Process Score Master</li>\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Audit Escalation Route</li>\r\n                                    </ul>','Configuration','','publish','closed','closed','','configuration-5','','','2023-07-03 06:45:35','2023-07-03 06:45:35','',0,'https://arukustech.com//?post_type=policy&#038;p=137',0,'policy','',0),(138,1,'2023-07-03 06:55:30','2023-07-03 06:55:30','<ul class=\"list\">\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Vendor Management</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Location Management</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Exception Management</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Grade Management</li>\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Travel Type Management</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Local Conveyance Type Management</li> \r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Lodging Type Management</li>\r\n                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Tour &amp; Travel policy Matrix Master</li>\r\n                                    </ul>','Configuration','','publish','closed','closed','','configuration-6','','','2023-07-03 06:55:30','2023-07-03 06:55:30','',0,'https://arukustech.com//?post_type=policy&#038;p=138',0,'policy','',0),(139,1,'2023-07-03 07:10:53','2023-07-03 07:10:53','The implementation of an API-based Voter ID Verification system streamlines the voter authentication process by leveraging digital technologies to quickly and accurately verify the authenticity of voter IDs.','Voter ID Verification','','publish','closed','closed','','voter-id-verification','','','2023-07-03 07:10:53','2023-07-03 07:10:53','',0,'https://arukustech.com//?post_type=capability&#038;p=139',0,'capability','',0),(140,1,'2023-07-03 07:10:20','2023-07-03 07:10:20','','icon1','','inherit','open','closed','','icon1','','','2023-07-03 07:10:20','2023-07-03 07:10:20','',139,'https://arukustech.com//wp-content/uploads/2023/07/icon1.png',0,'attachment','image/png',0),(141,1,'2023-07-03 07:11:30','2023-07-03 07:11:30','The Aadhaar Masking API offers a secure and automated solution to mask first 8 digits of the Aadhaar card number, enabling organizations to comply with UIDAI norms and protect individuals\' personal information during identity verification processes.','Aadhar Card Masking','','publish','closed','closed','','aadhar-card-masking','','','2023-07-03 07:11:30','2023-07-03 07:11:30','',0,'https://arukustech.com//?post_type=capability&#038;p=141',0,'capability','',0),(142,1,'2023-07-03 07:11:25','2023-07-03 07:11:25','','icon2','','inherit','open','closed','','icon2','','','2023-07-03 07:11:25','2023-07-03 07:11:25','',141,'https://arukustech.com//wp-content/uploads/2023/07/icon2.png',0,'attachment','image/png',0),(143,1,'2023-07-03 07:12:09','2023-07-03 07:12:09','Arukus\'s SMS integration features enables users to receive automated notifications and transaction alerts in real-time, ensuring they stay informed about important updates effortlessly.','SMS Integration','','publish','closed','closed','','sms-integration','','','2023-07-03 07:12:09','2023-07-03 07:12:09','',0,'https://arukustech.com//?post_type=capability&#038;p=143',0,'capability','',0),(144,1,'2023-07-03 07:12:03','2023-07-03 07:12:03','','icon3','','inherit','open','closed','','icon3','','','2023-07-03 07:12:03','2023-07-03 07:12:03','',143,'https://arukustech.com//wp-content/uploads/2023/07/icon3.png',0,'attachment','image/png',0),(145,1,'2023-07-03 07:12:54','2023-07-03 07:12:54','The missed call verification API offers a cost-effective solution, allowing businesses to efficiently verify phone numbers by leveraging missed calls, eliminating the need for manual verification methods or expensive SMS-based validation processes.','Missed Call Verification','','publish','closed','closed','','missed-call-verification','','','2023-07-03 07:12:54','2023-07-03 07:12:54','',0,'https://arukustech.com//?post_type=capability&#038;p=145',0,'capability','',0),(146,1,'2023-07-03 07:12:46','2023-07-03 07:12:46','','icon4','','inherit','open','closed','','icon4','','','2023-07-03 07:12:46','2023-07-03 07:12:46','',145,'https://arukustech.com//wp-content/uploads/2023/07/icon4.png',0,'attachment','image/png',0),(147,1,'2023-07-03 07:13:40','2023-07-03 07:13:40','Arukus\'s solution employs multiple payment gateway integration, enabling users to enjoy the flexibility of choosing from various payment options, ensuring convenience and a seamless payment experience tailored to their preferences.','Multiple Payment Gateways','','publish','closed','closed','','multiple-payment-gateways','','','2023-07-03 07:13:40','2023-07-03 07:13:40','',0,'https://arukustech.com//?post_type=capability&#038;p=147',0,'capability','',0),(148,1,'2023-07-03 07:13:31','2023-07-03 07:13:31','','icon5','','inherit','open','closed','','icon5','','','2023-07-03 07:13:31','2023-07-03 07:13:31','',147,'https://arukustech.com//wp-content/uploads/2023/07/icon5.png',0,'attachment','image/png',0),(149,1,'2023-07-03 07:14:22','2023-07-03 07:14:22','Arukus\'s e-Mandate service facilitates the automation of recurring payments, allowing individuals with a bank account to effortlessly set up automated payment instructions that significantly aids in the smooth collection of EMIs.','E-Mandate Requisition and Creation','','publish','closed','closed','','e-mandate-requisition-and-creation','','','2023-07-03 07:14:22','2023-07-03 07:14:22','',0,'https://arukustech.com//?post_type=capability&#038;p=149',0,'capability','',0),(150,1,'2023-07-03 07:14:14','2023-07-03 07:14:14','','icon6','','inherit','open','closed','','icon6','','','2023-07-03 07:14:14','2023-07-03 07:14:14','',149,'https://arukustech.com//wp-content/uploads/2023/07/icon6.png',0,'attachment','image/png',0),(151,1,'2023-07-03 07:16:21','2023-07-03 07:16:21','The Drop Test Bank Verification service offered by Arukus provides a reliable solution to verify the authenticity of bank accounts, enabling them to mitigate risk and ensure secure financial transactions while enhancing the overall efficiency of their operations.','Drop Test Bank Verification','','publish','closed','closed','','drop-test-bank-verification','','','2023-07-03 07:16:21','2023-07-03 07:16:21','',0,'https://arukustech.com//?post_type=capability&#038;p=151',0,'capability','',0),(152,1,'2023-07-03 07:15:33','2023-07-03 07:15:33','','icon7','','inherit','open','closed','','icon7','','','2023-07-03 07:15:33','2023-07-03 07:15:33','',151,'https://arukustech.com//wp-content/uploads/2023/07/icon7.png',0,'attachment','image/png',0),(153,1,'2023-07-03 07:17:12','2023-07-03 07:17:12','Arukus\'s Face Recognition feature leverages advanced facial recognition technology to accurately authenticate individuals, enhancing security measures and providing a seamless and convenient user experience for identity verification and access control purposes.','Face Recognition','','publish','closed','closed','','face-recognition','','','2023-07-03 07:17:12','2023-07-03 07:17:12','',0,'https://arukustech.com//?post_type=capability&#038;p=153',0,'capability','',0),(154,1,'2023-07-03 07:16:58','2023-07-03 07:16:58','','icon8','','inherit','open','closed','','icon8','','','2023-07-03 07:16:58','2023-07-03 07:16:58','',153,'https://arukustech.com//wp-content/uploads/2023/07/icon8.png',0,'attachment','image/png',0),(155,1,'2023-07-03 07:18:01','2023-07-03 07:18:01','Prior to the dispatch of the disbursement kit, Arukus facilitates the collection of e-signatures, ensuring a secure and digital verification process, thereby enhancing the efficiency and reliability of the disbursement workflow.','E-Signature & Disbursement','','publish','closed','closed','','e-signature-disbursement','','','2023-07-03 07:18:01','2023-07-03 07:18:01','',0,'https://arukustech.com//?post_type=capability&#038;p=155',0,'capability','',0),(156,1,'2023-07-03 07:17:54','2023-07-03 07:17:54','','icon9','','inherit','open','closed','','icon9','','','2023-07-03 07:17:54','2023-07-03 07:17:54','',155,'https://arukustech.com//wp-content/uploads/2023/07/icon9.png',0,'attachment','image/png',0),(157,1,'2023-07-03 07:45:41','2023-07-03 07:45:41','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"66\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Connectivity & Integration Page Section','connectivity-integration-page-section','publish','closed','closed','','group_64a27c64306dd','','','2023-07-03 07:45:41','2023-07-03 07:45:41','',0,'https://arukustech.com//?post_type=acf-field-group&#038;p=157',0,'acf-field-group','',0),(158,1,'2023-07-03 07:45:41','2023-07-03 07:45:41','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Heading','banner_heading','publish','closed','closed','','field_64a27c66a81c8','','','2023-07-03 07:45:41','2023-07-03 07:45:41','',157,'https://arukustech.com//?post_type=acf-field&p=158',0,'acf-field','',0),(159,1,'2023-07-03 07:45:41','2023-07-03 07:45:41','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','API Icon Image','api_icon_image','publish','closed','closed','','field_64a27c84a81c9','','','2023-07-03 07:45:41','2023-07-03 07:45:41','',157,'https://arukustech.com//?post_type=acf-field&p=159',1,'acf-field','',0),(160,1,'2023-07-03 07:46:22','2023-07-03 07:46:22','','api','','inherit','open','closed','','api','','','2023-07-20 07:17:37','2023-07-20 07:17:37','',66,'https://arukustech.com//wp-content/uploads/2023/07/api.png',0,'attachment','image/png',0),(161,1,'2023-07-03 07:46:30','2023-07-03 07:46:30','','Connectivity & Integration','','inherit','closed','closed','','66-revision-v1','','','2023-07-03 07:46:30','2023-07-03 07:46:30','',66,'https://arukustech.com//?p=161',0,'revision','',0),(162,1,'2023-07-03 07:48:15','2023-07-03 07:48:15','','Connectivity & Integration Capabilities','','inherit','closed','closed','','66-revision-v1','','','2023-07-03 07:48:15','2023-07-03 07:48:15','',66,'https://arukustech.com//?p=162',0,'revision','',0),(163,1,'2023-07-03 08:13:51','2023-07-03 08:13:51','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:8:\"taxonomy\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:15:\"policy-category\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Policy Category Section','policy-category-section','publish','closed','closed','','group_64a28314d7c12','','','2023-07-03 08:13:51','2023-07-03 08:13:51','',0,'https://arukustech.com//?post_type=acf-field-group&#038;p=163',0,'acf-field-group','',0),(164,1,'2023-07-03 08:13:50','2023-07-03 08:13:50','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Category Image','category_image','publish','closed','closed','','field_64a28315b8b54','','','2023-07-03 08:13:50','2023-07-03 08:13:50','',163,'https://arukustech.com//?post_type=acf-field&p=164',0,'acf-field','',0),(166,1,'2023-07-03 08:17:12','2023-07-03 08:17:12','','risk','','inherit','open','closed','','risk','','','2023-07-03 08:17:12','2023-07-03 08:17:12','',0,'https://arukustech.com//wp-content/uploads/2023/07/risk.png',0,'attachment','image/png',0),(167,1,'2023-07-03 08:18:19','2023-07-03 08:18:19','','rent','','inherit','open','closed','','rent','','','2023-07-03 08:18:19','2023-07-03 08:18:19','',0,'https://arukustech.com//wp-content/uploads/2023/07/rent.png',0,'attachment','image/png',0),(168,1,'2023-07-03 08:21:20','2023-07-03 08:21:20','','fraud','','inherit','open','closed','','fraud','','','2023-07-03 08:21:20','2023-07-03 08:21:20','',0,'https://arukustech.com//wp-content/uploads/2023/07/fraud.png',0,'attachment','image/png',0),(169,1,'2023-07-03 08:22:11','2023-07-03 08:22:11','','branch-expense','','inherit','open','closed','','branch-expense','','','2023-07-03 08:22:11','2023-07-03 08:22:11','',0,'https://arukustech.com//wp-content/uploads/2023/07/branch-expense.png',0,'attachment','image/png',0),(170,1,'2023-07-03 08:23:02','2023-07-03 08:23:02','','field-tracking','','inherit','open','closed','','field-tracking','','','2023-07-03 08:23:02','2023-07-03 08:23:02','',0,'https://arukustech.com//wp-content/uploads/2023/07/field-tracking.png',0,'attachment','image/png',0),(171,1,'2023-07-03 08:26:02','2023-07-03 08:26:02','','travel','','inherit','open','closed','','travel','','','2023-07-03 08:26:02','2023-07-03 08:26:02','',0,'https://arukustech.com//wp-content/uploads/2023/07/travel.png',0,'attachment','image/png',0),(172,1,'2023-07-03 08:26:55','2023-07-03 08:26:55','','audit','','inherit','open','closed','','audit','','','2023-07-03 08:26:55','2023-07-03 08:26:55','',0,'https://arukustech.com//wp-content/uploads/2023/07/audit.png',0,'attachment','image/png',0),(173,1,'2023-07-03 09:31:50','0000-00-00 00:00:00','','Testimonil','','draft','closed','closed','','','','','2023-07-03 09:31:50','2023-07-03 09:31:50','',0,'https://arukustech.com//?post_type=success-story&#038;p=173',0,'success-story','',0),(174,1,'2023-07-03 10:32:22','2023-07-03 10:32:22','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','publish','closed','closed','','loan-origination-system','','','2023-07-03 10:32:22','2023-07-03 10:32:22','',0,'https://arukustech.com//?post_type=solutions&#038;p=174',0,'solutions','',0),(176,1,'2023-07-03 10:35:52','2023-07-03 10:35:52','Streamline your collections process, enhance operational efficiency, and optimize cash flows.','Collection Management System','','publish','closed','closed','','collection-management-system','','','2023-07-03 10:35:52','2023-07-03 10:35:52','',0,'https://arukustech.com//?post_type=solutions&#038;p=176',0,'solutions','',0),(177,1,'2023-07-03 10:36:59','2023-07-03 10:36:59','Save Time and Money with Better Risk Management - Move from Higher Risk to Lower Risk','Enterprise Risk Management','','publish','closed','closed','','enterprise-risk-management','','','2023-07-03 10:36:59','2023-07-03 10:36:59','',0,'https://arukustech.com//?post_type=solutions&#038;p=177',0,'solutions','',0),(178,1,'2023-07-03 10:38:01','2023-07-03 10:38:01','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X','Expense Management System','','publish','closed','closed','','expense-management-system','','','2023-07-03 10:38:01','2023-07-03 10:38:01','',0,'https://arukustech.com//?post_type=solutions&#038;p=178',0,'solutions','',0),(179,1,'2023-07-03 10:40:03','2023-07-03 10:40:03','Uncover Real-Time Insights on Targets, Collections, and Compliance across Areas, Branches, and Individual Agents!','Field Track-O','','publish','closed','closed','','field-track-o','','','2023-07-03 10:40:26','2023-07-03 10:40:26','',0,'https://arukustech.com//?post_type=solutions&#038;p=179',0,'solutions','',0),(180,1,'2023-07-03 10:52:48','2023-07-03 10:52:48','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','publish','closed','closed','','audit-compliance','','','2023-07-03 10:52:48','2023-07-03 10:52:48','',0,'https://arukustech.com//?post_type=solutions&#038;p=180',0,'solutions','',0),(181,1,'2023-07-03 10:54:18','2023-07-03 10:54:18','With advanced smart detection mechanisms, identify fraud at the sales agent level, assess damage, and take immediate corrective actions.','Fraud Control System','','publish','closed','closed','','fraud-control-system','','','2023-07-03 10:54:18','2023-07-03 10:54:18','',0,'https://arukustech.com//?post_type=solutions&#038;p=181',0,'solutions','',0),(182,1,'2023-07-03 10:57:13','2023-07-03 10:57:13','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Samadhan Ticketing System','','publish','closed','closed','','samadhan-ticketing-system','','','2023-07-03 10:57:13','2023-07-03 10:57:13','',0,'https://arukustech.com//?post_type=solutions&#038;p=182',0,'solutions','',0),(186,1,'2023-07-03 11:45:33','2023-07-03 11:45:33','','Solutions','','publish','closed','closed','','solutions','','','2023-07-03 11:45:33','2023-07-03 11:45:33','',0,'https://arukustech.com//?page_id=186',0,'page','',0),(187,1,'2023-07-03 11:45:33','2023-07-03 11:45:33','','Solutions','','inherit','closed','closed','','186-revision-v1','','','2023-07-03 11:45:33','2023-07-03 11:45:33','',186,'https://arukustech.com//?p=187',0,'revision','',0),(188,1,'2023-07-04 06:08:09','2023-07-04 06:08:09','<p><strong>Unlocking New Revenue Streams: The Power of Effective Cross-Selling for MFI and NBFCs</strong></p>\r\n<br><br>\r\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), diversifying revenue streams and maximizing customer value are crucial for sustained growth and competitiveness. Effective cross-selling for MFI & NBFCs emerge as a game-changer, empowering financial institutions to identify untapped market opportunities and expand their product offerings. An Effective Cross-Selling Application stands out as a cutting-edge solution, revolutionizing how MFIs and NBFCs unlock new revenue streams through automated loan approvals, seamless vendor communication, and enhanced customer experience.</p>\r\n<br><br>\r\n\r\n<p><strong>Expanding Product Portfolio:</strong> Cross-selling tools allow MFIs and NBFCs to identify customers who may be interested in additional products or financing options beyond their initial engagement. This diversifies the institution\'s product portfolio, catering to a wider range of customer needs and preferences.</p>\r\n\r\n<p><strong>Building Customer Loyalty:</strong> By proactively suggesting relevant products or services, financial institutions demonstrate a customer-centric approach, enhancing customer satisfaction, and building long-term loyalty. Satisfied and loyal customers are more likely to engage in repeat business and refer others, further bolstering revenue streams.</p>\r\n\r\n<p><strong>Maximizing Customer Lifetime Value:</strong> Cross-selling tools enable MFIs and NBFCs to leverage existing customer relationships for increased revenue. By identifying opportunities to offer additional products or financing, institutions can maximize the customer lifetime value, ensuring continued profitability.</p>\r\n\r\n<p><strong>Arukus Cross-Sell Application: Unleashing New Revenue Streams</strong></p>\r\n\r\n<p><strong>Integration with Loan Origination System (LOS):</strong>\r\nArukus Cross-Sell Application seamlessly integrates with the Loan Origination System, streamlining the process of loan approvals. Automated loan approval reduces manual intervention, accelerates decision-making, and enhances the customer experience. This integration fosters operational efficiency and enables faster access to financing options.</p>\r\n\r\n<p><strong>Smooth Vendor Communication for Faster Delivery:</strong>\r\nThe application facilitates smooth communication with vendors, ensuring a swift and efficient process from product selection to delivery at the customer\'s doorstep. Efficient vendor coordination ensures timely delivery, enhancing customer satisfaction and reinforcing the institution\'s reputation.</p>\r\n\r\n<p><strong>Enhanced Customer Experience:</strong>\r\nArukus Cross-Sell Application prioritizes the customer experience by presenting tailored offers and financing options. By leveraging customer data and preferences, financial institutions can provide personalized recommendations, improving the likelihood of successful cross-selling and customer retention.</p>\r\n<br><br>\r\n<p>Arukus Technologies\' Cross-Sell Application empowers financial institutions with its automated loan approval process, seamless vendor communication, and enhanced customer experience. By embracing this cutting-edge solution, MFIs and NBFCs can diversify their product offerings, drive customer loyalty, and optimize customer lifetime value. Through proactive and tailored cross-selling strategies, financial institutions can secure a strong position in the market, fostering sustainable growth and competitiveness in an increasingly dynamic financial landscape.</p>','Arukus Cross-Sell','','publish','closed','closed','','effective-cross-selling-mfi-nbfcs','','','2023-07-20 14:11:02','2023-07-20 14:11:02','',186,'https://arukustech.com//?page_id=188',0,'page','',0),(189,1,'2023-07-03 11:46:09','2023-07-03 11:46:09','','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-03 11:46:09','2023-07-03 11:46:09','',188,'https://arukustech.com//?p=189',0,'revision','',0),(190,1,'2023-07-03 12:08:20','2023-07-03 12:08:20','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"188\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Cross Cell','cross-cell','publish','closed','closed','','group_64a2b934a21dc','','','2023-07-17 08:05:55','2023-07-17 08:05:55','',0,'https://arukustech.com//?post_type=acf-field-group&#038;p=190',0,'acf-field-group','',0),(191,1,'2023-07-03 12:08:19','2023-07-03 12:08:19','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Step 1 title','step_1_title','publish','closed','closed','','field_64a2b935e266f','','','2023-07-04 08:36:17','2023-07-04 08:36:17','',190,'https://arukustech.com//?post_type=acf-field&#038;p=191',2,'acf-field','',0),(192,1,'2023-07-03 12:08:19','2023-07-03 12:08:19','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Step 1 Content','step_1_content','publish','closed','closed','','field_64a2b98ee2670','','','2023-07-04 08:36:17','2023-07-04 08:36:17','',190,'https://arukustech.com//?post_type=acf-field&#038;p=192',3,'acf-field','',0),(193,1,'2023-07-03 12:08:19','2023-07-03 12:08:19','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Step 1 Image','step_1_image','publish','closed','closed','','field_64a2b999e2671','','','2023-07-04 08:36:17','2023-07-04 08:36:17','',190,'https://arukustech.com//?post_type=acf-field&#038;p=193',4,'acf-field','',0),(194,1,'2023-07-03 12:08:19','2023-07-03 12:08:19','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Step 2 title','step_2_title','publish','closed','closed','','field_64a2b9a8e2672','','','2023-07-04 08:36:17','2023-07-04 08:36:17','',190,'https://arukustech.com//?post_type=acf-field&#038;p=194',5,'acf-field','',0),(195,1,'2023-07-03 12:08:20','2023-07-03 12:08:20','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Step 2 Content','step_2_content','publish','closed','closed','','field_64a2b9b7e2673','','','2023-07-04 08:36:17','2023-07-04 08:36:17','',190,'https://arukustech.com//?post_type=acf-field&#038;p=195',6,'acf-field','',0),(196,1,'2023-07-03 12:08:20','2023-07-03 12:08:20','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Step 2 Image','step_2_image','publish','closed','closed','','field_64a2b9c4e2674','','','2023-07-04 08:36:18','2023-07-04 08:36:18','',190,'https://arukustech.com//?post_type=acf-field&#038;p=196',7,'acf-field','',0),(197,1,'2023-07-03 12:08:20','2023-07-03 12:08:20','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Step 3 title','step_3_title','publish','closed','closed','','field_64a2b9dde2675','','','2023-07-04 08:36:18','2023-07-04 08:36:18','',190,'https://arukustech.com//?post_type=acf-field&#038;p=197',8,'acf-field','',0),(198,1,'2023-07-03 12:08:20','2023-07-03 12:08:20','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Step 3 Content','step_3_content','publish','closed','closed','','field_64a2b9ece2676','','','2023-07-04 08:36:18','2023-07-04 08:36:18','',190,'https://arukustech.com//?post_type=acf-field&#038;p=198',9,'acf-field','',0),(199,1,'2023-07-03 12:08:20','2023-07-03 12:08:20','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Step 3 Image','step_3_image','publish','closed','closed','','field_64a2ba1de2677','','','2023-07-04 08:36:18','2023-07-04 08:36:18','',190,'https://arukustech.com//?post_type=acf-field&#038;p=199',10,'acf-field','',0),(200,1,'2023-07-03 12:11:06','2023-07-03 12:11:06','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Step 4 title','step_4_title','publish','closed','closed','','field_64a2ba7015d8f','','','2023-07-04 08:36:18','2023-07-04 08:36:18','',190,'https://arukustech.com//?post_type=acf-field&#038;p=200',11,'acf-field','',0),(201,1,'2023-07-03 12:11:07','2023-07-03 12:11:07','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Step 4 Content','step_4_content','publish','closed','closed','','field_64a2ba7b15d90','','','2023-07-04 08:36:18','2023-07-04 08:36:18','',190,'https://arukustech.com//?post_type=acf-field&#038;p=201',12,'acf-field','',0),(202,1,'2023-07-03 12:11:07','2023-07-03 12:11:07','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Step 4 Image','step_4_image','publish','closed','closed','','field_64a2ba8d15d91','','','2023-07-04 08:36:18','2023-07-04 08:36:18','',190,'https://arukustech.com//?post_type=acf-field&#038;p=202',13,'acf-field','',0),(203,1,'2023-07-03 12:11:07','2023-07-03 12:11:07','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Step 5 title','step_5_title','publish','closed','closed','','field_64a2baa515d92','','','2023-07-04 08:36:18','2023-07-04 08:36:18','',190,'https://arukustech.com//?post_type=acf-field&#038;p=203',14,'acf-field','',0),(204,1,'2023-07-03 12:11:07','2023-07-03 12:11:07','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Step 5 Content','step_5_content','publish','closed','closed','','field_64a2bab015d93','','','2023-07-04 08:36:18','2023-07-04 08:36:18','',190,'https://arukustech.com//?post_type=acf-field&#038;p=204',15,'acf-field','',0),(205,1,'2023-07-03 12:11:07','2023-07-03 12:11:07','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Step 5 Image','step_5_image','publish','closed','closed','','field_64a2bac215d94','','','2023-07-04 08:36:18','2023-07-04 08:36:18','',190,'https://arukustech.com//?post_type=acf-field&#038;p=205',16,'acf-field','',0),(206,1,'2023-07-03 12:24:46','2023-07-03 12:24:46','','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-03 12:24:46','2023-07-03 12:24:46','',188,'https://arukustech.com//?p=206',0,'revision','',0),(207,1,'2023-07-03 12:35:15','2023-07-03 12:35:15','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Heading','heading','publish','closed','closed','','field_64a2bfddc128b','','','2023-07-04 08:36:17','2023-07-04 08:36:17','',190,'https://arukustech.com//?post_type=acf-field&#038;p=207',1,'acf-field','',0),(208,1,'2023-07-03 12:35:47','2023-07-03 12:35:47','','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-03 12:35:47','2023-07-03 12:35:47','',188,'https://arukustech.com//?p=208',0,'revision','',0),(209,1,'2023-07-20 06:27:54','2023-07-03 12:55:17','','<span class=\"link_icon\"><img src=\"https://arukustech.com/wp-content/uploads/2023/07/s2_2.png\" alt=\"\"></span>                                             <span class=\"link_content\">                                                 <div class=\"link_title\">Connectivity & Integration</div>                                                 <div class=\"link_text\">Seamlessly connect with 3rd party services...</div>                                             </span>','','publish','closed','closed','','209','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',0,'https://arukustech.com//?p=209',14,'nav_menu_item','',0),(210,1,'2023-07-20 06:27:54','2023-07-03 12:55:16','','<span class=\"link_icon\"><img src=\"https://arukustech.com/wp-content/uploads/2023/06/s1.png\" alt=\"\"></span>                                             <span class=\"link_content\">                                                 <div class=\"link_title\">Policy Based Configuration</div>                                                 <div class=\"link_text\">Arukus empowers businesses to easily modify...</div>                                             </span>','','publish','closed','closed','','210','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',0,'https://arukustech.com//?p=210',13,'nav_menu_item','',0),(211,1,'2023-07-04 06:07:29','2023-07-04 06:07:29','<p><strong>Streamlining Operations: How Loan Origination Systems Empower MFI and NBFCs - A Case Study</strong></p>\r\n<br>\r\n<p>In the dynamic landscape of financial services, Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) play a pivotal role in extending credit to underserved communities and fostering economic growth. To enhance their operational efficiency and meet the diverse needs of their clientele, these institutions rely on Loan Origination Systems (LOS). These cutting-edge platforms have revolutionized the lending process, enabling MFIs and NBFCs to navigate the complexities of loan origination seamlessly. Let\'s explore how Loan Origination Systems have made a tangible impact on these institutions through a few case studies.</p>\r\n\r\n<p><strong>Case Study 1: Leading MFI in the rural sector - Expedited Loan Approvals and Enhanced Customer Experience</strong></p>\r\n\r\n<p>A leading MFI serving rural communities, faced challenges in processing loan applications efficiently due to a manual and paper-based system. The lengthy process resulted in delayed approvals and frustrated borrowers. Upon implementing Arukus Loan Origination System, the institution experienced a significant transformation. The system streamlined the application process, enabling the MFI to capture applicant data electronically and automate credit checks. Consequently, loan approval time reduced by 40%, leading to heightened customer satisfaction. Additionally, the LOS offered personalized loan products based on borrowers\' needs, contributing to a 25% increase in repeat customers.</p>\r\n\r\n<p><strong>Case Study 2: An Emerging NBFC in North East - Mitigating Risks and Improving Portfolio Quality</strong></p>\r\n\r\n<p>An emerging NBFC in urban lending operating in the North East of India, sought to enhance its risk assessment capabilities to ensure sustainable growth. Previously, the NBFC relied on manual processes, resulting in a higher default rate. By adopting a Loan Origination System, it was able to integrate advanced risk evaluation algorithms and data analytics into its operations. The system effectively assessed borrowers\' creditworthiness, analyzing variables like repayment history and income patterns. As a result, the institution experienced a 15% reduction in default rates and a corresponding improvement in portfolio quality, attracting more investors and strengthening its financial standing.</p>\r\n\r\n<p><strong>Case Study 3: Optimizing Resource Allocation and Increasing Scalability for an established NBFC in East India</strong></p>\r\n\r\n<p>An established NBFC catering to diverse customer segments, faced challenges in managing resources efficiently as its loan portfolio expanded rapidly. The institution\'s manual processes led to inefficiencies and increased operational costs. With the implementation of a Loan Origination System, they achieved remarkable operational excellence. The LOS streamlined workflow and automated document verification, reducing the need for manual intervention. As a result, resource allocation was optimized, and the institution experienced a 20% reduction in operational costs. The newfound efficiency also enabled the NBFC to scale its operations, venturing into new territories and expanding its customer base.</p>\r\n<br>\r\n<p>The case studies above illustrate how Arukus Loan Origination Systems have become indispensable tools for MFIs and NBFCs, empowering them to overcome operational challenges and achieve sustainable growth. Through expedited loan approvals, enhanced risk assessment, and streamlined workflows, these platforms have made a significant impact on the efficiency and effectiveness of these financial institutions. As technology continues to advance, embracing Loan Origination Systems becomes even more crucial for MFIs and NBFCs to remain competitive, relevant, and impactful in their pursuit of financial inclusion and economic development.</p>','Loan Origination System','','publish','closed','closed','','loan-origination-system','','','2023-10-05 08:40:48','2023-10-05 08:40:48','',186,'https://arukustech.com//?page_id=211',0,'page','',0),(212,1,'2023-07-04 06:07:29','2023-07-04 06:07:29','','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-04 06:07:29','2023-07-04 06:07:29','',211,'https://arukustech.com//?p=212',0,'revision','',0),(213,1,'2023-07-04 06:08:25','2023-07-04 06:08:25','<p><strong>How a Technology-Enabled Collection Management System enables MFI & NBFCs to Maximize their Collections</strong></p><br>\r\n\r\n<p>In the realm of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), efficient collections management is essential for ensuring financial stability and sustainable growth. Embracing a technology-enabled Collection Management System can revolutionize the collections process, empowering MFIs and NBFCs to optimize operations, enhance customer experience, and drive financial success. Let\'s explore how Arukus Technologies Collection Management System caters to crucial aspects of making the collections process efficient:</p>\r\n\r\n<p><strong>1. Integration with Core Banking System:</strong>\r\nA robust Collection Management System integrates seamlessly with the core banking system, enabling real-time data sync. This integration empowers MFIs and NBFCs to fetch collections data effortlessly, allowing them to stay updated on loan recovery statuses and customer payment histories.</p><br>\r\n\r\n<p><strong>2. Mobile App for Agents:</strong>\r\nA dedicated mobile app equips field agents with powerful tools to efficiently manage collections on the go. Agents can plan and track advance, daily, and weekly collections, including overdue payments and recoveries, through the user-friendly app interface.</p><br>\r\n\r\n<p><strong>3. Customer Visit Tracking with Image Capture:</strong>\r\nThe Collection Management System enables agents to record and track customer visits efficiently. The app\'s image capture facility allows agents to attach relevant documents, photos, or proofs during customer interactions, ensuring accurate and transparent record-keeping.</p><br>\r\n\r\n<p><strong>4. Multiple Payment Modes for Customers:</strong>\r\nTo enhance customer convenience and encourage timely payments, the Collection Management System offers multiple payment modes. Customers can choose their preferred payment method, such as cash, mobile payments, or electronic transfers, for hassle-free transactions.</p><br>\r\n\r\n<p><strong>5. Root Cause Analysis for Non-Payments:</strong>\r\nNon-payments or partial payments can be concerning for MFIs and NBFCs. The system is designed to aid in root cause analysis, providing valuable insights into the reasons behind customer payment issues. Armed with this information, institutions can develop targeted strategies to address the root causes and improve collections.</p><br>\r\n\r\n<p><strong>6. Live Location Capture:</strong>\r\nDuring payment collections, live location capture adds an extra layer of security and transparency. The Arukus Collection Management System allows real-time location tracking, ensuring that payments are received from the correct customer and location.</p><br>\r\n\r\n<p><strong>7. Offline Data Recording:</strong>\r\nArukus Collection Management System is designed to function seamlessly even in areas with limited or no internet connectivity. Agents can record and update collection data offline, and once connectivity is restored, the system syncs the data with the central database.</p><br><br>\r\n\r\n<p>A technology-enabled system empowers MFIs and NBFCs to transform their collections process, making it more efficient, transparent, and customer-centric. Integration with the core banking system ensures real-time data availability, while the mobile app equips agents with powerful tools to track collections and record customer visits. Offering multiple payment modes enhances customer convenience, and root cause analysis enables institutions to tackle non-payments proactively. With live location capture and offline data recording, the system ensures security and continuity in collections, even in areas with limited connectivity. Embracing such a technology-driven approach, MFIs and NBFCs can drive better collections performance, establish customer trust, and achieve financial prosperity in an increasingly competitive landscape.</p>','Collection Management System','','publish','closed','closed','','collection-management-system','','','2023-07-20 07:44:30','2023-07-20 07:44:30','',186,'https://arukustech.com//?page_id=213',0,'page','',0),(214,1,'2023-07-04 06:08:25','2023-07-04 06:08:25','','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-04 06:08:25','2023-07-04 06:08:25','',213,'https://arukustech.com//?p=214',0,'revision','',0),(215,1,'2023-07-04 06:14:14','2023-07-04 06:14:14','<strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong>\r\n\r\nIn the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.<br><br>\r\n\r\n\r\n<strong>The Need for an Enterprise Risk Management Tool:</strong><br><br>\r\n\r\n<strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.<br><br>\r\n\r\n<strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.<br><br>\r\n\r\n<strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.<br><br>\r\n\r\n<strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.<br><br>\r\n\r\n<strong>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</strong><br><br>\r\n\r\n<strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.<br><br>\r\n\r\n<strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.<br><br>\r\n\r\n<strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.<br><br>\r\n\r\n<strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.<br><br>\r\n\r\n\r\nArukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.','Enterprise Risk Management','','publish','closed','closed','','enterprise-risk-management','','','2023-12-20 13:45:39','2023-12-20 13:45:39','',186,'https://arukustech.com//?page_id=215',0,'page','',0),(216,1,'2023-07-04 06:14:14','2023-07-04 06:14:14','','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-04 06:14:14','2023-07-04 06:14:14','',215,'https://arukustech.com//?p=216',0,'revision','',0),(217,1,'2023-07-04 06:15:46','2023-07-04 06:15:46','<p><strong>Expense Management System: Empowering MFI & NBFCs for Efficient Financial Control</strong></p>\r\n\r\n<p>In the dynamic world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective financial control is crucial for sustainable growth and operational excellence. The intricacies of managing daily branch expenses, travel and tour expenses, branch rents, agreement formats, and branch re-locations can become overwhelming without a comprehensive Expense Management System. Arukus Technologies recognizes these challenges and offers a tailored solution to revolutionize expense management for MFIs and NBFCs.</p><br><br>\r\n\r\n<p><strong>The Need for an Expense Management System:</strong><br><br>\r\n\r\n<strong>Daily Branch Expenses:</strong> MFIs and NBFCs operate through an extensive network of branches, each incurring various expenses daily. Tracking and managing these expenses manually can be time-consuming and error-prone, leading to discrepancies in financial reporting.</p>\r\n\r\n<p><strong>Travel and Tour Expenses:</strong> Sales representatives and field agents in MFIs and NBFCs often travel extensively to reach clients and potential customers. Managing travel and tour expenses efficiently is essential to maintain financial transparency and control costs.</p>\r\n\r\n<p><strong>Branch Rents:</strong> Rent for branch locations is a significant expense for MFIs and NBFCs. Accurate monitoring and timely payments are essential to avoid penalties and maintain smooth operations.</p>\r\n\r\n<p><strong>Branch Agreement Formats:</strong> Legal agreements for branch locations require meticulous handling and proper documentation. Ensuring compliance with agreements and tracking renewal dates can be challenging without a systematic approach.</p>\r\n\r\n<p><strong>Branch Relocations:</strong> From time to time, MFIs and NBFCs may need to relocate branches to optimize operations or expand their reach. Handling such relocations effectively is critical to minimize disruptions and ensure business continuity.</p>\r\n\r\n<p><strong>Arukus Expense Management System: The Ultimate Solution</strong><br>\r\n\r\nArukus Technologies\' Expense Management System is a game-changer for MFIs and NBFCs, providing a holistic solution to track and manage expenses across multiple branches, streamline travel expenses, and handle crucial aspects like rent management and branch relocations. Embracing this technology empowers MFIs and NBFCs to drive efficiency, maintain financial transparency, and make data-backed decisions to achieve their growth objectives with confidence.</p>','Expense Management System','','publish','closed','closed','','expense-management-system','','','2023-07-20 07:50:42','2023-07-20 07:50:42','',186,'https://arukustech.com//?page_id=217',0,'page','',0),(218,1,'2023-07-04 06:15:46','2023-07-04 06:15:46','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X','Expense Management System','','inherit','closed','closed','','217-revision-v1','','','2023-07-04 06:15:46','2023-07-04 06:15:46','',217,'https://arukustech.com//?p=218',0,'revision','',0),(219,1,'2023-07-04 06:23:48','2023-07-04 06:23:48','<p><strong>Arukus Field Track-O: Revolutionizing Field Sales Performance Tracking for Maximizing Collections</strong></p>\r\n<br>\r\n<p>Welcome to the future of field sales management with Arukus Field Track-O, an innovative app designed to empower businesses and field sales teams with cutting-edge tools and insights for unmatched performance. Let\'s explore how Arukus Technologies\' Field Track-O transforms your sales operations, ensuring compliance, optimizing target achievement, and providing real-time tracking capabilities.</p>\r\n\r\n<p><strong>1. Ensuring Compliance:</strong><br>\r\nCompliance is a crucial aspect of any sales operation. Arukus Field Track-O helps your organization maintain adherence to sales protocols and regulatory requirements. By capturing and analyzing data during field visits, the app ensures that sales agents follow best practices and adhere to company guidelines, promoting ethical and transparent sales processes.</p>\r\n\r\n<p><strong>2. Advanced Planner & Tracking Tool for Meeting Collection Targets:</strong><br>\r\nIn a competitive market, meeting collection targets is vital for sustained growth. Arukus Field Track-O serves as an advanced planner and tracking tool that enables sales agents to plan their routes efficiently, ensuring optimal coverage and customer engagement. Real-time tracking of sales agents\' activities allows them to focus on high-priority accounts and meet collection targets with precision.</p>\r\n\r\n<p><strong>3. Geo-Tracking:</strong><br>\r\nEfficient field sales management demands accurate location tracking, and Arukus Field Track-O delivers precisely that. By leveraging state-of-the-art geo-tracking technology, the app provides real-time location updates, allowing sales managers to monitor field agents\' movements and ensure optimal route planning. This geo-tracking feature also enhances customer service, as agents can reach clients promptly and deliver personalized experiences.</p>\r\n\r\n<p><strong>4. Field Agent Monitoring:</strong><br>\r\nSupervising field sales agents remotely can be a challenge, but Arukus Field Track-O bridges this gap effectively. With comprehensive field agent monitoring, sales managers can gain insights into agent activities, productivity, and performance metrics. This data-driven approach fosters accountability and empowers sales agents to make data-backed decisions in the field, improving overall efficiency.</p>\r\n\r\n<p><strong>5. Branch Manager Review System:</strong><br>\r\nFor seamless coordination between field sales teams and branch managers, Arukus Field Track-O incorporates a robust review system. Branch managers can access real-time data, track agent performance, and review sales activities with ease. This streamlines communication, facilitates prompt feedback, and enables better support to field agents.</p>\r\n\r\n<p><strong>6. Area or Zonal Manager Review System:</strong><br>\r\nIn addition to branch-level oversight, Arukus Field Track-O offers a comprehensive review system for area or zonal managers. This allows higher-level management to monitor sales performance across regions, identify trends, and make strategic decisions based on accurate data. The review system ensures alignment with organizational objectives and drives collaboration for optimal results.</p>\r\n<br><br>\r\n<p>\r\nIn conclusion, Arukus Field Track-O empowers businesses to take control of their field sales operations like never before. With compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness. Embrace Arukus Field Track-O to optimize your field sales performance, maximize productivity, and achieve unparalleled success in the competitive market.\r\n</p>\r\n\r\n\r\n\r\n\r\n\r\n','Field Track-O','','publish','closed','closed','','field-track-o-sales-performance-tracking-app-mfi-nbfc','','','2023-07-20 10:45:45','2023-07-20 10:45:45','',186,'https://arukustech.com//?page_id=219',0,'page','',0),(220,1,'2023-07-04 06:23:48','2023-07-04 06:23:48','Uncover Real-Time Insights on Targets, Collections, and Compliance across Areas, Branches, and Individual Agents!','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-04 06:23:48','2023-07-04 06:23:48','',219,'https://arukustech.com//?p=220',0,'revision','',0),(221,1,'2023-07-04 06:27:20','2023-07-04 06:27:20','<p><strong>Why an Internal Audit & Compliance Management Tool is a Must-Have for MFI and NBFCs</strong></p><br><br>\r\n\r\n<p>Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs) operate in a complex and ever-evolving financial landscape, serving diverse customer segments with varying needs. In this highly regulated and competitive environment, an effective Audit & Compliance Management tool becomes an indispensable asset for these institutions, helping them overcome challenges and drive success. Let\'s explore the key reasons why an Audit & Compliance Management tool is a must-have for MFIs and NBFCs:</p>\r\n\r\n<p><strong>1. Ensuring Regulatory Adherence:</strong><br>\r\nCompliance with industry regulations and statutory requirements is paramount for MFIs and NBFCs to operate ethically and responsibly. An Audit & Compliance Management tool equips these institutions with automated tracking and reporting capabilities, ensuring they stay up-to-date with changing regulations and avoid penalties or legal issues that may arise due to non-compliance.</p><br>\r\n\r\n<p><strong>2. Strengthening Risk Management:</strong><br>\r\nIdentifying and mitigating risks are essential for financial institutions to safeguard their assets and reputation. A robust Audit & Compliance Management tool enables MFIs and NBFCs to assess risk factors across their operations, including credit, operational, and market risks. With real-time insights and monitoring, they can proactively address potential threats and implement risk mitigation strategies effectively.</p><br>\r\n\r\n<p><strong>3. Streamlining Internal Auditing:</strong><br>\r\nConducting internal audits can be a laborious and time-consuming process. An Internal Audit & Compliance Management tool streamlines the auditing process, automating data collection, analysis, and reporting. This saves valuable time, reduces errors, and allows auditors to focus on analyzing critical data and identifying areas for improvement.</p><br>\r\n\r\n<p><strong>4. Enhancing Operational Efficiency:</strong><br>\r\nIn a competitive market, operational efficiency is a key differentiator for success. An Audit & Compliance Management tool provides MFIs and NBFCs with a structured framework to streamline processes, identify bottlenecks, and optimize resource allocation. By eliminating redundancies and enhancing workflow, institutions can maximize productivity and customer satisfaction.</p><br>\r\n\r\n<p><strong>5. Fostering Accountability and Transparency:</strong><br>\r\nWith an Audit & Compliance Management tool, MFIs and NBFCs foster a culture of accountability and transparency at all levels of the organization. The tool empowers managers and employees to take ownership of their roles, adhere to best practices, and align their activities with the institution\'s overarching goals.</p><br>\r\n\r\n<p><strong>6. Driving Data-Driven Decision-Making:</strong><br>\r\nAccess to accurate and real-time data is instrumental in making informed decisions. An Audit & Compliance Management tool aggregates and analyzes vast amounts of data, enabling stakeholders to gain valuable insights into performance, risks, and compliance. These data-driven insights form the basis for strategic planning and continuous improvement.</p><br>\r\n\r\n<p><strong>7. Building Customer Trust:</strong><br>\r\nFor MFIs and NBFCs, customer trust is the bedrock of their success. An effective Audit & Compliance Management tool ensures that customer data is handled with utmost security and compliance. This, in turn, strengthens customer confidence in the institution, leading to long-lasting relationships and positive word-of-mouth referrals.</p><br>\r\n\r\n<p>Arukus Technologies\' Internal Audit & Compliance Management Tool is a game-changer for MFIs and NBFCs, empowering them to establish robust internal controls, achieve regulatory compliance, and foster a culture of accountability and transparency. With its advanced features, seamless auditing capabilities, and comprehensive reporting, Arukus\'s solution enables financial institutions to thrive in a dynamic and competitive landscape while upholding the highest standards of financial integrity.</p>\r\n\r\n\r\n\r\n\r\n\r\n','Audit & Compliance','','publish','closed','closed','','internal-audit-compliance-management-mfi-nbfc','','','2023-07-28 13:44:29','2023-07-28 13:44:29','',186,'https://arukustech.com//?page_id=221',0,'page','',0),(222,1,'2023-07-04 06:27:20','2023-07-04 06:27:20','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-04 06:27:20','2023-07-04 06:27:20','',221,'https://arukustech.com//?p=222',0,'revision','',0),(223,1,'2023-07-04 06:28:27','2023-07-04 06:28:27','<p><strong>Arukus Technologies Fraud Control System: Safeguarding MFI and NBFCs from Financial Fraud</strong></p>\r\n<p>\r\nIn the world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), the battle against financial fraud is an ongoing challenge. As these institutions strive to expand their reach and cater to the financial needs of underserved populations, they must also be vigilant against various fraudulent activities that can hamper their growth and reputation. Arukus Technologies\' Fraud Management System emerges as a powerful ally, empowering MFIs and NBFCs to reduce risks associated with common fraud scenarios such as cash misappropriation, false documentation, suppressing loan foreclosure information, and more.\r\n</p>\r\n<p><strong>Intelligent Fraud Detection and Prevention:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System is armed with cutting-edge technology that employs artificial intelligence and machine learning algorithms to identify potential fraud patterns. By analyzing vast volumes of data from diverse sources, the system can detect irregularities and suspicious activities in real-time, enabling proactive action to prevent fraudulent transactions.\r\n</p>\r\n<p><strong>Mitigating Cash Misappropriation:</strong></p>\r\n<p>\r\nOne of the most common fraud scenarios faced by MFIs and NBFCs is cash misappropriation, where employees or individuals exploit loopholes to embezzle funds. Arukus Technologies\' system implements strict access controls, segregates duties, and monitors financial transactions to minimize the risk of unauthorized cash handling. Moreover, the system can flag unusual withdrawal patterns or unauthorized account access, triggering timely investigations and deterring potential fraudsters.\r\n</p>\r\n<p><strong>Verifying Document Authenticity:</strong></p>\r\n<p>\r\nFalse documentation is another significant concern for financial institutions. Fraudsters may submit forged or manipulated documents to secure loans or credit facilities. Arukus Technologies\' Fraud Management System incorporates advanced document verification techniques, leveraging optical character recognition (OCR) and other validation methods to ensure the authenticity of submitted documents. This helps eliminate the risk of approving loans based on fraudulent information.\r\n</p>\r\n<p><strong>Enhanced Loan Foreclosure Monitoring:</strong></p>\r\n<p>\r\nSuppressing loan foreclosure information is a fraudulent tactic used to conceal existing liabilities and secure additional credit. Arukus Technologies\' system maintains a comprehensive loan database, cross-referencing foreclosure details with credit records. Any discrepancies or attempts to hide foreclosure information are promptly detected, reducing the risk of granting credit to defaulters or individuals with a high credit risk.\r\n</p>\r\n<p><strong>Real-Time Alerts and Reporting:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System delivers real-time alerts to relevant stakeholders when suspicious activities are detected. These alerts enable swift action and investigation, minimizing the impact of potential fraud on the institution\'s financial health. Additionally, the system generates comprehensive fraud reports, providing insights into emerging fraud trends and aiding in continuous process improvement.\r\n</p>\r\n<p><strong>Strengthening Compliance and Regulation:</strong></p>\r\n<p>\r\nCompliance with regulatory requirements is of utmost importance for MFIs and NBFCs. Arukus Technologies\' Fraud Management System ensures adherence to industry standards and compliance with anti-fraud regulations. By maintaining transparent and traceable audit trails, financial institutions can confidently demonstrate their commitment to preventing fraud and upholding ethical practices.\r\n</p>\r\n<br>\r\n<p>\r\nIn conclusion, Arukus Technologies\' Fraud Management System is a powerful tool that empowers MFIs and NBFCs to combat financial fraud effectively. By leveraging advanced technologies and intelligent analytics, the system helps these institutions detect and prevent common fraud scenarios like cash misappropriation, false documentation, and loan foreclosure suppression. With heightened vigilance, real-time alerts, and robust compliance measures, Arukus Technologies enables MFIs and NBFCs to protect their assets, reputation, and most importantly, their customers\' trust.\r\n</p>','Fraud Control System','','publish','closed','closed','','fraud-control-system','','','2023-10-05 08:41:45','2023-10-05 08:41:45','',186,'https://arukustech.com//?page_id=223',0,'page','',0),(224,1,'2023-07-04 06:28:27','2023-07-04 06:28:27','With advanced smart detection mechanisms, identify fraud at the sales agent level, assess damage, and take immediate corrective actions.','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-04 06:28:27','2023-07-04 06:28:27','',223,'https://arukustech.com//?p=224',0,'revision','',0),(225,1,'2023-07-04 06:29:30','2023-07-04 06:29:30','<p><strong>Feature-Rich Helpdesk Software Solution, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows Revolutionizing Incident Management and Customer Support</strong>\r\n<br>\r\nIn the fast-paced world of customer service and support, efficient incident management is crucial for maintaining client satisfaction and business success. Arukus Support 360 emerges as the game-changer in this domain, offering a comprehensive solution that streamlines incident management and transforms customer support into a seamless and gratifying experience.<br>\r\n</p>\r\n<p><strong>The Power of Incident Management:</strong>\r\n<br>\r\nIncident management lies at the heart of Arukus Support 360\'s capabilities. With an integrated and user-friendly interface, it empowers support teams to handle incoming incidents, such as customer inquiries, technical issues, or service requests, with utmost efficiency. The platform centralizes all customer interactions, ensuring that no ticket goes unnoticed, and every query receives prompt attention.<br>\r\n</p>\r\n<p><strong>Automated Ticketing and Escalation:</strong>\r\n<br>\r\nArukus Support 360\'s automated ticketing system intelligently categorizes and prioritizes incoming incidents based on their urgency and complexity. This automation eliminates the risk of oversight and significantly reduces response times. Furthermore, the software facilitates smooth ticket escalation to the appropriate personnel or department, ensuring that critical issues receive swift attention from the right experts.<br>\r\n</p>\r\n<p><strong>Effortless Collaboration and Communication:</strong>\r\n<br>\r\nEffective incident management requires seamless collaboration among support team members and departments. Arukus Support 360 fosters enhanced communication through shared ticket views, internal notes, and real-time updates. By promoting a cohesive workflow, the platform ensures that team members can work together harmoniously, pooling their expertise to resolve incidents promptly.<br>\r\n</p>\r\n<p><strong>Data-Driven Insights:</strong>\r\n<br>\r\nUnderstanding customer pain points and identifying recurring issues are essential for delivering exceptional support. Arukus Support 360 equips businesses with powerful data analytics tools to gain valuable insights into customer trends, incident patterns, and support team performance. Armed with this information, organizations can proactively address underlying problems and continuously improve their support processes.<br>\r\n</p>\r\n<p><strong>Personalized Customer Engagement:</strong>\r\n<br>\r\nIn the age of personalized experiences, Arukus Support 360 stands out with its customer-centric approach. The platform enables support agents to access customer profiles, purchase history, and past interactions, allowing them to tailor responses and solutions according to each client\'s unique needs. This personalized engagement not only boosts customer satisfaction but also fosters long-term loyalty.<br>\r\n</p>\r\n<p><strong>Security and Compliance:</strong>\r\n<br>\r\nSecurity is of utmost importance when handling sensitive customer data. Arukus Support 360 prioritizes data security and compliance, implementing robust measures to safeguard customer information and ensure adherence to industry regulations.<br><br>\r\n</p>\r\n<p>Arukus Support 360 is a comprehensive and advanced helpdesk software that redefines incident management and elevates customer support to new heights. With its intuitive interface, automation capabilities, and data-driven insights, businesses can streamline their support processes, exceed customer expectations, and achieve unparalleled success. Embrace the power of Arukus Support 360 and unlock the true potential of your customer support operations.</p>','Support360','','publish','closed','closed','','support360-ticketing-system','','','2023-07-20 06:37:40','2023-07-20 06:37:40','',186,'https://arukustech.com//?page_id=225',0,'page','',0),(226,1,'2023-07-04 06:29:30','2023-07-04 06:29:30','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Samadhan Ticketing System','','inherit','closed','closed','','225-revision-v1','','','2023-07-04 06:29:30','2023-07-04 06:29:30','',225,'https://arukustech.com//?p=226',0,'revision','',0),(227,1,'2023-07-04 06:44:11','2023-07-04 06:44:11','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-04 06:44:11','2023-07-04 06:44:11','',211,'https://arukustech.com//?p=227',0,'revision','',0),(228,1,'2023-07-04 06:44:48','2023-07-04 06:44:48','Streamline your collections process, enhance operational efficiency, and optimize cash flows.','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-04 06:44:48','2023-07-04 06:44:48','',213,'https://arukustech.com//?p=228',0,'revision','',0),(230,1,'2023-07-04 06:56:31','2023-07-04 06:56:31','Save Time and Money with Better Risk Management - Move from Higher Risk to Lower Risk','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-04 06:56:31','2023-07-04 06:56:31','',215,'https://arukustech.com//?p=230',0,'revision','',0),(231,1,'2023-07-19 16:27:13','2023-07-19 16:27:13','<p><strong>Unlocking New Revenue Streams: The Power of Effective Cross-Selling for MFI and NBFCs</strong></p>\n<br><br>\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), diversifying revenue streams and maximizing customer value are crucial for sustained growth and competitiveness. Effective cross-selling for MFI & NBFCs emerge as a game-changer, empowering financial institutions to identify untapped market opportunities and expand their product offerings. An Effective Cross-Selling Application stands out as a cutting-edge solution, revolutionizing how MFIs and NBFCs unlock new revenue streams through automated loan approvals, seamless vendor communication, and enhanced customer experience.</p>\n<br><br>\n<p><strong>The Value of Cross-Selling for MFIs and NBFCs:</strong></p>\n\n<p><strong>Expanding Product Portfolio:</strong> Cross-selling tools allow MFIs and NBFCs to identify customers who may be interested in additional products or financing options beyond their initial engagement. This diversifies the institution\'s product portfolio, catering to a wider range of customer needs and preferences.</p>\n\n<p><strong>Building Customer Loyalty:</strong> By proactively suggesting relevant products or services, financial institutions demonstrate a customer-centric approach, enhancing customer satisfaction, and building long-term loyalty. Satisfied and loyal customers are more likely to engage in repeat business and refer others, further bolstering revenue streams.</p>\n\n<p><strong>Maximizing Customer Lifetime Value:</strong> Cross-selling tools enable MFIs and NBFCs to leverage existing customer relationships for increased revenue. By identifying opportunities to offer additional products or financing, institutions can maximize the customer lifetime value, ensuring continued profitability.</p>\n\n<p><strong>Arukus Cross-Sell Application: Unleashing New Revenue Streams</strong></p>\n\n<p><strong>Integration with Loan Origination System (LOS):</strong>\nArukus Cross-Sell Application seamlessly integrates with the Loan Origination System, streamlining the process of loan approvals. Automated loan approval reduces manual intervention, accelerates decision-making, and enhances the customer experience. This integration fosters operational efficiency and enables faster access to financing options.</p>\n\n<p><strong>Smooth Vendor Communication for Faster Delivery:</strong>\nThe application facilitates smooth communication with vendors, ensuring a swift and efficient process from product selection to delivery at the customer\'s doorstep. Efficient vendor coordination ensures timely delivery, enhancing customer satisfaction and reinforcing the institution\'s reputation.</p>\n\n<p><strong>Enhanced Customer Experience:</strong>\nArukus Cross-Sell Application prioritizes the customer experience by presenting tailored offers and financing options. By leveraging customer data and preferences, financial institutions can provide personalized recommendations, improving the likelihood of successful cross-selling and customer retention.</p>\n<br><br>\n<p>Arukus Technologies\' Cross-Sell Application empowers financial institutions with its automated loan approval process, seamless vendor communication, and enhanced customer experience. By embracing this cutting-edge solution, MFIs and NBFCs can diversify their product offerings, drive customer loyalty, and optimize customer lifetime value. Through proactive and tailored cross-selling strategies, financial institutions can secure a strong position in the market, fostering sustainable growth and competitiveness in an increasingly dynamic financial landscape.</p>','Arukus Cross-Sell','','inherit','closed','closed','','188-autosave-v1','','','2023-07-19 16:27:13','2023-07-19 16:27:13','',188,'https://arukustech.com//?p=231',0,'revision','',0),(232,1,'2023-07-04 08:15:19','2023-07-04 08:15:19','Arukus Cross-Sell Empowers Microfinance Institutions and NBFCs for Effective Cross-Selling and diversify their portfolio effortlessly.','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-04 08:15:19','2023-07-04 08:15:19','',188,'https://arukustech.com//?p=232',0,'revision','',0),(233,1,'2023-07-04 08:36:17','2023-07-04 08:36:17','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Banner Image','banner_image','publish','closed','closed','','field_64a3d9cb85377','','','2023-07-04 08:36:17','2023-07-04 08:36:17','',190,'https://arukustech.com//?post_type=acf-field&p=233',0,'acf-field','',0),(234,1,'2023-07-04 08:37:10','2023-07-04 08:37:10','Arukus Cross-Sell Empowers Microfinance Institutions and NBFCs for Effective Cross-Selling and diversify their portfolio effortlessly.','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-04 08:37:10','2023-07-04 08:37:10','',188,'https://arukustech.com//?p=234',0,'revision','',0),(235,1,'2023-07-04 08:41:03','2023-07-04 08:41:03','','cs1','','inherit','open','closed','','cs1','','','2023-07-19 15:14:58','2023-07-19 15:14:58','',188,'https://arukustech.com//wp-content/uploads/2023/07/cs1.svg',0,'attachment','image/svg+xml',0),(236,1,'2023-07-04 08:41:21','2023-07-04 08:41:21','','cs2','','inherit','open','closed','','cs2','','','2023-07-19 15:10:23','2023-07-19 15:10:23','',188,'https://arukustech.com//wp-content/uploads/2023/07/cs2.svg',0,'attachment','image/svg+xml',0),(237,1,'2023-07-04 08:41:37','2023-07-04 08:41:37','','cs3','','inherit','open','closed','','cs3','','','2023-07-19 15:14:05','2023-07-19 15:14:05','',188,'https://arukustech.com//wp-content/uploads/2023/07/cs3.svg',0,'attachment','image/svg+xml',0),(238,1,'2023-07-04 08:41:55','2023-07-04 08:41:55','','cs4','','inherit','open','closed','','cs4','','','2023-07-19 15:13:51','2023-07-19 15:13:51','',188,'https://arukustech.com//wp-content/uploads/2023/07/cs4.svg',0,'attachment','image/svg+xml',0),(239,1,'2023-07-04 08:43:14','2023-07-04 08:43:14','','cs5','','inherit','open','closed','','cs5','','','2023-07-19 15:13:35','2023-07-19 15:13:35','',188,'https://arukustech.com//wp-content/uploads/2023/07/cs5.svg',0,'attachment','image/svg+xml',0),(240,1,'2023-07-04 08:43:30','2023-07-04 08:43:30','Arukus Cross-Sell Empowers Microfinance Institutions and NBFCs for Effective Cross-Selling and diversify their portfolio effortlessly.','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-04 08:43:30','2023-07-04 08:43:30','',188,'https://arukustech.com//?p=240',0,'revision','',0),(241,1,'2023-07-04 09:45:11','2023-07-04 09:45:11','<ul class=\"list\"><li><i class=\"fa-solid fa-circle-arrow-right\"></i>Ability to Onboard customers Online or Offline</li><li><i class=\"fa-solid fa-circle-arrow-right\"></i>Aadhaar QR code scan to get customer basic information</li><li><i class=\"fa-solid fa-circle-arrow-right\"></i>API based search for existing customer info</li></ul>','Customer Onboarding','','publish','closed','closed','','customer-onboarding','','','2023-07-04 09:45:11','2023-07-04 09:45:11','',0,'https://arukustech.com//?post_type=los-flow&#038;p=241',0,'los-flow','',0),(242,1,'2023-07-04 09:44:46','2023-07-04 09:44:46','','loan1','','inherit','open','closed','','loan1','','','2023-07-04 09:44:46','2023-07-04 09:44:46','',241,'https://arukustech.com//wp-content/uploads/2023/07/loan1.png',0,'attachment','image/png',0),(243,1,'2023-07-04 09:46:20','2023-07-04 09:46:20','<ul class=\"list\">\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>OTP based verification</li>\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>Missed call verification</li>\r\n</ul>','Phone Number Verification','','publish','closed','closed','','phone-number-verification','','','2023-07-04 09:46:20','2023-07-04 09:46:20','',0,'https://arukustech.com//?post_type=los-flow&#038;p=243',0,'los-flow','',0),(244,1,'2023-07-04 09:46:11','2023-07-04 09:46:11','','loan2','','inherit','open','closed','','loan2','','','2023-07-04 09:46:11','2023-07-04 09:46:11','',243,'https://arukustech.com//wp-content/uploads/2023/07/loan2.png',0,'attachment','image/png',0),(245,1,'2023-07-04 09:52:56','2023-07-04 09:52:56','<ul class=\"list\">\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i> Arukus LOS captures all the income and expense data as per RBI guidelines </li>\r\n</ul>','Income & Expense Info','','publish','closed','closed','','income-expense-info','','','2023-07-04 09:52:56','2023-07-04 09:52:56','',0,'https://arukustech.com//?post_type=los-flow&#038;p=245',0,'los-flow','',0),(246,1,'2023-07-04 09:52:44','2023-07-04 09:52:44','','loan3','','inherit','open','closed','','loan3','','','2023-07-04 09:52:44','2023-07-04 09:52:44','',245,'https://arukustech.com//wp-content/uploads/2023/07/loan3.png',0,'attachment','image/png',0),(247,1,'2023-07-04 09:53:53','2023-07-04 09:53:53','<ul class=\"list\">\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>Real Time CIBIL score check of Customer, Coborrower and adult son/daughter </li>\r\n</ul>','Real Time CIBIL Checking','','publish','closed','closed','','real-time-cibil-checking','','','2023-07-06 06:07:34','2023-07-06 06:07:34','',0,'https://arukustech.com//?post_type=los-flow&#038;p=247',0,'los-flow','',0),(248,1,'2023-07-04 09:53:46','2023-07-04 09:53:46','','loan4','','inherit','open','closed','','loan4','','','2023-07-04 09:53:46','2023-07-04 09:53:46','',247,'https://arukustech.com//wp-content/uploads/2023/07/loan4.png',0,'attachment','image/png',0),(249,1,'2023-07-04 09:54:52','2023-07-04 09:54:52','<ul class=\"list\"> \r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>Dynamic product selection based on eligibility criteria</li>\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>Capture NOC documents if required</li>\r\n</ul>','Product Selection','','publish','closed','closed','','product-selection','','','2023-07-04 09:54:52','2023-07-04 09:54:52','',0,'https://arukustech.com//?post_type=los-flow&#038;p=249',0,'los-flow','',0),(250,1,'2023-07-04 09:54:43','2023-07-04 09:54:43','','loan5','','inherit','open','closed','','loan5','','','2023-07-04 09:54:43','2023-07-04 09:54:43','',249,'https://arukustech.com//wp-content/uploads/2023/07/loan5.png',0,'attachment','image/png',0),(251,1,'2023-07-04 09:56:00','2023-07-04 09:56:00','<ul class=\"list\">\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>Capture loan related information from customer</li>\r\n</ul>','Loan Application Form','','publish','closed','closed','','loan-application-form','','','2023-07-04 09:56:00','2023-07-04 09:56:00','',0,'https://arukustech.com//?post_type=los-flow&#038;p=251',0,'los-flow','',0),(252,1,'2023-07-04 09:55:52','2023-07-04 09:55:52','','loan6','','inherit','open','closed','','loan6','','','2023-07-04 09:55:52','2023-07-04 09:55:52','',251,'https://arukustech.com//wp-content/uploads/2023/07/loan6.png',0,'attachment','image/png',0),(257,1,'2023-07-04 13:38:47','2023-07-04 13:38:47','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"211\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','LOS Page Section','los-page-section','publish','closed','closed','','group_64a41e78341c7','','','2023-07-17 07:17:37','2023-07-17 07:17:37','',0,'https://arukustech.com//?post_type=acf-field-group&#038;p=257',0,'acf-field-group','',0),(258,1,'2023-07-04 13:38:46','2023-07-04 13:38:46','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Banner Image','banner_image','publish','closed','closed','','field_64a41e781a69b','','','2023-07-04 13:38:46','2023-07-04 13:38:46','',257,'https://arukustech.com//?post_type=acf-field&p=258',0,'acf-field','',0),(259,1,'2023-07-04 13:38:46','2023-07-04 13:38:46','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Sub Heading','banner_sub_heading','publish','closed','closed','','field_64a41ebe1a69c','','','2023-07-04 13:38:46','2023-07-04 13:38:46','',257,'https://arukustech.com//?post_type=acf-field&p=259',1,'acf-field','',0),(260,1,'2023-07-04 13:38:46','2023-07-04 13:38:46','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Los Flow Short Description','los_flow_short_description','publish','closed','closed','','field_64a41f341a69d','','','2023-07-04 14:06:30','2023-07-04 14:06:30','',257,'https://arukustech.com//?post_type=acf-field&#038;p=260',3,'acf-field','',0),(261,1,'2023-07-04 13:38:47','2023-07-04 13:38:47','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','LOS Flow Right Side Image','los_flow_right_side_image','publish','closed','closed','','field_64a41f5d1a69e','','','2023-07-04 14:06:31','2023-07-04 14:06:31','',257,'https://arukustech.com//?post_type=acf-field&#038;p=261',4,'acf-field','',0),(262,1,'2023-07-04 13:38:47','2023-07-04 13:38:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','LOS Admin Panel Content','los_admin_panel_content','publish','closed','closed','','field_64a4201e1a69f','','','2023-07-05 06:56:55','2023-07-05 06:56:55','',257,'https://arukustech.com//?post_type=acf-field&#038;p=262',7,'acf-field','',0),(263,1,'2023-07-04 13:38:47','2023-07-04 13:38:47','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','LOS Admin Panel Image','los_admin_panel_image','publish','closed','closed','','field_64a4203c1a6a0','','','2023-07-05 06:56:55','2023-07-05 06:56:55','',257,'https://arukustech.com//?post_type=acf-field&#038;p=263',8,'acf-field','',0),(264,1,'2023-07-04 13:38:47','2023-07-04 13:38:47','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Central Checking Applications Image','central_checking_applications_image','publish','closed','closed','','field_64a4204e1a6a1','','','2023-07-05 06:56:55','2023-07-05 06:56:55','',257,'https://arukustech.com//?post_type=acf-field&#038;p=264',9,'acf-field','',0),(265,1,'2023-07-04 13:38:47','2023-07-04 13:38:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','Central Checking Applications Content','central_checking_applications_content','publish','closed','closed','','field_64a420681a6a2','','','2023-07-05 06:56:55','2023-07-05 06:56:55','',257,'https://arukustech.com//?post_type=acf-field&#038;p=265',10,'acf-field','',0),(266,1,'2023-07-04 13:38:47','2023-07-04 13:38:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','Document Management Content','document_management_content','publish','closed','closed','','field_64a420b11a6a3','','','2023-07-05 06:56:55','2023-07-05 06:56:55','',257,'https://arukustech.com//?post_type=acf-field&#038;p=266',11,'acf-field','',0),(267,1,'2023-07-04 13:38:47','2023-07-04 13:38:47','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Document Management Image','document_management_image','publish','closed','closed','','field_64a420c41a6a4','','','2023-07-05 06:56:56','2023-07-05 06:56:56','',257,'https://arukustech.com//?post_type=acf-field&#038;p=267',12,'acf-field','',0),(270,1,'2023-07-04 13:50:49','2023-07-04 13:50:49','','Document-whylos','','inherit','open','closed','','document-whylos','','','2023-07-04 13:50:49','2023-07-04 13:50:49','',211,'https://arukustech.com//wp-content/uploads/2023/07/Document-whylos.png',0,'attachment','image/png',0),(271,1,'2023-07-04 13:51:04','2023-07-04 13:51:04','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-04 13:51:04','2023-07-04 13:51:04','',211,'https://arukustech.com//?p=271',0,'revision','',0),(272,1,'2023-07-04 13:51:32','2023-07-04 13:51:32','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-04 13:51:32','2023-07-04 13:51:32','',211,'https://arukustech.com//?p=272',0,'revision','',0),(273,1,'2023-07-04 13:54:46','2023-07-04 13:54:46','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-04 13:54:46','2023-07-04 13:54:46','',211,'https://arukustech.com//?p=273',0,'revision','',0),(274,1,'2023-07-04 14:06:30','2023-07-04 14:06:30','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','LOS Page Main Content','los_page_main_content','publish','closed','closed','','field_64a426515ef63','','','2023-07-04 14:06:30','2023-07-04 14:06:30','',257,'https://arukustech.com//?post_type=acf-field&p=274',2,'acf-field','',0),(275,1,'2023-07-04 14:06:58','2023-07-04 14:06:58','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-04 14:06:58','2023-07-04 14:06:58','',211,'https://arukustech.com//?p=275',0,'revision','',0),(276,1,'2023-07-05 06:06:17','2023-07-05 06:06:17','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Captures Neighbour\'s Feedback along with recording of audio</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Live Location capture</li>\r\n                                                    </ul>','Neighbour Feedback','','publish','closed','closed','','neighbour-feedback','','','2023-07-31 05:30:54','2023-07-31 05:30:54','',0,'https://arukustech.com//?post_type=structured-workflow&#038;p=276',0,'structured-workflow','',0),(277,1,'2023-07-05 06:06:45','2023-07-05 06:06:45','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Based on configurable parameters like Center, Product type, Range, Frequency, Tenure, multiple customers can come under one group</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Ability to captures Live Location</li>\r\n                                                    </ul>','Group Formation','','publish','closed','closed','','group-formation','','','2023-07-31 05:30:39','2023-07-31 05:30:39','',0,'https://arukustech.com//?post_type=structured-workflow&#038;p=277',0,'structured-workflow','',0),(278,1,'2023-07-05 06:07:15','2023-07-05 06:07:15','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Ability for the Branch Head (BH) to cross verify the data ensuring compliance is followed at each step Captures the Live location during physical verification</li> \r\n                                                    </ul>','Cross Verification','','publish','closed','closed','','cross-verification','','','2023-07-31 05:30:23','2023-07-31 05:30:23','',0,'https://arukustech.com//?post_type=structured-workflow&#038;p=278',0,'structured-workflow','',0),(279,1,'2023-07-05 06:07:53','2023-07-05 06:07:53','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Based on the outcome of Group Trainings (CGT-1 and CGT-2) system allows to ? proceed to next step</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Ability to Capture Live Location during trainings</li>\r\n                                                    </ul>','Compulsory Group Training','','publish','closed','closed','','compulsory-group-training','','','2023-07-31 05:30:13','2023-07-31 05:30:13','',0,'https://arukustech.com//?post_type=structured-workflow&#038;p=279',0,'structured-workflow','',0),(280,1,'2023-07-05 06:10:09','2023-07-05 06:10:09','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Penny Drop Verification process to verify BANK account of customer</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Live location of Field Agent is captured during the verification process</li> \r\n                                                    </ul>','Group Recognition Test','','publish','closed','closed','','group-recognition-test','','','2023-07-31 05:29:59','2023-07-31 05:29:59','',0,'https://arukustech.com//?post_type=structured-workflow&#038;p=280',0,'structured-workflow','',0),(281,1,'2023-07-05 06:10:48','2023-07-05 06:10:48','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Loan Utilization Check is performed one week after the release of funds to determine if the capital assistance was used for its original intended purpose.</li> \r\n                                                    </ul>','Loan Utilization Checking','','publish','closed','closed','','loan-utilization-checking','','','2023-07-31 05:29:12','2023-07-31 05:29:12','',0,'https://arukustech.com//?post_type=structured-workflow&#038;p=281',0,'structured-workflow','',0),(282,1,'2023-07-05 06:12:02','2023-07-05 06:12:02','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Ability for Customer and Co-Borrower to digitally sign Loan application Form, Agreement and Insurance Forms</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Digital Signature verification by BH</li> \r\n                                                    </ul>','Disbursement Kit Preparation','','publish','closed','closed','','disbursement-kit-preparation','','','2023-07-31 05:28:58','2023-07-31 05:28:58','',0,'https://arukustech.com//?post_type=structured-workflow&#038;p=282',0,'structured-workflow','',0),(284,1,'2023-07-05 06:13:14','2023-07-05 06:13:14','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Loan amount disbursed to Customer Bank account</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Application related data sent to DMS (Document Management System) via API</li> \r\n                                                    </ul>','Disbursement','','publish','closed','closed','','disbursement','','','2023-07-31 05:28:40','2023-07-31 05:28:40','',0,'https://arukustech.com//?post_type=structured-workflow&#038;p=284',0,'structured-workflow','',0),(285,1,'2023-07-05 06:13:41','2023-07-05 06:13:41','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Ability for Branch Quality Head (BOH) to approve or reject application</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>EDIT application feature if Rejected</li> \r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Approval from HUB</li> ','Loan sanction Approval','','publish','closed','closed','','loan-sanction-approval','','','2023-07-31 05:28:17','2023-07-31 05:28:17','',0,'https://arukustech.com//?post_type=structured-workflow&#038;p=285',0,'structured-workflow','',0),(286,1,'2023-07-05 06:55:59','2023-07-05 06:55:59','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Structured Workflow Driven Process Image','structured_workflow_driven_process_image','publish','closed','closed','','field_64a513d9329eb','','','2023-07-05 06:56:55','2023-07-05 06:56:55','',257,'https://arukustech.com//?post_type=acf-field&#038;p=286',6,'acf-field','',0),(287,1,'2023-07-05 06:56:54','2023-07-05 06:56:54','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Structured Workflow Driven Process Short Content','structured_workflow_driven_process_short_content','publish','closed','closed','','field_64a514166d9f1','','','2023-07-05 06:56:54','2023-07-05 06:56:54','',257,'https://arukustech.com//?post_type=acf-field&p=287',5,'acf-field','',0),(289,1,'2023-07-05 07:08:03','2023-07-05 07:08:03','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-05 07:08:03','2023-07-05 07:08:03','',211,'https://arukustech.com//?p=289',0,'revision','',0),(290,1,'2023-07-05 08:09:00','2023-07-05 08:09:00','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-arrow-right-long\"></i>Arukus CMS seamlessly integrates with your core banking software, such as FIS, to retrieve the daily demand file of EMls to be collected. This ensures that you have real-time access to accurate and up-to-date collection data</li> \r\n                                                    </ul>','Seamless Integration','','publish','closed','closed','','seamless-integration','','','2023-07-05 08:15:07','2023-07-05 08:15:07','',0,'https://arukustech.com//?post_type=collections-process&#038;p=290',0,'collections-process','',0),(291,1,'2023-07-05 08:09:21','2023-07-05 08:09:21','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-arrow-right-long\"></i>The collection data from the demand file is automatically segregated based on centers and groups, and made available in the Collection Agent\'s mobile app. This enables your agents to efficiently plan and track their collections on a daily basis.</li> \r\n                                                    </ul>','Agent Mobile App','','publish','closed','closed','','agent-mobile-app','','','2023-07-05 08:15:30','2023-07-05 08:15:30','',0,'https://arukustech.com//?post_type=collections-process&#038;p=291',0,'collections-process','',0),(292,1,'2023-07-05 08:09:55','2023-07-05 08:09:55','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-arrow-right-long\"></i>Arukus CMS facilitates the collection of regular EMls on a daily basis, according to the demand file. Your agents can easily record and track these collections, ensuring timely and accurate payments</li> \r\n                                                    </ul>','Track Daily Collection','','publish','closed','closed','','track-daily-collection','','','2023-07-05 08:16:04','2023-07-05 08:16:04','',0,'https://arukustech.com//?post_type=collections-process&#038;p=292',0,'collections-process','',0),(293,1,'2023-07-05 08:10:17','2023-07-05 08:10:17','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-arrow-right-long\"></i>In case of national or local holidays coinciding with the EMI date, Arukus CMS allows for advance collection of EMls. This proactive feature helps prevent any potential delays or issues that may arise due to holidays</li> \r\n                                                    </ul>','Advance Collection','','publish','closed','closed','','advance-collection','','','2023-07-05 08:10:17','2023-07-05 08:10:17','',0,'https://arukustech.com//?post_type=collections-process&#038;p=293',0,'collections-process','',0),(294,1,'2023-07-05 08:13:17','2023-07-05 08:13:17','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-arrow-right-long\"></i>Collections for customers with a delinquency period of less than 90 days are categorized under the Overdue section. Our CMS enables your agents to efficiently handle and track collections for these customers, ensuring prompt payment recovery.</li> \r\n                                                    </ul>','Overdue Collection','','publish','closed','closed','','overdue-collection','','','2023-07-05 08:13:17','2023-07-05 08:13:17','',0,'https://arukustech.com//?post_type=collections-process&#038;p=294',0,'collections-process','',0),(295,1,'2023-07-05 08:13:44','2023-07-05 08:13:44','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-arrow-right-long\"></i>Customers with a delinquency period exceeding 90 days, the CMS classifies the collections under the Recovery section. This feature helps agents focus on recovering outstanding payments from customers who have payments from customers who have defaulted for an extended period.</li> \r\n                                                    </ul>','Recovery Collection','','publish','closed','closed','','recovery-collection','','','2023-07-05 08:13:44','2023-07-05 08:13:44','',0,'https://arukustech.com//?post_type=collections-process&#038;p=295',0,'collections-process','',0),(296,1,'2023-07-05 08:14:04','2023-07-05 08:14:04','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-arrow-right-long\"></i>Arukus CMS provides a PTP feature that allows agents collect payments based on the promised payment dates provided by the customers. This helps maintain transparency and ensures accurate tracking of collections.</li> \r\n                                                    </ul>','Promise-To-Pay Date','','publish','closed','closed','','promise-to-pay-date','','','2023-07-05 08:14:04','2023-07-05 08:14:04','',0,'https://arukustech.com//?post_type=collections-process&#038;p=296',0,'collections-process','',0),(297,1,'2023-07-05 08:14:30','2023-07-05 08:14:30','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-arrow-right-long\"></i>Arukus CMS supports the capture of unplanned or ad hoc collections. This feature allows your agents to record and manage any additional payments made by customers outside of their regular EMI schedules</li> \r\n                                                    </ul>','AD-HOC Collection','','publish','closed','closed','','ad-hoc-collection','','','2023-07-05 08:14:30','2023-07-05 08:14:30','',0,'https://arukustech.com//?post_type=collections-process&#038;p=297',0,'collections-process','',0),(298,1,'2023-07-05 08:43:16','2023-07-05 08:43:16','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"213\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Collection Page Section','collection-page-section','publish','closed','closed','','group_64a52c0d83c15','','','2023-07-17 09:57:31','2023-07-17 09:57:31','',0,'https://arukustech.com//?post_type=acf-field-group&#038;p=298',0,'acf-field-group','',0),(299,1,'2023-07-05 08:43:15','2023-07-05 08:43:15','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Banner Image','banner_image','publish','closed','closed','','field_64a52c0e48256','','','2023-07-05 08:43:15','2023-07-05 08:43:15','',298,'https://arukustech.com//?post_type=acf-field&p=299',0,'acf-field','',0),(300,1,'2023-07-05 08:43:15','2023-07-05 08:43:15','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Sub Heading','banner_sub_heading','publish','closed','closed','','field_64a52c3f48257','','','2023-07-05 08:43:15','2023-07-05 08:43:15','',298,'https://arukustech.com//?post_type=acf-field&p=300',1,'acf-field','',0),(301,1,'2023-07-05 08:43:15','2023-07-05 08:43:15','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Streamline Your Collections Process Short Content','streamline_your_collections_process_short_content','publish','closed','closed','','field_64a52c5648258','','','2023-07-05 08:43:15','2023-07-05 08:43:15','',298,'https://arukustech.com//?post_type=acf-field&p=301',2,'acf-field','',0),(302,1,'2023-07-05 08:43:16','2023-07-05 08:43:16','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Streamline Your Collections Process Image','streamline_your_collections_process_image','publish','closed','closed','','field_64a52c7c48259','','','2023-07-05 08:43:16','2023-07-05 08:43:16','',298,'https://arukustech.com//?post_type=acf-field&p=302',3,'acf-field','',0),(303,1,'2023-07-05 08:43:16','2023-07-05 08:43:16','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Efficiently Manage Collections Short Content','efficiently_manage_collections_short_content','publish','closed','closed','','field_64a52c954825a','','','2023-07-05 08:43:16','2023-07-05 08:43:16','',298,'https://arukustech.com//?post_type=acf-field&p=303',4,'acf-field','',0),(304,1,'2023-07-05 08:43:16','2023-07-05 08:43:16','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Efficiently Manage Collections Image','efficiently_manage_collections_image','publish','closed','closed','','field_64a52cf24825b','','','2023-07-05 08:43:16','2023-07-05 08:43:16','',298,'https://arukustech.com//?post_type=acf-field&p=304',5,'acf-field','',0),(307,1,'2023-07-05 08:46:17','2023-07-05 08:46:17','Streamline your collections process, enhance operational efficiency, and optimize cash flows.','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-05 08:46:17','2023-07-05 08:46:17','',213,'https://arukustech.com//?p=307',0,'revision','',0),(308,1,'2023-07-05 09:45:28','2023-07-05 09:45:28','<ul class=\"list\">\r\n                                                                    <li><i class=\"fa-solid fa-arrow-right-long\"></i>Arukus CMS enables your agents to collect EM ls through various payment modes, including cash, debit/credit cards, UPI, Aadhar, and WhatsApp payments. This flexibility ensures a convenient and seamless payment experience for your customers </li> \r\n                                                                </ul>','Multi-Payment Mode','','publish','closed','closed','','multi-payment-mode','','','2023-07-05 09:45:28','2023-07-05 09:45:28','',0,'https://arukustech.com//?post_type=manage-collection&#038;p=308',0,'manage-collection','',0),(309,1,'2023-07-05 09:48:44','2023-07-05 09:48:44','<ul class=\"list\">\r\n                                                                    <li><i class=\"fa-solid fa-arrow-right-long\"></i>For daily and advance collections, Arukus CMS includes a customer attendance system, allowing agents to record and track customer visits. This feature provides insights into agent-customer interactions and helps ensure accurate record-keeping</li> \r\n                                                                </ul>','Customer Attendance','','publish','closed','closed','','customer-attendance','','','2023-07-05 09:48:44','2023-07-05 09:48:44','',0,'https://arukustech.com//?post_type=manage-collection&#038;p=309',0,'manage-collection','',0),(310,1,'2023-07-05 09:49:55','2023-07-05 09:49:55','<ul class=\"list\">\r\n                                                                    <li><i class=\"fa-solid fa-arrow-right-long\"></i>In the event of a customer providing an incorrect or insufficient payment, Arukus CMS incorporates a Root Cause Analysis (RCA) process. This allows agents to investigate and determine the reasons behind such occurrences,</li> \r\n                                                                </ul>','Root Cause Analysis','','publish','closed','closed','','root-cause-analysis','','','2023-07-05 09:49:55','2023-07-05 09:49:55','',0,'https://arukustech.com//?post_type=manage-collection&#038;p=310',0,'manage-collection','',0),(311,1,'2023-07-05 09:51:51','2023-07-05 09:51:51','<ul class=\"list\">\r\n                                                                    <li><i class=\"fa-solid fa-arrow-right-long\"></i>Arukus CMS allows agents to capture group images and CAR \r\n                                                                        (Customer Authorization Form) images. This feature enhances data accuracy, provides visual documentation, and supports compliance requirements </li> \r\n                                                                </ul>','Image Vapture','','publish','closed','closed','','image-vapture','','','2023-07-05 09:51:51','2023-07-05 09:51:51','',0,'https://arukustech.com//?post_type=manage-collection&#038;p=311',0,'manage-collection','',0),(312,1,'2023-07-05 09:52:24','2023-07-05 09:52:24','<ul class=\"list\">\r\n                                                                    <li><i class=\"fa-solid fa-arrow-right-long\"></i>Agents can conveniently record and submit cash denominations through Arukus CMS. This feature ensures transparency in cash handling and facilitates accurate accounting.  </li> \r\n                                                                </ul>','Denomination Tracking','','publish','closed','closed','','denomination-tracking','','','2023-07-05 09:52:24','2023-07-05 09:52:24','',0,'https://arukustech.com//?post_type=manage-collection&#038;p=312',0,'manage-collection','',0),(313,1,'2023-07-05 09:53:13','2023-07-05 09:53:13','<ul class=\"list\">\r\n                                                                    <li><i class=\"fa-solid fa-arrow-right-long\"></i>When agents submit collection amounts, Arukus CMS captures the live location data. This functionality enhances security, facilitates verification, and enables better monitoring of collection activities </li> \r\n                                                                </ul>','Live Location Capture','','publish','closed','closed','','live-location-capture','','','2023-07-05 09:53:13','2023-07-05 09:53:13','',0,'https://arukustech.com//?post_type=manage-collection&#038;p=313',0,'manage-collection','',0),(314,1,'2023-07-05 09:53:40','2023-07-05 09:53:40','<ul class=\"list\">\r\n                                                                    <li><i class=\"fa-solid fa-arrow-right-long\"></i>With the exception of ad hoc collections, Arukus CMS offers an offline payment collection capture feature. This ensures uninterrupted collection activities even in areas with limited or no internet connectivity  </li> \r\n                                                                </ul>','Offline Payment Collection','','publish','closed','closed','','offline-payment-collection','','','2023-07-05 09:53:40','2023-07-05 09:53:40','',0,'https://arukustech.com//?post_type=manage-collection&#038;p=314',0,'manage-collection','',0),(315,1,'2023-07-06 06:10:32','2023-07-06 06:10:32','<h3>Additional Info #1</h3>\r\n<ul class=\"list\">\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>Family Members Count (Male, Female, Earning Members, Above 18 and Below 18)</li>\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>Family Assert</li>\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>Poverty Index 1 & 2</li><li><i class=\"fa-solid fa-circle-arrow-right\"></i>Risk Evaluation Question</li>\r\n</ul>\r\n<br><br>\r\n<h3>Additional Info #2</h3>\r\n<ul class=\"list\">\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i> SC Compliance</li>\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>   ESG (Environmental, Social, and Governance) investing in to screen investments based on corporate policies and encourage companies to act responsibly.</li>\r\n</ul>','Additional Info','','publish','closed','closed','','additional-info','','','2023-07-10 12:31:11','2023-07-10 12:31:11','',0,'https://arukustech.com/?post_type=los-flow&#038;p=315',0,'los-flow','',0),(316,1,'2023-07-06 09:54:43','2023-07-06 09:54:43','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"217\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Expense Management System Section','expense-management-system-section','publish','closed','closed','','group_64a68e536c2fd','','','2023-07-20 07:50:30','2023-07-20 07:50:30','',0,'https://arukustech.com/?post_type=acf-field-group&#038;p=316',0,'acf-field-group','',0),(317,1,'2023-07-06 09:54:43','2023-07-06 09:54:43','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Banner Image','banner_image','publish','closed','closed','','field_64a68e54f6987','','','2023-07-06 09:54:43','2023-07-06 09:54:43','',316,'https://arukustech.com/?post_type=acf-field&p=317',0,'acf-field','',0),(318,1,'2023-07-06 09:54:43','2023-07-06 09:54:43','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Heading','banner_heading','publish','closed','closed','','field_64a68e7ef6988','','','2023-07-06 09:54:43','2023-07-06 09:54:43','',316,'https://arukustech.com/?post_type=acf-field&p=318',1,'acf-field','',0),(319,1,'2023-07-06 09:54:43','2023-07-06 09:54:43','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Capture Every Business Expense Title','capture_every_business_expense_title','publish','closed','closed','','field_64a68e8ff6989','','','2023-07-06 09:54:43','2023-07-06 09:54:43','',316,'https://arukustech.com/?post_type=acf-field&p=319',2,'acf-field','',0),(320,1,'2023-07-06 09:54:43','2023-07-06 09:54:43','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Capture Every Business Expense Short Content','capture_every_business_expense_short_content','publish','closed','closed','','field_64a68e9ef698a','','','2023-07-06 09:54:43','2023-07-06 09:54:43','',316,'https://arukustech.com/?post_type=acf-field&p=320',3,'acf-field','',0),(321,1,'2023-07-06 09:54:43','2023-07-06 09:54:43','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Capture Every Business Expense Left Image','capture_every_business_expense_left_image','publish','closed','closed','','field_64a68eb1f698b','','','2023-07-06 09:54:43','2023-07-06 09:54:43','',316,'https://arukustech.com/?post_type=acf-field&p=321',4,'acf-field','',0),(322,1,'2023-07-06 09:54:43','2023-07-06 09:54:43','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','Capture Every Business Expense Main Content','capture_every_business_expense_main_content','publish','closed','closed','','field_64a68f10f698d','','','2023-07-06 09:54:43','2023-07-06 09:54:43','',316,'https://arukustech.com/?post_type=acf-field&p=322',5,'acf-field','',0),(323,1,'2023-07-06 09:54:43','2023-07-06 09:54:43','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Experience Arukus Expense Management System Title','experience_arukus_expense_management_system_title','publish','closed','closed','','field_64a68f25f698e','','','2023-07-06 09:54:43','2023-07-06 09:54:43','',316,'https://arukustech.com/?post_type=acf-field&p=323',6,'acf-field','',0),(324,1,'2023-07-06 09:54:43','2023-07-06 09:54:43','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Experience Arukus Expense Management System Content','experience_arukus_expense_management_system_content','publish','closed','closed','','field_64a68f36f698f','','','2023-07-06 09:54:43','2023-07-06 09:54:43','',316,'https://arukustech.com/?post_type=acf-field&p=324',7,'acf-field','',0),(325,1,'2023-07-06 09:54:43','2023-07-06 09:54:43','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Experience Arukus Expense Management System Right Image','experience_arukus_expense_management_system_right_image','publish','closed','closed','','field_64a68f4af6990','','','2023-07-06 09:54:43','2023-07-06 09:54:43','',316,'https://arukustech.com/?post_type=acf-field&p=325',8,'acf-field','',0),(328,1,'2023-07-06 10:03:09','2023-07-06 10:03:09','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X','Expense Management System','','inherit','closed','closed','','217-revision-v1','','','2023-07-06 10:03:09','2023-07-06 10:03:09','',217,'https://arukustech.com/?p=328',0,'revision','',0),(333,1,'2023-07-06 10:24:40','2023-07-06 10:24:40','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Reports flow seamlessly through managers and finance teams, allowing for efficient multi-approval workflows. Each stage of the approval process is recorded, providing an audit trail for all activities.</li> \r\n                                                    </ul>','Ensure Reduce Time Taken to 11/0th','','publish','closed','closed','','ensure-reduce-time-taken-to-11-0th','','','2023-07-06 10:24:40','2023-07-06 10:24:40','',0,'https://arukustech.com/?post_type=ems-experience&#038;p=333',0,'ems-experience','',0),(334,1,'2023-07-06 10:26:03','2023-07-06 10:26:03','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Comprehensive reports consolidating all expenses into a single report, saving time and effort. Our policy engine ensures compliance by flagging any out-of-policy expenses, enabling you to stay within company guidelines effortlessly</li>\r\n                                                    </ul>','Submit Reduce Effort by 90%','','publish','closed','closed','','submit-reduce-effort-by-90','','','2023-07-06 10:26:03','2023-07-06 10:26:03','',0,'https://arukustech.com/?post_type=ems-experience&#038;p=334',0,'ems-experience','',0),(335,1,'2023-07-06 10:26:36','2023-07-06 10:26:36','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Expense reports flow seamlessly through managers and finance teams, allowing for efficient multi-approval workflows. Each stage of the approval process is recorded, providing an audit trail for all activities</li>\r\n                                                    </ul>','Review Ensure 100% Policy compliance','','publish','closed','closed','','review-ensure-100-policy-compliance','','','2023-07-06 10:26:36','2023-07-06 10:26:36','',0,'https://arukustech.com/?post_type=ems-experience&#038;p=335',0,'ems-experience','',0),(336,1,'2023-07-06 10:27:29','2023-07-06 10:27:29','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Empowers finance teams to effortlessly reimburse employees with a simple click of a button. By automating the settlement process, Arukus reduces settlement time significantly, ensuring prompt reimbursement</li>\r\n                                                    </ul>','Settle Reduce Settlement Time','','publish','closed','closed','','settle-reduce-settlement-time','','','2023-07-06 10:27:29','2023-07-06 10:27:29','',0,'https://arukustech.com/?post_type=ems-experience&#038;p=336',0,'ems-experience','',0),(337,1,'2023-07-06 10:28:07','2023-07-06 10:28:07','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Exporting expense reports into your accounting system is now easier than ever. By integrating with your accounting software, Arukus eliminates the need for manual data entry, saving time and minimizing errors</li>\r\n                                                    </ul>','Report Export With a Single Click','','publish','closed','closed','','report-export-with-a-single-click','','','2023-07-06 10:28:07','2023-07-06 10:28:07','',0,'https://arukustech.com/?post_type=ems-experience&#038;p=337',0,'ems-experience','',0),(340,1,'2023-07-07 05:21:50','2023-07-07 05:21:50','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay ahead of the curve by identifying and evaluating strategic risks that can impact your organization\'s long-term goals. Arukus Enterprise Risk Management provides in-depth analysis and insights, enabling proactive decision making to mitigate strategic risks effectively</li> \r\n                                                    </ul>','Strategic Risk Management','','publish','closed','closed','','strategic-risk-management','','','2023-07-07 05:21:50','2023-07-07 05:21:50','',0,'https://arukustech.com/?post_type=risk_management_flow&#038;p=340',0,'risk_management_flow','',0),(341,1,'2023-07-07 05:22:34','2023-07-07 05:22:34','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Optimize your business processes and minimize disruptions by effectively managing operational risks. Arukus empowers you to identify potential vulnerabilities, implement preventive measures, and establish robust controls, enhancing operational efficiency and resilience</li> \r\n                                                    </ul>','Operational Risk Management','','publish','closed','closed','','operational-risk-management','','','2023-07-07 05:22:34','2023-07-07 05:22:34','',0,'https://arukustech.com/?post_type=risk_management_flow&#038;p=341',0,'risk_management_flow','',0),(342,1,'2023-07-07 05:24:32','2023-07-07 05:24:32','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Maintain compliance with industry regulations and governance frameworks by proactively managing governance and regulatory risks. Arukus Enterprise Risk Management provides tools to assess, monitor, and address risks related to legal and regulatory compliance, safeguarding your organization\'s reputation and integrity.</li> \r\n                                                    </ul>','Governance and Regulatory Compliance','','publish','closed','closed','','governance-and-regulatory-compliance','','','2023-07-07 05:24:32','2023-07-07 05:24:32','',0,'https://arukustech.com/?post_type=risk_management_flow&#038;p=342',0,'risk_management_flow','',0),(343,1,'2023-07-07 05:25:12','2023-07-07 05:25:12','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Protect your brand reputation and build stakeholder trust by effectively managing reputational risks. Our solution helps you identify potential threats to your organization\'s image, allowing timely intervention and strategic communication to mitigate any adverse impacts.</li> \r\n                                                    </ul>','Reputational Risk Mitigation','','publish','closed','closed','','reputational-risk-mitigation','','','2023-07-07 05:25:12','2023-07-07 05:25:12','',0,'https://arukustech.com/?post_type=risk_management_flow&#038;p=343',0,'risk_management_flow','',0),(344,1,'2023-07-07 05:25:43','2023-07-07 05:25:43','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Arukus CMS seamlessly integrates with your core banking software, such as FIS, to retrieve the daily demand file of EMIs to be collected. This ensures that you have real time access to accurate and up to date collection data</li> \r\n                                                    </ul>','Financial Risk Management','','publish','closed','closed','','financial-risk-management','','','2023-07-07 05:25:43','2023-07-07 05:25:43','',0,'https://arukustech.com/?post_type=risk_management_flow&#038;p=344',0,'risk_management_flow','',0),(346,1,'2023-07-07 05:34:54','2023-07-07 05:34:54','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Stay environmentally conscious and resilient in the face of climate change and environmental challenges. Our risk management system enables you to assess and manage risks related to environmental factors, ensuring sustainable operations and minimizing negative impacts due to adverse climatic conditions.</li> \r\n                                                    </ul>','Environmental Risk Assessment','','publish','closed','closed','','environmental-risk-assessment','','','2023-07-07 05:34:54','2023-07-07 05:34:54','',0,'https://arukustech.com/?post_type=risk_management_flow&#038;p=346',0,'risk_management_flow','',0),(347,1,'2023-07-07 05:35:32','2023-07-07 05:35:32','<ul class=\"list\">\r\n                                                        <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Navigate geopolitical uncertainties by effectively assessing and managing political risks. Arukus Technologies\' Enterprise Risk Management provides the tools to evaluate the potential impact of political events and developments on your organization, enabling proactive measures to protect your interests.</li> \r\n                                                    </ul>','Political Risk Analysis','','publish','closed','closed','','political-risk-analysis','','','2023-07-07 05:35:32','2023-07-07 05:35:32','',0,'https://arukustech.com/?post_type=risk_management_flow&#038;p=347',0,'risk_management_flow','',0),(348,1,'2023-07-07 05:46:54','2023-07-07 05:46:54','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"215\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Risk Management Page Section','risk-management-page-section','publish','closed','closed','','group_64a7a51771e2e','','','2023-12-20 13:43:32','2023-12-20 13:43:32','',0,'https://arukustech.com/?post_type=acf-field-group&#038;p=348',0,'acf-field-group','',0),(349,1,'2023-07-07 05:46:54','2023-07-07 05:46:54','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Banner Image','banner_image','publish','closed','closed','','field_64a7a519c4513','','','2023-07-07 05:46:54','2023-07-07 05:46:54','',348,'https://arukustech.com/?post_type=acf-field&p=349',0,'acf-field','',0),(350,1,'2023-07-07 05:46:54','2023-07-07 05:46:54','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Heading','banner_heading','publish','closed','closed','','field_64a7a544c4514','','','2023-07-07 05:46:54','2023-07-07 05:46:54','',348,'https://arukustech.com/?post_type=acf-field&p=350',1,'acf-field','',0),(351,1,'2023-07-07 05:46:54','2023-07-07 05:46:54','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Save Time And Money With Better Risk Management Title','save_time_and_money_with_better_risk_management_title','publish','closed','closed','','field_64a7a55dc4515','','','2023-07-07 05:46:54','2023-07-07 05:46:54','',348,'https://arukustech.com/?post_type=acf-field&p=351',2,'acf-field','',0),(352,1,'2023-07-07 05:46:54','2023-07-07 05:46:54','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Save Time And Money With Better Risk Management Short Content','save_time_and_money_with_better_risk_management_short_content','publish','closed','closed','','field_64a7a571c4516','','','2023-07-07 05:46:54','2023-07-07 05:46:54','',348,'https://arukustech.com/?post_type=acf-field&p=352',3,'acf-field','',0),(353,1,'2023-07-07 05:46:54','2023-07-07 05:46:54','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Save Time And Money With Better Risk Management Image','save_time_and_money_with_better_risk_management_image','publish','closed','closed','','field_64a7a630c4517','','','2023-07-07 05:46:54','2023-07-07 05:46:54','',348,'https://arukustech.com/?post_type=acf-field&p=353',4,'acf-field','',0),(354,1,'2023-07-07 05:46:54','2023-07-07 05:46:54','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Moving From Higher Risk To Lower Risk Title','moving_from_higher_risk_to_lower_risk_title','publish','closed','closed','','field_64a7a641c4518','','','2023-07-07 05:46:54','2023-07-07 05:46:54','',348,'https://arukustech.com/?post_type=acf-field&p=354',5,'acf-field','',0),(355,1,'2023-07-07 05:46:54','2023-07-07 05:46:54','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Moving From Higher Risk To Lower Risk Short Content','moving_from_higher_risk_to_lower_risk_short_content','publish','closed','closed','','field_64a7a665c4519','','','2023-07-07 05:46:54','2023-07-07 05:46:54','',348,'https://arukustech.com/?post_type=acf-field&p=355',6,'acf-field','',0),(356,1,'2023-07-07 05:46:54','2023-07-07 05:46:54','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Moving From Higher Risk To Lower Risk Main Title','moving_from_higher_risk_to_lower_risk_main_title','publish','closed','closed','','field_64a7a680c451a','','','2023-07-07 05:46:54','2023-07-07 05:46:54','',348,'https://arukustech.com/?post_type=acf-field&p=356',7,'acf-field','',0),(357,1,'2023-07-07 05:46:54','2023-07-07 05:46:54','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Moving From Higher Risk To Lower Risk Main Content','moving_from_higher_risk_to_lower_risk_main_content','publish','closed','closed','','field_64a7a68ec451b','','','2023-12-20 13:43:20','2023-12-20 13:43:20','',348,'https://arukustech.com/?post_type=acf-field&#038;p=357',8,'acf-field','',0),(358,1,'2023-07-07 05:46:54','2023-07-07 05:46:54','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Moving From Higher Risk To Lower Risk Image','moving_from_higher_risk_to_lower_risk_image','publish','closed','closed','','field_64a7a6a3c451c','','','2023-12-20 13:43:21','2023-12-20 13:43:21','',348,'https://arukustech.com/?post_type=acf-field&#038;p=358',9,'acf-field','',0),(361,1,'2023-07-07 06:20:26','2023-07-07 06:20:26','Save Time and Money with Better Risk Management - Move from Higher Risk to Lower Risk','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-07 06:20:26','2023-07-07 06:20:26','',215,'https://arukustech.com/?p=361',0,'revision','',0),(363,1,'2023-07-07 07:12:03','2023-07-07 07:12:03','Save Time and Money with Better Risk Management - Move from Higher Risk to Lower Risk','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-07 07:12:03','2023-07-07 07:12:03','',215,'https://arukustech.com/?p=363',0,'revision','',0),(364,1,'2023-07-07 08:13:27','2023-07-07 08:13:27','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Risk Score Grid by Unit & Department Main Heading','risk_score_grid_by_unit_&_department_main_heading','publish','closed','closed','','field_64a7c4f88bc2f','','','2023-12-20 13:43:24','2023-12-20 13:43:24','',348,'https://arukustech.com/?post_type=acf-field&#038;p=364',13,'acf-field','',0),(365,1,'2023-07-07 08:13:27','2023-07-07 08:13:27','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Risk Score Grid by Unit & Department Short Content','risk_score_grid_by_unit_&_department_short_content','publish','closed','closed','','field_64a7c5088bc30','','','2023-12-20 13:43:25','2023-12-20 13:43:25','',348,'https://arukustech.com/?post_type=acf-field&#038;p=365',14,'acf-field','',0),(366,1,'2023-07-07 08:13:27','2023-07-07 08:13:27','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Risk Score Grid by Unit & Department Main Title','risk_score_grid_by_unit_&_department_main_title','publish','closed','closed','','field_64a7c8cb8bc31','','','2023-12-20 13:43:26','2023-12-20 13:43:26','',348,'https://arukustech.com/?post_type=acf-field&#038;p=366',15,'acf-field','',0),(367,1,'2023-07-07 08:13:27','2023-07-07 08:13:27','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Risk Score Grid by Unit & Department Main Content','risk_score_grid_by_unit_&_department_main_content','publish','closed','closed','','field_64a7c8ee8bc32','','','2023-12-20 13:43:27','2023-12-20 13:43:27','',348,'https://arukustech.com/?post_type=acf-field&#038;p=367',16,'acf-field','',0),(368,1,'2023-07-07 08:13:27','2023-07-07 08:13:27','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Risk Score Grid by Unit & Department Image','risk_score_grid_by_unit_&_department_image','publish','closed','closed','','field_64a7c9108bc33','','','2023-12-20 13:43:28','2023-12-20 13:43:28','',348,'https://arukustech.com/?post_type=acf-field&#038;p=368',17,'acf-field','',0),(370,1,'2023-07-07 08:22:20','2023-07-07 08:22:20','Save Time and Money with Better Risk Management - Move from Higher Risk to Lower Risk','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-07 08:22:20','2023-07-07 08:22:20','',215,'https://arukustech.com/?p=370',0,'revision','',0),(371,1,'2023-07-07 12:49:29','2023-07-07 12:49:29','Field Track-O streamlines your field operations, minimizing manual tasks and maximizing productivity. Automate routine processes, eliminate paperwork, and focus on high-value activities that drive business growth.','Efficiency','','publish','closed','closed','','efficiency','','','2023-07-07 12:49:29','2023-07-07 12:49:29','',0,'https://arukustech.com/?post_type=field-track-o&#038;p=371',0,'field-track-o','',0),(372,1,'2023-07-07 12:49:57','2023-07-07 12:49:57','With Field Track-O, you can rest assured that your operations are compliant with standard operating procedures and regulatory guidelines. Stay in control of your business and maintain a strong reputation.','Compliance','','publish','closed','closed','','compliance','','','2023-07-07 12:49:57','2023-07-07 12:49:57','',0,'https://arukustech.com/?post_type=field-track-o&#038;p=372',0,'field-track-o','',0),(373,1,'2023-07-07 12:50:26','2023-07-07 12:50:26','Gain complete visibility into your field operations with real-time tracking and reporting. Make data-driven decisions, optimize resources, and respond quickly to market changes.','Visiblity','','publish','closed','closed','','visiblity','','','2023-07-07 12:50:26','2023-07-07 12:50:26','',0,'https://arukustech.com/?post_type=field-track-o&#038;p=373',0,'field-track-o','',0),(374,1,'2023-07-07 12:50:56','2023-07-07 12:50:56','Field Track-O promotes accountability by providing a transparent system that monitors and records actions taken by your field agents. Encourage a culture of responsibility and foster a results-driven environment.','Accountability','','publish','closed','closed','','accountability','','','2023-07-07 12:50:56','2023-07-07 12:50:56','',0,'https://arukustech.com/?post_type=field-track-o&#038;p=374',0,'field-track-o','',0),(375,1,'2023-07-07 12:51:28','2023-07-07 12:51:28','By ensuring accurate and timely information through geo tracking, you can deliver exceptional customer experiences. Build trust and loyalty, leading to increased customer satisfaction and repeat business','Customer Satisfaction','','publish','closed','closed','','customer-satisfaction','','','2023-07-07 12:51:28','2023-07-07 12:51:28','',0,'https://arukustech.com/?post_type=field-track-o&#038;p=375',0,'field-track-o','',0),(376,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"219\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Field Track-o Page Section','field-track-o-page-section','publish','closed','closed','','group_64a80b1823bb1','','','2023-07-17 08:12:57','2023-07-17 08:12:57','',0,'https://arukustech.com/?post_type=acf-field-group&#038;p=376',0,'acf-field-group','',0),(377,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Banner Image','banner_image','publish','closed','closed','','field_64a80b19d8b4e','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=377',0,'acf-field','',0),(378,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Heading','banner_heading','publish','closed','closed','','field_64a80b4cd8b4f','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=378',1,'acf-field','',0),(379,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Ensuring Compliance Content','ensuring_compliance_content','publish','closed','closed','','field_64a80b5cd8b50','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=379',2,'acf-field','',0),(380,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Ensuring Compliance Image','ensuring_compliance_image','publish','closed','closed','','field_64a80b6fd8b51','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=380',3,'acf-field','',0),(381,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Advance Planner & Tracking Tool Content','advance_planner_&_tracking_tool_content','publish','closed','closed','','field_64a80b89d8b52','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=381',4,'acf-field','',0),(382,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Advance Planner & Tracking Tool Image','advance_planner_&_tracking_tool_image','publish','closed','closed','','field_64a80b99d8b53','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=382',5,'acf-field','',0),(383,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Advance Geo-Tracking Content','advance_geo-tracking_content','publish','closed','closed','','field_64a80ba5d8b54','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=383',6,'acf-field','',0),(384,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Advance Geo-Tracking Image','advance_geo-tracking_image','publish','closed','closed','','field_64a80bbfd8b55','','','2023-07-07 13:08:12','2023-07-07 13:08:12','',376,'https://arukustech.com/?post_type=acf-field&#038;p=384',7,'acf-field','',0),(385,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Why Choose Field Track-O Image','why_choose_field_track-o_image','publish','closed','closed','','field_64a80bd0d8b56','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=385',8,'acf-field','',0),(386,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Achieve Targets Heading','achieve_targets_heading','publish','closed','closed','','field_64a80bebd8b57','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=386',9,'acf-field','',0),(387,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Achieve Targets Short Content','achieve_targets_short_content','publish','closed','closed','','field_64a80bfbd8b58','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=387',10,'acf-field','',0),(388,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Field Agent Monitoring Content','field_agent_monitoring_content','publish','closed','closed','','field_64a80c0fd8b59','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=388',11,'acf-field','',0),(389,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Field Agent Monitoring Image','agent_monitoring_image','publish','closed','closed','','field_64a80c1dd8b5a','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=389',12,'acf-field','',0),(390,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Branch Manager Review Content','branch_manager_review_content','publish','closed','closed','','field_64a80c3fd8b5b','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=390',13,'acf-field','',0),(391,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Branch Manager Review Image','branch_manager_review_image','publish','closed','closed','','field_64a80c52d8b5c','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=391',14,'acf-field','',0),(392,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','AREA OR ZONAL MANAGER REVIEW Content','area_or_zonal_manager_review_content','publish','closed','closed','','field_64a80c6ad8b5d','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=392',15,'acf-field','',0),(393,1,'2023-07-07 13:01:29','2023-07-07 13:01:29','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','AREA OR ZONAL MANAGER REVIEW Image','area_or_zonal_manager_review_image','publish','closed','closed','','field_64a80c91d8b5e','','','2023-07-07 13:01:29','2023-07-07 13:01:29','',376,'https://arukustech.com/?post_type=acf-field&p=393',16,'acf-field','',0),(394,1,'2023-07-07 13:06:50','2023-07-07 13:06:50','Uncover Real-Time Insights on Targets, Collections, and Compliance across Areas, Branches, and Individual Agents!','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-07 13:06:50','2023-07-07 13:06:50','',219,'https://arukustech.com/?p=394',0,'revision','',0),(395,1,'2023-07-10 11:18:58','2023-07-10 11:18:58','','Blogs','','publish','closed','closed','','blogs','','','2023-12-01 12:41:56','2023-12-01 12:41:56','',0,'https://arukustech.com/?page_id=395',0,'page','',0),(396,1,'2023-07-10 11:18:58','2023-07-10 11:18:58','','Blogs','','inherit','closed','closed','','395-revision-v1','','','2023-07-10 11:18:58','2023-07-10 11:18:58','',395,'https://arukustech.com/?p=396',0,'revision','',0),(397,1,'2023-07-10 11:20:35','2023-07-10 11:20:35','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"395\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Blog Page Section','blog-page-section','publish','closed','closed','','group_64abe9513da03','','','2023-07-11 09:49:28','2023-07-11 09:49:28','',0,'https://arukustech.com/?post_type=acf-field-group&#038;p=397',0,'acf-field-group','',0),(398,1,'2023-07-10 11:20:35','2023-07-10 11:20:35','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Banner Image','banner_image','publish','closed','closed','','field_64abe9531cd45','','','2023-07-10 11:20:35','2023-07-10 11:20:35','',397,'https://arukustech.com/?post_type=acf-field&p=398',0,'acf-field','',0),(399,1,'2023-07-10 11:20:35','2023-07-10 11:20:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Sub Heading','banner_sub_heading','publish','closed','closed','','field_64abe9741cd46','','','2023-07-10 11:20:35','2023-07-10 11:20:35','',397,'https://arukustech.com/?post_type=acf-field&p=399',1,'acf-field','',0),(401,1,'2023-07-10 11:29:05','2023-07-10 11:29:05','','Blogs','','inherit','closed','closed','','395-revision-v1','','','2023-07-10 11:29:05','2023-07-10 11:29:05','',395,'https://arukustech.com/?p=401',0,'revision','',0),(402,1,'2023-07-10 11:31:36','2023-07-10 11:31:36','<p>The history of microfinance in India traces back to the 19th century when informal credit systems, such as moneylenders and indigenous community-based lending practices, were prevalent. However, the modern microfinance movement, as we know it today, began to take shape in the 1970s and gained significant momentum in the 1990s.</p>\r\n\r\n<ol>\r\n 	<li><p><strong>1970s: Emergence of Self-Help Groups (SHGs)</strong> The foundation of formal microfinance in India can be attributed to the National Bank for Agriculture and Rural Development (<a href=\"https://www.nabard.org/\" rel=\"noopener\" target=\"_blank\">NABARD</a>), which was established in 1982. In the 1970s, NABARD initiated the concept of Self-Help Groups (SHGs) to promote financial inclusion among rural communities. SHGs were small groups of individuals, mainly women, who pooled their savings and extended microloans to group members in need. The success of SHGs laid the groundwork for the expansion of microfinance initiatives across the country.</p></li>\r\n 	<li><p><strong>1990s: Rise of Microfinance Institutions (MFIs)</strong> The 1990s saw a surge in the establishment of Microfinance Institutions (MFIs) in India. These MFIs were non-profit organizations, non-governmental organizations (NGOs), or specialized financial institutions focused on providing microcredit to the underserved and economically vulnerable segments of society. MFIs followed the Grameen Bank model pioneered by Nobel Laureate <a href=\"https://www.nobelprize.org/prizes/peace/2006/yunus/biographical/\" rel=\"noopener\" target=\"_blank\">Muhammad Yunus</a> in Bangladesh, which emphasized group-based lending, peer support, and the social collateral of borrowers.</p></li>\r\n 	<li><p><strong>2000s: Evolution and Regulation</strong> The microfinance sector experienced rapid growth in the early 2000s, attracting significant investments from banks and financial institutions. The introduction of innovative products, such as microinsurance and microsavings, broadened the scope of microfinance services. However, this period also witnessed some challenges, including concerns about over-indebtedness and aggressive collection practices by certain MFIs.</p></li>\r\n</ol>\r\n\r\n<p>In 2010, the Andhra Pradesh microfinance crisis emerged as a significant setback for the industry, leading to regulatory interventions by the Reserve Bank of India (RBI). The RBI introduced comprehensive regulations to govern the microfinance sector, which included setting interest rate caps, defining eligibility criteria for MFIs, and establishing guidelines for fair practices.</p>\r\n\r\n<ol start=\"4\">\r\n 	<li><p><strong>Post-2010: Formalization and Diversification</strong> After the regulatory interventions, the microfinance sector in India underwent a process of formalization. MFIs and SHGs continued to play a crucial role in providing microcredit to the underserved, while new players, including Small Finance Banks (SFBs), emerged as specialized institutions catering to the financial needs of low-income segments.</p></li>\r\n</ol>\r\n<p>\r\nToday, <a href=\"https://www.ibef.org/blogs/evolution-of-micro-finance-in-india\" target=\"_blank\" rel=\"noopener\">microfinance in India</a> has evolved into a well-regulated and diverse industry, catering to millions of individuals and small businesses. It continues to be a vital tool for poverty alleviation, women\'s empowerment, and promoting financial inclusion in both rural and urban areas of the country.\r\n</p>\r\n<p>\r\nOverall, the history of microfinance in India reflects a transformative journey, from informal credit practices to a formalized, regulated, and dynamic sector, playing a pivotal role in the socioeconomic development of the nation.\r\n</p>\r\n<br>\r\n<p>\r\n<a href=\"https://arukustech.com/about-arukus-technologies/\" target=\"_blank\" rel=\"noopener\"><em>Arukus Technologies</a> has been working closely with MFIs and NBFCs that are focussed on the rural sector in India, by providing technology enabled smart solutions designed to address the key pain points of microfinance institutions.</em></p>','History of Microfinance in India','','publish','closed','closed','','history-microfinance-india','','','2023-12-14 08:28:57','2023-12-14 08:28:57','',0,'https://arukustech.com/?post_type=blog&#038;p=402',0,'blog','',0),(403,1,'2023-07-10 11:31:28','2023-07-10 11:31:28','','b3','','inherit','open','closed','','b3','','','2023-07-10 11:31:28','2023-07-10 11:31:28','',402,'https://arukustech.com/wp-content/uploads/2023/07/b3.jpg',0,'attachment','image/jpeg',0),(404,1,'2023-07-10 11:32:47','2023-07-10 11:32:47','<p>In the realm of Indian microfinance institutions (MFIs), regulatory issues have emerged as one of the most pressing challenges. While the Reserve Bank of India (RBI) plays a crucial role as the premier regulatory body, its focus has predominantly been on commercial and traditional banks, leaving some of the unique needs and structures of MFIs unaddressed. The sporadic and unprecedented regulatory changes have created ambiguity, hindering the development of new financial products and services. In light of this, Arukus Technologies has emerged as a game-changer with its innovative solution that seamlessly aligns MFIs with regulatory policy changes, empowering them to thrive in a dynamic environment.</p>\r\n\r\n<h3><strong>Regulatory Challenges in Indian Microfinance</strong></h3>\r\n<p>Indian MFIs have encountered significant hurdles due to the regulatory landscape. While some regulations have been beneficial, others have not fully accommodated the unique requirements of these institutions. The lack of a dedicated regulatory framework tailored to MFIs has resulted in sub-optimal performance and hindered the growth of the microfinance sector. Frequent changes in regulations create uncertainty and make it challenging for MFIs to adapt their operations swiftly, leading to potential compliance issues and inefficiencies.<br>Suggested Reading: <a href=\"https://www.rbi.org.in/commonperson/English/Scripts/FAQs.aspx?Id=3366\" rel=\"noopener\" target=\"_blank\">RBI Regulatory Framework for Microfinance Loans</a></p>\r\n\r\n<h3><strong>Addressing the Challenge with Arukus Technologies:</strong></h3>\r\n<p>Arukus Technologies recognizes the critical role that regulatory compliance plays in the success of MFIs in India. The company\'s financial software solutions come equipped with advanced configuration settings that enable effortless alignment with regulatory policy changes. This feature allows MFIs to adapt swiftly to evolving norms and guidelines without major disruptions to their operations.</p>\r\n\r\n<h3><strong>1.Flexibility and Customization:</strong></h3>\r\n<p>Arukus Technologies\' solutions offer a high degree of flexibility and customization, catering to the specific needs of each MFI. The configuration settings can be easily adjusted to meet the changing regulatory requirements, ensuring that the institution remains compliant at all times.</p>\r\n\r\n<h3><strong>2.Real-time Updates:</strong></h3>\r\n<p>With Arukus Technologies, MFIs receive real-time updates on regulatory changes that impact their operations. This feature empowers them to stay ahead of the curve, anticipate potential challenges, and proactively make the necessary adjustments.</p>\r\n\r\n<h3><strong>3.Adapting to Regulatory Changes:</strong></h3>\r\n<p>The rapid and unpredictable nature of regulatory changes can create confusion for MFIs. Arukus Technologies\' solution simplifies the process of aligning with new policies, enabling a seamless transition without disruption.\r\nRead more on how Arukus <a href=\"https://arukustech.com/policy-based-configuration/\">Policy based Configuration</a> allows financial institutions adapt to change</p>\r\n\r\n<h3><strong>4.Enhanced Risk Management:</strong></h3>\r\n<p>Arukus Technologies\' financial software solutions also offer robust risk management capabilities, helping MFIs identify and mitigate compliance risks. This proactive approach ensures that MFIs can navigate the regulatory landscape confidently. Read more on <a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">Arukus Enterprise Risk Management Solution.</a></p>\r\n\r\n<p>Regulatory issues have been a significant challenge for microfinance institutions in India. However, Arukus Technologies\' innovative solution provides a way forward by equipping MFIs with the tools they need to effortlessly align with regulatory policy changes. With flexible configuration settings, real-time updates, and enhanced risk management capabilities, Arukus Technologies empowers MFIs to thrive in a rapidly evolving regulatory environment. By overcoming this obstacle, Indian MFIs can focus on their mission of financial inclusion and sustainable growth, contributing to the socioeconomic development of underserved communities.</p>','Addressing Regulatory Challenges for MFIs with Technology','','publish','closed','closed','','regulatory-challenges-microfinance-india','','','2023-12-14 08:27:12','2023-12-14 08:27:12','',0,'https://arukustech.com/?post_type=blog&#038;p=404',0,'blog','',0),(405,1,'2023-07-10 11:32:41','2023-07-10 11:32:41','','b2','','inherit','open','closed','','b2','','','2023-07-10 11:32:41','2023-07-10 11:32:41','',404,'https://arukustech.com/wp-content/uploads/2023/07/b2.jpg',0,'attachment','image/jpeg',0),(407,1,'2023-07-10 11:33:28','2023-07-10 11:33:28','','b1','','inherit','open','closed','','b1','','','2023-07-10 11:33:28','2023-07-10 11:33:28','',0,'https://arukustech.com/wp-content/uploads/2023/07/b1.jpg',0,'attachment','image/jpeg',0),(408,1,'2023-07-20 06:27:54','2023-07-10 11:37:15',' ','','','publish','closed','closed','','408','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',0,'https://arukustech.com/?p=408',15,'nav_menu_item','',0),(409,1,'2023-07-18 06:51:11','2023-07-10 12:23:19',' ','','','publish','closed','closed','','409','','','2023-07-18 06:51:11','2023-07-18 06:51:11','',0,'https://arukustech.com/?p=409',2,'nav_menu_item','',0),(410,1,'2023-07-10 12:27:14','2023-07-10 12:27:14','<h3>KYC Document #1</h3>\r\n<ul class=\"list\">\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>Captures Borrower and CoÂborrower as well other earning members KYC images (Front and Back both)</li>\r\n</ul><br><br>\r\n<h3>KYC Document #2</h3>\r\n<ul class=\"list\">\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>Aadhar Number Masking</li>\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>KYC number/ID verification through OCR </li>\r\n<li><i class=\"fa-solid fa-circle-arrow-right\"></i>Capture Live location</li>\r\n</ul>','KYC Document','','publish','closed','closed','','kyc-document','','','2023-07-10 12:30:12','2023-07-10 12:30:12','',0,'https://arukustech.com/?post_type=los-flow&#038;p=410',0,'los-flow','',0),(411,1,'2023-07-10 12:48:46','2023-07-10 12:48:46','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"221\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Audit Page Section','audit-page-section','publish','closed','closed','','group_64abfb5e6e3b9','','','2023-07-17 08:13:55','2023-07-17 08:13:55','',0,'https://arukustech.com/?post_type=acf-field-group&#038;p=411',0,'acf-field-group','',0),(412,1,'2023-07-10 12:48:46','2023-07-10 12:48:46','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Streamline Compliance Tracking At The Branch Level Title','streamline_compliance_tracking_at_the_branch_level_title','publish','closed','closed','','field_64abfb614abcb','','','2023-07-10 13:50:29','2023-07-10 13:50:29','',411,'https://arukustech.com/?post_type=acf-field&#038;p=412',2,'acf-field','',0),(413,1,'2023-07-10 12:48:46','2023-07-10 12:48:46','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Streamline Compliance Tracking At The Branch Level Short Content','streamline_compliance_tracking_at_the_branch_level_short_content','publish','closed','closed','','field_64abfc764abcc','','','2023-07-10 13:50:29','2023-07-10 13:50:29','',411,'https://arukustech.com/?post_type=acf-field&#038;p=413',3,'acf-field','',0),(414,1,'2023-07-10 12:48:46','2023-07-10 12:48:46','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Branch Evaluation System Content','branch_evaluation_system_content','publish','closed','closed','','field_64abfcca4abcd','','','2023-07-10 13:50:29','2023-07-10 13:50:29','',411,'https://arukustech.com/?post_type=acf-field&#038;p=414',4,'acf-field','',0),(415,1,'2023-07-10 12:48:46','2023-07-10 12:48:46','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Branch Evaluation System Image','branch_evaluation_system_image','publish','closed','closed','','field_64abfce74abce','','','2023-07-10 13:50:29','2023-07-10 13:50:29','',411,'https://arukustech.com/?post_type=acf-field&#038;p=415',5,'acf-field','',0),(416,1,'2023-07-10 12:48:46','2023-07-10 12:48:46','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Advance Auditing Tool Content','advance_auditing_tool_content','publish','closed','closed','','field_64abfd054abcf','','','2023-07-12 13:46:12','2023-07-12 13:46:12','',411,'https://arukustech.com/?post_type=acf-field&#038;p=416',6,'acf-field','',0),(417,1,'2023-07-10 12:48:46','2023-07-10 12:48:46','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Advance Auditing Tool Image','advance_auditing_tool_image','publish','closed','closed','','field_64abfd104abd0','','','2023-07-12 13:46:12','2023-07-12 13:46:12','',411,'https://arukustech.com/?post_type=acf-field&#038;p=417',7,'acf-field','',0),(418,1,'2023-07-10 12:48:46','2023-07-10 12:48:46','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Manager Accountability Content','manager_accountability_content','publish','closed','closed','','field_64abfd2f4abd1','','','2023-07-12 13:46:12','2023-07-12 13:46:12','',411,'https://arukustech.com/?post_type=acf-field&#038;p=418',8,'acf-field','',0),(419,1,'2023-07-10 12:48:46','2023-07-10 12:48:46','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Manager Accountability Image','manager_accountability_image','publish','closed','closed','','field_64abfda54abd2','','','2023-07-12 13:46:12','2023-07-12 13:46:12','',411,'https://arukustech.com/?post_type=acf-field&#038;p=419',9,'acf-field','',0),(420,1,'2023-07-10 12:48:46','2023-07-10 12:48:46','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Benefits Content','benefits_content','publish','closed','closed','','field_64abfdbe4abd3','','','2023-07-10 13:50:29','2023-07-10 13:50:29','',411,'https://arukustech.com/?post_type=acf-field&#038;p=420',10,'acf-field','',0),(421,1,'2023-07-10 12:48:46','2023-07-10 12:48:46','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Benefits Image','benefits_image','publish','closed','closed','','field_64abfdcf4abd4','','','2023-07-10 13:50:29','2023-07-10 13:50:29','',411,'https://arukustech.com/?post_type=acf-field&#038;p=421',11,'acf-field','',0),(422,1,'2023-07-10 12:48:46','2023-07-10 12:48:46','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Unlock Compliance Excellence Title','unlock_compliance_excellence_title','publish','closed','closed','','field_64abfdec4abd5','','','2023-07-10 13:50:29','2023-07-10 13:50:29','',411,'https://arukustech.com/?post_type=acf-field&#038;p=422',12,'acf-field','',0),(425,1,'2023-07-10 13:11:01','2023-07-10 13:11:01','','cs1','','inherit','open','closed','','cs1-2','','','2023-07-10 13:11:01','2023-07-10 13:11:01','',221,'https://arukustech.com/wp-content/uploads/2023/07/cs1-1.svg',0,'attachment','image/svg+xml',0),(426,1,'2023-07-10 13:11:12','2023-07-10 13:11:12','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-10 13:11:12','2023-07-10 13:11:12','',221,'https://arukustech.com/?p=426',0,'revision','',0),(427,1,'2023-07-10 13:39:12','2023-07-10 13:39:12','','cs2','','inherit','open','closed','','cs2-2','','','2023-07-10 13:39:12','2023-07-10 13:39:12','',221,'https://arukustech.com/wp-content/uploads/2023/07/cs2-1.svg',0,'attachment','image/svg+xml',0),(428,1,'2023-07-10 13:41:06','2023-07-10 13:41:06','','loan_gra1','','inherit','open','closed','','loan_gra1','','','2023-07-10 13:41:06','2023-07-10 13:41:06','',221,'https://arukustech.com/wp-content/uploads/2023/07/loan_gra1.png',0,'attachment','image/png',0),(429,1,'2023-07-10 13:42:05','2023-07-10 13:42:05','','loan_gra1','','inherit','open','closed','','loan_gra1-2','','','2023-07-10 13:42:05','2023-07-10 13:42:05','',221,'https://arukustech.com/wp-content/uploads/2023/07/loan_gra1-1.png',0,'attachment','image/png',0),(430,1,'2023-07-10 13:42:16','2023-07-10 13:42:16','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-10 13:42:16','2023-07-10 13:42:16','',221,'https://arukustech.com/?p=430',0,'revision','',0),(431,1,'2023-07-10 13:42:32','2023-07-10 13:42:32','','loan_gra1','','inherit','open','closed','','loan_gra1-3','','','2023-07-10 13:42:32','2023-07-10 13:42:32','',221,'https://arukustech.com/wp-content/uploads/2023/07/loan_gra1-2.png',0,'attachment','image/png',0),(432,1,'2023-07-10 13:42:45','2023-07-10 13:42:45','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-10 13:42:45','2023-07-10 13:42:45','',221,'https://arukustech.com/?p=432',0,'revision','',0),(433,1,'2023-07-10 13:50:29','2023-07-10 13:50:29','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Banner Image','banner_image','publish','closed','closed','','field_64ac0c04f51d8','','','2023-07-10 13:50:29','2023-07-10 13:50:29','',411,'https://arukustech.com/?post_type=acf-field&p=433',0,'acf-field','',0),(434,1,'2023-07-10 13:50:29','2023-07-10 13:50:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Heading','heading','publish','closed','closed','','field_64ac0c1bf51d9','','','2023-07-10 13:50:29','2023-07-10 13:50:29','',411,'https://arukustech.com/?post_type=acf-field&p=434',1,'acf-field','',0),(435,1,'2023-07-10 13:50:59','2023-07-10 13:50:59','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-10 13:50:59','2023-07-10 13:50:59','',221,'https://arukustech.com/?p=435',0,'revision','',0),(436,1,'2023-07-11 08:12:59','2023-07-11 08:12:59','<p>Prevent fraud and safeguard your financial institution with Arukus Technologies\' Fraud Identification, Assessment & Control System. Our smart detection mechanisms and comprehensive reporting hierarchy enable you to take proactive measures against internal fraud. At Arukus Technologies, we understand the critical need for robust fraud prevention measures in the financial industry. Our Fraud Identification, Assessment & Control System empowers you to identify and combat fraud at the sales agent level, protecting your organization\'s financial integrity.</p>','Embrace the Future of Fraud Identification and Management with Arukus','','publish','closed','closed','','embrace-the-future-of-fraud-identification-and-management-with-arukus','','','2023-07-14 10:45:21','2023-07-14 10:45:21','',0,'https://arukustech.com/?post_type=fraud-scenario&#038;p=436',0,'fraud-scenario','',0),(437,1,'2023-07-11 08:14:38','2023-07-11 08:14:38','<ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Agents falsify documents to manipulate loan eligibility on behalf of customers.</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Arukus Technologies\' Fraud Identification System flags suspicious documentation, safeguarding your organization against fraudulent loan applications.</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Mitigate risks and maintain a trustworthy lending process.</li>\r\n                            </ul>','Fraud Scenario: Not Reporting Loan ForeClosures','','publish','closed','closed','','fraud-scenario-not-reporting-loan-foreclosures','','','2023-07-14 10:45:09','2023-07-14 10:45:09','',0,'https://arukustech.com/?post_type=fraud-scenario&#038;p=437',0,'fraud-scenario','',0),(438,1,'2023-07-11 08:16:56','2023-07-11 08:16:56','<ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Agents falsify documents to manipulate loan eligibility on behalf of customers.</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Arukus Technologies\' Fraud Identification System flags suspicious documentation, safeguarding your organization against fraudulent loan applications.</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Mitigate risks and maintain a trustworthy lending process.</li>\r\n                            </ul>','Fraud Scenario: False Documentation','','publish','closed','closed','','fraud-scenario-false-documentation','','','2023-07-14 10:44:34','2023-07-14 10:44:34','',0,'https://arukustech.com/?post_type=fraud-scenario&#038;p=438',0,'fraud-scenario','',0),(439,1,'2023-07-11 08:17:53','2023-07-11 08:17:53','<ul class=\"list\">\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Agents report lesser amounts than the original collected value, leading to cash misappropriation.</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Our system detects and alerts you to these discrepancies, preventing financial losses.</li>\r\n                                <li><i class=\"fa-solid fa-circle-arrow-right\"></i>Take swift corrective actions and ensure the integrity of your financial operations.</li>\r\n                            </ul>','Fraud Scenario: Cash Misappropriation','','publish','closed','closed','','fraud-scenario-cash-misappropriation','','','2023-07-14 10:43:12','2023-07-14 10:43:12','',0,'https://arukustech.com/?post_type=fraud-scenario&#038;p=439',0,'fraud-scenario','',0),(440,1,'2023-07-11 08:33:35','2023-07-11 08:33:35','With advanced smart detection mechanisms, identify fraud at the sales agent level, assess damage, and take immediate corrective actions.','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-11 08:33:35','2023-07-11 08:33:35','',223,'https://arukustech.com/?p=440',0,'revision','',0),(441,1,'2023-07-11 11:36:08','2023-07-11 11:36:08','a:8:{s:8:\"location\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"223\";}}i:1;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"225\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Fraud and Samadhaan Page Section','fraud-and-samadhaan-page-section','publish','closed','closed','','group_64ad25b93370f','','','2023-07-17 08:16:35','2023-07-17 08:16:35','',0,'https://arukustech.com/?post_type=acf-field-group&#038;p=441',0,'acf-field-group','',0),(442,1,'2023-07-11 11:36:08','2023-07-11 11:36:08','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Main Section Heading','main_section_heading','publish','closed','closed','','field_64ad3e64bfa1b','','','2023-07-11 11:43:56','2023-07-11 11:43:56','',441,'https://arukustech.com/?post_type=acf-field&#038;p=442',2,'acf-field','',0),(443,1,'2023-07-11 11:36:08','2023-07-11 11:36:08','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Main Section Short Content','main_section_short_content','publish','closed','closed','','field_64ad3e84bfa1c','','','2023-07-11 11:43:56','2023-07-11 11:43:56','',441,'https://arukustech.com/?post_type=acf-field&#038;p=443',3,'acf-field','',0),(444,1,'2023-07-11 11:43:56','2023-07-11 11:43:56','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Banner Image','banner_image','publish','closed','closed','','field_64ad40464f290','','','2023-07-11 11:43:56','2023-07-11 11:43:56','',441,'https://arukustech.com/?post_type=acf-field&p=444',0,'acf-field','',0),(445,1,'2023-07-11 11:43:56','2023-07-11 11:43:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Heading','banner_heading','publish','closed','closed','','field_64ad405b4f291','','','2023-07-11 11:43:56','2023-07-11 11:43:56','',441,'https://arukustech.com/?post_type=acf-field&p=445',1,'acf-field','',0),(446,1,'2023-07-11 11:44:09','2023-07-11 11:44:09','With advanced smart detection mechanisms, identify fraud at the sales agent level, assess damage, and take immediate corrective actions.','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-11 11:44:09','2023-07-11 11:44:09','',223,'https://arukustech.com/?p=446',0,'revision','',0),(447,1,'2023-07-11 11:44:35','2023-07-11 11:44:35','With advanced smart detection mechanisms, identify fraud at the sales agent level, assess damage, and take immediate corrective actions.','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-11 11:44:35','2023-07-11 11:44:35','',223,'https://arukustech.com/?p=447',0,'revision','',0),(448,1,'2023-07-11 12:35:04','2023-07-11 12:35:04','Support360°s in-depth report gives you an overview of your helpdesk and all the important metrics associated with creating and resolving tickets. This includes the number of tickets, created, resolved or reopened as well as the helpdesk average response time, resolution time and SLA metrics','Enhanced Reporting','','publish','closed','closed','','enhanced-reporting','','','2023-07-11 12:35:04','2023-07-11 12:35:04','',0,'https://arukustech.com/?post_type=ticketing-system&#038;p=448',0,'ticketing-system','',0),(449,1,'2023-07-11 12:34:59','2023-07-11 12:34:59','','7','','inherit','open','closed','','7','','','2023-07-11 12:34:59','2023-07-11 12:34:59','',448,'https://arukustech.com/wp-content/uploads/2023/07/7.png',0,'attachment','image/png',0),(450,1,'2023-07-11 12:37:53','2023-07-11 12:37:53','Customize the ticket form to contain different fields specific to the type of your business or your support process. Collect customer information that is unique to your business by creating custom fields for these details','Fields Custom & Ticket Status','','publish','closed','closed','','fields-custom-ticket-status','','','2023-07-11 12:37:53','2023-07-11 12:37:53','',0,'https://arukustech.com/?post_type=ticketing-system&#038;p=450',0,'ticketing-system','',0),(451,1,'2023-07-11 12:35:36','2023-07-11 12:35:36','','6','','inherit','open','closed','','6','','','2023-07-11 12:35:36','2023-07-11 12:35:36','',450,'https://arukustech.com/wp-content/uploads/2023/07/6.png',0,'attachment','image/png',0),(452,1,'2023-07-11 12:39:35','2023-07-11 12:39:35','If a ticket breaches its SLA, escalation rules bring it to the attention of the right people. It makes it easy for people to follow-up and ensure no customer gets a delayed response.','Escalation Matrix','','publish','closed','closed','','escalation-matrix','','','2023-07-11 12:39:35','2023-07-11 12:39:35','',0,'https://arukustech.com/?post_type=ticketing-system&#038;p=452',0,'ticketing-system','',0),(453,1,'2023-07-11 12:38:26','2023-07-11 12:38:26','','5','','inherit','open','closed','','5','','','2023-07-11 12:38:26','2023-07-11 12:38:26','',452,'https://arukustech.com/wp-content/uploads/2023/07/5.png',0,'attachment','image/png',0),(454,1,'2023-07-11 12:41:22','2023-07-11 12:41:22','SLA reminders notify the right people when a ticket approaches its SLA deadline. This way, you can be certain that all your support queries are responded quickly and issue resolved on time.','SLA Reminders','','publish','closed','closed','','sla-reminders','','','2023-07-11 12:41:22','2023-07-11 12:41:22','',0,'https://arukustech.com/?post_type=ticketing-system&#038;p=454',0,'ticketing-system','',0),(455,1,'2023-07-11 12:41:18','2023-07-11 12:41:18','','4','','inherit','open','closed','','4','','','2023-07-11 12:41:18','2023-07-11 12:41:18','',454,'https://arukustech.com/wp-content/uploads/2023/07/4.png',0,'attachment','image/png',0),(456,1,'2023-07-11 12:42:35','2023-07-11 12:42:35','Cut down on repetitive tasks by automating the process of ticket assignment, and free up your time to solve complex customer issues','Intelligent Automation','','publish','closed','closed','','intelligent-automation','','','2023-07-11 12:42:35','2023-07-11 12:42:35','',0,'https://arukustech.com/?post_type=ticketing-system&#038;p=456',0,'ticketing-system','',0),(457,1,'2023-07-11 12:42:22','2023-07-11 12:42:22','','3','','inherit','open','closed','','3','','','2023-07-11 12:42:22','2023-07-11 12:42:22','',456,'https://arukustech.com/wp-content/uploads/2023/07/3.png',0,'attachment','image/png',0),(458,1,'2023-07-11 12:43:50','2023-07-11 12:43:50','Manage Roles like Agent or Admin, and ensure they have the appropriate permissions to perform actions related to handling support tickets.','Configurable Roles','','publish','closed','closed','','configurable-roles','','','2023-07-11 12:43:50','2023-07-11 12:43:50','',0,'https://arukustech.com/?post_type=ticketing-system&#038;p=458',0,'ticketing-system','',0),(459,1,'2023-07-11 12:43:34','2023-07-11 12:43:34','','2','','inherit','open','closed','','2','','','2023-07-11 12:43:34','2023-07-11 12:43:34','',458,'https://arukustech.com/wp-content/uploads/2023/07/2.png',0,'attachment','image/png',0),(460,1,'2023-07-11 12:44:44','2023-07-11 12:44:44','Reduce service disruptions, meet your SLAs, improve field agents and managers productivity, and manage the entire life cycle of a ticket.','Incident Management','','publish','closed','closed','','incident-management','','','2023-07-11 12:44:44','2023-07-11 12:44:44','',0,'https://arukustech.com/?post_type=ticketing-system&#038;p=460',0,'ticketing-system','',0),(461,1,'2023-07-11 12:44:36','2023-07-11 12:44:36','','1','','inherit','open','closed','','1','','','2023-07-11 12:44:36','2023-07-11 12:44:36','',460,'https://arukustech.com/wp-content/uploads/2023/07/1.png',0,'attachment','image/png',0),(462,1,'2023-07-11 13:01:58','2023-07-11 13:01:58','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Samadhan Ticketing System','','inherit','closed','closed','','225-revision-v1','','','2023-07-11 13:01:58','2023-07-11 13:01:58','',225,'https://arukustech.com/?p=462',0,'revision','',0),(464,1,'2023-07-12 06:05:45','2023-07-12 06:05:45','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"465\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Landing Page Section','landing-page-section','publish','closed','closed','','group_64ae4154ebae4','','','2023-07-12 06:05:45','2023-07-12 06:05:45','',0,'https://arukustech.com/?post_type=acf-field-group&#038;p=464',0,'acf-field-group','',0),(465,1,'2023-07-12 06:00:10','2023-07-12 06:00:10','<p><strong>Book a Demo with Arukus Technologies and Experience how our platform can transform MFI & NBFC Performance: </strong></p>\r\n\r\n<p>Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) play a crucial role in promoting financial inclusion and extending credit to underserved segments of society. To stay competitive and enhance their operational efficiency, these institutions need robust and innovative solutions. Arukus Technologies, a leading provider of financial software solutions, offers a comprehensive suite of products designed to empower MFIs and NBFCs across various facets of their operations. Let\'s explore how Arukus solutions can transform their performance:</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/loan-origination-system/\">Loan Origination System:</a></strong><br>\r\nArukus\'s Loan Origination System revolutionizes the lending process, simplifying and automating application processing, credit evaluation, and document verification. This enables MFIs and NBFCs to expedite loan approvals, reduce the chances of errors, and offer personalized loan products tailored to individual customer needs, thus enhancing customer satisfaction and loyalty.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/\">Cross-Sell:</a></strong>\r\nThe Cross-Sell solution from Arukus empowers financial institutions to identify cross-selling opportunities within their existing customer base. By analyzing customer data and behavior, MFIs and NBFCs can offer relevant financial products and services, leading to increased customer engagement and higher revenue streams.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/collection-management-system/\">Collection Management System:</a></strong>\r\nArukus\'s Collection Management System streamlines the loan collection process, enabling efficient tracking of loan repayments and reducing delinquencies. By automating reminders, follow-ups, and collection efforts, MFIs and NBFCs can optimize their collection strategies and improve overall portfolio performance.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">Enterprise Risk Management:</a></strong>\r\nWith Arukus\'s Enterprise Risk Management solution, financial institutions can proactively identify, assess, and mitigate risks. This comprehensive risk management approach helps safeguard against potential losses and ensures compliance with regulatory requirements, strengthening the institution\'s financial standing.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/expense-management-system/\">Expense Management:</a></strong>\r\nArukus\'s Expense Management system helps MFIs and NBFCs effectively manage their expenses across branches and monitor budget utilization. This transparency and control over expenditures enable financial institutions to make informed decisions and optimize their operational costs.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">Field Track-O:</a></strong>\r\nField Track-O, an innovative Field Sales Performance Tracking App from Arukus, facilitates real-time field data collection and monitoring of field sales agent performance. With GPS tracking and customizable forms, MFIs and NBFCs can improve field staff productivity, with compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/\">Internal Audit & Compliance:</a></strong>\r\nArukus\'s Internal Audit & Compliance solution simplifies the auditing process and ensures adherence to internal policies and regulatory guidelines. This reduces compliance risks and strengthens the institution\'s governance framework.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/fraud-control-system/\">Fraud Control System:</a></strong>\r\nThe Fraud Control solution empowers MFIs and NBFCs to detect and prevent fraudulent activities in real-time. With advanced analytics and monitoring capabilities, financial institutions can safeguard their assets and protect their customers\' interests.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/support360-ticketing-system/\">Support360 Ticketing System:</a></strong>\r\nArukus\'s Support360 Ticketing System streamlines customer support operations, enabling efficient ticket tracking, prioritization, and resolution. This enhances customer service quality and boosts overall customer satisfaction.</p>\r\n<br><br>\r\n<p>Arukus Technologies offers a comprehensive suite of solutions that cater to the diverse needs of MFIs and NBFCs, empowering them to streamline operations, enhance risk management, and improve overall performance. Book a Demo today and stay ahead in a competitive market, drive financial inclusion, and contribute to the economic growth of underserved communities.</p>','Book a Demo','','publish','closed','closed','','book-a-demo','','','2023-07-20 07:13:59','2023-07-20 07:13:59','',0,'https://arukustech.com/?page_id=465',0,'page','',0),(466,1,'2023-07-12 06:00:10','2023-07-12 06:00:10','','Landing','','inherit','closed','closed','','465-revision-v1','','','2023-07-12 06:00:10','2023-07-12 06:00:10','',465,'https://arukustech.com/?p=466',0,'revision','',0),(467,1,'2023-07-12 06:05:45','2023-07-12 06:05:45','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Main Heading','banner_main_heading','publish','closed','closed','','field_64ae4156c2d7f','','','2023-07-12 06:05:45','2023-07-12 06:05:45','',464,'https://arukustech.com/?post_type=acf-field&p=467',0,'acf-field','',0),(468,1,'2023-07-12 06:05:45','2023-07-12 06:05:45','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Sub Heading','banner_sub_heading','publish','closed','closed','','field_64ae419ac2d80','','','2023-07-12 06:05:45','2023-07-12 06:05:45','',464,'https://arukustech.com/?post_type=acf-field&p=468',1,'acf-field','',0),(469,1,'2023-07-12 06:05:45','2023-07-12 06:05:45','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Specialized Tools For Specific Problems Title','specialized_tools_for_specific_problems_title','publish','closed','closed','','field_64ae41b1c2d81','','','2023-07-12 06:05:45','2023-07-12 06:05:45','',464,'https://arukustech.com/?post_type=acf-field&p=469',2,'acf-field','',0),(470,1,'2023-07-12 06:05:45','2023-07-12 06:05:45','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Specialized Tools For Specific Problems Image','specialized_tools_for_specific_problems_image','publish','closed','closed','','field_64ae41b9c2d82','','','2023-07-12 06:05:45','2023-07-12 06:05:45','',464,'https://arukustech.com/?post_type=acf-field&p=470',3,'acf-field','',0),(471,1,'2023-07-12 06:05:45','2023-07-12 06:05:45','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Specialized Tools For Specific Problems Content','specialized_tools_for_specific_problems_content','publish','closed','closed','','field_64ae41d1c2d83','','','2023-07-12 06:05:45','2023-07-12 06:05:45','',464,'https://arukustech.com/?post_type=acf-field&p=471',4,'acf-field','',0),(472,1,'2023-07-12 06:05:45','2023-07-12 06:05:45','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Specialized Tools For Specific Problems Button Text','specialized_tools_for_specific_problems_button_text','publish','closed','closed','','field_64ae41e9c2d84','','','2023-07-12 06:05:45','2023-07-12 06:05:45','',464,'https://arukustech.com/?post_type=acf-field&p=472',5,'acf-field','',0),(473,1,'2023-07-12 06:05:45','2023-07-12 06:05:45','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','About Arukus Image','about_arukus_image','publish','closed','closed','','field_64ae4235c2d85','','','2023-07-12 06:05:45','2023-07-12 06:05:45','',464,'https://arukustech.com/?post_type=acf-field&p=473',6,'acf-field','',0),(474,1,'2023-07-12 06:05:45','2023-07-12 06:05:45','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','About Arukus Content','about_arukus_content','publish','closed','closed','','field_64ae425bc2d86','','','2023-07-12 06:05:45','2023-07-12 06:05:45','',464,'https://arukustech.com/?post_type=acf-field&p=474',7,'acf-field','',0),(475,1,'2023-07-12 06:09:37','2023-07-12 06:09:37','','landing_bg','','inherit','open','closed','','landing_bg','','','2023-07-20 06:49:16','2023-07-20 06:49:16','',465,'https://arukustech.com/wp-content/uploads/2023/07/landing_bg.webp',0,'attachment','image/webp',0),(476,1,'2023-07-20 07:12:12','2023-07-20 07:12:12','<p><strong>Book a Demo with Arukus Technologies and Experience how our platform can transform MFI & NBFC Performance: </strong></p>\n\n<p>Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) play a crucial role in promoting financial inclusion and extending credit to underserved segments of society. To stay competitive and enhance their operational efficiency, these institutions need robust and innovative solutions. Arukus Technologies, a leading provider of financial software solutions, offers a comprehensive suite of products designed to empower MFIs and NBFCs across various facets of their operations. Let\'s explore how Arukus solutions can transform their performance:</p>\n\n<p><strong><a href=\"https://arukustech.com/solutions/loan-origination-system/\">Loan Origination System:</a></strong><br>\nArukus\'s Loan Origination System revolutionizes the lending process, simplifying and automating application processing, credit evaluation, and document verification. This enables MFIs and NBFCs to expedite loan approvals, reduce the chances of errors, and offer personalized loan products tailored to individual customer needs, thus enhancing customer satisfaction and loyalty.</p>\n\n<p><strong><a href=\"https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/\">Cross-Sell:</a></strong>\nThe Cross-Sell solution from Arukus empowers financial institutions to identify cross-selling opportunities within their existing customer base. By analyzing customer data and behavior, MFIs and NBFCs can offer relevant financial products and services, leading to increased customer engagement and higher revenue streams.</p>\n\n<p><strong><a href=\"https://arukustech.com/solutions/collection-management-system/\">Collection Management System:</a></strong>\nArukus\'s Collection Management System streamlines the loan collection process, enabling efficient tracking of loan repayments and reducing delinquencies. By automating reminders, follow-ups, and collection efforts, MFIs and NBFCs can optimize their collection strategies and improve overall portfolio performance.</p>\n\n<p><strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">Enterprise Risk Management:</a></strong>\nWith Arukus\'s Enterprise Risk Management solution, financial institutions can proactively identify, assess, and mitigate risks. This comprehensive risk management approach helps safeguard against potential losses and ensures compliance with regulatory requirements, strengthening the institution\'s financial standing.</p>\n\n<p><strong><a href=\"https://arukustech.com/solutions/expense-management-system/\">Expense Management:</a></strong>\nArukus\'s Expense Management system helps MFIs and NBFCs effectively manage their expenses across branches and monitor budget utilization. This transparency and control over expenditures enable financial institutions to make informed decisions and optimize their operational costs.</p>\n\n<p><strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">Field Track-O:</a></strong>\nField Track-O, an innovative Field Sales Performance Tracking App from Arukus, facilitates real-time field data collection and monitoring of field sales agent performance. With GPS tracking and customizable forms, MFIs and NBFCs can improve field staff productivity, with compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness.</p>\n\n<p><strong><a href=\"https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/\">Internal Audit & Compliance:</a></strong>\nArukus\'s Internal Audit & Compliance solution simplifies the auditing process and ensures adherence to internal policies and regulatory guidelines. This reduces compliance risks and strengthens the institution\'s governance framework.</p>\n\n<p><strong>Fraud Management:</strong>\nThe Fraud Management solution empowers MFIs and NBFCs to detect and prevent fraudulent activities in real-time. With advanced analytics and monitoring capabilities, financial institutions can safeguard their assets and protect their customers\' interests.</p>\n\n<p><strong>Support360 Ticketing System:</strong>\nArukus\'s Support360 Ticketing System streamlines customer support operations, enabling efficient ticket tracking, prioritization, and resolution. This enhances customer service quality and boosts overall customer satisfaction.</p>\n<br><br>\n<p>Arukus Technologies offers a comprehensive suite of solutions that cater to the diverse needs of MFIs and NBFCs, empowering them to streamline operations, enhance risk management, and improve overall performance. By leveraging these innovative technologies, financial institutions can stay ahead in a competitive market, drive financial inclusion, and contribute to the economic growth of underserved communities.</p>','Book a Demo','','inherit','closed','closed','','465-autosave-v1','','','2023-07-20 07:12:12','2023-07-20 07:12:12','',465,'https://arukustech.com/?p=476',0,'revision','',0),(477,1,'2023-07-12 06:16:54','2023-07-12 06:16:54','','Book a Demo','','inherit','closed','closed','','465-revision-v1','','','2023-07-12 06:16:54','2023-07-12 06:16:54','',465,'https://arukustech.com/?p=477',0,'revision','',0),(478,1,'2023-07-12 06:47:38','2023-07-12 06:47:38','<div class=\"form_wrapper\"><div class=\"portion\">[text* your_full_name class:input_panel placeholder \"Your Name\"]</div><div class=\"portion\">[text* your_designation class:input_panel placeholder \"Your Designation\"]</div><div class=\"portion\">[text* name_of_institution class:input_panel placeholder \"Name of Institution\"]</div><div class=\"portion country\">[tel* countrytext-430 id:contactFormPageSec class:input_panel placeholder \"Your Phone Number\"]</div><div class=\"portion\">[email* your_email_address class:input_panel placeholder \"Your Email Id\"]</div><div class=\"portion\">[submit \"ARRANGE A DEMO\"]</div></div>\n1\nDemo Request from Book a Demo Page\n[your_full_name] < [your_email_address]\n[_site_admin_email]\nFrom: [your_full_name] < [your_email_address]\r\nSubject: Demo Request from Book a Demo Page\r\n\r\nMessage Body:\r\nName: [your_full_name]\r\nYour Designation: [your_designation]\r\nInstitute Name: [name_of_institution]\r\nMobile No: [countrytext-430]\r\nEmail Address: [your_email_address]\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nBcc: sales@arukustech.com\nReply-To: [your_email_address]\n\n\n\n1\nThank You for Booking a Demo with Arukus Technologies!\n[_site_title] <[_site_admin_email]>\n[your_email_address]\n<html lang=en><meta charset=utf-8><title>Arukus Technologies</title><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css rel=stylesheet><style>html{width:100%;margin:0;padding:0}body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;margin:0;padding:0;-webkit-font-smoothing:antialiased}table{border-spacing:0}img{display:block!important;outline:0;text-decoration:none;-ms-interpolation-mode:bicubic;border:none;height:auto;line-height:100%}img.image-inline{display:inline-block!important}p{padding:0;margin:0}br{line-height:0!important}a,b,div,em,i,li,p,span,strong,td{-webkit-text-size-adjust:none}table td,table tr{border-collapse:collapse}table{border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0}@media screen and (max-width:100%){table[class=table-wrappper]{width:100%!important}td[class=content-left-gap]{width:5%!important}table[class=content-table],td[class=content-table]{width:100%!important}td[class=banner-image] img{width:100%!important}table[class=main-table-wrappper]{width:100%!important}td[class=gap-01]{height:15px!important}td[class=space-01]{width:15px!important}table[class=table-wrappper] .heading01{font-size:20px!important}table[class=table-wrappper] .text01{font-size:14px!important;margin-bottom:24px!important}table[class=table-wrappper] .heading02{font-size:24px!important}td[class=content-border]{height:25px!important}table[class=table-wrappper] .heading03{font-size:18px!important}table[class=table-wrappper] .email-link{display:block!important;margin:10px 0!important}}@media screen and (max-width:420px){table[class=brand]{width:100%!important;text-align:left!important}table[class=website-btn]{width:100%!important;text-align:left!important}table[class=website-btn-tbl]{width:130px!important}}</style><body style=background-color:#d7d7d7><table align=left cellpadding=0 cellspacing=0 style=\"width:100%;border-left:15px solid #d7d7d7;border-right:15px solid #d7d7d7\"bgcolor=#d7d7d7><tr><td height=28 class=gap-01><tr><td class=main-td><table align=left cellpadding=0 cellspacing=0 class=main-table-wrappper style=width:800px bgcolor=#ffffff><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td height=15 colspan=4><tr><td width=20><td align=left valign=top><table align=left cellpadding=0 cellspacing=0 class=brand style=width:109px><tr><td align=left><a href=https://arukustech.com/ style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Arukus Technologies height=39 src=https://arukustech.com/wp-content/uploads/2023/07/logo-web.jpg style=border:none title=Arukus Technologies width=150></a></table><td align=right style=padding-top:9px valign=top><table align=right cellpadding=0 cellspacing=0 class=website-btn style=width:130px width=130><tr><td height=1 class=gap-01><tr><td align=right><table align=right cellpadding=0 cellspacing=0 class=website-btn-tbl width=100%><tr><td align=right style=height:35px><a href=https://arukustech.com style=color:#fff;border-radius:4px;background-color:#eb553c;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;width:108px;height:15px;display:block;text-align:left;text-decoration:none;padding:10px;cursor:pointer;line-height:15px>Visit Website</a></table></table><td width=20><tr><td height=15 colspan=4></table><tr><td class=banner-image><a href=# style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Banner height=175 src=https://arukustech.com/wp-content/uploads/2023/07/mail_banner.png style=border:none; box-sizing:border-box; title=Banner width=800></a><tr><td height=25 class=gap-01><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td class=content-left-gap width=25><td><table align=left cellpadding=0 cellspacing=0 class=content-table style=width:100%><tr><td align=left><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\"class=text01><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\">Dear [your_full_name],<br><br>Thank you for your interest in Arukus Technologies and for booking a demo of our cutting-edge financial software solutions.<br><br> During the demo, we will walk you through our advanced integration capabilities, flexible configuration settings, and the seamless alignment of our systems with your company policies. Our goal is to help you optimize your financial ecosystem, enhance risk management, and boost customer satisfaction effortlessly.<br><br> Please ensure that you have a stable internet connection and access to a computer or device for the demo. Our team will reach out to you shortly before the scheduled time with all the necessary details to join the online session.<br><br> If you have any queries or require further assistance, please do not hesitate to reach out to our dedicated support team at <a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link>info@arukustech.com</a>. <br><br>Looking forward to meeting you during the demo and exploring how Arukus Technologies can contribute to your institutions growth and success.<br><br>Best regards,<br>Arukus Technologies<tr><td height=38 class=content-border style=\"border-top:1px solid #cfcece\"><tr><td align=center><p style=\"margin:0 0 6px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#293a47;font-weight:700\"class=heading03>Get connected with us!<p style=\"margin:0 0 10px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#293a47\"class=text01><a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link><i class=\"fa-solid fa-envelope\"></i> info@arukustech.com</a><a href=\"tel:(033) 4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none><i class=\"fa-solid fa-phone-volume\"></i> (033) 4808-9668</a><tr><td height=20><tr><td align=center><p style=margin:0;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47>&copy;  Copyright 2024. All Rights Reserved.<tr><td height=20></table><td class=content-left-gap width=25></table><tr><td height=9 bgcolor=#293a47></table><tr><td height=28 class=gap-01></table>\';\nReply-To: [_site_admin_email]\n\n1\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.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.','Book a Demo Form','','publish','closed','closed','','book-a-demo-form','','','2024-01-03 08:08:39','2024-01-03 08:08:39','',0,'https://arukustech.com/?post_type=wpcf7_contact_form&#038;p=478',0,'wpcf7_contact_form','',0),(479,1,'2023-07-12 07:40:41','2023-07-12 07:40:41','','Form Submitted','','publish','closed','closed','','form-submitted','','','2023-07-12 07:40:41','2023-07-12 07:40:41','',0,'https://arukustech.com/?page_id=479',0,'page','',0),(480,1,'2023-07-12 07:40:41','2023-07-12 07:40:41','','Form Submitted','','inherit','closed','closed','','479-revision-v1','','','2023-07-12 07:40:41','2023-07-12 07:40:41','',479,'https://arukustech.com/?p=480',0,'revision','',0),(481,1,'2023-07-12 08:20:46','2023-07-12 08:20:46','','Demo Request Template','','publish','closed','closed','','demo-request-template','','','2023-07-17 07:41:44','2023-07-17 07:41:44','',0,'https://arukustech.com/?page_id=481',0,'page','',0),(482,1,'2023-07-12 08:20:46','2023-07-12 08:20:46','','Demo Request Template','','inherit','closed','closed','','481-revision-v1','','','2023-07-12 08:20:46','2023-07-12 08:20:46','',481,'https://arukustech.com/?p=482',0,'revision','',0),(483,1,'2023-07-13 05:32:14','2023-07-13 05:32:14','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-13 05:32:14','2023-07-13 05:32:14','',221,'https://arukustech.com/?p=483',0,'revision','',0),(484,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Option 1 Title','option_1_title','publish','closed','closed','','field_64af8c8909092','','','2023-07-13 05:50:47','2023-07-13 05:50:47','',411,'https://arukustech.com/?post_type=acf-field&p=484',13,'acf-field','',0),(485,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Option 1 Icon','option_1_icon','publish','closed','closed','','field_64af8cd609093','','','2023-07-13 05:56:02','2023-07-13 05:56:02','',411,'https://arukustech.com/?post_type=acf-field&#038;p=485',14,'acf-field','',0),(486,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Option 1 Content','option_1_content','publish','closed','closed','','field_64af8d0609094','','','2023-07-13 05:50:47','2023-07-13 05:50:47','',411,'https://arukustech.com/?post_type=acf-field&p=486',15,'acf-field','',0),(487,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Option 2 Title','option_2_title','publish','closed','closed','','field_64af8d1a09095','','','2023-07-13 05:50:47','2023-07-13 05:50:47','',411,'https://arukustech.com/?post_type=acf-field&p=487',16,'acf-field','',0),(488,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Option 2 Icon','option_2_icon','publish','closed','closed','','field_64af8d2709096','','','2023-07-13 05:50:47','2023-07-13 05:50:47','',411,'https://arukustech.com/?post_type=acf-field&p=488',17,'acf-field','',0),(489,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Option 2 Content','option_2_content','publish','closed','closed','','field_64af8d4b09097','','','2023-07-13 05:50:47','2023-07-13 05:50:47','',411,'https://arukustech.com/?post_type=acf-field&p=489',18,'acf-field','',0),(490,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Option 3 Title','option_3_title','publish','closed','closed','','field_64af8d8109098','','','2023-07-13 05:50:47','2023-07-13 05:50:47','',411,'https://arukustech.com/?post_type=acf-field&p=490',19,'acf-field','',0),(491,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Option 3 Icon','option_3_icon','publish','closed','closed','','field_64af8d9209099','','','2023-07-13 05:50:47','2023-07-13 05:50:47','',411,'https://arukustech.com/?post_type=acf-field&p=491',20,'acf-field','',0),(493,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Option 3 Sub Title 1','option_3_sub_title_1','publish','closed','closed','','field_64af8e16090a1','','','2023-07-13 05:54:43','2023-07-13 05:54:43','',411,'https://arukustech.com/?post_type=acf-field&#038;p=493',21,'acf-field','',0),(494,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Option 3 Sub Content Details 1','option_3_sub_content_details_1','publish','closed','closed','','field_64af8e2d090a2','','','2023-07-13 05:54:43','2023-07-13 05:54:43','',411,'https://arukustech.com/?post_type=acf-field&#038;p=494',22,'acf-field','',0),(495,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Option 3 Sub Title 2','option_3_sub_title_2','publish','closed','closed','','field_64af8e48090a3','','','2023-07-13 05:54:43','2023-07-13 05:54:43','',411,'https://arukustech.com/?post_type=acf-field&#038;p=495',23,'acf-field','',0),(496,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Option 3 Sub Content Details 2','option_3_sub_content_details_2','publish','closed','closed','','field_64af8e56090a4','','','2023-07-13 05:54:43','2023-07-13 05:54:43','',411,'https://arukustech.com/?post_type=acf-field&#038;p=496',24,'acf-field','',0),(497,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Option 4 Title','option_4_title','publish','closed','closed','','field_64af8dbc0909b','','','2023-07-13 05:54:43','2023-07-13 05:54:43','',411,'https://arukustech.com/?post_type=acf-field&#038;p=497',25,'acf-field','',0),(498,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Option 4 Icon','option_4_icon','publish','closed','closed','','field_64af8dc90909c','','','2023-07-13 05:54:43','2023-07-13 05:54:43','',411,'https://arukustech.com/?post_type=acf-field&#038;p=498',26,'acf-field','',0),(499,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Option 4 Content','option_4_content','publish','closed','closed','','field_64af8dd40909d','','','2023-07-13 05:54:43','2023-07-13 05:54:43','',411,'https://arukustech.com/?post_type=acf-field&#038;p=499',27,'acf-field','',0),(500,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Option 5 Title','option_5_title','publish','closed','closed','','field_64af8de70909e','','','2023-07-13 05:54:43','2023-07-13 05:54:43','',411,'https://arukustech.com/?post_type=acf-field&#038;p=500',28,'acf-field','',0),(501,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Option 5 Icon','option_5_icon','publish','closed','closed','','field_64af8df30909f','','','2023-07-13 05:54:53','2023-07-13 05:54:53','',411,'https://arukustech.com/?post_type=acf-field&#038;p=501',29,'acf-field','',0),(502,1,'2023-07-13 05:50:47','2023-07-13 05:50:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Option 5 Content','option_5_content','publish','closed','closed','','field_64af8dfa090a0','','','2023-07-13 05:54:43','2023-07-13 05:54:43','',411,'https://arukustech.com/?post_type=acf-field&#038;p=502',30,'acf-field','',0),(503,1,'2023-07-13 05:51:38','2023-07-13 05:51:38','','audit1','','inherit','open','closed','','audit1','','','2023-07-13 05:51:38','2023-07-13 05:51:38','',221,'https://arukustech.com/wp-content/uploads/2023/07/audit1.png',0,'attachment','image/png',0),(504,1,'2023-07-13 05:51:38','2023-07-13 05:51:38','','audit2','','inherit','open','closed','','audit2','','','2023-07-13 05:51:38','2023-07-13 05:51:38','',221,'https://arukustech.com/wp-content/uploads/2023/07/audit2.png',0,'attachment','image/png',0),(505,1,'2023-07-13 05:51:38','2023-07-13 05:51:38','','audit3','','inherit','open','closed','','audit3','','','2023-07-13 05:51:38','2023-07-13 05:51:38','',221,'https://arukustech.com/wp-content/uploads/2023/07/audit3.png',0,'attachment','image/png',0),(506,1,'2023-07-13 05:51:38','2023-07-13 05:51:38','','audit4','','inherit','open','closed','','audit4','','','2023-07-13 05:51:38','2023-07-13 05:51:38','',221,'https://arukustech.com/wp-content/uploads/2023/07/audit4.png',0,'attachment','image/png',0),(507,1,'2023-07-13 05:51:39','2023-07-13 05:51:39','','audit5','','inherit','open','closed','','audit5','','','2023-07-13 05:51:39','2023-07-13 05:51:39','',221,'https://arukustech.com/wp-content/uploads/2023/07/audit5.png',0,'attachment','image/png',0),(508,1,'2023-07-13 05:54:18','2023-07-13 05:54:18','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-13 05:54:18','2023-07-13 05:54:18','',221,'https://arukustech.com/?p=508',0,'revision','',0),(509,1,'2023-07-13 05:55:15','2023-07-13 05:55:15','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-13 05:55:15','2023-07-13 05:55:15','',221,'https://arukustech.com/?p=509',0,'revision','',0),(510,1,'2023-07-13 06:51:26','2023-07-13 06:51:26','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-13 06:51:26','2023-07-13 06:51:26','',7,'https://arukustech.com/?p=510',0,'revision','',0),(511,1,'2023-07-13 06:53:34','2023-07-13 06:53:34','','arukus-infographic','','inherit','open','closed','','arukus-infographic','','','2023-07-20 06:49:00','2023-07-20 06:49:00','',7,'https://arukustech.com/wp-content/uploads/2023/07/arukus-infographic.png',0,'attachment','image/png',0),(512,1,'2023-07-13 06:54:48','2023-07-13 06:54:48','','plat1','','inherit','open','closed','','plat1','','','2023-07-13 06:54:48','2023-07-13 06:54:48','',7,'https://arukustech.com/wp-content/uploads/2023/07/plat1.webp',0,'attachment','image/webp',0),(513,1,'2023-07-13 06:55:25','2023-07-13 06:55:25','','plat2','','inherit','open','closed','','plat2','','','2023-07-13 06:55:25','2023-07-13 06:55:25','',7,'https://arukustech.com/wp-content/uploads/2023/07/plat2.webp',0,'attachment','image/webp',0),(514,1,'2023-07-13 06:55:43','2023-07-13 06:55:43','','plat3','','inherit','open','closed','','plat3','','','2023-07-13 06:55:43','2023-07-13 06:55:43','',7,'https://arukustech.com/wp-content/uploads/2023/07/plat3.webp',0,'attachment','image/webp',0),(516,1,'2023-07-13 06:56:44','2023-07-13 06:56:44','','maolo_a','','inherit','open','closed','','maolo_a','','','2023-07-20 06:48:44','2023-07-20 06:48:44','',7,'https://arukustech.com/wp-content/uploads/2023/07/maolo_a.png',0,'attachment','image/png',0),(517,1,'2023-07-13 06:56:56','2023-07-13 06:56:56','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-13 06:56:56','2023-07-13 06:56:56','',7,'https://arukustech.com/?p=517',0,'revision','',0),(518,1,'2023-07-13 06:59:09','2023-07-13 06:59:09','','about-us','','inherit','open','closed','','about-us-2','','','2023-07-20 07:34:08','2023-07-20 07:34:08','',60,'https://arukustech.com/wp-content/uploads/2023/07/about-us.png',0,'attachment','image/png',0),(519,1,'2023-07-13 06:59:45','2023-07-13 06:59:45','','mission','','inherit','open','closed','','mission','','','2023-07-20 07:34:26','2023-07-20 07:34:26','',60,'https://arukustech.com/wp-content/uploads/2023/07/mission.png',0,'attachment','image/png',0),(520,1,'2023-07-13 07:00:27','2023-07-13 07:00:27','','expertise','','inherit','open','closed','','expertise','','','2023-07-20 07:34:40','2023-07-20 07:34:40','',60,'https://arukustech.com/wp-content/uploads/2023/07/expertise.png',0,'attachment','image/png',0),(521,1,'2023-07-13 07:00:46','2023-07-13 07:00:46','','support','','inherit','open','closed','','support','','','2023-07-20 07:34:53','2023-07-20 07:34:53','',60,'https://arukustech.com/wp-content/uploads/2023/07/support.png',0,'attachment','image/png',0),(522,1,'2023-07-13 07:00:52','2023-07-13 07:00:52','','About Us','','inherit','closed','closed','','60-revision-v1','','','2023-07-13 07:00:52','2023-07-13 07:00:52','',60,'https://arukustech.com/?p=522',0,'revision','',0),(523,1,'2023-07-13 07:04:37','2023-07-13 07:04:37','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-13 07:04:37','2023-07-13 07:04:37','',211,'https://arukustech.com/?p=523',0,'revision','',0),(525,1,'2023-07-13 07:25:18','2023-07-13 07:25:18','','los','','inherit','open','closed','','los-2','','','2023-07-13 07:25:18','2023-07-13 07:25:18','',211,'https://arukustech.com/wp-content/uploads/2023/07/los-1.png',0,'attachment','image/png',0),(526,1,'2023-07-13 07:27:56','2023-07-13 07:27:56','','loan_gra1','','inherit','open','closed','','loan_gra1-4','','','2023-07-15 12:29:53','2023-07-15 12:29:53','',211,'https://arukustech.com/wp-content/uploads/2023/07/loan_gra1-3.png',0,'attachment','image/png',0),(527,1,'2023-07-13 07:28:01','2023-07-13 07:28:01','','loan_gra2','','inherit','open','closed','','loan_gra2','','','2023-07-15 12:29:18','2023-07-15 12:29:18','',211,'https://arukustech.com/wp-content/uploads/2023/07/loan_gra2.png',0,'attachment','image/png',0),(528,1,'2023-07-13 07:29:28','2023-07-13 07:29:28','','features-los','','inherit','open','closed','','features-los','','','2023-07-15 12:28:59','2023-07-15 12:28:59','',211,'https://arukustech.com/wp-content/uploads/2023/07/features-los.png',0,'attachment','image/png',0),(529,1,'2023-07-13 07:29:35','2023-07-13 07:29:35','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-13 07:29:35','2023-07-13 07:29:35','',211,'https://arukustech.com/?p=529',0,'revision','',0),(530,1,'2023-07-13 07:30:09','2023-07-13 07:30:09','','Document-whylos','','inherit','open','closed','','document-whylos-2','','','2023-07-15 12:28:29','2023-07-15 12:28:29','',211,'https://arukustech.com/wp-content/uploads/2023/07/Document-whylos-1.png',0,'attachment','image/png',0),(531,1,'2023-07-13 07:30:35','2023-07-13 07:30:35','','ThCentral','','inherit','open','closed','','thcentral','','','2023-07-15 12:28:45','2023-07-15 12:28:45','',211,'https://arukustech.com/wp-content/uploads/2023/07/ThCentral.png',0,'attachment','image/png',0),(532,1,'2023-07-13 07:32:09','2023-07-13 07:32:09','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-13 07:32:09','2023-07-13 07:32:09','',211,'https://arukustech.com/?p=532',0,'revision','',0),(533,1,'2023-07-13 07:34:04','2023-07-13 07:34:04','Arukus Cross-Sell Empowers Microfinance Institutions and NBFCs for Effective Cross-Selling and diversify their portfolio effortlessly.','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-13 07:34:04','2023-07-13 07:34:04','',188,'https://arukustech.com/?p=533',0,'revision','',0),(534,1,'2023-07-13 07:35:06','2023-07-13 07:35:06','','p2','','inherit','open','closed','','p2','','','2023-07-19 15:09:25','2023-07-19 15:09:25','',188,'https://arukustech.com/wp-content/uploads/2023/07/p2.webp',0,'attachment','image/webp',0),(535,1,'2023-07-13 07:37:36','2023-07-13 07:37:36','','p1','','inherit','open','closed','','p1','','','2023-07-15 12:33:09','2023-07-15 12:33:09','',211,'https://arukustech.com/wp-content/uploads/2023/07/p1.webp',0,'attachment','image/webp',0),(536,1,'2023-07-13 07:38:29','2023-07-13 07:38:29','Streamline your collections process, enhance operational efficiency, and optimize cash flows.','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-13 07:38:29','2023-07-13 07:38:29','',213,'https://arukustech.com/?p=536',0,'revision','',0),(537,1,'2023-07-13 07:38:51','2023-07-13 07:38:51','','p3','','inherit','open','closed','','p3','','','2023-07-19 14:36:45','2023-07-19 14:36:45','',213,'https://arukustech.com/wp-content/uploads/2023/07/p3.png',0,'attachment','image/png',0),(538,1,'2023-07-13 07:39:37','2023-07-13 07:39:37','','collections_process','','inherit','open','closed','','collections_process','','','2023-07-19 14:36:22','2023-07-19 14:36:22','',213,'https://arukustech.com/wp-content/uploads/2023/07/collections_process.png',0,'attachment','image/png',0),(539,1,'2023-07-13 07:39:41','2023-07-13 07:39:41','','manage_collection','','inherit','open','closed','','manage_collection','','','2023-07-19 14:35:31','2023-07-19 14:35:31','',213,'https://arukustech.com/wp-content/uploads/2023/07/manage_collection.png',0,'attachment','image/png',0),(540,1,'2023-07-13 07:39:49','2023-07-13 07:39:49','Streamline your collections process, enhance operational efficiency, and optimize cash flows.','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-13 07:39:49','2023-07-13 07:39:49','',213,'https://arukustech.com/?p=540',0,'revision','',0),(541,1,'2023-07-13 07:41:25','2023-07-13 07:41:25','','risk_management','','inherit','open','closed','','risk_management','','','2023-07-19 13:36:37','2023-07-19 13:36:37','',215,'https://arukustech.com/wp-content/uploads/2023/07/risk_management.png',0,'attachment','image/png',0),(542,1,'2023-07-13 07:41:38','2023-07-13 07:41:38','','lowe_risk1','','inherit','open','closed','','lowe_risk1','','','2023-07-19 13:37:16','2023-07-19 13:37:16','',215,'https://arukustech.com/wp-content/uploads/2023/07/lowe_risk1.png',0,'attachment','image/png',0),(543,1,'2023-07-13 07:41:47','2023-07-13 07:41:47','','lowe_risk','','inherit','open','closed','','lowe_risk','','','2023-07-19 13:35:52','2023-07-19 13:35:52','',215,'https://arukustech.com/wp-content/uploads/2023/07/lowe_risk.png',0,'attachment','image/png',0),(544,1,'2023-07-13 07:42:03','2023-07-13 07:42:03','Save Time and Money with Better Risk Management - Move from Higher Risk to Lower Risk','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-13 07:42:03','2023-07-13 07:42:03','',215,'https://arukustech.com/?p=544',0,'revision','',0),(545,1,'2023-07-13 07:42:34','2023-07-13 07:42:34','','p4','','inherit','open','closed','','p4','','','2023-07-19 13:37:34','2023-07-19 13:37:34','',215,'https://arukustech.com/wp-content/uploads/2023/07/p4.webp',0,'attachment','image/webp',0),(546,1,'2023-07-13 07:43:31','2023-07-13 07:43:31','','arukus_expense-1','','inherit','open','closed','','arukus_expense-1','','','2023-07-19 13:17:47','2023-07-19 13:17:47','',217,'https://arukustech.com/wp-content/uploads/2023/07/arukus_expense-1-1.png',0,'attachment','image/png',0),(547,1,'2023-07-13 07:43:43','2023-07-13 07:43:43','','arukus_expense-2','','inherit','open','closed','','arukus_expense-2','','','2023-07-19 13:17:31','2023-07-19 13:17:31','',217,'https://arukustech.com/wp-content/uploads/2023/07/arukus_expense-2-1.png',0,'attachment','image/png',0),(548,1,'2023-07-13 07:44:06','2023-07-13 07:44:06','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X','Expense Management System','','inherit','closed','closed','','217-revision-v1','','','2023-07-13 07:44:06','2023-07-13 07:44:06','',217,'https://arukustech.com/?p=548',0,'revision','',0),(549,1,'2023-07-13 07:44:44','2023-07-13 07:44:44','','p5','','inherit','open','closed','','p5','','','2023-07-19 13:16:57','2023-07-19 13:16:57','',217,'https://arukustech.com/wp-content/uploads/2023/07/p5.webp',0,'attachment','image/webp',0),(550,1,'2023-07-13 07:46:18','2023-07-13 07:46:18','','compailance','','inherit','open','closed','','compailance','','','2023-07-13 07:46:18','2023-07-13 07:46:18','',219,'https://arukustech.com/wp-content/uploads/2023/07/compailance.png',0,'attachment','image/png',0),(551,1,'2023-07-13 07:46:46','2023-07-13 07:46:46','','tracktools','','inherit','open','closed','','tracktools','','','2023-07-13 07:46:46','2023-07-13 07:46:46','',219,'https://arukustech.com/wp-content/uploads/2023/07/tracktools.png',0,'attachment','image/png',0),(552,1,'2023-07-13 07:46:54','2023-07-13 07:46:54','','geotrack','','inherit','open','closed','','geotrack','','','2023-07-13 07:46:54','2023-07-13 07:46:54','',219,'https://arukustech.com/wp-content/uploads/2023/07/geotrack.png',0,'attachment','image/png',0),(553,1,'2023-07-13 07:47:16','2023-07-13 07:47:16','','field-2','','inherit','open','closed','','field-2','','','2023-07-13 07:47:16','2023-07-13 07:47:16','',219,'https://arukustech.com/wp-content/uploads/2023/07/field-2.png',0,'attachment','image/png',0),(554,1,'2023-07-13 07:47:35','2023-07-13 07:47:35','','ft3_1','','inherit','open','closed','','ft3_1','','','2023-07-13 07:47:35','2023-07-13 07:47:35','',219,'https://arukustech.com/wp-content/uploads/2023/07/ft3_1.png',0,'attachment','image/png',0),(555,1,'2023-07-13 07:47:47','2023-07-13 07:47:47','','ft3_2','','inherit','open','closed','','ft3_2','','','2023-07-13 07:47:47','2023-07-13 07:47:47','',219,'https://arukustech.com/wp-content/uploads/2023/07/ft3_2.png',0,'attachment','image/png',0),(556,1,'2023-07-13 07:48:14','2023-07-13 07:48:14','','ft3_3','','inherit','open','closed','','ft3_3','','','2023-07-13 07:48:14','2023-07-13 07:48:14','',219,'https://arukustech.com/wp-content/uploads/2023/07/ft3_3.png',0,'attachment','image/png',0),(557,1,'2023-07-13 07:48:19','2023-07-13 07:48:19','Uncover Real-Time Insights on Targets, Collections, and Compliance across Areas, Branches, and Individual Agents!','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-13 07:48:19','2023-07-13 07:48:19','',219,'https://arukustech.com/?p=557',0,'revision','',0),(558,1,'2023-07-13 07:49:31','2023-07-13 07:49:31','','p7','','inherit','open','closed','','p7','','','2023-07-19 13:07:43','2023-07-19 13:07:43','',221,'https://arukustech.com/wp-content/uploads/2023/07/p7.webp',0,'attachment','image/webp',0),(560,1,'2023-07-13 07:51:51','2023-07-13 07:51:51','With advanced smart detection mechanisms, identify fraud at the sales agent level, assess damage, and take immediate corrective actions.','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-13 07:51:51','2023-07-13 07:51:51','',223,'https://arukustech.com/?p=560',0,'revision','',0),(561,1,'2023-07-13 07:52:11','2023-07-13 07:52:11','','About Us','','inherit','closed','closed','','60-revision-v1','','','2023-07-13 07:52:11','2023-07-13 07:52:11','',60,'https://arukustech.com/?p=561',0,'revision','',0),(562,1,'2023-07-13 07:52:32','2023-07-13 07:52:32','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-13 07:52:32','2023-07-13 07:52:32','',211,'https://arukustech.com/?p=562',0,'revision','',0),(563,1,'2023-07-13 07:52:46','2023-07-13 07:52:46','Arukus Cross-Sell Empowers Microfinance Institutions and NBFCs for Effective Cross-Selling and diversify their portfolio effortlessly.','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-13 07:52:46','2023-07-13 07:52:46','',188,'https://arukustech.com/?p=563',0,'revision','',0),(564,1,'2023-07-13 07:53:01','2023-07-13 07:53:01','Streamline your collections process, enhance operational efficiency, and optimize cash flows.','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-13 07:53:01','2023-07-13 07:53:01','',213,'https://arukustech.com/?p=564',0,'revision','',0),(565,1,'2023-07-13 07:53:24','2023-07-13 07:53:24','Save Time and Money with Better Risk Management - Move from Higher Risk to Lower Risk','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-13 07:53:24','2023-07-13 07:53:24','',215,'https://arukustech.com/?p=565',0,'revision','',0),(566,1,'2023-07-13 07:53:39','2023-07-13 07:53:39','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X','Expense Management System','','inherit','closed','closed','','217-revision-v1','','','2023-07-13 07:53:39','2023-07-13 07:53:39','',217,'https://arukustech.com/?p=566',0,'revision','',0),(567,1,'2023-07-13 07:54:04','2023-07-13 07:54:04','Uncover Real-Time Insights on Targets, Collections, and Compliance across Areas, Branches, and Individual Agents!','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-13 07:54:04','2023-07-13 07:54:04','',219,'https://arukustech.com/?p=567',0,'revision','',0),(568,1,'2023-07-19 13:08:45','2023-07-19 13:08:45','<p><strong>Why an Internal Audit & Compliance Management Tool is a Must-Have for MFI and NBFCs</strong></p><br><br>\n\n<p>Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs) operate in a complex and ever-evolving financial landscape, serving diverse customer segments with varying needs. In this highly regulated and competitive environment, an effective Audit & Compliance Management tool becomes an indispensable asset for these institutions, helping them overcome challenges and drive success. Let\'s explore the key reasons why an Audit & Compliance Management tool is a must-have for MFIs and NBFCs:</p>\n\n<p><strong>1. Ensuring Regulatory Adherence:</strong><br>\nCompliance with industry regulations and statutory requirements is paramount for MFIs and NBFCs to operate ethically and responsibly. An Audit & Compliance Management tool equips these institutions with automated tracking and reporting capabilities, ensuring they stay up-to-date with changing regulations and avoid penalties or legal issues that may arise due to non-compliance.</p><br>\n\n<p><strong>2. Strengthening Risk Management:</strong><br>\nIdentifying and mitigating risks are essential for financial institutions to safeguard their assets and reputation. A robust Audit & Compliance Management tool enables MFIs and NBFCs to assess risk factors across their operations, including credit, operational, and market risks. With real-time insights and monitoring, they can proactively address potential threats and implement risk mitigation strategies effectively.</p><br>\n\n<p><strong>3. Streamlining Internal Auditing:</strong><br>\nConducting internal audits can be a laborious and time-consuming process. An Internal Audit & Compliance Management tool streamlines the auditing process, automating data collection, analysis, and reporting. This saves valuable time, reduces errors, and allows auditors to focus on analyzing critical data and identifying areas for improvement.</p><br>\n\n<p><strong>4. Enhancing Operational Efficiency:</strong><br>\nIn a competitive market, operational efficiency is a key differentiator for success. An Audit & Compliance Management tool provides MFIs and NBFCs with a structured framework to streamline processes, identify bottlenecks, and optimize resource allocation. By eliminating redundancies and enhancing workflow, institutions can maximize productivity and customer satisfaction.</p><br>\n\n<p><strong>5. Fostering Accountability and Transparency:</strong><br>\nWith an Audit & Compliance Management tool, MFIs and NBFCs foster a culture of accountability and transparency at all levels of the organization. The tool empowers managers and employees to take ownership of their roles, adhere to best practices, and align their activities with the institution\'s overarching goals.</p><br>\n\n<p><strong>6. Driving Data-Driven Decision-Making:</strong><br>\nAccess to accurate and real-time data is instrumental in making informed decisions. An Audit & Compliance Management tool aggregates and analyzes vast amounts of data, enabling stakeholders to gain valuable insights into performance, risks, and compliance. These data-driven insights form the basis for strategic planning and continuous improvement.</p><br>\n\n<p><strong>7. Building Customer Trust:</strong><br>\nFor MFIs and NBFCs, customer trust is the bedrock of their success. An effective Audit & Compliance Management tool ensures that customer data is handled with utmost security and compliance. This, in turn, strengthens customer confidence in the institution, leading to long-lasting relationships and positive word-of-mouth referrals.</p><br>\n\n<p>Arukus Technologies\' Internal Audit & Compliance Management Tool is a game-changer for MFIs and NBFCs, empowering them to establish robust internal controls, achieve regulatory compliance, and foster a culture of accountability and transparency. With its advanced features, seamless auditing capabilities, and comprehensive reporting, Arukus\'s solution enables financial institutions to thrive in a dynamic and competitive landscape while upholding the highest standards of financial integrity.</p>\n\n\n\n\n\n','Audit & Compliance','','inherit','closed','closed','','221-autosave-v1','','','2023-07-19 13:08:45','2023-07-19 13:08:45','',221,'https://arukustech.com/?p=568',0,'revision','',0),(569,1,'2023-07-13 07:54:34','2023-07-13 07:54:34','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-13 07:54:34','2023-07-13 07:54:34','',221,'https://arukustech.com/?p=569',0,'revision','',0),(570,1,'2023-07-13 07:55:21','2023-07-13 07:55:21','','hero_bg.jpg','','inherit','open','closed','','hero_bg-jpg','','','2023-07-13 07:55:21','2023-07-13 07:55:21','',223,'https://arukustech.com/wp-content/uploads/2023/07/hero_bg.jpg.png',0,'attachment','image/png',0),(571,1,'2023-07-13 07:55:43','2023-07-13 07:55:43','With advanced smart detection mechanisms, identify fraud at the sales agent level, assess damage, and take immediate corrective actions.','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-13 07:55:43','2023-07-13 07:55:43','',223,'https://arukustech.com/?p=571',0,'revision','',0),(572,1,'2023-07-13 07:55:55','2023-07-13 07:55:55','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Samadhan Ticketing System','','inherit','closed','closed','','225-revision-v1','','','2023-07-13 07:55:55','2023-07-13 07:55:55','',225,'https://arukustech.com/?p=572',0,'revision','',0),(573,1,'2023-07-13 07:56:14','2023-07-13 07:56:14','','About Us','','inherit','closed','closed','','60-revision-v1','','','2023-07-13 07:56:14','2023-07-13 07:56:14','',60,'https://arukustech.com/?p=573',0,'revision','',0),(574,1,'2023-07-13 07:56:26','2023-07-13 07:56:26','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-13 07:56:26','2023-07-13 07:56:26','',7,'https://arukustech.com/?p=574',0,'revision','',0),(575,1,'2023-07-13 07:56:46','2023-07-13 07:56:46','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-13 07:56:46','2023-07-13 07:56:46','',211,'https://arukustech.com/?p=575',0,'revision','',0),(576,1,'2023-07-13 07:56:59','2023-07-13 07:56:59','Arukus Cross-Sell Empowers Microfinance Institutions and NBFCs for Effective Cross-Selling and diversify their portfolio effortlessly.','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-13 07:56:59','2023-07-13 07:56:59','',188,'https://arukustech.com/?p=576',0,'revision','',0),(577,1,'2023-07-13 07:57:25','2023-07-13 07:57:25','Streamline your collections process, enhance operational efficiency, and optimize cash flows.','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-13 07:57:25','2023-07-13 07:57:25','',213,'https://arukustech.com/?p=577',0,'revision','',0),(578,1,'2023-07-13 07:57:39','2023-07-13 07:57:39','Save Time and Money with Better Risk Management - Move from Higher Risk to Lower Risk','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-13 07:57:39','2023-07-13 07:57:39','',215,'https://arukustech.com/?p=578',0,'revision','',0),(579,1,'2023-07-13 07:57:58','2023-07-13 07:57:58','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X','Expense Management System','','inherit','closed','closed','','217-revision-v1','','','2023-07-13 07:57:58','2023-07-13 07:57:58','',217,'https://arukustech.com/?p=579',0,'revision','',0),(580,1,'2023-07-13 07:58:17','2023-07-13 07:58:17','Uncover Real-Time Insights on Targets, Collections, and Compliance across Areas, Branches, and Individual Agents!','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-13 07:58:17','2023-07-13 07:58:17','',219,'https://arukustech.com/?p=580',0,'revision','',0),(581,1,'2023-07-13 07:58:36','2023-07-13 07:58:36','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-13 07:58:36','2023-07-13 07:58:36','',221,'https://arukustech.com/?p=581',0,'revision','',0),(582,1,'2023-07-13 08:04:45','2023-07-13 08:04:45','','Blogs','','inherit','closed','closed','','395-revision-v1','','','2023-07-13 08:04:45','2023-07-13 08:04:45','',395,'https://arukustech.com/?p=582',0,'revision','',0),(583,1,'2023-07-13 08:16:22','2023-07-13 08:16:22','','p9','','inherit','open','closed','','p9','','','2023-07-19 10:52:21','2023-07-19 10:52:21','',225,'https://arukustech.com/wp-content/uploads/2023/07/p9.webp',0,'attachment','image/webp',0),(584,1,'2023-07-13 08:16:40','2023-07-13 08:16:40','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Samadhan Ticketing System','','inherit','closed','closed','','225-revision-v1','','','2023-07-13 08:16:40','2023-07-13 08:16:40','',225,'https://arukustech.com/?p=584',0,'revision','',0),(616,1,'2023-07-13 14:14:43','2023-07-13 14:14:43','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-13 14:14:43','2023-07-13 14:14:43','',221,'https://arukustech.com/?p=616',0,'revision','',0),(619,1,'2023-07-18 06:51:11','2023-07-14 05:24:48',' ','','','publish','closed','closed','','619','','','2023-07-18 06:51:11','2023-07-18 06:51:11','',0,'https://arukustech.com/?p=619',3,'nav_menu_item','',0),(639,1,'2023-07-14 07:08:02','2023-07-14 07:08:02','','Book a Demo','','inherit','closed','closed','','465-revision-v1','','','2023-07-14 07:08:02','2023-07-14 07:08:02','',465,'https://arukustech.com/?p=639',0,'revision','',0),(643,1,'2023-07-14 07:50:28','2023-07-14 07:50:28','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-14 07:50:28','2023-07-14 07:50:28','',211,'https://arukustech.com/?p=643',0,'revision','',0),(645,1,'2023-07-14 07:51:02','2023-07-14 07:51:02','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-14 07:51:02','2023-07-14 07:51:02','',211,'https://arukustech.com/?p=645',0,'revision','',0),(646,1,'2023-07-14 07:52:04','2023-07-14 07:52:04','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-14 07:52:04','2023-07-14 07:52:04','',211,'https://arukustech.com/?p=646',0,'revision','',0),(647,1,'2023-07-14 07:53:10','2023-07-14 07:53:10','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-14 07:53:10','2023-07-14 07:53:10','',211,'https://arukustech.com/?p=647',0,'revision','',0),(648,1,'2023-07-14 07:54:02','2023-07-14 07:54:02','Streamline your collections process, enhance operational efficiency, and optimize cash flows.','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-14 07:54:02','2023-07-14 07:54:02','',213,'https://arukustech.com/?p=648',0,'revision','',0),(649,1,'2023-07-14 07:56:26','2023-07-14 07:56:26','Save Time and Money with Better Risk Management - Move from Higher Risk to Lower Risk','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-14 07:56:26','2023-07-14 07:56:26','',215,'https://arukustech.com/?p=649',0,'revision','',0),(652,1,'2023-07-14 08:07:03','2023-07-14 08:07:03','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:25:\"template-parts/policy.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Policy Based Section','policy-based-section','publish','closed','closed','','group_64b101c20d41c','','','2023-07-14 08:14:05','2023-07-14 08:14:05','',0,'https://arukustech.com/?post_type=acf-field-group&#038;p=652',0,'acf-field-group','',0),(653,1,'2023-07-14 08:07:03','2023-07-14 08:07:03','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Policy Based Sub Heading','policy_based_sub_heading','publish','closed','closed','','field_64b101c191714','','','2023-07-14 08:07:03','2023-07-14 08:07:03','',652,'https://arukustech.com/?post_type=acf-field&p=653',0,'acf-field','',0),(656,1,'2023-07-14 08:12:21','2023-07-14 08:12:21','','Policy Based Configuration','','inherit','closed','closed','','64-revision-v1','','','2023-07-14 08:12:21','2023-07-14 08:12:21','',64,'https://arukustech.com/?p=656',0,'revision','',0),(657,1,'2023-07-14 08:14:05','2023-07-14 08:14:05','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Policy Based Description','policy_based_description','publish','closed','closed','','field_64b103abfea6e','','','2023-07-14 08:14:05','2023-07-14 08:14:05','',652,'https://arukustech.com/?post_type=acf-field&p=657',1,'acf-field','',0),(659,1,'2023-07-14 08:14:39','2023-07-14 08:14:39','','Policy Based Configuration','','inherit','closed','closed','','64-revision-v1','','','2023-07-14 08:14:39','2023-07-14 08:14:39','',64,'https://arukustech.com/?p=659',0,'revision','',0),(665,1,'2023-07-14 09:31:10','2023-07-14 09:31:10','','audit2','','inherit','open','closed','','audit2-2','','','2023-07-14 09:31:10','2023-07-14 09:31:10','',465,'https://arukustech.com/wp-content/uploads/2023/07/audit2.svg',0,'attachment','image/svg+xml',0),(666,1,'2023-07-14 09:31:10','2023-07-14 09:31:10','','audit3','','inherit','open','closed','','audit3-2','','','2023-07-14 09:31:10','2023-07-14 09:31:10','',465,'https://arukustech.com/wp-content/uploads/2023/07/audit3.svg',0,'attachment','image/svg+xml',0),(668,1,'2023-07-14 09:31:11','2023-07-14 09:31:11','','audit1','','inherit','open','closed','','audit1-2','','','2023-07-14 09:31:11','2023-07-14 09:31:11','',465,'https://arukustech.com/wp-content/uploads/2023/07/audit1.svg',0,'attachment','image/svg+xml',0),(669,1,'2023-07-14 09:32:43','2023-07-14 09:32:43','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-14 09:32:43','2023-07-14 09:32:43','',221,'https://arukustech.com/?p=669',0,'revision','',0),(672,1,'2023-07-14 10:03:12','2023-07-14 10:03:12','','vaudit4','','inherit','open','closed','','vaudit4','','','2023-07-14 10:03:12','2023-07-14 10:03:12','',7,'https://arukustech.com/wp-content/uploads/2023/07/vaudit4.png',0,'attachment','image/png',0),(674,1,'2023-07-14 10:04:03','2023-07-14 10:04:03','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-14 10:04:03','2023-07-14 10:04:03','',221,'https://arukustech.com/?p=674',0,'revision','',0),(675,1,'2023-07-14 10:05:04','2023-07-14 10:05:04','','Arukus-Product-Profile (1)','','inherit','open','closed','','arukus-product-profile-1','','','2023-07-14 10:05:04','2023-07-14 10:05:04','',7,'https://arukustech.com/wp-content/uploads/2023/07/Arukus-Product-Profile-1.pdf',0,'attachment','application/pdf',0),(676,1,'2023-07-14 10:05:20','2023-07-14 10:05:20','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-14 10:05:20','2023-07-14 10:05:20','',7,'https://arukustech.com/?p=676',0,'revision','',0),(677,1,'2023-07-14 10:05:32','2023-07-14 10:05:32','','hero-bg','','inherit','open','closed','','hero-bg','','','2023-07-14 10:05:32','2023-07-14 10:05:32','',7,'https://arukustech.com/wp-content/uploads/2023/07/hero-bg.jpg',0,'attachment','image/jpeg',0),(678,1,'2023-07-14 10:05:38','2023-07-14 10:05:38','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-14 10:05:38','2023-07-14 10:05:38','',7,'https://arukustech.com/?p=678',0,'revision','',0),(679,1,'2023-07-14 10:06:11','2023-07-14 10:06:11','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-14 10:06:11','2023-07-14 10:06:11','',7,'https://arukustech.com/?p=679',0,'revision','',0),(680,1,'2023-07-14 10:08:13','2023-07-14 10:08:13','','hero_bg','','inherit','open','closed','','hero_bg','','','2023-07-14 10:08:13','2023-07-14 10:08:13','',7,'https://arukustech.com/wp-content/uploads/2023/07/hero_bg.jpg',0,'attachment','image/jpeg',0),(681,1,'2023-07-14 10:08:16','2023-07-14 10:08:16','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-14 10:08:16','2023-07-14 10:08:16','',7,'https://arukustech.com/?p=681',0,'revision','',0),(688,1,'2023-07-14 10:31:04','2023-07-14 10:31:04','','fraud-4','','inherit','open','closed','','fraud-4','','','2023-07-14 10:31:04','2023-07-14 10:31:04','',439,'https://arukustech.com/wp-content/uploads/2023/07/fraud-4.png',0,'attachment','image/png',0),(693,1,'2023-07-14 10:40:40','2023-07-14 10:40:40','','fraud-1','','inherit','open','closed','','fraud-1','','','2023-07-14 10:40:40','2023-07-14 10:40:40','',439,'https://arukustech.com/wp-content/uploads/2023/07/fraud-1.png',0,'attachment','image/png',0),(694,1,'2023-07-14 10:40:41','2023-07-14 10:40:41','','fraud-2','','inherit','open','closed','','fraud-2','','','2023-07-14 10:40:41','2023-07-14 10:40:41','',439,'https://arukustech.com/wp-content/uploads/2023/07/fraud-2.png',0,'attachment','image/png',0),(695,1,'2023-07-14 10:40:41','2023-07-14 10:40:41','','fraud-3','','inherit','open','closed','','fraud-3','','','2023-07-14 10:40:41','2023-07-14 10:40:41','',439,'https://arukustech.com/wp-content/uploads/2023/07/fraud-3.png',0,'attachment','image/png',0),(696,1,'2023-07-14 11:35:59','2023-07-14 11:35:59','','hero_bg2.jpg','','inherit','open','closed','','hero_bg2-jpg','','','2023-07-14 11:35:59','2023-07-14 11:35:59','',7,'https://arukustech.com/wp-content/uploads/2023/07/hero_bg2.jpg.png',0,'attachment','image/png',0),(697,1,'2023-07-14 11:36:10','2023-07-14 11:36:10','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-14 11:36:10','2023-07-14 11:36:10','',7,'https://arukustech.com/?p=697',0,'revision','',0),(698,1,'2023-07-14 11:37:42','2023-07-14 11:37:42','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-14 11:37:42','2023-07-14 11:37:42','',7,'https://arukustech.com/?p=698',0,'revision','',0),(699,1,'2023-07-14 11:41:50','2023-07-14 11:41:50','<div class=\"row gx-5\"><div class=\"col-md-6\"><div class=\"portion\">[text* your_full_name placeholder \"Name*\"]</div></div><div class=\"col-md-6\"><div class=\"portion country\">[phonetext* phoneno class:country placeholder \"Phone No*\"]</div></div><div class=\"col-md-6\"><div class=\"portion\">[email* your_email placeholder \"Email*\"]</div></div><div class=\"col-md-6\"><div class=\"portion\">[select our_products class:multiple-checkboxes multiple:multiple \"Loan Origination System\" \"Cross-sell\" \"Risk Audit\" \"Collection Management System\" \"Expense Management System\" \"Field Force Tracking\" \"Fraud Management System\"]</div></div><div class=\"col-md-12\"><div class=\"portion textarea\">[textarea* your_message placeholder \"Message*\"]</div></div><div class=\"col-md-12\"><div class=\"portion\">[submit \"book your slot\"]</div></div></div>\n1\nContact Request\n[your_full_name] <[your_email]>\n[_site_admin_email]\nFrom: [your_full_name] <[your_email]>\r\nSubject: Contact Request\r\n\r\nMessage Body:\r\nName: [your_full_name]\r\nEmail: [your_email]\r\nMobile No: [your_mobile_no]\r\nProduct: [our_products]\r\nMessage: [your_message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your_email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <monika.webmaster2012@gmail.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\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.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.','Request a demo form','','publish','closed','closed','','contact-form-1_copy','','','2023-07-21 13:25:47','2023-07-21 13:25:47','',0,'https://arukustech.com/?post_type=wpcf7_contact_form&#038;p=699',0,'wpcf7_contact_form','',0),(702,1,'2023-07-14 12:20:52','2023-07-14 12:20:52','','logo-web','','inherit','open','closed','','logo-web','','','2023-07-14 12:20:52','2023-07-14 12:20:52','',0,'https://arukustech.com/wp-content/uploads/2023/07/logo-web.jpg',0,'attachment','image/jpeg',0),(707,1,'2023-07-14 12:43:26','2023-07-14 12:43:26','','banner-new','','inherit','open','closed','','banner-new','','','2023-07-14 12:43:26','2023-07-14 12:43:26','',7,'https://arukustech.com/wp-content/uploads/2023/07/banner-new.jpg',0,'attachment','image/jpeg',0),(708,1,'2023-07-14 12:43:45','2023-07-14 12:43:45','','banner-new','','inherit','open','closed','','banner-new-2','','','2023-07-19 13:18:52','2023-07-19 13:18:52','',7,'https://arukustech.com/wp-content/uploads/2023/07/banner-new-1.jpg',0,'attachment','image/jpeg',0),(709,1,'2023-07-14 12:43:58','2023-07-14 12:43:58','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-14 12:43:58','2023-07-14 12:43:58','',7,'https://arukustech.com/?p=709',0,'revision','',0),(710,1,'2023-07-14 12:47:15','2023-07-14 12:47:15','','About Us','','inherit','closed','closed','','60-revision-v1','','','2023-07-14 12:47:15','2023-07-14 12:47:15','',60,'https://arukustech.com/?p=710',0,'revision','',0),(722,1,'2023-07-14 13:31:12','2023-07-14 13:31:12','','Blogs','','inherit','closed','closed','','395-revision-v1','','','2023-07-14 13:31:12','2023-07-14 13:31:12','',395,'https://arukustech.com/?p=722',0,'revision','',0),(724,1,'2023-07-14 13:31:52','2023-07-14 13:31:52','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Samadhan Ticketing System','','inherit','closed','closed','','225-revision-v1','','','2023-07-14 13:31:52','2023-07-14 13:31:52','',225,'https://arukustech.com/?p=724',0,'revision','',0),(725,1,'2023-07-14 13:32:04','2023-07-14 13:32:04','With advanced smart detection mechanisms, identify fraud at the sales agent level, assess damage, and take immediate corrective actions.','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-14 13:32:04','2023-07-14 13:32:04','',223,'https://arukustech.com/?p=725',0,'revision','',0),(726,1,'2023-07-14 13:32:19','2023-07-14 13:32:19','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-14 13:32:19','2023-07-14 13:32:19','',221,'https://arukustech.com/?p=726',0,'revision','',0),(727,1,'2023-07-14 13:32:24','2023-07-14 13:32:24','Uncover Real-Time Insights on Targets, Collections, and Compliance across Areas, Branches, and Individual Agents!','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-14 13:32:24','2023-07-14 13:32:24','',219,'https://arukustech.com/?p=727',0,'revision','',0),(728,1,'2023-07-14 13:32:30','2023-07-14 13:32:30','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X','Expense Management System','','inherit','closed','closed','','217-revision-v1','','','2023-07-14 13:32:30','2023-07-14 13:32:30','',217,'https://arukustech.com/?p=728',0,'revision','',0),(729,1,'2023-07-14 13:32:51','2023-07-14 13:32:51','Save Time and Money with Better Risk Management - Move from Higher Risk to Lower Risk','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-14 13:32:51','2023-07-14 13:32:51','',215,'https://arukustech.com/?p=729',0,'revision','',0),(730,1,'2023-07-14 13:32:57','2023-07-14 13:32:57','Streamline your collections process, enhance operational efficiency, and optimize cash flows.','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-14 13:32:57','2023-07-14 13:32:57','',213,'https://arukustech.com/?p=730',0,'revision','',0),(731,1,'2023-07-14 13:33:03','2023-07-14 13:33:03','Arukus Cross-Sell Empowers Microfinance Institutions and NBFCs for Effective Cross-Selling and diversify their portfolio effortlessly.','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-14 13:33:03','2023-07-14 13:33:03','',188,'https://arukustech.com/?p=731',0,'revision','',0),(732,1,'2023-07-14 13:33:13','2023-07-14 13:33:13','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-14 13:33:13','2023-07-14 13:33:13','',211,'https://arukustech.com/?p=732',0,'revision','',0),(734,1,'2023-07-14 13:37:23','2023-07-14 13:37:23','You agree that everything incorporated on the Site is protected by copyright unless specifically noted otherwise. You further agree that such material may not be used without the prior written permission of Arukus Technologies. <br /><br />\r\nArukus Technologies neither guarantees, represents nor warrants that your use of materials contained in or displayed on the Site will not infringe rights of third parties. Arukus Technologies assumes no liability or responsibility for any errors or omissions in the content of the Site.Although Arukus Technologies uses reasonable efforts to include accurate and up to date information in the Site, Arukus Technologies does not warrant or represent its accuracy.<br /><br />\r\n\r\nYour use of and browsing in the Site is at your own risk. Arukus Technologies shall not be liable for any damages or injury arising out of your access to, or inability to access, or your browsing in this Site, from your reliance on any information provided herein or from your downloading of any materials, data, text, images, videos or audio from this Site. Arukus Technologies disclaims any and all liability for direct, indirect, incidental, consequential, punitive, and special or other damages,lost opportunities, lost profit or any other loss or damages of any kind. This limitation includes damages or any viruses, which may affect your computer equipment.Neither Arukus Technologies nor any other party involved in creating, producing, or delivering the Site is liable for any direct, indirect, incidental, consequential, or punitive damages arising out of your access to, or use of, the Site.<br /><br />\r\n\r\nAnything you transmit or post to the Site becomes the property of Arukus Technologies and may be used for any purpose, including, but not limited to, reproduction, disclosure, transmission, publication, broadcast and posting, and any communication or material you transmit to the Site by electronic mail or otherwise, including any data, questions, comments, suggestions or the like is, and will be treated as, non-confidential and non-proprietary.<br /><br />\r\n\r\nFurthermore, Arukus Technologies is free to use any ideas, concepts, know-how, or techniques contained in any communication you send to the Site for any purpose whatsoever including, but not limited to, developing, manufacturing and marketing products using such information. Through your usage of this site, you may submit and/or Arukus Technologies may gather certain limited information about you and your web site usage. Arukus Technologies is free to use such information for any purpose it deems appropriate, including, but not limited to, creating customized web pages and marketing purposes.The content of this website is the property of Arukus Technologies. The trademarks, service marks, trade names, logos and products displayed on this site are protected as well, and no use of any thereof may be made without the prior written consent of Arukus Technologies Limited.<br /><br />\r\n\r\nNothing contained on the Site should be construed as granting, by implication or otherwise, any license or right to use any trademark displayed on the Site without the prior written permission of Arukus Technologies or such third party that may own the Trademarks displayed on the Site.Your use of any content on the Site, except as provided in these Terms and Conditions, is strictly prohibited. You are also advised that Arukus Technologies will enforce its intellectual property rights to including the seeking of criminal prosecution.Any links to other Internet sites are provided as a convenience. Arukus Technologies has not reviewed and has no responsibility or control over the content or operation of such sites and shall not be liable for any damages or injuries arising from that content or its operation. Your linking to the Site, off-site pages or other sites is at your own risk and without the permission of Arukus Technologies. Arukus Technologies may at any time revise these Terms and Conditions by updating this posting. You are bound by any such revisions and should, therefore, periodically visit this page to review the current Terms and Conditions from time to time to which you are bound.<br /><br />\r\n\r\nThese Terms and Conditions shall governed and construed in accordance with the laws of the country of India, without giving effect to any principles of conflicts of law. You agree that any action at law or in equity arising out of or relating to these Terms and Conditions shall be filed only in the country of India,the court of Sreerampore, Hooghly and you hereby consent and submit to the personal jurisdiction of said court for the purposes of litigating any such action.<br /><br />\r\n\r\nIf any provision of these Terms and Conditions shall be unlawful, void, or for any reason unenforceable, then that provision shall be deemed severable from these Terms and Conditions and shall not effect the validity and enforceability of any remaining provisions. This is the entire agreement between you and Arukus Technologies relating to the subject matter herein and shall not be modified except by unilateral notice by Arukus Technologies on this site.','Terms & Conditions','','publish','closed','closed','','terms-conditions','','','2023-07-19 12:30:32','2023-07-19 12:30:32','',0,'https://arukustech.com/?page_id=734',0,'page','',0),(735,1,'2023-07-14 13:37:23','2023-07-14 13:37:23','<h3>Terms and Conditions</h3>\r\nYou agree that everything incorporated on the Site is protected by copyright unless specifically noted otherwise. You further agree that such material may not be used without the prior written permission of Arukus Technologies.\r\n\r\nArukus Technologies neither guarantees, represents nor warrants that your use of materials contained in or displayed on the Site will not infringe rights of third parties. Arukus Technologies assumes no liability or responsibility for any errors or omissions in the content of the Site.Although Arukus Technologies uses reasonable efforts to include accurate and up to date information in the Site, Arukus Technologies does not warrant or represent its accuracy.\r\n\r\nYour use of and browsing in the Site is at your own risk. Arukus Technologies shall not be liable for any damages or injury arising out of your access to, or inability to access, or your browsing in this Site, from your reliance on any information provided herein or from your downloading of any materials, data, text, images, videos or audio from this Site. Arukus Technologies disclaims any and all liability for direct, indirect, incidental, consequential, punitive, and special or other damages,lost opportunities, lost profit or any other loss or damages of any kind. This limitation includes damages or any viruses, which may affect your computer equipment.Neither Arukus Technologies nor any other party involved in creating, producing, or delivering the Site is liable for any direct, indirect, incidental, consequential, or punitive damages arising out of your access to, or use of, the Site.\r\n\r\nAnything you transmit or post to the Site becomes the property of Arukus Technologies and may be used for any purpose, including, but not limited to, reproduction, disclosure, transmission, publication, broadcast and posting, and any communication or material you transmit to the Site by electronic mail or otherwise, including any data, questions, comments, suggestions or the like is, and will be treated as, non-confidential and non-proprietary.\r\n\r\nFurthermore, Arukus Technologies is free to use any ideas, concepts, know-how, or techniques contained in any communication you send to the Site for any purpose whatsoever including, but not limited to, developing, manufacturing and marketing products using such information. Through your usage of this site, you may submit and/or Arukus Technologies may gather certain limited information about you and your web site usage. Arukus Technologies is free to use such information for any purpose it deems appropriate, including, but not limited to, creating customized web pages and marketing purposes.The content of this website is the property of Arukus Technologies. The trademarks, service marks, trade names, logos and products displayed on this site are protected as well, and no use of any thereof may be made without the prior written consent of Arukus Technologies Limited.\r\n\r\nNothing contained on the Site should be construed as granting, by implication or otherwise, any license or right to use any trademark displayed on the Site without the prior written permission of Arukus Technologies or such third party that may own the Trademarks displayed on the Site.Your use of any content on the Site, except as provided in these Terms and Conditions, is strictly prohibited. You are also advised that Arukus Technologies will enforce its intellectual property rights to including the seeking of criminal prosecution.Any links to other Internet sites are provided as a convenience. Arukus Technologies has not reviewed and has no responsibility or control over the content or operation of such sites and shall not be liable for any damages or injuries arising from that content or its operation. Your linking to the Site, off-site pages or other sites is at your own risk and without the permission of Arukus Technologies. Arukus Technologies may at any time revise these Terms and Conditions by updating this posting. You are bound by any such revisions and should, therefore, periodically visit this page to review the current Terms and Conditions from time to time to which you are bound.\r\n\r\nThese Terms and Conditions shall governed and construed in accordance with the laws of the country of India, without giving effect to any principles of conflicts of law. You agree that any action at law or in equity arising out of or relating to these Terms and Conditions shall be filed only in the country of India,the court of Sreerampore, Hooghly and you hereby consent and submit to the personal jurisdiction of said court for the purposes of litigating any such action.\r\n\r\nIf any provision of these Terms and Conditions shall be unlawful, void, or for any reason unenforceable, then that provision shall be deemed severable from these Terms and Conditions and shall not effect the validity and enforceability of any remaining provisions. This is the entire agreement between you and Arukus Technologies relating to the subject matter herein and shall not be modified except by unilateral notice by Arukus Technologies on this site.','Terms & Conditions','','inherit','closed','closed','','734-revision-v1','','','2023-07-14 13:37:23','2023-07-14 13:37:23','',734,'https://arukustech.com/?p=735',0,'revision','',0),(736,1,'2023-07-14 13:38:18','2023-07-14 13:38:18','You agree that everything incorporated on the Site is protected by copyright unless specifically noted otherwise. You further agree that such material may not be used without the prior written permission of Arukus Technologies.\r\n\r\nArukus Technologies neither guarantees, represents nor warrants that your use of materials contained in or displayed on the Site will not infringe rights of third parties. Arukus Technologies assumes no liability or responsibility for any errors or omissions in the content of the Site.Although Arukus Technologies uses reasonable efforts to include accurate and up to date information in the Site, Arukus Technologies does not warrant or represent its accuracy.\r\n\r\nYour use of and browsing in the Site is at your own risk. Arukus Technologies shall not be liable for any damages or injury arising out of your access to, or inability to access, or your browsing in this Site, from your reliance on any information provided herein or from your downloading of any materials, data, text, images, videos or audio from this Site. Arukus Technologies disclaims any and all liability for direct, indirect, incidental, consequential, punitive, and special or other damages,lost opportunities, lost profit or any other loss or damages of any kind. This limitation includes damages or any viruses, which may affect your computer equipment.Neither Arukus Technologies nor any other party involved in creating, producing, or delivering the Site is liable for any direct, indirect, incidental, consequential, or punitive damages arising out of your access to, or use of, the Site.\r\n\r\nAnything you transmit or post to the Site becomes the property of Arukus Technologies and may be used for any purpose, including, but not limited to, reproduction, disclosure, transmission, publication, broadcast and posting, and any communication or material you transmit to the Site by electronic mail or otherwise, including any data, questions, comments, suggestions or the like is, and will be treated as, non-confidential and non-proprietary.\r\n\r\nFurthermore, Arukus Technologies is free to use any ideas, concepts, know-how, or techniques contained in any communication you send to the Site for any purpose whatsoever including, but not limited to, developing, manufacturing and marketing products using such information. Through your usage of this site, you may submit and/or Arukus Technologies may gather certain limited information about you and your web site usage. Arukus Technologies is free to use such information for any purpose it deems appropriate, including, but not limited to, creating customized web pages and marketing purposes.The content of this website is the property of Arukus Technologies. The trademarks, service marks, trade names, logos and products displayed on this site are protected as well, and no use of any thereof may be made without the prior written consent of Arukus Technologies Limited.\r\n\r\nNothing contained on the Site should be construed as granting, by implication or otherwise, any license or right to use any trademark displayed on the Site without the prior written permission of Arukus Technologies or such third party that may own the Trademarks displayed on the Site.Your use of any content on the Site, except as provided in these Terms and Conditions, is strictly prohibited. You are also advised that Arukus Technologies will enforce its intellectual property rights to including the seeking of criminal prosecution.Any links to other Internet sites are provided as a convenience. Arukus Technologies has not reviewed and has no responsibility or control over the content or operation of such sites and shall not be liable for any damages or injuries arising from that content or its operation. Your linking to the Site, off-site pages or other sites is at your own risk and without the permission of Arukus Technologies. Arukus Technologies may at any time revise these Terms and Conditions by updating this posting. You are bound by any such revisions and should, therefore, periodically visit this page to review the current Terms and Conditions from time to time to which you are bound.\r\n\r\nThese Terms and Conditions shall governed and construed in accordance with the laws of the country of India, without giving effect to any principles of conflicts of law. You agree that any action at law or in equity arising out of or relating to these Terms and Conditions shall be filed only in the country of India,the court of Sreerampore, Hooghly and you hereby consent and submit to the personal jurisdiction of said court for the purposes of litigating any such action.\r\n\r\nIf any provision of these Terms and Conditions shall be unlawful, void, or for any reason unenforceable, then that provision shall be deemed severable from these Terms and Conditions and shall not effect the validity and enforceability of any remaining provisions. This is the entire agreement between you and Arukus Technologies relating to the subject matter herein and shall not be modified except by unilateral notice by Arukus Technologies on this site.','Terms & Conditions','','inherit','closed','closed','','734-revision-v1','','','2023-07-14 13:38:18','2023-07-14 13:38:18','',734,'https://arukustech.com/?p=736',0,'revision','',0),(767,1,'2023-07-20 06:41:30','2023-07-20 06:41:30','<p><strong>Streamlining Operations: How Loan Origination Systems Empower MFI and NBFCs - A Case Study</strong></p>\n<br>\n<p>In the dynamic landscape of financial services, Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) play a pivotal role in extending credit to underserved communities and fostering economic growth. To enhance their operational efficiency and meet the diverse needs of their clientele, these institutions rely on Loan Origination Systems (LOS). These cutting-edge platforms have revolutionized the lending process, enabling MFIs and NBFCs to navigate the complexities of loan origination seamlessly. Let\'s explore how Loan Origination Systems have made a tangible impact on these institutions through a few case studies.</p>\n\n<p><strong>Case Study 1: Leading MFI in the rural sector - Expedited Loan Approvals and Enhanced Customer Experience</strong></p>\n\n<p>A leading MFI serving rural communities, faced challenges in processing loan applications efficiently due to a manual and paper-based system. The lengthy process resulted in delayed approvals and frustrated borrowers. Upon implementing Arukus Loan Origination System, the institution experienced a significant transformation. The system streamlined the application process, enabling the MFI to capture applicant data electronically and automate credit checks. Consequently, loan approval time reduced by 40%, leading to heightened customer satisfaction. Additionally, the LOS offered personalized loan products based on borrowers\' needs, contributing to a 25% increase in repeat customers.</p>\n\n<p><strong>Case Study 2: An Emerging NBFC in North East - Mitigating Risks and Improving Portfolio Quality</strong></p>\n\n<p>An emerging NBFC in urban lending operating in the North East of India, sought to enhance its risk assessment capabilities to ensure sustainable growth. Previously, the NBFC relied on manual processes, resulting in a higher default rate. By adopting a Loan Origination System, it was able to integrate advanced risk evaluation algorithms and data analytics into its operations. The system effectively assessed borrowers\' creditworthiness, analyzing variables like repayment history and income patterns. As a result, the institution experienced a 15% reduction in default rates and a corresponding improvement in portfolio quality, attracting more investors and strengthening its financial standing.</p>\n\n<p><strong>Case Study 3: Optimizing Resource Allocation and Increasing Scalability for an established NBFC in East India</strong></p>\n\n<p>An established NBFC catering to diverse customer segments, faced challenges in managing resources efficiently as its loan portfolio expanded rapidly. The institution\'s manual processes led to inefficiencies and increased operational costs. With the implementation of a Loan Origination System, they achieved remarkable operational excellence. The LOS streamlined workflow and automated document verification, reducing the need for manual intervention. As a result, resource allocation was optimized, and the institution experienced a 20% reduction in operational costs. The newfound efficiency also enabled the NBFC to scale its operations, venturing into new territories and expanding its customer base.</p>\n<br>\n<p>The case studies above illustrate how Arukus Loan Origination Systems have become indispensable tools for MFIs and NBFCs, empowering them to overcome operational challenges and achieve sustainable growth. Through expedited loan approvals, enhanced risk assessment, and streamlined workflows, these platforms have made a significant impact on the efficiency and effectiveness of these financial institutions. As technology continues to advance, embracing Loan Origination Systems becomes even more crucial for MFIs and NBFCs to remain competitive, relevant, and impactful in their pursuit of financial inclusion and economic development.</p>','Loan Origination System','','inherit','closed','closed','','211-autosave-v1','','','2023-07-20 06:41:30','2023-07-20 06:41:30','',211,'https://arukustech.com/?p=767',0,'revision','',0),(768,1,'2023-07-15 12:30:11','2023-07-15 12:30:11','Arukus Loan Origination System - is a 360 degree interconnected platform that can accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-15 12:30:11','2023-07-15 12:30:11','',211,'https://arukustech.com/?p=768',0,'revision','',0),(769,1,'2023-07-15 13:26:43','2023-07-15 13:26:43','Welcome to Arukus Technologies\' Loan Origination System (LOS)\r\n\r\nStreamline and Accelerate Lending\r\n\r\nAt Arukus Technologies, we understand the critical role that efficient loan origination plays in the success of financial institutions. That\'s why we have developed a state-of-the-art LOS that revolutionizes the lending process, enabling organizations to streamline operations, enhance risk assessment, and make faster, more informed decisions.\r\n\r\nStreamlined and Efficient Lending Process\r\n\r\nArukus LOS provides a comprehensive and intuitive platform that simplifies and automates the entire loan origination workflow. From initial application capture to loan disbursement, our LOS ensures a seamless and efficient process, reducing manual errors and improving operational efficiency. With configurable workflows and automated document management, your institution can save valuable time and resources while delivering a superior borrower experience.\r\n\r\nEnhanced Risk Assessment and Decision-Making\r\n\r\nArukus LOS is equipped with advanced risk assessment tools that enable comprehensive credit analysis, including internal credit checking, credit scoring, and compliance verification. Our system integrates with external data sources, providing a holistic view of the borrower\'s creditworthiness. With real-time access to accurate and up-to-date information, financial institutions can make informed lending decisions, mitigating risks and maximizing profitability.\r\n\r\nCustomizable to Meet Your Unique Needs\r\n\r\nWe understand that each financial institution has its own unique lending requirements. Arukus LOS is highly customizable, allowing you to configure the system to align with your specific lending products, policies, and workflows. Whether you specialize in consumer loans, small business financing, or any other lending segment, our flexible LOS can adapt to your needs, ensuring a tailored solution that fits seamlessly into your operations.\r\n\r\nDrive Growth and Operational Effectiveness\r\n\r\nBy implementing Arukus Loan Origination System, financial institutions can drive growth, improve customer satisfaction, and achieve operational excellence. With faster loan processing times, reduced manual effort, and enhanced risk assessment capabilities, your institution can capitalize on new opportunities, increase lending volumes, and stay ahead of the competition.\r\n\r\nExperience the Power of Arukus Loan Origination System\r\n\r\nDiscover how Arukus Technologies\' Loan Origination System can transform your lending process. Take advantage of our innovative technology to streamline operations, enhance risk assessment, and make faster lending decisions. Unlock the full potential of your financial institution with Arukus LOS and gain a competitive edge in today\'s dynamic lending landscape.\r\n\r\nSchedule a demo or contact our team today to learn more about Arukus Loan Origination System and how it can revolutionize your lending operations.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-15 13:26:43','2023-07-15 13:26:43','',211,'https://arukustech.com/?p=769',0,'revision','',0),(770,1,'2023-07-17 05:44:02','2023-07-17 05:44:02','Welcome to Arukus Technologies\' Loan Origination System (LOS)\r\n\r\nStreamline and Accelerate Lending\r\n\r\nAt Arukus Technologies, we understand the critical role that efficient loan origination plays in the success of financial institutions. That\'s why we have developed a state-of-the-art LOS that revolutionizes the lending process, enabling organizations to streamline operations, enhance risk assessment, and make faster, more informed decisions.\r\n\r\nStreamlined and Efficient Lending Process\r\n\r\nArukus LOS provides a comprehensive and intuitive platform that simplifies and automates the entire loan origination workflow. From initial application capture to loan disbursement, our LOS ensures a seamless and efficient process, reducing manual errors and improving operational efficiency. With configurable workflows and automated document management, your institution can save valuable time and resources while delivering a superior borrower experience.\r\n\r\nEnhanced Risk Assessment and Decision-Making\r\n\r\nArukus LOS is equipped with advanced risk assessment tools that enable comprehensive credit analysis, including internal credit checking, credit scoring, and compliance verification. Our system integrates with external data sources, providing a holistic view of the borrower\'s creditworthiness. With real-time access to accurate and up-to-date information, financial institutions can make informed lending decisions, mitigating risks and maximizing profitability.\r\n\r\nCustomizable to Meet Your Unique Needs\r\n\r\nWe understand that each financial institution has its own unique lending requirements. Arukus LOS is highly customizable, allowing you to configure the system to align with your specific lending products, policies, and workflows. Whether you specialize in consumer loans, small business financing, or any other lending segment, our flexible LOS can adapt to your needs, ensuring a tailored solution that fits seamlessly into your operations.\r\n\r\nDrive Growth and Operational Effectiveness\r\n\r\nBy implementing Arukus Loan Origination System, financial institutions can drive growth, improve customer satisfaction, and achieve operational excellence. With faster loan processing times, reduced manual effort, and enhanced risk assessment capabilities, your institution can capitalize on new opportunities, increase lending volumes, and stay ahead of the competition.\r\n\r\nExperience the Power of Arukus Loan Origination System\r\n\r\nDiscover how Arukus Technologies\' Loan Origination System can transform your lending process. Take advantage of our innovative technology to streamline operations, enhance risk assessment, and make faster lending decisions. Unlock the full potential of your financial institution with Arukus LOS and gain a competitive edge in today\'s dynamic lending landscape.\r\n\r\nSchedule a demo or contact our team today to learn more about Arukus Loan Origination System and how it can revolutionize your lending operations.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-17 05:44:02','2023-07-17 05:44:02','',211,'https://arukustech.com/?p=770',0,'revision','',0),(775,1,'2023-07-17 07:17:36','2023-07-17 07:17:36','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Name','previous_page_name','publish','closed','closed','','field_64b4eae193404','','','2023-07-17 07:17:36','2023-07-17 07:17:36','',257,'https://arukustech.com/?post_type=acf-field&p=775',13,'acf-field','',0),(776,1,'2023-07-17 07:17:36','2023-07-17 07:17:36','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Link','previous_page_link','publish','closed','closed','','field_64b4eaf093405','','','2023-07-17 07:17:36','2023-07-17 07:17:36','',257,'https://arukustech.com/?post_type=acf-field&p=776',14,'acf-field','',0),(777,1,'2023-07-17 07:17:36','2023-07-17 07:17:36','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Name','next_page_name','publish','closed','closed','','field_64b4eaf793406','','','2023-07-17 07:17:36','2023-07-17 07:17:36','',257,'https://arukustech.com/?post_type=acf-field&p=777',15,'acf-field','',0),(778,1,'2023-07-17 07:17:36','2023-07-17 07:17:36','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Link','next_page_link','publish','closed','closed','','field_64b4eb0a93407','','','2023-07-17 07:17:36','2023-07-17 07:17:36','',257,'https://arukustech.com/?post_type=acf-field&p=778',16,'acf-field','',0),(780,1,'2023-07-17 07:18:01','2023-07-17 07:18:01','','crosss2','','inherit','open','closed','','crosss2','','','2023-07-17 07:18:01','2023-07-17 07:18:01','',0,'https://arukustech.com/wp-content/uploads/2023/07/crosss2.png',0,'attachment','image/png',0),(781,1,'2023-07-17 07:18:36','2023-07-17 07:18:36','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Name','next_page_name','publish','closed','closed','','field_64b4eb383c1bb','','','2023-07-17 08:05:55','2023-07-17 08:05:55','',190,'https://arukustech.com/?post_type=acf-field&#038;p=781',19,'acf-field','',0),(782,1,'2023-07-17 07:18:36','2023-07-17 07:18:36','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Link','next_page_link','publish','closed','closed','','field_64b4eb443c1bc','','','2023-07-17 08:05:55','2023-07-17 08:05:55','',190,'https://arukustech.com/?post_type=acf-field&#038;p=782',20,'acf-field','',0),(783,1,'2023-07-17 07:20:47','2023-07-17 07:20:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Name','next_page_name','publish','closed','closed','','field_64b4eb6e8d483','','','2023-07-17 08:07:44','2023-07-17 08:07:44','',298,'https://arukustech.com/?post_type=acf-field&#038;p=783',8,'acf-field','',0),(784,1,'2023-07-17 07:20:47','2023-07-17 07:20:47','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Link','next_page_link','publish','closed','closed','','field_64b4ebc58d484','','','2023-07-17 08:07:44','2023-07-17 08:07:44','',298,'https://arukustech.com/?post_type=acf-field&#038;p=784',9,'acf-field','',0),(785,1,'2023-07-17 07:21:28','2023-07-17 07:21:28','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Name','next_page_name','publish','closed','closed','','field_64b4ebec24a1e','','','2023-12-20 13:43:30','2023-12-20 13:43:30','',348,'https://arukustech.com/?post_type=acf-field&#038;p=785',20,'acf-field','',0),(786,1,'2023-07-17 07:21:28','2023-07-17 07:21:28','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Link','next_page_link','publish','closed','closed','','field_64b4ebf224a1f','','','2023-12-20 13:43:31','2023-12-20 13:43:31','',348,'https://arukustech.com/?post_type=acf-field&#038;p=786',21,'acf-field','',0),(787,1,'2023-07-17 07:22:25','2023-07-17 07:22:25','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Name','next_page_name','publish','closed','closed','','field_64b4ec2448747','','','2023-07-17 08:10:12','2023-07-17 08:10:12','',316,'https://arukustech.com/?post_type=acf-field&#038;p=787',11,'acf-field','',0),(788,1,'2023-07-17 07:22:25','2023-07-17 07:22:25','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Link','next_page_link','publish','closed','closed','','field_64b4ec2b48748','','','2023-07-17 08:10:12','2023-07-17 08:10:12','',316,'https://arukustech.com/?post_type=acf-field&#038;p=788',12,'acf-field','',0),(789,1,'2023-07-17 07:23:03','2023-07-17 07:23:03','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Name','next_page_name','publish','closed','closed','','field_64b4ec48e237c','','','2023-07-17 08:11:34','2023-07-17 08:11:34','',376,'https://arukustech.com/?post_type=acf-field&#038;p=789',19,'acf-field','',0),(790,1,'2023-07-17 07:23:03','2023-07-17 07:23:03','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Link','next_page_link','publish','closed','closed','','field_64b4ec50e237d','','','2023-07-17 08:11:34','2023-07-17 08:11:34','',376,'https://arukustech.com/?post_type=acf-field&#038;p=790',20,'acf-field','',0),(791,1,'2023-07-17 07:26:15','2023-07-17 07:26:15','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Name','next_page_name','publish','closed','closed','','field_64b4ec6e38dda','','','2023-07-17 08:13:55','2023-07-17 08:13:55','',411,'https://arukustech.com/?post_type=acf-field&#038;p=791',33,'acf-field','',0),(792,1,'2023-07-17 07:26:15','2023-07-17 07:26:15','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Link','next_page_link','publish','closed','closed','','field_64b4ec7538ddb','','','2023-07-17 08:13:55','2023-07-17 08:13:55','',411,'https://arukustech.com/?post_type=acf-field&#038;p=792',34,'acf-field','',0),(793,1,'2023-07-17 07:34:36','2023-07-17 07:34:36','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Name','next_page_name','publish','closed','closed','','field_64b4eefa47cce','','','2023-07-17 08:16:35','2023-07-17 08:16:35','',441,'https://arukustech.com/?post_type=acf-field&#038;p=793',6,'acf-field','',0),(794,1,'2023-07-17 07:34:49','2023-07-17 07:34:49','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Next Page Link','next_page_link','publish','closed','closed','','field_64b4ef1252512','','','2023-07-17 08:16:35','2023-07-17 08:16:35','',441,'https://arukustech.com/?post_type=acf-field&#038;p=794',7,'acf-field','',0),(795,1,'2023-07-17 07:49:02','2023-07-17 07:49:02','','s2_2','','inherit','open','closed','','s2_2','','','2023-07-17 07:49:02','2023-07-17 07:49:02','',0,'https://arukustech.com/wp-content/uploads/2023/07/s2_2.png',0,'attachment','image/png',0),(796,1,'2023-07-17 08:03:29','2023-07-17 08:03:29','Welcome to Arukus Technologies\' Loan Origination System (LOS)\r\n\r\nStreamline and Accelerate Lending\r\n\r\nAt Arukus Technologies, we understand the critical role that efficient loan origination plays in the success of financial institutions. That\'s why we have developed a state-of-the-art LOS that revolutionizes the lending process, enabling organizations to streamline operations, enhance risk assessment, and make faster, more informed decisions.\r\n\r\nStreamlined and Efficient Lending Process\r\n\r\nArukus LOS provides a comprehensive and intuitive platform that simplifies and automates the entire loan origination workflow. From initial application capture to loan disbursement, our LOS ensures a seamless and efficient process, reducing manual errors and improving operational efficiency. With configurable workflows and automated document management, your institution can save valuable time and resources while delivering a superior borrower experience.\r\n\r\nEnhanced Risk Assessment and Decision-Making\r\n\r\nArukus LOS is equipped with advanced risk assessment tools that enable comprehensive credit analysis, including internal credit checking, credit scoring, and compliance verification. Our system integrates with external data sources, providing a holistic view of the borrower\'s creditworthiness. With real-time access to accurate and up-to-date information, financial institutions can make informed lending decisions, mitigating risks and maximizing profitability.\r\n\r\nCustomizable to Meet Your Unique Needs\r\n\r\nWe understand that each financial institution has its own unique lending requirements. Arukus LOS is highly customizable, allowing you to configure the system to align with your specific lending products, policies, and workflows. Whether you specialize in consumer loans, small business financing, or any other lending segment, our flexible LOS can adapt to your needs, ensuring a tailored solution that fits seamlessly into your operations.\r\n\r\nDrive Growth and Operational Effectiveness\r\n\r\nBy implementing Arukus Loan Origination System, financial institutions can drive growth, improve customer satisfaction, and achieve operational excellence. With faster loan processing times, reduced manual effort, and enhanced risk assessment capabilities, your institution can capitalize on new opportunities, increase lending volumes, and stay ahead of the competition.\r\n\r\nExperience the Power of Arukus Loan Origination System\r\n\r\nDiscover how Arukus Technologies\' Loan Origination System can transform your lending process. Take advantage of our innovative technology to streamline operations, enhance risk assessment, and make faster lending decisions. Unlock the full potential of your financial institution with Arukus LOS and gain a competitive edge in today\'s dynamic lending landscape.\r\n\r\nSchedule a demo or contact our team today to learn more about Arukus Loan Origination System and how it can revolutionize your lending operations.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-17 08:03:29','2023-07-17 08:03:29','',211,'https://arukustech.com/?p=796',0,'revision','',0),(797,1,'2023-07-17 08:05:55','2023-07-17 08:05:55','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Name','previous_page_name','publish','closed','closed','','field_64b4f630a52e5','','','2023-07-17 08:05:55','2023-07-17 08:05:55','',190,'https://arukustech.com/?post_type=acf-field&p=797',17,'acf-field','',0),(798,1,'2023-07-17 08:05:55','2023-07-17 08:05:55','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Link','previous_page_link','publish','closed','closed','','field_64b4f64ea52e6','','','2023-07-17 08:05:55','2023-07-17 08:05:55','',190,'https://arukustech.com/?post_type=acf-field&p=798',18,'acf-field','',0),(799,1,'2023-07-17 08:07:44','2023-07-17 08:07:44','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Name','previous_page_name','publish','closed','closed','','field_64b4f67d073bc','','','2023-07-17 09:57:10','2023-07-17 09:57:10','',298,'https://arukustech.com/?post_type=acf-field&#038;p=799',6,'acf-field','',0),(800,1,'2023-07-17 08:07:44','2023-07-17 08:07:44','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Link','previous_page_link','publish','closed','closed','','field_64b4f6a5073bd','','','2023-07-17 08:07:44','2023-07-17 08:07:44','',298,'https://arukustech.com/?post_type=acf-field&p=800',7,'acf-field','',0),(801,1,'2023-07-17 08:09:16','2023-07-17 08:09:16','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Name','previous_page_name','publish','closed','closed','','field_64b4f6e7ec1b3','','','2023-12-20 13:43:29','2023-12-20 13:43:29','',348,'https://arukustech.com/?post_type=acf-field&#038;p=801',18,'acf-field','',0),(802,1,'2023-07-17 08:09:17','2023-07-17 08:09:17','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Link','previous_page_link','publish','closed','closed','','field_64b4f6fdec1b4','','','2023-12-20 13:43:29','2023-12-20 13:43:29','',348,'https://arukustech.com/?post_type=acf-field&#038;p=802',19,'acf-field','',0),(803,1,'2023-07-17 08:10:12','2023-07-17 08:10:12','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Name','previous_page_name','publish','closed','closed','','field_64b4f73eec8dd','','','2023-07-17 08:10:12','2023-07-17 08:10:12','',316,'https://arukustech.com/?post_type=acf-field&p=803',9,'acf-field','',0),(804,1,'2023-07-17 08:10:12','2023-07-17 08:10:12','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Link','previous_page_link','publish','closed','closed','','field_64b4f755ec8de','','','2023-07-20 07:50:30','2023-07-20 07:50:30','',316,'https://arukustech.com/?post_type=acf-field&#038;p=804',10,'acf-field','',0),(805,1,'2023-07-17 08:11:34','2023-07-17 08:11:34','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Name','previous_page_name','publish','closed','closed','','field_64b4f77fdb700','','','2023-07-17 08:11:34','2023-07-17 08:11:34','',376,'https://arukustech.com/?post_type=acf-field&p=805',17,'acf-field','',0),(806,1,'2023-07-17 08:11:34','2023-07-17 08:11:34','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Link','previous_page_link','publish','closed','closed','','field_64b4f793db701','','','2023-07-17 08:11:34','2023-07-17 08:11:34','',376,'https://arukustech.com/?post_type=acf-field&p=806',18,'acf-field','',0),(807,1,'2023-07-17 08:13:55','2023-07-17 08:13:55','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Name','previous_page_name','publish','closed','closed','','field_64b4f816b8f65','','','2023-07-17 08:13:55','2023-07-17 08:13:55','',411,'https://arukustech.com/?post_type=acf-field&p=807',31,'acf-field','',0),(808,1,'2023-07-17 08:13:55','2023-07-17 08:13:55','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Link','previous_page_link','publish','closed','closed','','field_64b4f82ab8f66','','','2023-07-17 08:13:55','2023-07-17 08:13:55','',411,'https://arukustech.com/?post_type=acf-field&p=808',32,'acf-field','',0),(809,1,'2023-07-17 08:16:35','2023-07-17 08:16:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Name','previous_page_name','publish','closed','closed','','field_64b4f87c28700','','','2023-07-17 08:16:35','2023-07-17 08:16:35','',441,'https://arukustech.com/?post_type=acf-field&p=809',4,'acf-field','',0),(810,1,'2023-07-17 08:16:35','2023-07-17 08:16:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Previous Page Link','previous_page_link','publish','closed','closed','','field_64b4f8cc28702','','','2023-07-17 08:16:35','2023-07-17 08:16:35','',441,'https://arukustech.com/?post_type=acf-field&p=810',5,'acf-field','',0),(811,1,'2023-07-17 08:18:54','2023-07-17 08:18:54','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Samadhan Ticketing System','','inherit','closed','closed','','225-revision-v1','','','2023-07-17 08:18:54','2023-07-17 08:18:54','',225,'https://arukustech.com/?p=811',0,'revision','',0),(812,1,'2023-07-17 08:20:35','2023-07-17 08:20:35','With advanced smart detection mechanisms, identify fraud at the sales agent level, assess damage, and take immediate corrective actions.','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-17 08:20:35','2023-07-17 08:20:35','',223,'https://arukustech.com/?p=812',0,'revision','',0),(813,1,'2023-07-17 08:23:03','2023-07-17 08:23:03','Empower your Organization with a Fully Customizable Audit Tool, Assessing Unit-Level Process Compliance across Branches with Smart Scoring Mechanism.','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-17 08:23:03','2023-07-17 08:23:03','',221,'https://arukustech.com/?p=813',0,'revision','',0),(814,1,'2023-07-17 08:23:54','2023-07-17 08:23:54','Uncover Real-Time Insights on Targets, Collections, and Compliance across Areas, Branches, and Individual Agents!','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-17 08:23:54','2023-07-17 08:23:54','',219,'https://arukustech.com/?p=814',0,'revision','',0),(815,1,'2023-07-17 08:24:50','2023-07-17 08:24:50','Capture Every Business Expense on the Fly and Boost Employee Productivity by 10X','Expense Management System','','inherit','closed','closed','','217-revision-v1','','','2023-07-17 08:24:50','2023-07-17 08:24:50','',217,'https://arukustech.com/?p=815',0,'revision','',0),(816,1,'2023-07-17 08:25:51','2023-07-17 08:25:51','Save Time and Money with Better Risk Management - Move from Higher Risk to Lower Risk','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-17 08:25:51','2023-07-17 08:25:51','',215,'https://arukustech.com/?p=816',0,'revision','',0),(817,1,'2023-07-17 08:26:46','2023-07-17 08:26:46','Streamline your collections process, enhance operational efficiency, and optimize cash flows.','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-17 08:26:46','2023-07-17 08:26:46','',213,'https://arukustech.com/?p=817',0,'revision','',0),(818,1,'2023-07-17 08:27:29','2023-07-17 08:27:29','Arukus Cross-Sell Empowers Microfinance Institutions and NBFCs for Effective Cross-Selling and diversify their portfolio effortlessly.','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-17 08:27:29','2023-07-17 08:27:29','',188,'https://arukustech.com/?p=818',0,'revision','',0),(819,1,'2023-07-17 08:28:16','2023-07-17 08:28:16','Welcome to Arukus Technologies\' Loan Origination System (LOS)\r\n\r\nStreamline and Accelerate Lending\r\n\r\nAt Arukus Technologies, we understand the critical role that efficient loan origination plays in the success of financial institutions. That\'s why we have developed a state-of-the-art LOS that revolutionizes the lending process, enabling organizations to streamline operations, enhance risk assessment, and make faster, more informed decisions.\r\n\r\nStreamlined and Efficient Lending Process\r\n\r\nArukus LOS provides a comprehensive and intuitive platform that simplifies and automates the entire loan origination workflow. From initial application capture to loan disbursement, our LOS ensures a seamless and efficient process, reducing manual errors and improving operational efficiency. With configurable workflows and automated document management, your institution can save valuable time and resources while delivering a superior borrower experience.\r\n\r\nEnhanced Risk Assessment and Decision-Making\r\n\r\nArukus LOS is equipped with advanced risk assessment tools that enable comprehensive credit analysis, including internal credit checking, credit scoring, and compliance verification. Our system integrates with external data sources, providing a holistic view of the borrower\'s creditworthiness. With real-time access to accurate and up-to-date information, financial institutions can make informed lending decisions, mitigating risks and maximizing profitability.\r\n\r\nCustomizable to Meet Your Unique Needs\r\n\r\nWe understand that each financial institution has its own unique lending requirements. Arukus LOS is highly customizable, allowing you to configure the system to align with your specific lending products, policies, and workflows. Whether you specialize in consumer loans, small business financing, or any other lending segment, our flexible LOS can adapt to your needs, ensuring a tailored solution that fits seamlessly into your operations.\r\n\r\nDrive Growth and Operational Effectiveness\r\n\r\nBy implementing Arukus Loan Origination System, financial institutions can drive growth, improve customer satisfaction, and achieve operational excellence. With faster loan processing times, reduced manual effort, and enhanced risk assessment capabilities, your institution can capitalize on new opportunities, increase lending volumes, and stay ahead of the competition.\r\n\r\nExperience the Power of Arukus Loan Origination System\r\n\r\nDiscover how Arukus Technologies\' Loan Origination System can transform your lending process. Take advantage of our innovative technology to streamline operations, enhance risk assessment, and make faster lending decisions. Unlock the full potential of your financial institution with Arukus LOS and gain a competitive edge in today\'s dynamic lending landscape.\r\n\r\nSchedule a demo or contact our team today to learn more about Arukus Loan Origination System and how it can revolutionize your lending operations.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-17 08:28:16','2023-07-17 08:28:16','',211,'https://arukustech.com/?p=819',0,'revision','',0),(822,1,'2023-07-17 09:57:59','2023-07-17 09:57:59','Streamline your collections process, enhance operational efficiency, and optimize cash flows.','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-17 09:57:59','2023-07-17 09:57:59','',213,'https://arukustech.com/?p=822',0,'revision','',0),(835,1,'2023-07-18 05:58:21','2023-07-18 05:58:21','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-18 05:58:21','2023-07-18 05:58:21','',7,'https://arukustech.com/?p=835',0,'revision','',0),(836,1,'2023-07-18 06:34:05','2023-07-18 06:34:05','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','About Us Main Heading','about_us_main_heading','publish','closed','closed','','field_64b63240a5c27','','','2023-07-18 06:34:18','2023-07-18 06:34:18','',108,'https://arukustech.com/?post_type=acf-field&#038;p=836',2,'acf-field','',0),(837,1,'2023-07-18 06:35:29','2023-07-18 06:35:29','','About Us','','inherit','closed','closed','','60-revision-v1','','','2023-07-18 06:35:29','2023-07-18 06:35:29','',60,'https://arukustech.com/?p=837',0,'revision','',0),(838,1,'2023-07-18 06:37:41','2023-07-18 06:37:41','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:29:\"template-parts/contact-us.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Contact Us Section','contact-us-section','publish','closed','closed','','group_64b6331e69667','','','2023-07-18 10:26:18','2023-07-18 10:26:18','',0,'https://arukustech.com/?post_type=acf-field-group&#038;p=838',0,'acf-field-group','',0),(839,1,'2023-07-18 06:37:41','2023-07-18 06:37:41','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Heading','banner_heading','publish','closed','closed','','field_64b6331e4eabd','','','2023-07-18 06:37:41','2023-07-18 06:37:41','',838,'https://arukustech.com/?post_type=acf-field&p=839',0,'acf-field','',0),(840,1,'2023-07-18 06:38:56','2023-07-18 06:38:56','','Contact Us','','inherit','closed','closed','','68-revision-v1','','','2023-07-18 06:38:56','2023-07-18 06:38:56','',68,'https://arukustech.com/?p=840',0,'revision','',0),(841,1,'2023-07-18 07:06:09','2023-07-18 07:06:09','','Policy Based Configuration','','inherit','closed','closed','','64-revision-v1','','','2023-07-18 07:06:09','2023-07-18 07:06:09','',64,'https://arukustech.com/?p=841',0,'revision','',0),(842,1,'2023-07-18 07:06:47','2023-07-18 07:06:47','','Policy Based Configuration','','inherit','closed','closed','','64-revision-v1','','','2023-07-18 07:06:47','2023-07-18 07:06:47','',64,'https://arukustech.com/?p=842',0,'revision','',0),(843,1,'2023-07-18 10:22:22','2023-07-18 10:22:22','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Main Heading','main_heading','publish','closed','closed','','field_64b667b51498d','','','2023-07-18 10:22:22','2023-07-18 10:22:22','',838,'https://arukustech.com/?post_type=acf-field&p=843',1,'acf-field','',0),(844,1,'2023-07-18 10:22:22','2023-07-18 10:22:22','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Main description','main_description','publish','closed','closed','','field_64b667cd1498e','','','2023-07-18 10:26:18','2023-07-18 10:26:18','',838,'https://arukustech.com/?post_type=acf-field&#038;p=844',2,'acf-field','',0),(845,1,'2023-07-18 10:26:06','2023-07-18 10:26:06','','Contact Us','','inherit','closed','closed','','68-revision-v1','','','2023-07-18 10:26:06','2023-07-18 10:26:06','',68,'https://arukustech.com/?p=845',0,'revision','',0),(846,1,'2023-07-18 10:26:39','2023-07-18 10:26:39','','Contact Us','','inherit','closed','closed','','68-revision-v1','','','2023-07-18 10:26:39','2023-07-18 10:26:39','',68,'https://arukustech.com/?p=846',0,'revision','',0),(848,1,'2023-07-18 10:27:13','2023-07-18 10:27:13','<div class=\"row gx-5\"><div class=\"col-md-6\"><div class=\"portion\"><label for=\"\"><span class=\"required\">*</span>Name</label><div class=\"input_area\">[text* yourfirstname placeholder \"eg.John Miller\"]<i class=\"fa-solid fa-user\"></i></div></div></div><div class=\"col-md-6\"><div class=\"portion\"><label for=\"\"><span class=\"required\">*</span>Corporate Email</label><div class=\"input_area\">[email* youremailaddress placeholder \"eg.johnmiller@gmail.com\"]<i class=\"fa-solid fa-envelope\"></i></div></div></div>\r\n<div class=\"col-md-12\"><div class=\"portion\"><label for=\"\"><span class=\"required\">*</span>Select Product</label><div class=\"input_area\">[select* our_products class:multiple-checkboxes multiple:multiple id:selectPick \"Loan Origination System\" \"Cross-sell\" \"Risk Audit\" \"Collection Management System\" \"Expense Management System\" \"Audit and Compliance\" \"Field Force Tracking\" \"Fraud Management System\" \"Support 360: Ticketing System\"]<i class=\"fa-solid fa-cart-shopping\"></i></div></div></div><div class=\"col-md-6\"><div class=\"portion country\"><label for=\"\"><span class=\"required\">*</span>Phone Number</label><div class=\"input_area\">[tel* yourPhoneNumber id:contactFormPageSec placeholder \"eg.(1)424 123 5489\"]</div></div></div><div class=\"col-md-6\"><div class=\"portion\"><label for=\"\">Company Name</label><div class=\"input_area\">[text yourcompanyname placeholder \"eg.Your Company name\"]<i class=\"fa-solid fa-building\"></i></div></div></div><div class=\"col-md-12\"><div class=\"portion textarea\"><label for=\"\">Questions or Comments (Optional)</label><div class=\"input_area\">[textarea yourmessage placeholder \"Tell us a little bit about what you are looking for\"]<i class=\"fa-solid fa-comments\"></i></div></div></div><div class=\"col-md-12\"><div class=\"portion\">[submit \"Contact Us\"]</div></div></div>\n1\nContact Request\n[yourfirstname] <[youremailaddress]>\n[_site_admin_email]\nFrom: [yourfirstname] <[youremailaddress]>\r\nSubject: Contact Request\r\n\r\nMessage Body:\r\nName: [yourfirstname]\r\nEmail: [youremailaddress]\r\nMobile No: [yourPhoneNumber]\r\nProduct: [our_products]\r\nCompany Name: [yourcompanyname]\r\nMessage: [yourmessage]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nBcc: sales@arukustech.com\nReply-To: [youremailaddress]\n\n\n\n1\nThank You for Contacting Arukus Technologies!\n[_site_title] <[_site_admin_email]>\n[youremailaddress]\n<html lang=en><meta charset=utf-8><title>Arukus Technologies</title><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css rel=stylesheet><style>html{width:100%;margin:0;padding:0}body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;margin:0;padding:0;-webkit-font-smoothing:antialiased}table{border-spacing:0}img{display:block!important;outline:0;text-decoration:none;-ms-interpolation-mode:bicubic;border:none;height:auto;line-height:100%}img.image-inline{display:inline-block!important}p{padding:0;margin:0}br{line-height:0!important}a,b,div,em,i,li,p,span,strong,td{-webkit-text-size-adjust:none}table td,table tr{border-collapse:collapse}table{border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0}@media screen and (max-width:100%){table[class=table-wrappper]{width:100%!important}td[class=content-left-gap]{width:5%!important}table[class=content-table],td[class=content-table]{width:100%!important}td[class=banner-image] img{width:100%!important}table[class=main-table-wrappper]{width:100%!important}td[class=gap-01]{height:15px!important}td[class=space-01]{width:15px!important}table[class=table-wrappper] .heading01{font-size:20px!important}table[class=table-wrappper] .text01{font-size:14px!important;margin-bottom:24px!important}table[class=table-wrappper] .heading02{font-size:24px!important}td[class=content-border]{height:25px!important}table[class=table-wrappper] .heading03{font-size:18px!important}table[class=table-wrappper] .email-link{display:block!important;margin:10px 0!important}}@media screen and (max-width:420px){table[class=brand]{width:100%!important;text-align:left!important}table[class=website-btn]{width:100%!important;text-align:left!important}table[class=website-btn-tbl]{width:130px!important}}</style><body style=background-color:#d7d7d7><table align=left cellpadding=0 cellspacing=0 style=\"width:100%;border-left:15px solid #d7d7d7;border-right:15px solid #d7d7d7\"bgcolor=#d7d7d7><tr><td height=28 class=gap-01><tr><td class=main-td><table align=left cellpadding=0 cellspacing=0 class=main-table-wrappper style=width:800px bgcolor=#ffffff><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td height=15 colspan=4><tr><td width=20><td align=left valign=top><table align=left cellpadding=0 cellspacing=0 class=brand style=width:109px><tr><td align=left><a href=https://arukustech.com style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Arukus Technologies height=39 src=https://arukustech.com/wp-content/uploads/2023/07/logo-web.jpg style=border:none title=Arukus Technologies width=150></a></table><td align=right style=padding-top:9px valign=top><table align=right cellpadding=0 cellspacing=0 class=website-btn style=width:130px width=130><tr><td height=1 class=gap-01><tr><td align=right><table align=right cellpadding=0 cellspacing=0 class=website-btn-tbl width=100%><tr><td align=right style=height:35px><a href=https://arukustech.com style=color:#fff;border-radius:4px;background-color:#eb553c;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;width:108px;height:15px;display:block;text-align:left;text-decoration:none;padding:10px;cursor:pointer;line-height:15px>Go Website</a></table></table><td width=20><tr><td height=15 colspan=4></table><tr><td class=banner-image><a href=# style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Banner height=175 src=https://arukustech.com/wp-content/uploads/2023/07/mail_banner.png style=border:none; box-sizing:border-box; title=Banner width=800></a><tr><td height=25 class=gap-01><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td class=content-left-gap width=25><td><table align=left cellpadding=0 cellspacing=0 class=content-table style=width:100%><tr><td align=left><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\"class=text01><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\">Dear [yourfirstname], <br><br>Thank you for reaching out to Arukus Technologies. We appreciate your interest and the opportunity to connect with you. Your inquiry is important to us, and we are excited to assist you in any way we can.<br><br>\r\nAt <strong>Arukus Technologies</strong>, we are dedicated to empowering Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) with innovative technology solutions that drive operational excellence, enhance risk management, and fuel sustainable growth. We understand the unique challenges faced by financial institutions and are committed to delivering tailored solutions that \r\nmeet your specific needs.<br><br>\r\nWe value your trust in our expertise and assure you that your inquiry will be handled with the utmost attention and professionalism. We strive to provide exceptional customer service and aim to exceed your expectations in every interaction.<br><br>\r\nShould you require immediate assistance or have any urgent maters, please feel free to contact us directly at <a href=\"tel:+91-33-4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none>+91-33-4808-9668</a> or <a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link>info@arukustech.com</a>.<br><br>\r\nThank you for considering Arukus Technologies as your technology partner.<br><br> Best regards,<br>Arukus Technologies<br><a href=\"https://arukustech.com/\" target=\"_blank\" rel=\"noopener\">https://arukustech.com/</a><tr><td height=38 class=content-border style=\"border-top:1px solid #cfcece\"><tr><td align=center><p style=\"margin:0 0 6px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#293a47;font-weight:700\"class=heading03>Get connected with us!<p style=\"margin:0 0 10px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#293a47\"class=text01><a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link><i class=\"fa-solid fa-envelope\"></i> info@arukustech.com</a><a href=\"tel:(033) 4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none><i class=\"fa-solid fa-phone-volume\"></i> (033) 4808-9668</a><tr><td height=20><tr><td align=center><p style=margin:0;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47>&copy;  Copyright 2024. All Rights Reserved.<tr><td height=20></table><td class=content-left-gap width=25></table><tr><td height=9 bgcolor=#293a47></table><tr><td height=28 class=gap-01></table>\nReply-To: [_site_admin_email]\n\n1\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.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.','Contact Us Page Form','','publish','closed','closed','','contact-form-1_copy-2','','','2024-01-02 11:09:38','2024-01-02 11:09:38','',0,'https://arukustech.com/?post_type=wpcf7_contact_form&#038;p=848',0,'wpcf7_contact_form','',0),(862,1,'2023-07-18 12:55:50','2023-07-18 12:55:50','Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-18 12:55:50','2023-07-18 12:55:50','',211,'https://arukustech.com/?p=862',0,'revision','',0),(863,1,'2023-07-18 13:05:49','2023-07-18 13:05:49','','Blogs','','inherit','closed','closed','','395-revision-v1','','','2023-07-18 13:05:49','2023-07-18 13:05:49','',395,'https://arukustech.com/?p=863',0,'revision','',0),(870,1,'2023-07-19 05:58:53','2023-07-19 05:58:53','<div class=\"form_wrapper\"><div class=\"row\"><div class=\"col-md-6\"><div class=\"portion\">[text* date_choose class:walcf7-datepicker placeholder \"Choose Appointment Date\"]</div></div><div class=\"col-md-6\"><div class=\"portion\">[text* date_time class:walcf7-timepicker placeholder \"Choose Appointment Time\"]</div></div><div class=\"col-md-12\"><div class=\"portion\">[submit \"Confirm Your Slot\"]</div></div></div></div>\n1\nBook a Demo Request\n[your_full_name] < [your_email_address]\n[_site_admin_email]\nFrom: [your_full_name] < [your_email_address]\r\nSubject: Book a Demo Request\r\n\r\nMessage Body:\r\nName: [your_full_name]\r\nYour Designation: [your_designation]\r\nInstitute Name: [name_of_institution]\r\nMobile No: [your_mobile_no]\r\nEmail Address: [your_email_address]\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your_email_address]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@dev.arukustech.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\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.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.','Choose Calendar','','publish','closed','closed','','book-a-demo-form_copy','','','2023-07-19 06:10:51','2023-07-19 06:10:51','',0,'https://arukustech.com/?post_type=wpcf7_contact_form&#038;p=870',0,'wpcf7_contact_form','',0),(871,1,'2023-07-19 07:02:51','2023-07-19 07:02:51','','mail_banner','','inherit','open','closed','','mail_banner','','','2023-07-19 07:02:51','2023-07-19 07:02:51','',0,'https://arukustech.com/wp-content/uploads/2023/07/mail_banner.png',0,'attachment','image/png',0),(872,1,'2023-07-19 10:06:09','2023-07-19 10:06:09','<p>Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.</p>','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-19 10:06:09','2023-07-19 10:06:09','',211,'https://arukustech.com/?p=872',0,'revision','',0),(873,1,'2023-07-19 10:11:20','2023-07-19 10:11:20','this is a test','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-19 10:11:20','2023-07-19 10:11:20','',7,'https://arukustech.com/?p=873',0,'revision','',0),(874,1,'2023-07-20 07:38:35','2023-07-20 07:38:35','','Home','','inherit','closed','closed','','7-autosave-v1','','','2023-07-20 07:38:35','2023-07-20 07:38:35','',7,'https://arukustech.com/?p=874',0,'revision','',0),(875,1,'2023-07-19 10:52:16','2023-07-19 10:52:16','<p><strong>Feature-Rich Helpdesk Software Solution, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows Revolutionizing Incident Management and Customer Support</strong>\n<br>\nIn the fast-paced world of customer service and support, efficient incident management is crucial for maintaining client satisfaction and business success. Arukus Support 360 emerges as the game-changer in this domain, offering a comprehensive solution that streamlines incident management and transforms customer support into a seamless and gratifying experience.<br>\n</p>\n<p><strong>The Power of Incident Management:</strong>\n<br>\nIncident management lies at the heart of Arukus Support 360\'s capabilities. With an integrated and user-friendly interface, it empowers support teams to handle incoming incidents, such as customer inquiries, technical issues, or service requests, with utmost efficiency. The platform centralizes all customer interactions, ensuring that no ticket goes unnoticed, and every query receives prompt attention.<br>\n</p>\n<p><strong>Automated Ticketing and Escalation:</strong>\n<br>\nArukus Support 360\'s automated ticketing system intelligently categorizes and prioritizes incoming incidents based on their urgency and complexity. This automation eliminates the risk of oversight and significantly reduces response times. Furthermore, the software facilitates smooth ticket escalation to the appropriate personnel or department, ensuring that critical issues receive swift attention from the right experts.<br>\n</p>\n<p><strong>Effortless Collaboration and Communication:</strong>\n<br>\nEffective incident management requires seamless collaboration among support team members and departments. Arukus Support 360 fosters enhanced communication through shared ticket views, internal notes, and real-time updates. By promoting a cohesive workflow, the platform ensures that team members can work together harmoniously, pooling their expertise to resolve incidents promptly.<br>\n</p>\n<p><strong>Data-Driven Insights:</strong>\n<br>\nUnderstanding customer pain points and identifying recurring issues are essential for delivering exceptional support. Arukus Support 360 equips businesses with powerful data analytics tools to gain valuable insights into customer trends, incident patterns, and support team performance. Armed with this information, organizations can proactively address underlying problems and continuously improve their support processes.<br>\n</p>\n<p><strong>Personalized Customer Engagement:</strong>\n<br>\nIn the age of personalized experiences, Arukus Support 360 stands out with its customer-centric approach. The platform enables support agents to access customer profiles, purchase history, and past interactions, allowing them to tailor responses and solutions according to each client\'s unique needs. This personalized engagement not only boosts customer satisfaction but also fosters long-term loyalty.<br>\n</p>\n<p><strong>Security and Compliance:</strong>\n<br>\nSecurity is of utmost importance when handling sensitive customer data. Arukus Support 360 prioritizes data security and compliance, implementing robust measures to safeguard customer information and ensure adherence to industry regulations.<br><br>\n</p>\n<p>Arukus Support 360 is a comprehensive and advanced helpdesk software that redefines incident management and elevates customer support to new heights. With its intuitive interface, automation capabilities, and data-driven insights, businesses can streamline their support processes, exceed customer expectations, and achieve unparalleled success. Embrace the power of Arukus Support 360 and unlock the true potential of your customer support operations.</p>','Support360','','inherit','closed','closed','','225-autosave-v1','','','2023-07-19 10:52:16','2023-07-19 10:52:16','',225,'https://arukustech.com/?p=875',0,'revision','',0),(876,1,'2023-07-19 10:16:20','2023-07-19 10:16:20','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Support360 - The Ultimate Ticketing System','','inherit','closed','closed','','225-revision-v1','','','2023-07-19 10:16:20','2023-07-19 10:16:20','',225,'https://arukustech.com/?p=876',0,'revision','',0),(877,1,'2023-07-19 10:17:19','2023-07-19 10:17:19','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Support360 - The Ultimate Ticketing System','','inherit','closed','closed','','225-revision-v1','','','2023-07-19 10:17:19','2023-07-19 10:17:19','',225,'https://arukustech.com/?p=877',0,'revision','',0),(878,1,'2023-07-19 10:19:49','2023-07-19 10:19:49','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Support360 - The Ultimate Ticketing System','','inherit','closed','closed','','225-revision-v1','','','2023-07-19 10:19:49','2023-07-19 10:19:49','',225,'https://arukustech.com/?p=878',0,'revision','',0),(879,1,'2023-07-19 10:21:02','2023-07-19 10:21:02','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Support360 - The Ultimate Ticketing System','','inherit','closed','closed','','225-revision-v1','','','2023-07-19 10:21:02','2023-07-19 10:21:02','',225,'https://arukustech.com/?p=879',0,'revision','',0),(880,1,'2023-07-19 10:25:07','2023-07-19 10:25:07','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Samadhan Ticketing System','','inherit','closed','closed','','225-revision-v1','','','2023-07-19 10:25:07','2023-07-19 10:25:07','',225,'https://arukustech.com/?p=880',0,'revision','',0),(881,1,'2023-07-19 10:25:18','2023-07-19 10:25:18','Feature-Rich Help Desk Software, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows','Support360 - The Ultimate Ticketing System','','inherit','closed','closed','','225-revision-v1','','','2023-07-19 10:25:18','2023-07-19 10:25:18','',225,'https://arukustech.com/?p=881',0,'revision','',0),(883,1,'2023-07-19 10:41:06','2023-07-19 10:41:06','Feature-Rich Helpdesk Software Solution, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows.\r\nArukus Support 360: Revolutionizing Incident Management and Customer Support\r\n\r\nIn the fast-paced world of customer service and support, efficient incident management is crucial for maintaining client satisfaction and business success. Arukus Support 360 emerges as the game-changer in this domain, offering a comprehensive solution that streamlines incident management and transforms customer support into a seamless and gratifying experience.\r\n\r\nThe Power of Incident Management:\r\n\r\nIncident management lies at the heart of Arukus Support 360\'s capabilities. With an integrated and user-friendly interface, it empowers support teams to handle incoming incidents, such as customer inquiries, technical issues, or service requests, with utmost efficiency. The platform centralizes all customer interactions, ensuring that no ticket goes unnoticed, and every query receives prompt attention.\r\n\r\nAutomated Ticketing and Escalation:\r\n\r\nArukus Support 360\'s automated ticketing system intelligently categorizes and prioritizes incoming incidents based on their urgency and complexity. This automation eliminates the risk of oversight and significantly reduces response times. Furthermore, the software facilitates smooth ticket escalation to the appropriate personnel or department, ensuring that critical issues receive swift attention from the right experts.\r\n\r\nEffortless Collaboration and Communication:\r\n\r\nEffective incident management requires seamless collaboration among support team members and departments. Arukus Support 360 fosters enhanced communication through shared ticket views, internal notes, and real-time updates. By promoting a cohesive workflow, the platform ensures that team members can work together harmoniously, pooling their expertise to resolve incidents promptly.\r\n\r\nData-Driven Insights:\r\n\r\nUnderstanding customer pain points and identifying recurring issues are essential for delivering exceptional support. Arukus Support 360 equips businesses with powerful data analytics tools to gain valuable insights into customer trends, incident patterns, and support team performance. Armed with this information, organizations can proactively address underlying problems and continuously improve their support processes.\r\n\r\nPersonalized Customer Engagement:\r\n\r\nIn the age of personalized experiences, Arukus Support 360 stands out with its customer-centric approach. The platform enables support agents to access customer profiles, purchase history, and past interactions, allowing them to tailor responses and solutions according to each client\'s unique needs. This personalized engagement not only boosts customer satisfaction but also fosters long-term loyalty.\r\n\r\nSecurity and Compliance:\r\n\r\nSecurity is of utmost importance when handling sensitive customer data. Arukus Support 360 prioritizes data security and compliance, implementing robust measures to safeguard customer information and ensure adherence to industry regulations.\r\n\r\nConclusion:\r\n\r\nIn conclusion, Arukus Support 360 is a comprehensive and advanced helpdesk software that redefines incident management and elevates customer support to new heights. With its intuitive interface, automation capabilities, and data-driven insights, businesses can streamline their support processes, exceed customer expectations, and achieve unparalleled success. Embrace the power of Arukus Support 360 and unlock the true potential of your customer support operations.','Support360','','inherit','closed','closed','','225-revision-v1','','','2023-07-19 10:41:06','2023-07-19 10:41:06','',225,'https://arukustech.com/?p=883',0,'revision','',0),(884,1,'2023-07-19 10:43:37','2023-07-19 10:43:37','<strong>Feature-Rich Helpdesk Software Solution, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows Revolutionizing Incident Management and Customer Support</strong>\r\n\r\nIn the fast-paced world of customer service and support, efficient incident management is crucial for maintaining client satisfaction and business success. Arukus Support 360 emerges as the game-changer in this domain, offering a comprehensive solution that streamlines incident management and transforms customer support into a seamless and gratifying experience.\r\n\r\n&nbsp;\r\n\r\n<strong>The Power of Incident Management:</strong>\r\n\r\nIncident management lies at the heart of Arukus Support 360\'s capabilities. With an integrated and user-friendly interface, it empowers support teams to handle incoming incidents, such as customer inquiries, technical issues, or service requests, with utmost efficiency. The platform centralizes all customer interactions, ensuring that no ticket goes unnoticed, and every query receives prompt attention.\r\n\r\n<strong>Automated Ticketing and Escalation:</strong>\r\n\r\nArukus Support 360\'s automated ticketing system intelligently categorizes and prioritizes incoming incidents based on their urgency and complexity. This automation eliminates the risk of oversight and significantly reduces response times. Furthermore, the software facilitates smooth ticket escalation to the appropriate personnel or department, ensuring that critical issues receive swift attention from the right experts.\r\n\r\n<strong>Effortless Collaboration and Communication:</strong>\r\n\r\nEffective incident management requires seamless collaboration among support team members and departments. Arukus Support 360 fosters enhanced communication through shared ticket views, internal notes, and real-time updates. By promoting a cohesive workflow, the platform ensures that team members can work together harmoniously, pooling their expertise to resolve incidents promptly.\r\n\r\n<strong>Data-Driven Insights:</strong>\r\n\r\nUnderstanding customer pain points and identifying recurring issues are essential for delivering exceptional support. Arukus Support 360 equips businesses with powerful data analytics tools to gain valuable insights into customer trends, incident patterns, and support team performance. Armed with this information, organizations can proactively address underlying problems and continuously improve their support processes.\r\n\r\n<strong>Personalized Customer Engagement:</strong>\r\n\r\nIn the age of personalized experiences, Arukus Support 360 stands out with its customer-centric approach. The platform enables support agents to access customer profiles, purchase history, and past interactions, allowing them to tailor responses and solutions according to each client\'s unique needs. This personalized engagement not only boosts customer satisfaction but also fosters long-term loyalty.\r\n\r\n<strong>Security and Compliance:</strong>\r\n\r\nSecurity is of utmost importance when handling sensitive customer data. Arukus Support 360 prioritizes data security and compliance, implementing robust measures to safeguard customer information and ensure adherence to industry regulations.\r\n\r\nArukus Support 360 is a comprehensive and advanced helpdesk software that redefines incident management and elevates customer support to new heights. With its intuitive interface, automation capabilities, and data-driven insights, businesses can streamline their support processes, exceed customer expectations, and achieve unparalleled success. Embrace the power of Arukus Support 360 and unlock the true potential of your customer support operations.','Support360','','inherit','closed','closed','','225-revision-v1','','','2023-07-19 10:43:37','2023-07-19 10:43:37','',225,'https://arukustech.com/?p=884',0,'revision','',0),(885,1,'2023-07-19 10:46:48','2023-07-19 10:46:48','<p><strong>Feature-Rich Helpdesk Software Solution, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows Revolutionizing Incident Management and Customer Support</strong>\r\n<br><br>\r\nIn the fast-paced world of customer service and support, efficient incident management is crucial for maintaining client satisfaction and business success. Arukus Support 360 emerges as the game-changer in this domain, offering a comprehensive solution that streamlines incident management and transforms customer support into a seamless and gratifying experience.\r\n</p>\r\n<p><strong>The Power of Incident Management:</strong>\r\n<br><br>\r\nIncident management lies at the heart of Arukus Support 360\'s capabilities. With an integrated and user-friendly interface, it empowers support teams to handle incoming incidents, such as customer inquiries, technical issues, or service requests, with utmost efficiency. The platform centralizes all customer interactions, ensuring that no ticket goes unnoticed, and every query receives prompt attention.\r\n</p>\r\n<p><strong>Automated Ticketing and Escalation:</strong>\r\n<br><br>\r\nArukus Support 360\'s automated ticketing system intelligently categorizes and prioritizes incoming incidents based on their urgency and complexity. This automation eliminates the risk of oversight and significantly reduces response times. Furthermore, the software facilitates smooth ticket escalation to the appropriate personnel or department, ensuring that critical issues receive swift attention from the right experts.\r\n</p>\r\n<p><strong>Effortless Collaboration and Communication:</strong>\r\n<br><br>\r\nEffective incident management requires seamless collaboration among support team members and departments. Arukus Support 360 fosters enhanced communication through shared ticket views, internal notes, and real-time updates. By promoting a cohesive workflow, the platform ensures that team members can work together harmoniously, pooling their expertise to resolve incidents promptly.\r\n</p>\r\n<p><strong>Data-Driven Insights:</strong>\r\n<br><br>\r\nUnderstanding customer pain points and identifying recurring issues are essential for delivering exceptional support. Arukus Support 360 equips businesses with powerful data analytics tools to gain valuable insights into customer trends, incident patterns, and support team performance. Armed with this information, organizations can proactively address underlying problems and continuously improve their support processes.\r\n</p>\r\n<p><strong>Personalized Customer Engagement:</strong>\r\n<br><br>\r\nIn the age of personalized experiences, Arukus Support 360 stands out with its customer-centric approach. The platform enables support agents to access customer profiles, purchase history, and past interactions, allowing them to tailor responses and solutions according to each client\'s unique needs. This personalized engagement not only boosts customer satisfaction but also fosters long-term loyalty.\r\n</p>\r\n<p><strong>Security and Compliance:</strong>\r\n<br><br>\r\nSecurity is of utmost importance when handling sensitive customer data. Arukus Support 360 prioritizes data security and compliance, implementing robust measures to safeguard customer information and ensure adherence to industry regulations.\r\n</p>\r\nArukus Support 360 is a comprehensive and advanced helpdesk software that redefines incident management and elevates customer support to new heights. With its intuitive interface, automation capabilities, and data-driven insights, businesses can streamline their support processes, exceed customer expectations, and achieve unparalleled success. Embrace the power of Arukus Support 360 and unlock the true potential of your customer support operations.','Support360','','inherit','closed','closed','','225-revision-v1','','','2023-07-19 10:46:48','2023-07-19 10:46:48','',225,'https://arukustech.com/?p=885',0,'revision','',0),(886,1,'2023-07-19 10:48:01','2023-07-19 10:48:01','<p><strong>Feature-Rich Helpdesk Software Solution, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows Revolutionizing Incident Management and Customer Support</strong>\r\n<br>\r\nIn the fast-paced world of customer service and support, efficient incident management is crucial for maintaining client satisfaction and business success. Arukus Support 360 emerges as the game-changer in this domain, offering a comprehensive solution that streamlines incident management and transforms customer support into a seamless and gratifying experience.\r\n</p>\r\n<p><strong>The Power of Incident Management:</strong>\r\n<br>\r\nIncident management lies at the heart of Arukus Support 360\'s capabilities. With an integrated and user-friendly interface, it empowers support teams to handle incoming incidents, such as customer inquiries, technical issues, or service requests, with utmost efficiency. The platform centralizes all customer interactions, ensuring that no ticket goes unnoticed, and every query receives prompt attention.\r\n</p>\r\n<p><strong>Automated Ticketing and Escalation:</strong>\r\n<br>\r\nArukus Support 360\'s automated ticketing system intelligently categorizes and prioritizes incoming incidents based on their urgency and complexity. This automation eliminates the risk of oversight and significantly reduces response times. Furthermore, the software facilitates smooth ticket escalation to the appropriate personnel or department, ensuring that critical issues receive swift attention from the right experts.\r\n</p>\r\n<p><strong>Effortless Collaboration and Communication:</strong>\r\n<br>\r\nEffective incident management requires seamless collaboration among support team members and departments. Arukus Support 360 fosters enhanced communication through shared ticket views, internal notes, and real-time updates. By promoting a cohesive workflow, the platform ensures that team members can work together harmoniously, pooling their expertise to resolve incidents promptly.\r\n</p>\r\n<p><strong>Data-Driven Insights:</strong>\r\n<br>\r\nUnderstanding customer pain points and identifying recurring issues are essential for delivering exceptional support. Arukus Support 360 equips businesses with powerful data analytics tools to gain valuable insights into customer trends, incident patterns, and support team performance. Armed with this information, organizations can proactively address underlying problems and continuously improve their support processes.\r\n</p>\r\n<p><strong>Personalized Customer Engagement:</strong>\r\n<br>\r\nIn the age of personalized experiences, Arukus Support 360 stands out with its customer-centric approach. The platform enables support agents to access customer profiles, purchase history, and past interactions, allowing them to tailor responses and solutions according to each client\'s unique needs. This personalized engagement not only boosts customer satisfaction but also fosters long-term loyalty.\r\n</p>\r\n<p><strong>Security and Compliance:</strong>\r\n<br>\r\nSecurity is of utmost importance when handling sensitive customer data. Arukus Support 360 prioritizes data security and compliance, implementing robust measures to safeguard customer information and ensure adherence to industry regulations.\r\n</p>\r\n<p>Arukus Support 360 is a comprehensive and advanced helpdesk software that redefines incident management and elevates customer support to new heights. With its intuitive interface, automation capabilities, and data-driven insights, businesses can streamline their support processes, exceed customer expectations, and achieve unparalleled success. Embrace the power of Arukus Support 360 and unlock the true potential of your customer support operations.</p>','Support360','','inherit','closed','closed','','225-revision-v1','','','2023-07-19 10:48:01','2023-07-19 10:48:01','',225,'https://arukustech.com/?p=886',0,'revision','',0),(887,1,'2023-07-19 10:52:35','2023-07-19 10:52:35','<p><strong>Feature-Rich Helpdesk Software Solution, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows Revolutionizing Incident Management and Customer Support</strong>\r\n<br>\r\nIn the fast-paced world of customer service and support, efficient incident management is crucial for maintaining client satisfaction and business success. Arukus Support 360 emerges as the game-changer in this domain, offering a comprehensive solution that streamlines incident management and transforms customer support into a seamless and gratifying experience.<br>\r\n</p>\r\n<p><strong>The Power of Incident Management:</strong>\r\n<br>\r\nIncident management lies at the heart of Arukus Support 360\'s capabilities. With an integrated and user-friendly interface, it empowers support teams to handle incoming incidents, such as customer inquiries, technical issues, or service requests, with utmost efficiency. The platform centralizes all customer interactions, ensuring that no ticket goes unnoticed, and every query receives prompt attention.<br>\r\n</p>\r\n<p><strong>Automated Ticketing and Escalation:</strong>\r\n<br>\r\nArukus Support 360\'s automated ticketing system intelligently categorizes and prioritizes incoming incidents based on their urgency and complexity. This automation eliminates the risk of oversight and significantly reduces response times. Furthermore, the software facilitates smooth ticket escalation to the appropriate personnel or department, ensuring that critical issues receive swift attention from the right experts.<br>\r\n</p>\r\n<p><strong>Effortless Collaboration and Communication:</strong>\r\n<br>\r\nEffective incident management requires seamless collaboration among support team members and departments. Arukus Support 360 fosters enhanced communication through shared ticket views, internal notes, and real-time updates. By promoting a cohesive workflow, the platform ensures that team members can work together harmoniously, pooling their expertise to resolve incidents promptly.<br>\r\n</p>\r\n<p><strong>Data-Driven Insights:</strong>\r\n<br>\r\nUnderstanding customer pain points and identifying recurring issues are essential for delivering exceptional support. Arukus Support 360 equips businesses with powerful data analytics tools to gain valuable insights into customer trends, incident patterns, and support team performance. Armed with this information, organizations can proactively address underlying problems and continuously improve their support processes.<br>\r\n</p>\r\n<p><strong>Personalized Customer Engagement:</strong>\r\n<br>\r\nIn the age of personalized experiences, Arukus Support 360 stands out with its customer-centric approach. The platform enables support agents to access customer profiles, purchase history, and past interactions, allowing them to tailor responses and solutions according to each client\'s unique needs. This personalized engagement not only boosts customer satisfaction but also fosters long-term loyalty.<br>\r\n</p>\r\n<p><strong>Security and Compliance:</strong>\r\n<br>\r\nSecurity is of utmost importance when handling sensitive customer data. Arukus Support 360 prioritizes data security and compliance, implementing robust measures to safeguard customer information and ensure adherence to industry regulations.<br><br>\r\n</p>\r\n<p>Arukus Support 360 is a comprehensive and advanced helpdesk software that redefines incident management and elevates customer support to new heights. With its intuitive interface, automation capabilities, and data-driven insights, businesses can streamline their support processes, exceed customer expectations, and achieve unparalleled success. Embrace the power of Arukus Support 360 and unlock the true potential of your customer support operations.</p>','Support360','','inherit','closed','closed','','225-revision-v1','','','2023-07-19 10:52:35','2023-07-19 10:52:35','',225,'https://arukustech.com/?p=887',0,'revision','',0),(888,1,'2023-07-19 11:08:38','2023-07-19 11:08:38','<p><strong>Arukus Technologies Fraud Control System: Safeguarding MFI and NBFCs from Financial Fraud</strong></p>\n<p>\nIn the world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), the battle against financial fraud is an ongoing challenge. As these institutions strive to expand their reach and cater to the financial needs of underserved populations, they must also be vigilant against various fraudulent activities that can hamper their growth and reputation. Arukus Technologies\' Fraud Management System emerges as a powerful ally, empowering MFIs and NBFCs to reduce risks associated with common fraud scenarios such as cash misappropriation, false documentation, suppressing loan foreclosure information, and more.\n</p>\n<p><strong>Intelligent Fraud Detection and Prevention:</strong></p>\n<p>\nArukus Technologies\' Fraud Management System is armed with cutting-edge technology that employs artificial intelligence and machine learning algorithms to identify potential fraud patterns. By analyzing vast volumes of data from diverse sources, the system can detect irregularities and suspicious activities in real-time, enabling proactive action to prevent fraudulent transactions.\n</p>\n<p><strong>Mitigating Cash Misappropriation:</strong></p>\n<p>\nOne of the most common fraud scenarios faced by MFIs and NBFCs is cash misappropriation, where employees or individuals exploit loopholes to embezzle funds. Arukus Technologies\' system implements strict access controls, segregates duties, and monitors financial transactions to minimize the risk of unauthorized cash handling. Moreover, the system can flag unusual withdrawal patterns or unauthorized account access, triggering timely investigations and deterring potential fraudsters.\n</p>\n<p><strong>Verifying Document Authenticity:</strong></p>\n<p>\nFalse documentation is another significant concern for financial institutions. Fraudsters may submit forged or manipulated documents to secure loans or credit facilities. Arukus Technologies\' Fraud Management System incorporates advanced document verification techniques, leveraging optical character recognition (OCR) and other validation methods to ensure the authenticity of submitted documents. This helps eliminate the risk of approving loans based on fraudulent information.\n</p>\n<p><strong>Enhanced Loan Foreclosure Monitoring:</strong></p>\n<p>\nSuppressing loan foreclosure information is a fraudulent tactic used to conceal existing liabilities and secure additional credit. Arukus Technologies\' system maintains a comprehensive loan database, cross-referencing foreclosure details with credit records. Any discrepancies or attempts to hide foreclosure information are promptly detected, reducing the risk of granting credit to defaulters or individuals with a high credit risk.\n</p>\n<p><strong>Real-Time Alerts and Reporting:</strong></p>\n<p>\nArukus Technologies\' Fraud Management System delivers real-time alerts to relevant stakeholders when suspicious activities are detected. These alerts enable swift action and investigation, minimizing the impact of potential fraud on the institution\'s financial health. Additionally, the system generates comprehensive fraud reports, providing insights into emerging fraud trends and aiding in continuous process improvement.\n</p>\n<p><strong>Strengthening Compliance and Regulation:</strong></p>\n<p>\nCompliance with regulatory requirements is of utmost importance for MFIs and NBFCs. Arukus Technologies\' Fraud Management System ensures adherence to industry standards and compliance with anti-fraud regulations. By maintaining transparent and traceable audit trails, financial institutions can confidently demonstrate their commitment to preventing fraud and upholding ethical practices.\n</p>\n<p>\nIn conclusion, Arukus Technologies\' Fraud Management System is a powerful tool that empowers MFIs and NBFCs to combat financial fraud effectively. By leveraging advanced technologies and intelligent analytics, the system helps these institutions detect and prevent common fraud scenarios like cash misappropriation, false documentation, and loan foreclosure suppression. With heightened vigilance, real-time alerts, and robust compliance measures, Arukus Technologies enables MFIs and NBFCs to protect their assets, reputation, and most importantly, their customers\' trust.\n</p>','Fraud Control System','','inherit','closed','closed','','223-autosave-v1','','','2023-07-19 11:08:38','2023-07-19 11:08:38','',223,'https://arukustech.com/?p=888',0,'revision','',0),(889,1,'2023-07-19 10:59:17','2023-07-19 10:59:17','<strong>Arukus Technologies Fraud Management System: Safeguarding MFI and NBFCs from Financial Fraud</strong>\r\n<p>\r\nIn the world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), the battle against financial fraud is an ongoing challenge. As these institutions strive to expand their reach and cater to the financial needs of underserved populations, they must also be vigilant against various fraudulent activities that can hamper their growth and reputation. Arukus Technologies\' Fraud Management System emerges as a powerful ally, empowering MFIs and NBFCs to reduce risks associated with common fraud scenarios such as cash misappropriation, false documentation, suppressing loan foreclosure information, and more.\r\n</p>\r\n<strong>Intelligent Fraud Detection and Prevention:</strong>\r\n<p>\r\nArukus Technologies\' Fraud Management System is armed with cutting-edge technology that employs artificial intelligence and machine learning algorithms to identify potential fraud patterns. By analyzing vast volumes of data from diverse sources, the system can detect irregularities and suspicious activities in real-time, enabling proactive action to prevent fraudulent transactions.\r\n</p>\r\n<strong>Mitigating Cash Misappropriation:</strong>\r\n<p>\r\nOne of the most common fraud scenarios faced by MFIs and NBFCs is cash misappropriation, where employees or individuals exploit loopholes to embezzle funds. Arukus Technologies\' system implements strict access controls, segregates duties, and monitors financial transactions to minimize the risk of unauthorized cash handling. Moreover, the system can flag unusual withdrawal patterns or unauthorized account access, triggering timely investigations and deterring potential fraudsters.\r\n</p>\r\n<strong>Verifying Document Authenticity:</strong>\r\n<p>\r\nFalse documentation is another significant concern for financial institutions. Fraudsters may submit forged or manipulated documents to secure loans or credit facilities. Arukus Technologies\' Fraud Management System incorporates advanced document verification techniques, leveraging optical character recognition (OCR) and other validation methods to ensure the authenticity of submitted documents. This helps eliminate the risk of approving loans based on fraudulent information.\r\n</p>\r\n<strong>Enhanced Loan Foreclosure Monitoring:</strong>\r\n<p>\r\nSuppressing loan foreclosure information is a fraudulent tactic used to conceal existing liabilities and secure additional credit. Arukus Technologies\' system maintains a comprehensive loan database, cross-referencing foreclosure details with credit records. Any discrepancies or attempts to hide foreclosure information are promptly detected, reducing the risk of granting credit to defaulters or individuals with a high credit risk.\r\n</p>\r\n<strong>Real-Time Alerts and Reporting:</strong>\r\n<p>\r\nArukus Technologies\' Fraud Management System delivers real-time alerts to relevant stakeholders when suspicious activities are detected. These alerts enable swift action and investigation, minimizing the impact of potential fraud on the institution\'s financial health. Additionally, the system generates comprehensive fraud reports, providing insights into emerging fraud trends and aiding in continuous process improvement.\r\n</p>\r\n<strong>Strengthening Compliance and Regulation:</strong>\r\n<p>\r\nCompliance with regulatory requirements is of utmost importance for MFIs and NBFCs. Arukus Technologies\' Fraud Management System ensures adherence to industry standards and compliance with anti-fraud regulations. By maintaining transparent and traceable audit trails, financial institutions can confidently demonstrate their commitment to preventing fraud and upholding ethical practices.\r\n</p>\r\n<p>\r\nIn conclusion, Arukus Technologies\' Fraud Management System is a powerful tool that empowers MFIs and NBFCs to combat financial fraud effectively. By leveraging advanced technologies and intelligent analytics, the system helps these institutions detect and prevent common fraud scenarios like cash misappropriation, false documentation, and loan foreclosure suppression. With heightened vigilance, real-time alerts, and robust compliance measures, Arukus Technologies enables MFIs and NBFCs to protect their assets, reputation, and most importantly, their customers\' trust.\r\n</p>','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-19 10:59:17','2023-07-19 10:59:17','',223,'https://arukustech.com/?p=889',0,'revision','',0),(890,1,'2023-07-19 11:00:35','2023-07-19 11:00:35','<p><strong>Arukus Technologies Fraud Management System: Safeguarding MFI and NBFCs from Financial Fraud</strong></p>\r\n<p>\r\nIn the world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), the battle against financial fraud is an ongoing challenge. As these institutions strive to expand their reach and cater to the financial needs of underserved populations, they must also be vigilant against various fraudulent activities that can hamper their growth and reputation. Arukus Technologies\' Fraud Management System emerges as a powerful ally, empowering MFIs and NBFCs to reduce risks associated with common fraud scenarios such as cash misappropriation, false documentation, suppressing loan foreclosure information, and more.\r\n</p>\r\n<p><strong>Intelligent Fraud Detection and Prevention:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System is armed with cutting-edge technology that employs artificial intelligence and machine learning algorithms to identify potential fraud patterns. By analyzing vast volumes of data from diverse sources, the system can detect irregularities and suspicious activities in real-time, enabling proactive action to prevent fraudulent transactions.\r\n</p>\r\n<p><strong>Mitigating Cash Misappropriation:</strong></p>\r\n<p>\r\nOne of the most common fraud scenarios faced by MFIs and NBFCs is cash misappropriation, where employees or individuals exploit loopholes to embezzle funds. Arukus Technologies\' system implements strict access controls, segregates duties, and monitors financial transactions to minimize the risk of unauthorized cash handling. Moreover, the system can flag unusual withdrawal patterns or unauthorized account access, triggering timely investigations and deterring potential fraudsters.\r\n</p>\r\n<p><strong>Verifying Document Authenticity:</strong></p>\r\n<p>\r\nFalse documentation is another significant concern for financial institutions. Fraudsters may submit forged or manipulated documents to secure loans or credit facilities. Arukus Technologies\' Fraud Management System incorporates advanced document verification techniques, leveraging optical character recognition (OCR) and other validation methods to ensure the authenticity of submitted documents. This helps eliminate the risk of approving loans based on fraudulent information.\r\n</p>\r\n<p><strong>Enhanced Loan Foreclosure Monitoring:</strong></p>\r\n<p>\r\nSuppressing loan foreclosure information is a fraudulent tactic used to conceal existing liabilities and secure additional credit. Arukus Technologies\' system maintains a comprehensive loan database, cross-referencing foreclosure details with credit records. Any discrepancies or attempts to hide foreclosure information are promptly detected, reducing the risk of granting credit to defaulters or individuals with a high credit risk.\r\n</p>\r\n<p><strong>Real-Time Alerts and Reporting:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System delivers real-time alerts to relevant stakeholders when suspicious activities are detected. These alerts enable swift action and investigation, minimizing the impact of potential fraud on the institution\'s financial health. Additionally, the system generates comprehensive fraud reports, providing insights into emerging fraud trends and aiding in continuous process improvement.\r\n</p>\r\n<p><strong>Strengthening Compliance and Regulation:</strong></p>\r\n<p>\r\nCompliance with regulatory requirements is of utmost importance for MFIs and NBFCs. Arukus Technologies\' Fraud Management System ensures adherence to industry standards and compliance with anti-fraud regulations. By maintaining transparent and traceable audit trails, financial institutions can confidently demonstrate their commitment to preventing fraud and upholding ethical practices.\r\n</p>\r\n<p>\r\nIn conclusion, Arukus Technologies\' Fraud Management System is a powerful tool that empowers MFIs and NBFCs to combat financial fraud effectively. By leveraging advanced technologies and intelligent analytics, the system helps these institutions detect and prevent common fraud scenarios like cash misappropriation, false documentation, and loan foreclosure suppression. With heightened vigilance, real-time alerts, and robust compliance measures, Arukus Technologies enables MFIs and NBFCs to protect their assets, reputation, and most importantly, their customers\' trust.\r\n</p>','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-19 11:00:35','2023-07-19 11:00:35','',223,'https://arukustech.com/?p=890',0,'revision','',0),(891,1,'2023-07-19 11:09:06','2023-07-19 11:09:06','<p><strong>Arukus Technologies Fraud Control System: Safeguarding MFI and NBFCs from Financial Fraud</strong></p>\r\n<p>\r\nIn the world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), the battle against financial fraud is an ongoing challenge. As these institutions strive to expand their reach and cater to the financial needs of underserved populations, they must also be vigilant against various fraudulent activities that can hamper their growth and reputation. Arukus Technologies\' Fraud Management System emerges as a powerful ally, empowering MFIs and NBFCs to reduce risks associated with common fraud scenarios such as cash misappropriation, false documentation, suppressing loan foreclosure information, and more.\r\n</p>\r\n<p><strong>Intelligent Fraud Detection and Prevention:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System is armed with cutting-edge technology that employs artificial intelligence and machine learning algorithms to identify potential fraud patterns. By analyzing vast volumes of data from diverse sources, the system can detect irregularities and suspicious activities in real-time, enabling proactive action to prevent fraudulent transactions.\r\n</p>\r\n<p><strong>Mitigating Cash Misappropriation:</strong></p>\r\n<p>\r\nOne of the most common fraud scenarios faced by MFIs and NBFCs is cash misappropriation, where employees or individuals exploit loopholes to embezzle funds. Arukus Technologies\' system implements strict access controls, segregates duties, and monitors financial transactions to minimize the risk of unauthorized cash handling. Moreover, the system can flag unusual withdrawal patterns or unauthorized account access, triggering timely investigations and deterring potential fraudsters.\r\n</p>\r\n<p><strong>Verifying Document Authenticity:</strong></p>\r\n<p>\r\nFalse documentation is another significant concern for financial institutions. Fraudsters may submit forged or manipulated documents to secure loans or credit facilities. Arukus Technologies\' Fraud Management System incorporates advanced document verification techniques, leveraging optical character recognition (OCR) and other validation methods to ensure the authenticity of submitted documents. This helps eliminate the risk of approving loans based on fraudulent information.\r\n</p>\r\n<p><strong>Enhanced Loan Foreclosure Monitoring:</strong></p>\r\n<p>\r\nSuppressing loan foreclosure information is a fraudulent tactic used to conceal existing liabilities and secure additional credit. Arukus Technologies\' system maintains a comprehensive loan database, cross-referencing foreclosure details with credit records. Any discrepancies or attempts to hide foreclosure information are promptly detected, reducing the risk of granting credit to defaulters or individuals with a high credit risk.\r\n</p>\r\n<p><strong>Real-Time Alerts and Reporting:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System delivers real-time alerts to relevant stakeholders when suspicious activities are detected. These alerts enable swift action and investigation, minimizing the impact of potential fraud on the institution\'s financial health. Additionally, the system generates comprehensive fraud reports, providing insights into emerging fraud trends and aiding in continuous process improvement.\r\n</p>\r\n<p><strong>Strengthening Compliance and Regulation:</strong></p>\r\n<p>\r\nCompliance with regulatory requirements is of utmost importance for MFIs and NBFCs. Arukus Technologies\' Fraud Management System ensures adherence to industry standards and compliance with anti-fraud regulations. By maintaining transparent and traceable audit trails, financial institutions can confidently demonstrate their commitment to preventing fraud and upholding ethical practices.\r\n</p>\r\n<p>\r\nIn conclusion, Arukus Technologies\' Fraud Management System is a powerful tool that empowers MFIs and NBFCs to combat financial fraud effectively. By leveraging advanced technologies and intelligent analytics, the system helps these institutions detect and prevent common fraud scenarios like cash misappropriation, false documentation, and loan foreclosure suppression. With heightened vigilance, real-time alerts, and robust compliance measures, Arukus Technologies enables MFIs and NBFCs to protect their assets, reputation, and most importantly, their customers\' trust.\r\n</p>','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-19 11:09:06','2023-07-19 11:09:06','',223,'https://arukustech.com/?p=891',0,'revision','',0),(892,1,'2023-07-19 11:10:02','2023-07-19 11:10:02','<p><strong>Arukus Technologies Fraud Control System: Safeguarding MFI and NBFCs from Financial Fraud</strong></p>\r\n<p>\r\nIn the world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), the battle against financial fraud is an ongoing challenge. As these institutions strive to expand their reach and cater to the financial needs of underserved populations, they must also be vigilant against various fraudulent activities that can hamper their growth and reputation. Arukus Technologies\' Fraud Management System emerges as a powerful ally, empowering MFIs and NBFCs to reduce risks associated with common fraud scenarios such as cash misappropriation, false documentation, suppressing loan foreclosure information, and more.\r\n</p>\r\n<p><strong>Intelligent Fraud Detection and Prevention:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System is armed with cutting-edge technology that employs artificial intelligence and machine learning algorithms to identify potential fraud patterns. By analyzing vast volumes of data from diverse sources, the system can detect irregularities and suspicious activities in real-time, enabling proactive action to prevent fraudulent transactions.\r\n</p>\r\n<p><strong>Mitigating Cash Misappropriation:</strong></p>\r\n<p>\r\nOne of the most common fraud scenarios faced by MFIs and NBFCs is cash misappropriation, where employees or individuals exploit loopholes to embezzle funds. Arukus Technologies\' system implements strict access controls, segregates duties, and monitors financial transactions to minimize the risk of unauthorized cash handling. Moreover, the system can flag unusual withdrawal patterns or unauthorized account access, triggering timely investigations and deterring potential fraudsters.\r\n</p>\r\n<p><strong>Verifying Document Authenticity:</strong></p>\r\n<p>\r\nFalse documentation is another significant concern for financial institutions. Fraudsters may submit forged or manipulated documents to secure loans or credit facilities. Arukus Technologies\' Fraud Management System incorporates advanced document verification techniques, leveraging optical character recognition (OCR) and other validation methods to ensure the authenticity of submitted documents. This helps eliminate the risk of approving loans based on fraudulent information.\r\n</p>\r\n<p><strong>Enhanced Loan Foreclosure Monitoring:</strong></p>\r\n<p>\r\nSuppressing loan foreclosure information is a fraudulent tactic used to conceal existing liabilities and secure additional credit. Arukus Technologies\' system maintains a comprehensive loan database, cross-referencing foreclosure details with credit records. Any discrepancies or attempts to hide foreclosure information are promptly detected, reducing the risk of granting credit to defaulters or individuals with a high credit risk.\r\n</p>\r\n<p><strong>Real-Time Alerts and Reporting:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System delivers real-time alerts to relevant stakeholders when suspicious activities are detected. These alerts enable swift action and investigation, minimizing the impact of potential fraud on the institution\'s financial health. Additionally, the system generates comprehensive fraud reports, providing insights into emerging fraud trends and aiding in continuous process improvement.\r\n</p>\r\n<p><strong>Strengthening Compliance and Regulation:</strong></p>\r\n<p>\r\nCompliance with regulatory requirements is of utmost importance for MFIs and NBFCs. Arukus Technologies\' Fraud Management System ensures adherence to industry standards and compliance with anti-fraud regulations. By maintaining transparent and traceable audit trails, financial institutions can confidently demonstrate their commitment to preventing fraud and upholding ethical practices.\r\n</p>\r\n<br>\r\n<p>\r\nIn conclusion, Arukus Technologies\' Fraud Management System is a powerful tool that empowers MFIs and NBFCs to combat financial fraud effectively. By leveraging advanced technologies and intelligent analytics, the system helps these institutions detect and prevent common fraud scenarios like cash misappropriation, false documentation, and loan foreclosure suppression. With heightened vigilance, real-time alerts, and robust compliance measures, Arukus Technologies enables MFIs and NBFCs to protect their assets, reputation, and most importantly, their customers\' trust.\r\n</p>','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-19 11:10:02','2023-07-19 11:10:02','',223,'https://arukustech.com/?p=892',0,'revision','',0),(894,1,'2023-07-19 11:35:54','2023-07-19 11:35:54','','About Us','','inherit','closed','closed','','60-revision-v1','','','2023-07-19 11:35:54','2023-07-19 11:35:54','',60,'https://arukustech.com/?p=894',0,'revision','',0),(895,1,'2023-07-19 12:17:23','2023-07-19 12:17:23','<strong>Arukus Field Track-O: Revolutionizing Field Sales Performance Tracking for Maximizing Collections</strong>\n<br><br>\n<p>Welcome to the future of field sales management with Arukus Field Track-O, an innovative app designed to empower businesses and field sales teams with cutting-edge tools and insights for unmatched performance. Let\'s explore how Arukus Technologies\' Field Track-O transforms your sales operations, ensuring compliance, optimizing target achievement, and providing real-time tracking capabilities.</p>\n\n<p><strong>1. Ensuring Compliance:</strong><br>\nCompliance is a crucial aspect of any sales operation. Arukus Field Track-O helps your organization maintain adherence to sales protocols and regulatory requirements. By capturing and analyzing data during field visits, the app ensures that sales agents follow best practices and adhere to company guidelines, promoting ethical and transparent sales processes.</p>\n\n<p><strong>2. Advanced Planner & Tracking Tool for Meeting Collection Targets:</strong><br>\nIn a competitive market, meeting collection targets is vital for sustained growth. Arukus Field Track-O serves as an advanced planner and tracking tool that enables sales agents to plan their routes efficiently, ensuring optimal coverage and customer engagement. Real-time tracking of sales agents\' activities allows them to focus on high-priority accounts and meet collection targets with precision.</p>\n\n<p><strong>3. Geo-Tracking:</strong><br>\nEfficient field sales management demands accurate location tracking, and Arukus Field Track-O delivers precisely that. By leveraging state-of-the-art geo-tracking technology, the app provides real-time location updates, allowing sales managers to monitor field agents\' movements and ensure optimal route planning. This geo-tracking feature also enhances customer service, as agents can reach clients promptly and deliver personalized experiences.</p>\n\n<p><strong>4. Field Agent Monitoring:</strong><br>\nSupervising field sales agents remotely can be a challenge, but Arukus Field Track-O bridges this gap effectively. With comprehensive field agent monitoring, sales managers can gain insights into agent activities, productivity, and performance metrics. This data-driven approach fosters accountability and empowers sales agents to make data-backed decisions in the field, improving overall efficiency.</p>\n\n<p><strong>5. Branch Manager Review System:</strong><br>\nFor seamless coordination between field sales teams and branch managers, Arukus Field Track-O incorporates a robust review system. Branch managers can access real-time data, track agent performance, and review sales activities with ease. This streamlines communication, facilitates prompt feedback, and enables better support to field agents.</p>\n\n<p><strong>6. Area or Zonal Manager Review System:</strong><br>\nIn addition to branch-level oversight, Arukus Field Track-O offers a comprehensive review system for area or zonal managers. This allows higher-level management to monitor sales performance across regions, identify trends, and make strategic decisions based on accurate data. The review system ensures alignment with organizational objectives and drives collaboration for optimal results.</p>\n\n<p>\nIn conclusion, Arukus Field Track-O empowers businesses to take control of their field sales operations like never before. With compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness. Embrace Arukus Field Track-O to optimize your field sales performance, maximize productivity, and achieve unparalleled success in the competitive market.\n</p>\n\n\n\n\n\n','Field Track-O','','inherit','closed','closed','','219-autosave-v1','','','2023-07-19 12:17:23','2023-07-19 12:17:23','',219,'https://arukustech.com/?p=895',0,'revision','',0),(896,1,'2023-07-19 12:13:17','2023-07-19 12:13:17','<h2>Arukus Field Track-O: Revolutionizing Field Sales Management for Enhanced Performance</h2>\r\n<br><br>\r\n<p>Welcome to the future of field sales management with Arukus Field Track-O, an innovative app designed to empower businesses and field sales teams with cutting-edge tools and insights for unmatched performance. Let\'s explore how Arukus Technologies\' Field Track-O transforms your sales operations, ensuring compliance, optimizing target achievement, and providing real-time tracking capabilities.</p>\r\n\r\n<p><strong>1. Ensuring Compliance:</strong><br>\r\nCompliance is a crucial aspect of any sales operation. Arukus Field Track-O helps your organization maintain adherence to sales protocols and regulatory requirements. By capturing and analyzing data during field visits, the app ensures that sales agents follow best practices and adhere to company guidelines, promoting ethical and transparent sales processes.</p>\r\n\r\n<p><strong>2. Advanced Planner & Tracking Tool for Meeting Collection Targets:</strong><br>\r\nIn a competitive market, meeting collection targets is vital for sustained growth. Arukus Field Track-O serves as an advanced planner and tracking tool that enables sales agents to plan their routes efficiently, ensuring optimal coverage and customer engagement. Real-time tracking of sales agents\' activities allows them to focus on high-priority accounts and meet collection targets with precision.</p>\r\n\r\n<p><strong>3. Geo-Tracking:</strong><br>\r\nEfficient field sales management demands accurate location tracking, and Arukus Field Track-O delivers precisely that. By leveraging state-of-the-art geo-tracking technology, the app provides real-time location updates, allowing sales managers to monitor field agents\' movements and ensure optimal route planning. This geo-tracking feature also enhances customer service, as agents can reach clients promptly and deliver personalized experiences.</p>\r\n\r\n<p><strong>4. Field Agent Monitoring:</strong><br>\r\nSupervising field sales agents remotely can be a challenge, but Arukus Field Track-O bridges this gap effectively. With comprehensive field agent monitoring, sales managers can gain insights into agent activities, productivity, and performance metrics. This data-driven approach fosters accountability and empowers sales agents to make data-backed decisions in the field, improving overall efficiency.</p>\r\n\r\n<p><strong>5. Branch Manager Review System:</strong><br>\r\nFor seamless coordination between field sales teams and branch managers, Arukus Field Track-O incorporates a robust review system. Branch managers can access real-time data, track agent performance, and review sales activities with ease. This streamlines communication, facilitates prompt feedback, and enables better support to field agents.</p>\r\n\r\n<p><strong>6. Area or Zonal Manager Review System:</strong><br>\r\nIn addition to branch-level oversight, Arukus Field Track-O offers a comprehensive review system for area or zonal managers. This allows higher-level management to monitor sales performance across regions, identify trends, and make strategic decisions based on accurate data. The review system ensures alignment with organizational objectives and drives collaboration for optimal results.</p>\r\n</p>\r\n<p>\r\nIn conclusion, Arukus Field Track-O empowers businesses to take control of their field sales operations like never before. With compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness. Embrace Arukus Field Track-O to optimize your field sales performance, maximize productivity, and achieve unparalleled success in the competitive market.\r\n</p>\r\n\r\n\r\n\r\n\r\n\r\n','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-19 12:13:17','2023-07-19 12:13:17','',219,'https://arukustech.com/?p=896',0,'revision','',0),(897,1,'2023-07-19 12:14:35','2023-07-19 12:14:35','<strong>Arukus Field Track-O: Revolutionizing Field Sales Management for Enhanced Performance<strong>\r\n<br><br>\r\n<p>Welcome to the future of field sales management with Arukus Field Track-O, an innovative app designed to empower businesses and field sales teams with cutting-edge tools and insights for unmatched performance. Let\'s explore how Arukus Technologies\' Field Track-O transforms your sales operations, ensuring compliance, optimizing target achievement, and providing real-time tracking capabilities.</p>\r\n\r\n<p><strong>1. Ensuring Compliance:</strong><br>\r\nCompliance is a crucial aspect of any sales operation. Arukus Field Track-O helps your organization maintain adherence to sales protocols and regulatory requirements. By capturing and analyzing data during field visits, the app ensures that sales agents follow best practices and adhere to company guidelines, promoting ethical and transparent sales processes.</p>\r\n\r\n<p><strong>2. Advanced Planner & Tracking Tool for Meeting Collection Targets:</strong><br>\r\nIn a competitive market, meeting collection targets is vital for sustained growth. Arukus Field Track-O serves as an advanced planner and tracking tool that enables sales agents to plan their routes efficiently, ensuring optimal coverage and customer engagement. Real-time tracking of sales agents\' activities allows them to focus on high-priority accounts and meet collection targets with precision.</p>\r\n\r\n<p><strong>3. Geo-Tracking:</strong><br>\r\nEfficient field sales management demands accurate location tracking, and Arukus Field Track-O delivers precisely that. By leveraging state-of-the-art geo-tracking technology, the app provides real-time location updates, allowing sales managers to monitor field agents\' movements and ensure optimal route planning. This geo-tracking feature also enhances customer service, as agents can reach clients promptly and deliver personalized experiences.</p>\r\n\r\n<p><strong>4. Field Agent Monitoring:</strong><br>\r\nSupervising field sales agents remotely can be a challenge, but Arukus Field Track-O bridges this gap effectively. With comprehensive field agent monitoring, sales managers can gain insights into agent activities, productivity, and performance metrics. This data-driven approach fosters accountability and empowers sales agents to make data-backed decisions in the field, improving overall efficiency.</p>\r\n\r\n<p><strong>5. Branch Manager Review System:</strong><br>\r\nFor seamless coordination between field sales teams and branch managers, Arukus Field Track-O incorporates a robust review system. Branch managers can access real-time data, track agent performance, and review sales activities with ease. This streamlines communication, facilitates prompt feedback, and enables better support to field agents.</p>\r\n\r\n<p><strong>6. Area or Zonal Manager Review System:</strong><br>\r\nIn addition to branch-level oversight, Arukus Field Track-O offers a comprehensive review system for area or zonal managers. This allows higher-level management to monitor sales performance across regions, identify trends, and make strategic decisions based on accurate data. The review system ensures alignment with organizational objectives and drives collaboration for optimal results.</p>\r\n\r\n<p>\r\nIn conclusion, Arukus Field Track-O empowers businesses to take control of their field sales operations like never before. With compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness. Embrace Arukus Field Track-O to optimize your field sales performance, maximize productivity, and achieve unparalleled success in the competitive market.\r\n</p>\r\n\r\n\r\n\r\n\r\n\r\n','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-19 12:14:35','2023-07-19 12:14:35','',219,'https://arukustech.com/?p=897',0,'revision','',0),(898,1,'2023-07-19 12:15:06','2023-07-19 12:15:06','<strong>Arukus Field Track-O: Revolutionizing Field Sales Management for Enhanced Performance</strong>\r\n<br><br>\r\n<p>Welcome to the future of field sales management with Arukus Field Track-O, an innovative app designed to empower businesses and field sales teams with cutting-edge tools and insights for unmatched performance. Let\'s explore how Arukus Technologies\' Field Track-O transforms your sales operations, ensuring compliance, optimizing target achievement, and providing real-time tracking capabilities.</p>\r\n\r\n<p><strong>1. Ensuring Compliance:</strong><br>\r\nCompliance is a crucial aspect of any sales operation. Arukus Field Track-O helps your organization maintain adherence to sales protocols and regulatory requirements. By capturing and analyzing data during field visits, the app ensures that sales agents follow best practices and adhere to company guidelines, promoting ethical and transparent sales processes.</p>\r\n\r\n<p><strong>2. Advanced Planner & Tracking Tool for Meeting Collection Targets:</strong><br>\r\nIn a competitive market, meeting collection targets is vital for sustained growth. Arukus Field Track-O serves as an advanced planner and tracking tool that enables sales agents to plan their routes efficiently, ensuring optimal coverage and customer engagement. Real-time tracking of sales agents\' activities allows them to focus on high-priority accounts and meet collection targets with precision.</p>\r\n\r\n<p><strong>3. Geo-Tracking:</strong><br>\r\nEfficient field sales management demands accurate location tracking, and Arukus Field Track-O delivers precisely that. By leveraging state-of-the-art geo-tracking technology, the app provides real-time location updates, allowing sales managers to monitor field agents\' movements and ensure optimal route planning. This geo-tracking feature also enhances customer service, as agents can reach clients promptly and deliver personalized experiences.</p>\r\n\r\n<p><strong>4. Field Agent Monitoring:</strong><br>\r\nSupervising field sales agents remotely can be a challenge, but Arukus Field Track-O bridges this gap effectively. With comprehensive field agent monitoring, sales managers can gain insights into agent activities, productivity, and performance metrics. This data-driven approach fosters accountability and empowers sales agents to make data-backed decisions in the field, improving overall efficiency.</p>\r\n\r\n<p><strong>5. Branch Manager Review System:</strong><br>\r\nFor seamless coordination between field sales teams and branch managers, Arukus Field Track-O incorporates a robust review system. Branch managers can access real-time data, track agent performance, and review sales activities with ease. This streamlines communication, facilitates prompt feedback, and enables better support to field agents.</p>\r\n\r\n<p><strong>6. Area or Zonal Manager Review System:</strong><br>\r\nIn addition to branch-level oversight, Arukus Field Track-O offers a comprehensive review system for area or zonal managers. This allows higher-level management to monitor sales performance across regions, identify trends, and make strategic decisions based on accurate data. The review system ensures alignment with organizational objectives and drives collaboration for optimal results.</p>\r\n\r\n<p>\r\nIn conclusion, Arukus Field Track-O empowers businesses to take control of their field sales operations like never before. With compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness. Embrace Arukus Field Track-O to optimize your field sales performance, maximize productivity, and achieve unparalleled success in the competitive market.\r\n</p>\r\n\r\n\r\n\r\n\r\n\r\n','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-19 12:15:06','2023-07-19 12:15:06','',219,'https://arukustech.com/?p=898',0,'revision','',0),(899,1,'2023-07-19 12:16:20','2023-07-19 12:16:20','<strong>Arukus Field Track-O: Revolutionizing Field Sales Tracking for Enhanced Performance</strong>\r\n<br><br>\r\n<p>Welcome to the future of field sales management with Arukus Field Track-O, an innovative app designed to empower businesses and field sales teams with cutting-edge tools and insights for unmatched performance. Let\'s explore how Arukus Technologies\' Field Track-O transforms your sales operations, ensuring compliance, optimizing target achievement, and providing real-time tracking capabilities.</p>\r\n\r\n<p><strong>1. Ensuring Compliance:</strong><br>\r\nCompliance is a crucial aspect of any sales operation. Arukus Field Track-O helps your organization maintain adherence to sales protocols and regulatory requirements. By capturing and analyzing data during field visits, the app ensures that sales agents follow best practices and adhere to company guidelines, promoting ethical and transparent sales processes.</p>\r\n\r\n<p><strong>2. Advanced Planner & Tracking Tool for Meeting Collection Targets:</strong><br>\r\nIn a competitive market, meeting collection targets is vital for sustained growth. Arukus Field Track-O serves as an advanced planner and tracking tool that enables sales agents to plan their routes efficiently, ensuring optimal coverage and customer engagement. Real-time tracking of sales agents\' activities allows them to focus on high-priority accounts and meet collection targets with precision.</p>\r\n\r\n<p><strong>3. Geo-Tracking:</strong><br>\r\nEfficient field sales management demands accurate location tracking, and Arukus Field Track-O delivers precisely that. By leveraging state-of-the-art geo-tracking technology, the app provides real-time location updates, allowing sales managers to monitor field agents\' movements and ensure optimal route planning. This geo-tracking feature also enhances customer service, as agents can reach clients promptly and deliver personalized experiences.</p>\r\n\r\n<p><strong>4. Field Agent Monitoring:</strong><br>\r\nSupervising field sales agents remotely can be a challenge, but Arukus Field Track-O bridges this gap effectively. With comprehensive field agent monitoring, sales managers can gain insights into agent activities, productivity, and performance metrics. This data-driven approach fosters accountability and empowers sales agents to make data-backed decisions in the field, improving overall efficiency.</p>\r\n\r\n<p><strong>5. Branch Manager Review System:</strong><br>\r\nFor seamless coordination between field sales teams and branch managers, Arukus Field Track-O incorporates a robust review system. Branch managers can access real-time data, track agent performance, and review sales activities with ease. This streamlines communication, facilitates prompt feedback, and enables better support to field agents.</p>\r\n\r\n<p><strong>6. Area or Zonal Manager Review System:</strong><br>\r\nIn addition to branch-level oversight, Arukus Field Track-O offers a comprehensive review system for area or zonal managers. This allows higher-level management to monitor sales performance across regions, identify trends, and make strategic decisions based on accurate data. The review system ensures alignment with organizational objectives and drives collaboration for optimal results.</p>\r\n\r\n<p>\r\nIn conclusion, Arukus Field Track-O empowers businesses to take control of their field sales operations like never before. With compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness. Embrace Arukus Field Track-O to optimize your field sales performance, maximize productivity, and achieve unparalleled success in the competitive market.\r\n</p>\r\n\r\n\r\n\r\n\r\n\r\n','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-19 12:16:20','2023-07-19 12:16:20','',219,'https://arukustech.com/?p=899',0,'revision','',0),(900,1,'2023-07-19 12:19:49','2023-07-19 12:19:49','<p><strong>Arukus Field Track-O: Revolutionizing Field Sales Performance Tracking for Maximizing Collections</strong></p>\r\n<br>\r\n<p>Welcome to the future of field sales management with Arukus Field Track-O, an innovative app designed to empower businesses and field sales teams with cutting-edge tools and insights for unmatched performance. Let\'s explore how Arukus Technologies\' Field Track-O transforms your sales operations, ensuring compliance, optimizing target achievement, and providing real-time tracking capabilities.</p>\r\n\r\n<p><strong>1. Ensuring Compliance:</strong><br>\r\nCompliance is a crucial aspect of any sales operation. Arukus Field Track-O helps your organization maintain adherence to sales protocols and regulatory requirements. By capturing and analyzing data during field visits, the app ensures that sales agents follow best practices and adhere to company guidelines, promoting ethical and transparent sales processes.</p>\r\n\r\n<p><strong>2. Advanced Planner & Tracking Tool for Meeting Collection Targets:</strong><br>\r\nIn a competitive market, meeting collection targets is vital for sustained growth. Arukus Field Track-O serves as an advanced planner and tracking tool that enables sales agents to plan their routes efficiently, ensuring optimal coverage and customer engagement. Real-time tracking of sales agents\' activities allows them to focus on high-priority accounts and meet collection targets with precision.</p>\r\n\r\n<p><strong>3. Geo-Tracking:</strong><br>\r\nEfficient field sales management demands accurate location tracking, and Arukus Field Track-O delivers precisely that. By leveraging state-of-the-art geo-tracking technology, the app provides real-time location updates, allowing sales managers to monitor field agents\' movements and ensure optimal route planning. This geo-tracking feature also enhances customer service, as agents can reach clients promptly and deliver personalized experiences.</p>\r\n\r\n<p><strong>4. Field Agent Monitoring:</strong><br>\r\nSupervising field sales agents remotely can be a challenge, but Arukus Field Track-O bridges this gap effectively. With comprehensive field agent monitoring, sales managers can gain insights into agent activities, productivity, and performance metrics. This data-driven approach fosters accountability and empowers sales agents to make data-backed decisions in the field, improving overall efficiency.</p>\r\n\r\n<p><strong>5. Branch Manager Review System:</strong><br>\r\nFor seamless coordination between field sales teams and branch managers, Arukus Field Track-O incorporates a robust review system. Branch managers can access real-time data, track agent performance, and review sales activities with ease. This streamlines communication, facilitates prompt feedback, and enables better support to field agents.</p>\r\n\r\n<p><strong>6. Area or Zonal Manager Review System:</strong><br>\r\nIn addition to branch-level oversight, Arukus Field Track-O offers a comprehensive review system for area or zonal managers. This allows higher-level management to monitor sales performance across regions, identify trends, and make strategic decisions based on accurate data. The review system ensures alignment with organizational objectives and drives collaboration for optimal results.</p>\r\n\r\n<p>\r\nIn conclusion, Arukus Field Track-O empowers businesses to take control of their field sales operations like never before. With compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness. Embrace Arukus Field Track-O to optimize your field sales performance, maximize productivity, and achieve unparalleled success in the competitive market.\r\n</p>\r\n\r\n\r\n\r\n\r\n\r\n','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-19 12:19:49','2023-07-19 12:19:49','',219,'https://arukustech.com/?p=900',0,'revision','',0),(901,1,'2023-07-19 12:21:01','2023-07-19 12:21:01','<p><strong>Arukus Field Track-O: Revolutionizing Field Sales Performance Tracking for Maximizing Collections</strong></p>\r\n<br>\r\n<p>Welcome to the future of field sales management with Arukus Field Track-O, an innovative app designed to empower businesses and field sales teams with cutting-edge tools and insights for unmatched performance. Let\'s explore how Arukus Technologies\' Field Track-O transforms your sales operations, ensuring compliance, optimizing target achievement, and providing real-time tracking capabilities.</p>\r\n\r\n<p><strong>1. Ensuring Compliance:</strong><br>\r\nCompliance is a crucial aspect of any sales operation. Arukus Field Track-O helps your organization maintain adherence to sales protocols and regulatory requirements. By capturing and analyzing data during field visits, the app ensures that sales agents follow best practices and adhere to company guidelines, promoting ethical and transparent sales processes.</p>\r\n\r\n<p><strong>2. Advanced Planner & Tracking Tool for Meeting Collection Targets:</strong><br>\r\nIn a competitive market, meeting collection targets is vital for sustained growth. Arukus Field Track-O serves as an advanced planner and tracking tool that enables sales agents to plan their routes efficiently, ensuring optimal coverage and customer engagement. Real-time tracking of sales agents\' activities allows them to focus on high-priority accounts and meet collection targets with precision.</p>\r\n\r\n<p><strong>3. Geo-Tracking:</strong><br>\r\nEfficient field sales management demands accurate location tracking, and Arukus Field Track-O delivers precisely that. By leveraging state-of-the-art geo-tracking technology, the app provides real-time location updates, allowing sales managers to monitor field agents\' movements and ensure optimal route planning. This geo-tracking feature also enhances customer service, as agents can reach clients promptly and deliver personalized experiences.</p>\r\n\r\n<p><strong>4. Field Agent Monitoring:</strong><br>\r\nSupervising field sales agents remotely can be a challenge, but Arukus Field Track-O bridges this gap effectively. With comprehensive field agent monitoring, sales managers can gain insights into agent activities, productivity, and performance metrics. This data-driven approach fosters accountability and empowers sales agents to make data-backed decisions in the field, improving overall efficiency.</p>\r\n\r\n<p><strong>5. Branch Manager Review System:</strong><br>\r\nFor seamless coordination between field sales teams and branch managers, Arukus Field Track-O incorporates a robust review system. Branch managers can access real-time data, track agent performance, and review sales activities with ease. This streamlines communication, facilitates prompt feedback, and enables better support to field agents.</p>\r\n\r\n<p><strong>6. Area or Zonal Manager Review System:</strong><br>\r\nIn addition to branch-level oversight, Arukus Field Track-O offers a comprehensive review system for area or zonal managers. This allows higher-level management to monitor sales performance across regions, identify trends, and make strategic decisions based on accurate data. The review system ensures alignment with organizational objectives and drives collaboration for optimal results.</p>\r\n<br><br>\r\n<p>\r\nIn conclusion, Arukus Field Track-O empowers businesses to take control of their field sales operations like never before. With compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness. Embrace Arukus Field Track-O to optimize your field sales performance, maximize productivity, and achieve unparalleled success in the competitive market.\r\n</p>\r\n\r\n\r\n\r\n\r\n\r\n','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-19 12:21:01','2023-07-19 12:21:01','',219,'https://arukustech.com/?p=901',0,'revision','',0),(902,1,'2023-07-19 12:29:51','2023-07-19 12:29:51','You agree that everything incorporated on the Site is protected by copyright unless specifically noted otherwise. You further agree that such material may not be used without the prior written permission of Arukus Technologies.\r\n\r\n&nbsp;\r\n\r\nArukus Technologies neither guarantees, represents nor warrants that your use of materials contained in or displayed on the Site will not infringe rights of third parties. Arukus Technologies assumes no liability or responsibility for any errors or omissions in the content of the Site.Although Arukus Technologies uses reasonable efforts to include accurate and up to date information in the Site, Arukus Technologies does not warrant or represent its accuracy.\r\n\r\n&nbsp;\r\n\r\nYour use of and browsing in the Site is at your own risk. Arukus Technologies shall not be liable for any damages or injury arising out of your access to, or inability to access, or your browsing in this Site, from your reliance on any information provided herein or from your downloading of any materials, data, text, images, videos or audio from this Site. Arukus Technologies disclaims any and all liability for direct, indirect, incidental, consequential, punitive, and special or other damages,lost opportunities, lost profit or any other loss or damages of any kind. This limitation includes damages or any viruses, which may affect your computer equipment.Neither Arukus Technologies nor any other party involved in creating, producing, or delivering the Site is liable for any direct, indirect, incidental, consequential, or punitive damages arising out of your access to, or use of, the Site.\r\n\r\n&nbsp;\r\n\r\nAnything you transmit or post to the Site becomes the property of Arukus Technologies and may be used for any purpose, including, but not limited to, reproduction, disclosure, transmission, publication, broadcast and posting, and any communication or material you transmit to the Site by electronic mail or otherwise, including any data, questions, comments, suggestions or the like is, and will be treated as, non-confidential and non-proprietary.\r\n\r\n&nbsp;\r\n\r\nFurthermore, Arukus Technologies is free to use any ideas, concepts, know-how, or techniques contained in any communication you send to the Site for any purpose whatsoever including, but not limited to, developing, manufacturing and marketing products using such information. Through your usage of this site, you may submit and/or Arukus Technologies may gather certain limited information about you and your web site usage. Arukus Technologies is free to use such information for any purpose it deems appropriate, including, but not limited to, creating customized web pages and marketing purposes.The content of this website is the property of Arukus Technologies. The trademarks, service marks, trade names, logos and products displayed on this site are protected as well, and no use of any thereof may be made without the prior written consent of Arukus Technologies Limited.\r\n\r\n&nbsp;\r\n\r\nNothing contained on the Site should be construed as granting, by implication or otherwise, any license or right to use any trademark displayed on the Site without the prior written permission of Arukus Technologies or such third party that may own the Trademarks displayed on the Site.Your use of any content on the Site, except as provided in these Terms and Conditions, is strictly prohibited. You are also advised that Arukus Technologies will enforce its intellectual property rights to including the seeking of criminal prosecution.Any links to other Internet sites are provided as a convenience. Arukus Technologies has not reviewed and has no responsibility or control over the content or operation of such sites and shall not be liable for any damages or injuries arising from that content or its operation. Your linking to the Site, off-site pages or other sites is at your own risk and without the permission of Arukus Technologies. Arukus Technologies may at any time revise these Terms and Conditions by updating this posting. You are bound by any such revisions and should, therefore, periodically visit this page to review the current Terms and Conditions from time to time to which you are bound.\r\n\r\n&nbsp;\r\n\r\nThese Terms and Conditions shall governed and construed in accordance with the laws of the country of India, without giving effect to any principles of conflicts of law. You agree that any action at law or in equity arising out of or relating to these Terms and Conditions shall be filed only in the country of India,the court of Sreerampore, Hooghly and you hereby consent and submit to the personal jurisdiction of said court for the purposes of litigating any such action.\r\n\r\n&nbsp;\r\n\r\nIf any provision of these Terms and Conditions shall be unlawful, void, or for any reason unenforceable, then that provision shall be deemed severable from these Terms and Conditions and shall not effect the validity and enforceability of any remaining provisions. This is the entire agreement between you and Arukus Technologies relating to the subject matter herein and shall not be modified except by unilateral notice by Arukus Technologies on this site.','Terms & Conditions','','inherit','closed','closed','','734-revision-v1','','','2023-07-19 12:29:51','2023-07-19 12:29:51','',734,'https://arukustech.com/?p=902',0,'revision','',0),(903,1,'2023-07-19 12:30:32','2023-07-19 12:30:32','You agree that everything incorporated on the Site is protected by copyright unless specifically noted otherwise. You further agree that such material may not be used without the prior written permission of Arukus Technologies. <br /><br />\r\nArukus Technologies neither guarantees, represents nor warrants that your use of materials contained in or displayed on the Site will not infringe rights of third parties. Arukus Technologies assumes no liability or responsibility for any errors or omissions in the content of the Site.Although Arukus Technologies uses reasonable efforts to include accurate and up to date information in the Site, Arukus Technologies does not warrant or represent its accuracy.<br /><br />\r\n\r\nYour use of and browsing in the Site is at your own risk. Arukus Technologies shall not be liable for any damages or injury arising out of your access to, or inability to access, or your browsing in this Site, from your reliance on any information provided herein or from your downloading of any materials, data, text, images, videos or audio from this Site. Arukus Technologies disclaims any and all liability for direct, indirect, incidental, consequential, punitive, and special or other damages,lost opportunities, lost profit or any other loss or damages of any kind. This limitation includes damages or any viruses, which may affect your computer equipment.Neither Arukus Technologies nor any other party involved in creating, producing, or delivering the Site is liable for any direct, indirect, incidental, consequential, or punitive damages arising out of your access to, or use of, the Site.<br /><br />\r\n\r\nAnything you transmit or post to the Site becomes the property of Arukus Technologies and may be used for any purpose, including, but not limited to, reproduction, disclosure, transmission, publication, broadcast and posting, and any communication or material you transmit to the Site by electronic mail or otherwise, including any data, questions, comments, suggestions or the like is, and will be treated as, non-confidential and non-proprietary.<br /><br />\r\n\r\nFurthermore, Arukus Technologies is free to use any ideas, concepts, know-how, or techniques contained in any communication you send to the Site for any purpose whatsoever including, but not limited to, developing, manufacturing and marketing products using such information. Through your usage of this site, you may submit and/or Arukus Technologies may gather certain limited information about you and your web site usage. Arukus Technologies is free to use such information for any purpose it deems appropriate, including, but not limited to, creating customized web pages and marketing purposes.The content of this website is the property of Arukus Technologies. The trademarks, service marks, trade names, logos and products displayed on this site are protected as well, and no use of any thereof may be made without the prior written consent of Arukus Technologies Limited.<br /><br />\r\n\r\nNothing contained on the Site should be construed as granting, by implication or otherwise, any license or right to use any trademark displayed on the Site without the prior written permission of Arukus Technologies or such third party that may own the Trademarks displayed on the Site.Your use of any content on the Site, except as provided in these Terms and Conditions, is strictly prohibited. You are also advised that Arukus Technologies will enforce its intellectual property rights to including the seeking of criminal prosecution.Any links to other Internet sites are provided as a convenience. Arukus Technologies has not reviewed and has no responsibility or control over the content or operation of such sites and shall not be liable for any damages or injuries arising from that content or its operation. Your linking to the Site, off-site pages or other sites is at your own risk and without the permission of Arukus Technologies. Arukus Technologies may at any time revise these Terms and Conditions by updating this posting. You are bound by any such revisions and should, therefore, periodically visit this page to review the current Terms and Conditions from time to time to which you are bound.<br /><br />\r\n\r\nThese Terms and Conditions shall governed and construed in accordance with the laws of the country of India, without giving effect to any principles of conflicts of law. You agree that any action at law or in equity arising out of or relating to these Terms and Conditions shall be filed only in the country of India,the court of Sreerampore, Hooghly and you hereby consent and submit to the personal jurisdiction of said court for the purposes of litigating any such action.<br /><br />\r\n\r\nIf any provision of these Terms and Conditions shall be unlawful, void, or for any reason unenforceable, then that provision shall be deemed severable from these Terms and Conditions and shall not effect the validity and enforceability of any remaining provisions. This is the entire agreement between you and Arukus Technologies relating to the subject matter herein and shall not be modified except by unilateral notice by Arukus Technologies on this site.','Terms & Conditions','','inherit','closed','closed','','734-revision-v1','','','2023-07-19 12:30:32','2023-07-19 12:30:32','',734,'https://arukustech.com/?p=903',0,'revision','',0),(905,1,'2023-07-19 12:38:51','2023-07-19 12:38:51','','About Us','','inherit','closed','closed','','60-revision-v1','','','2023-07-19 12:38:51','2023-07-19 12:38:51','',60,'https://arukustech.com/?p=905',0,'revision','',0),(907,1,'2023-07-19 12:39:35','2023-07-19 12:39:35','','About Us','','inherit','closed','closed','','60-revision-v1','','','2023-07-19 12:39:35','2023-07-19 12:39:35','',60,'https://arukustech.com/?p=907',0,'revision','',0),(909,1,'2023-07-19 12:50:58','2023-07-19 12:50:58','','hero_contact-us_update','','inherit','open','closed','','hero_contact-us_update','','','2023-07-20 07:16:42','2023-07-20 07:16:42','',68,'https://arukustech.com/wp-content/uploads/2023/07/hero_contact-us_update.jpg',0,'attachment','image/jpeg',0),(910,1,'2023-07-19 12:53:24','2023-07-19 12:53:24','','hero_about_update_hero','','inherit','open','closed','','hero_about_update_hero','','','2023-07-20 07:33:52','2023-07-20 07:33:52','',60,'https://arukustech.com/wp-content/uploads/2023/07/hero_about_update_hero.jpg',0,'attachment','image/jpeg',0),(911,1,'2023-07-19 12:53:29','2023-07-19 12:53:29','','About Us','','inherit','closed','closed','','60-revision-v1','','','2023-07-19 12:53:29','2023-07-19 12:53:29','',60,'https://arukustech.com/?p=911',0,'revision','',0),(912,1,'2023-07-19 13:08:58','2023-07-19 13:08:58','<p><strong>Why an Internal Audit & Compliance Management Tool is a Must-Have for MFI and NBFCs</strong></p><br><br>\r\n\r\n<p>Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs) operate in a complex and ever-evolving financial landscape, serving diverse customer segments with varying needs. In this highly regulated and competitive environment, an effective Audit & Compliance Management tool becomes an indispensable asset for these institutions, helping them overcome challenges and drive success. Let\'s explore the key reasons why an Audit & Compliance Management tool is a must-have for MFIs and NBFCs:</p>\r\n\r\n<p><strong>1. Ensuring Regulatory Adherence:</strong><br>\r\nCompliance with industry regulations and statutory requirements is paramount for MFIs and NBFCs to operate ethically and responsibly. An Audit & Compliance Management tool equips these institutions with automated tracking and reporting capabilities, ensuring they stay up-to-date with changing regulations and avoid penalties or legal issues that may arise due to non-compliance.</p><br>\r\n\r\n<p><strong>2. Strengthening Risk Management:</strong><br>\r\nIdentifying and mitigating risks are essential for financial institutions to safeguard their assets and reputation. A robust Audit & Compliance Management tool enables MFIs and NBFCs to assess risk factors across their operations, including credit, operational, and market risks. With real-time insights and monitoring, they can proactively address potential threats and implement risk mitigation strategies effectively.</p><br>\r\n\r\n<p><strong>3. Streamlining Internal Auditing:</strong><br>\r\nConducting internal audits can be a laborious and time-consuming process. An Internal Audit & Compliance Management tool streamlines the auditing process, automating data collection, analysis, and reporting. This saves valuable time, reduces errors, and allows auditors to focus on analyzing critical data and identifying areas for improvement.</p><br>\r\n\r\n<p><strong>4. Enhancing Operational Efficiency:</strong><br>\r\nIn a competitive market, operational efficiency is a key differentiator for success. An Audit & Compliance Management tool provides MFIs and NBFCs with a structured framework to streamline processes, identify bottlenecks, and optimize resource allocation. By eliminating redundancies and enhancing workflow, institutions can maximize productivity and customer satisfaction.</p><br>\r\n\r\n<p><strong>5. Fostering Accountability and Transparency:</strong><br>\r\nWith an Audit & Compliance Management tool, MFIs and NBFCs foster a culture of accountability and transparency at all levels of the organization. The tool empowers managers and employees to take ownership of their roles, adhere to best practices, and align their activities with the institution\'s overarching goals.</p><br>\r\n\r\n<p><strong>6. Driving Data-Driven Decision-Making:</strong><br>\r\nAccess to accurate and real-time data is instrumental in making informed decisions. An Audit & Compliance Management tool aggregates and analyzes vast amounts of data, enabling stakeholders to gain valuable insights into performance, risks, and compliance. These data-driven insights form the basis for strategic planning and continuous improvement.</p><br>\r\n\r\n<p><strong>7. Building Customer Trust:</strong><br>\r\nFor MFIs and NBFCs, customer trust is the bedrock of their success. An effective Audit & Compliance Management tool ensures that customer data is handled with utmost security and compliance. This, in turn, strengthens customer confidence in the institution, leading to long-lasting relationships and positive word-of-mouth referrals.</p><br>\r\n\r\n<p>Arukus Technologies\' Internal Audit & Compliance Management Tool is a game-changer for MFIs and NBFCs, empowering them to establish robust internal controls, achieve regulatory compliance, and foster a culture of accountability and transparency. With its advanced features, seamless auditing capabilities, and comprehensive reporting, Arukus\'s solution enables financial institutions to thrive in a dynamic and competitive landscape while upholding the highest standards of financial integrity.</p>\r\n\r\n\r\n\r\n\r\n\r\n','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-19 13:08:58','2023-07-19 13:08:58','',221,'https://arukustech.com/?p=912',0,'revision','',0),(913,1,'2023-07-19 13:11:26','2023-07-19 13:11:26','<p><strong>Why an Internal Audit & Compliance Management Tool is a Must-Have for MFI and NBFCs</strong></p><br><br>\r\n\r\n<p>Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs) operate in a complex and ever-evolving financial landscape, serving diverse customer segments with varying needs. In this highly regulated and competitive environment, an effective Audit & Compliance Management tool becomes an indispensable asset for these institutions, helping them overcome challenges and drive success. Let\'s explore the key reasons why an Audit & Compliance Management tool is a must-have for MFIs and NBFCs:</p>\r\n\r\n<p><strong>1. Ensuring Regulatory Adherence:</strong><br>\r\nCompliance with industry regulations and statutory requirements is paramount for MFIs and NBFCs to operate ethically and responsibly. An Audit & Compliance Management tool equips these institutions with automated tracking and reporting capabilities, ensuring they stay up-to-date with changing regulations and avoid penalties or legal issues that may arise due to non-compliance.</p><br>\r\n\r\n<p><strong>2. Strengthening Risk Management:</strong><br>\r\nIdentifying and mitigating risks are essential for financial institutions to safeguard their assets and reputation. A robust Audit & Compliance Management tool enables MFIs and NBFCs to assess risk factors across their operations, including credit, operational, and market risks. With real-time insights and monitoring, they can proactively address potential threats and implement risk mitigation strategies effectively.</p><br>\r\n\r\n<p><strong>3. Streamlining Internal Auditing:</strong><br>\r\nConducting internal audits can be a laborious and time-consuming process. An Internal Audit & Compliance Management tool streamlines the auditing process, automating data collection, analysis, and reporting. This saves valuable time, reduces errors, and allows auditors to focus on analyzing critical data and identifying areas for improvement.</p><br>\r\n\r\n<p><strong>4. Enhancing Operational Efficiency:</strong><br>\r\nIn a competitive market, operational efficiency is a key differentiator for success. An Audit & Compliance Management tool provides MFIs and NBFCs with a structured framework to streamline processes, identify bottlenecks, and optimize resource allocation. By eliminating redundancies and enhancing workflow, institutions can maximize productivity and customer satisfaction.</p><br>\r\n\r\n<p><strong>5. Fostering Accountability and Transparency:</strong><br>\r\nWith an Audit & Compliance Management tool, MFIs and NBFCs foster a culture of accountability and transparency at all levels of the organization. The tool empowers managers and employees to take ownership of their roles, adhere to best practices, and align their activities with the institution\'s overarching goals.</p><br>\r\n\r\n<p><strong>6. Driving Data-Driven Decision-Making:</strong><br>\r\nAccess to accurate and real-time data is instrumental in making informed decisions. An Audit & Compliance Management tool aggregates and analyzes vast amounts of data, enabling stakeholders to gain valuable insights into performance, risks, and compliance. These data-driven insights form the basis for strategic planning and continuous improvement.</p><br>\r\n\r\n<p><strong>7. Building Customer Trust:</strong><br>\r\nFor MFIs and NBFCs, customer trust is the bedrock of their success. An effective Audit & Compliance Management tool ensures that customer data is handled with utmost security and compliance. This, in turn, strengthens customer confidence in the institution, leading to long-lasting relationships and positive word-of-mouth referrals.</p><br>\r\n\r\n<p>Arukus Technologies\' Internal Audit & Compliance Management Tool is a game-changer for MFIs and NBFCs, empowering them to establish robust internal controls, achieve regulatory compliance, and foster a culture of accountability and transparency. With its advanced features, seamless auditing capabilities, and comprehensive reporting, Arukus\'s solution enables financial institutions to thrive in a dynamic and competitive landscape while upholding the highest standards of financial integrity.</p>\r\n\r\n\r\n\r\n\r\n\r\n','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-19 13:11:26','2023-07-19 13:11:26','',221,'https://arukustech.com/?p=913',0,'revision','',0),(914,1,'2023-07-19 13:19:49','2023-07-19 13:19:49','','policy-bases_hero','','inherit','open','closed','','policy-bases_hero','','','2023-07-20 07:25:46','2023-07-20 07:25:46','',64,'https://arukustech.com/wp-content/uploads/2023/07/policy-bases_hero.jpg',0,'attachment','image/jpeg',0),(915,1,'2023-07-19 13:20:38','2023-07-19 13:20:38','','connectivity_hero','','inherit','open','closed','','connectivity_hero','','','2023-07-20 07:20:05','2023-07-20 07:20:05','',66,'https://arukustech.com/wp-content/uploads/2023/07/connectivity_hero.jpg',0,'attachment','image/jpeg',0),(916,1,'2023-07-19 13:26:49','2023-07-19 13:26:49','<p><strong>Expense Management System: Empowering MFI & NBFCs for Efficient Financial Control</strong></p>\n\n<p>In the dynamic world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective financial control is crucial for sustainable growth and operational excellence. The intricacies of managing daily branch expenses, travel and tour expenses, branch rents, agreement formats, and branch re-locations can become overwhelming without a comprehensive Expense Management System. Arukus Technologies recognizes these challenges and offers a tailored solution to revolutionize expense management for MFIs and NBFCs.</p><br><br>\n\n<p><strong>The Need for an Expense Management System:</strong><br>\n\n<strong>Daily Branch Expenses:</strong> MFIs and NBFCs operate through an extensive network of branches, each incurring various expenses daily. Tracking and managing these expenses manually can be time-consuming and error-prone, leading to discrepancies in financial reporting.</p><br><br>\n\n<p><strong>Travel and Tour Expenses:</strong> Sales representatives and field agents in MFIs and NBFCs often travel extensively to reach clients and potential customers. Managing travel and tour expenses efficiently is essential to maintain financial transparency and control costs.</p><br><br>\n\n<p><strong>Branch Rents:</strong> Rent for branch locations is a significant expense for MFIs and NBFCs. Accurate monitoring and timely payments are essential to avoid penalties and maintain smooth operations.</p><br><br>\n\n<p><strong>Branch Agreement Formats:</strong> Legal agreements for branch locations require meticulous handling and proper documentation. Ensuring compliance with agreements and tracking renewal dates can be challenging without a systematic approach.</p><br><br>\n\n<p><strong>Branch Relocations:</strong> From time to time, MFIs and NBFCs may need to relocate branches to optimize operations or expand their reach. Handling such relocations effectively is critical to minimize disruptions and ensure business continuity.</p><br><br>\n\n<p><strong>Arukus Expense Management System: The Ultimate Solution</strong><br>\n\nArukus Technologies\' Expense Management System is a game-changer for MFIs and NBFCs, providing a holistic solution to track and manage expenses across multiple branches, streamline travel expenses, and handle crucial aspects like rent management and branch relocations. Embracing this technology empowers MFIs and NBFCs to drive efficiency, maintain financial transparency, and make data-backed decisions to achieve their growth objectives with confidence.</p>','Expense Management System','','inherit','closed','closed','','217-autosave-v1','','','2023-07-19 13:26:49','2023-07-19 13:26:49','',217,'https://arukustech.com/?p=916',0,'revision','',0),(917,1,'2023-07-19 13:27:36','2023-07-19 13:27:36','<p><strong>Expense Management System: Empowering MFI & NBFCs for Efficient Financial Control</strong></p>\r\n\r\n<p>In the dynamic world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective financial control is crucial for sustainable growth and operational excellence. The intricacies of managing daily branch expenses, travel and tour expenses, branch rents, agreement formats, and branch re-locations can become overwhelming without a comprehensive Expense Management System. Arukus Technologies recognizes these challenges and offers a tailored solution to revolutionize expense management for MFIs and NBFCs.</p><br><br>\r\n\r\n<p><strong>The Need for an Expense Management System:</strong><br>\r\n\r\n<strong>Daily Branch Expenses:</strong> MFIs and NBFCs operate through an extensive network of branches, each incurring various expenses daily. Tracking and managing these expenses manually can be time-consuming and error-prone, leading to discrepancies in financial reporting.</p><br><br>\r\n\r\n<p><strong>Travel and Tour Expenses:</strong> Sales representatives and field agents in MFIs and NBFCs often travel extensively to reach clients and potential customers. Managing travel and tour expenses efficiently is essential to maintain financial transparency and control costs.</p><br><br>\r\n\r\n<p><strong>Branch Rents:</strong> Rent for branch locations is a significant expense for MFIs and NBFCs. Accurate monitoring and timely payments are essential to avoid penalties and maintain smooth operations.</p><br><br>\r\n\r\n<p><strong>Branch Agreement Formats:</strong> Legal agreements for branch locations require meticulous handling and proper documentation. Ensuring compliance with agreements and tracking renewal dates can be challenging without a systematic approach.</p><br><br>\r\n\r\n<p><strong>Branch Relocations:</strong> From time to time, MFIs and NBFCs may need to relocate branches to optimize operations or expand their reach. Handling such relocations effectively is critical to minimize disruptions and ensure business continuity.</p><br><br>\r\n\r\n<p><strong>Arukus Expense Management System: The Ultimate Solution</strong><br>\r\n\r\nArukus Technologies\' Expense Management System is a game-changer for MFIs and NBFCs, providing a holistic solution to track and manage expenses across multiple branches, streamline travel expenses, and handle crucial aspects like rent management and branch relocations. Embracing this technology empowers MFIs and NBFCs to drive efficiency, maintain financial transparency, and make data-backed decisions to achieve their growth objectives with confidence.</p>','Expense Management System','','inherit','closed','closed','','217-revision-v1','','','2023-07-19 13:27:36','2023-07-19 13:27:36','',217,'https://arukustech.com/?p=917',0,'revision','',0),(918,1,'2023-07-19 13:28:57','2023-07-19 13:28:57','<p><strong>Expense Management System: Empowering MFI & NBFCs for Efficient Financial Control</strong></p>\r\n\r\n<p>In the dynamic world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective financial control is crucial for sustainable growth and operational excellence. The intricacies of managing daily branch expenses, travel and tour expenses, branch rents, agreement formats, and branch re-locations can become overwhelming without a comprehensive Expense Management System. Arukus Technologies recognizes these challenges and offers a tailored solution to revolutionize expense management for MFIs and NBFCs.</p><br><br>\r\n\r\n<p><strong>The Need for an Expense Management System:</strong><br><br>\r\n\r\n<strong>Daily Branch Expenses:</strong> MFIs and NBFCs operate through an extensive network of branches, each incurring various expenses daily. Tracking and managing these expenses manually can be time-consuming and error-prone, leading to discrepancies in financial reporting.</p>\r\n\r\n<p><strong>Travel and Tour Expenses:</strong> Sales representatives and field agents in MFIs and NBFCs often travel extensively to reach clients and potential customers. Managing travel and tour expenses efficiently is essential to maintain financial transparency and control costs.</p>\r\n\r\n<p><strong>Branch Rents:</strong> Rent for branch locations is a significant expense for MFIs and NBFCs. Accurate monitoring and timely payments are essential to avoid penalties and maintain smooth operations.</p>\r\n\r\n<p><strong>Branch Agreement Formats:</strong> Legal agreements for branch locations require meticulous handling and proper documentation. Ensuring compliance with agreements and tracking renewal dates can be challenging without a systematic approach.</p>\r\n\r\n<p><strong>Branch Relocations:</strong> From time to time, MFIs and NBFCs may need to relocate branches to optimize operations or expand their reach. Handling such relocations effectively is critical to minimize disruptions and ensure business continuity.</p>\r\n\r\n<p><strong>Arukus Expense Management System: The Ultimate Solution</strong><br>\r\n\r\nArukus Technologies\' Expense Management System is a game-changer for MFIs and NBFCs, providing a holistic solution to track and manage expenses across multiple branches, streamline travel expenses, and handle crucial aspects like rent management and branch relocations. Embracing this technology empowers MFIs and NBFCs to drive efficiency, maintain financial transparency, and make data-backed decisions to achieve their growth objectives with confidence.</p>','Expense Management System','','inherit','closed','closed','','217-revision-v1','','','2023-07-19 13:28:57','2023-07-19 13:28:57','',217,'https://arukustech.com/?p=918',0,'revision','',0),(919,1,'2023-07-19 13:40:17','2023-07-19 13:40:17','','blogs_hero','','inherit','open','closed','','blogs_hero','','','2023-07-19 13:40:17','2023-07-19 13:40:17','',395,'https://arukustech.com/wp-content/uploads/2023/07/blogs_hero.jpg',0,'attachment','image/jpeg',0),(920,1,'2023-07-19 13:40:22','2023-07-19 13:40:22','','Blogs','','inherit','closed','closed','','395-revision-v1','','','2023-07-19 13:40:22','2023-07-19 13:40:22','',395,'https://arukustech.com/?p=920',0,'revision','',0),(921,1,'2023-07-21 12:19:17','2023-07-21 12:19:17','<strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong>\n\nIn the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.\n\n&nbsp;\n\n<strong>The Need for an Enterprise Risk Management Tool:</strong><br><br>\n\n<strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.<br><br>\n\n<strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.<br><br>\n\n<strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.<br><br>\n\n<strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.<br><br>\n\n<strong>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</strong>\n\n<strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.\n\n<strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.\n\n<strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.\n\n<strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.\n\n&nbsp;\n\nArukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.','Enterprise Risk Management','','inherit','closed','closed','','215-autosave-v1','','','2023-07-21 12:19:17','2023-07-21 12:19:17','',215,'https://arukustech.com/?p=921',0,'revision','',0),(922,1,'2023-07-19 13:48:47','2023-07-19 13:48:47','','cross-sell_hero','','inherit','open','closed','','cross-sell_hero','','','2023-07-19 15:08:58','2023-07-19 15:08:58','',188,'https://arukustech.com/wp-content/uploads/2023/07/cross-sell_hero.jpg',0,'attachment','image/jpeg',0),(923,1,'2023-07-19 13:48:51','2023-07-19 13:48:51','Arukus Cross-Sell Empowers Microfinance Institutions and NBFCs for Effective Cross-Selling and diversify their portfolio effortlessly.','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-19 13:48:51','2023-07-19 13:48:51','',188,'https://arukustech.com/?p=923',0,'revision','',0),(924,1,'2023-07-19 13:51:57','2023-07-19 13:51:57','<p><strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong><p>\r\n\r\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.</p>\r\n\r\n<p><strong>The Need for an Enterprise Risk Management Tool:</strong>,/p>\r\n\r\n<p><strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.</p>\r\n\r\n<p><strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.</p>\r\n\r\n<p><strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.</p>\r\n\r\n<p><strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.</p>\r\n\r\n<p>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</p>\r\n\r\n<p><strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.</p>\r\n\r\n<p><strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.</p>\r\n\r\n<p><strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.</p>\r\n\r\n<p><strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.</p>\r\n\r\n<p>Arukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.</p>','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-19 13:51:57','2023-07-19 13:51:57','',215,'https://arukustech.com/?p=924',0,'revision','',0),(925,1,'2023-07-19 13:52:45','2023-07-19 13:52:45','<p><strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong><p>\r\n\r\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.</p>\r\n\r\n<p><strong>The Need for an Enterprise Risk Management Tool:</strong></p>\r\n\r\n<p><strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.</p>\r\n\r\n<p><strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.</p>\r\n\r\n<p><strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.</p>\r\n\r\n<p><strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.</p>\r\n\r\n<p>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</p>\r\n\r\n<p><strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.</p>\r\n\r\n<p><strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.</p>\r\n\r\n<p><strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.</p>\r\n\r\n<p><strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.</p>\r\n\r\n<p>Arukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.</p>','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-19 13:52:45','2023-07-19 13:52:45','',215,'https://arukustech.com/?p=925',0,'revision','',0),(926,1,'2023-07-19 13:52:57','2023-07-19 13:52:57','<p><strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong><p>\r\n\r\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.</p>\r\n\r\n<p><strong>The Need for an Enterprise Risk Management Tool:</strong></p>\r\n\r\n<p><strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.</p>\r\n\r\n<p><strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.</p>\r\n\r\n<p><strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.</p>\r\n\r\n<p><strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.</p>\r\n\r\n<p>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</p>\r\n\r\n<p><strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.</p>\r\n\r\n<p><strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.</p>\r\n\r\n<p><strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.</p>\r\n\r\n<p><strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.</p><br>\r\n\r\n<p>Arukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.</p>','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-19 13:52:57','2023-07-19 13:52:57','',215,'https://arukustech.com/?p=926',0,'revision','',0),(927,1,'2023-07-19 13:53:40','2023-07-19 13:53:40','<p><strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong><p>\r\n\r\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.</p><br><br>\r\n\r\n<p><strong>The Need for an Enterprise Risk Management Tool:</strong></p>\r\n\r\n<p><strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.</p>\r\n\r\n<p><strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.</p>\r\n\r\n<p><strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.</p>\r\n\r\n<p><strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.</p>\r\n\r\n<p>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</p>\r\n\r\n<p><strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.</p>\r\n\r\n<p><strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.</p>\r\n\r\n<p><strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.</p>\r\n\r\n<p><strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.</p><br>\r\n\r\n<p>Arukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.</p>','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-19 13:53:40','2023-07-19 13:53:40','',215,'https://arukustech.com/?p=927',0,'revision','',0),(928,1,'2023-07-19 13:57:20','2023-07-19 13:57:20','<p><strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong><p>\r\n\r\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.</p><br><br>\r\n\r\n<p><strong>The Need for an Enterprise Risk Management Tool:</strong></p>\r\n\r\n<p><strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.</p>\r\n\r\n<p><strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.</p>\r\n\r\n<p><strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.</p>\r\n\r\n<p><strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.</p>\r\n\r\n<p>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</p>\r\n\r\n<p><strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.</p>\r\n\r\n<p><strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.</p>\r\n\r\n<p><strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.</p>\r\n\r\n<p><strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.</p><br>\r\n\r\n<p>Arukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.</p>','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-19 13:57:20','2023-07-19 13:57:20','',215,'https://arukustech.com/?p=928',0,'revision','',0),(929,1,'2023-07-19 13:59:10','2023-07-19 13:59:10','<p><strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong><p>\r\n\r\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.</p><br><br>\r\n\r\n<p><strong>The Need for an Enterprise Risk Management Tool:</strong></p>\r\n\r\n<p><strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.</p>\r\n\r\n<p><strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.</p>\r\n\r\n<p><strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.</p>\r\n\r\n<p><strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.</p>\r\n\r\n<p>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</p>\r\n\r\n<p><strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.</p>\r\n\r\n<p><strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.</p>\r\n\r\n<p><strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.</p>\r\n\r\n<p><strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.</p><br>\r\n\r\n<p>Arukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.</p>','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-19 13:59:10','2023-07-19 13:59:10','',215,'https://arukustech.com/?p=929',0,'revision','',0),(930,1,'2023-07-19 13:59:12','2023-07-19 13:59:12','','risk_hero','','inherit','open','closed','','risk_hero','','','2023-07-19 13:59:12','2023-07-19 13:59:12','',215,'https://arukustech.com/wp-content/uploads/2023/07/risk_hero.jpg',0,'attachment','image/jpeg',0),(931,1,'2023-07-19 13:59:18','2023-07-19 13:59:18','<p><strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong><p>\r\n\r\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.</p><br><br>\r\n\r\n<p><strong>The Need for an Enterprise Risk Management Tool:</strong></p>\r\n\r\n<p><strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.</p>\r\n\r\n<p><strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.</p>\r\n\r\n<p><strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.</p>\r\n\r\n<p><strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.</p>\r\n\r\n<p>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</p>\r\n\r\n<p><strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.</p>\r\n\r\n<p><strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.</p>\r\n\r\n<p><strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.</p>\r\n\r\n<p><strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.</p><br>\r\n\r\n<p>Arukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.</p>','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-19 13:59:18','2023-07-19 13:59:18','',215,'https://arukustech.com/?p=931',0,'revision','',0),(932,1,'2023-07-19 15:04:00','2023-07-19 15:04:00','<p><strong>How a Technology-Enabled Collection Management System enables MFI & NBFCs to Maximize their Collections</strong></p>\n\n<p>In the realm of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), efficient collections management is essential for ensuring financial stability and sustainable growth. Embracing a technology-enabled Collection Management System can revolutionize the collections process, empowering MFIs and NBFCs to optimize operations, enhance customer experience, and drive financial success. Let\'s explore how Arukus Technologies Collection Management System caters to crucial aspects of making the collections process efficient:</p>\n\n<p><strong>1. Integration with Core Banking System:</strong>\nA robust Collection Management System integrates seamlessly with the core banking system, enabling real-time data sync. This integration empowers MFIs and NBFCs to fetch collections data effortlessly, allowing them to stay updated on loan recovery statuses and customer payment histories.</p>\n\n<p><strong>2. Mobile App for Agents:</strong>\nA dedicated mobile app equips field agents with powerful tools to efficiently manage collections on the go. Agents can plan and track advance, daily, and weekly collections, including overdue payments and recoveries, through the user-friendly app interface.</p>\n\n<p><strong>3. Customer Visit Tracking with Image Capture:</strong>\nThe Collection Management System enables agents to record and track customer visits efficiently. The app\'s image capture facility allows agents to attach relevant documents, photos, or proofs during customer interactions, ensuring accurate and transparent record-keeping.</p>\n\n<p><strong>4. Multiple Payment Modes for Customers:</strong>\nTo enhance customer convenience and encourage timely payments, the Collection Management System offers multiple payment modes. Customers can choose their preferred payment method, such as cash, mobile payments, or electronic transfers, for hassle-free transactions.</p>\n\n<p><strong>5. Root Cause Analysis for Non-Payments:</strong>\nNon-payments or partial payments can be concerning for MFIs and NBFCs. Arukus Collection Management System aids in root cause analysis, providing valuable insights into the reasons behind customer payment issues. Armed with this information, institutions can develop targeted strategies to address the root causes and improve collections.</p>\n\n<p><strong>6. Live Location Capture:</strong>\nDuring payment collections, live location capture adds an extra layer of security and transparency. The Arukus Collection Management System allows real-time location tracking, ensuring that payments are received from the correct customer and location.</p>\n\n<p><strong>7. Offline Data Recording:</strong>\nArukus Collection Management System is designed to function seamlessly even in areas with limited or no internet connectivity. Agents can record and update collection data offline, and once connectivity is restored, the system syncs the data with the central database.</p>\n\n<p>A technology-enabled system empowers MFIs and NBFCs to transform their collections process, making it more efficient, transparent, and customer-centric. Integration with the core banking system ensures real-time data availability, while the mobile app equips agents with powerful tools to track collections and record customer visits. Offering multiple payment modes enhances customer convenience, and root cause analysis enables institutions to tackle non-payments proactively. With live location capture and offline data recording, the system ensures security and continuity in collections, even in areas with limited connectivity. Embracing such a technology-driven approach, MFIs and NBFCs can drive better collections performance, establish customer trust, and achieve financial prosperity in an increasingly competitive landscape.</p>','Collection Management System','','inherit','closed','closed','','213-autosave-v1','','','2023-07-19 15:04:00','2023-07-19 15:04:00','',213,'https://arukustech.com/?p=932',0,'revision','',0),(933,1,'2023-07-19 15:05:21','2023-07-19 15:05:21','<p><strong>How a Technology-Enabled Collection Management System enables MFI & NBFCs to Maximize their Collections</strong></p><br><br>\r\n\r\n<p>In the realm of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), efficient collections management is essential for ensuring financial stability and sustainable growth. Embracing a technology-enabled Collection Management System can revolutionize the collections process, empowering MFIs and NBFCs to optimize operations, enhance customer experience, and drive financial success. Let\'s explore how Arukus Technologies Collection Management System caters to crucial aspects of making the collections process efficient:</p>\r\n\r\n<p><strong>1. Integration with Core Banking System:</strong>\r\nA robust Collection Management System integrates seamlessly with the core banking system, enabling real-time data sync. This integration empowers MFIs and NBFCs to fetch collections data effortlessly, allowing them to stay updated on loan recovery statuses and customer payment histories.</p><br>\r\n\r\n<p><strong>2. Mobile App for Agents:</strong>\r\nA dedicated mobile app equips field agents with powerful tools to efficiently manage collections on the go. Agents can plan and track advance, daily, and weekly collections, including overdue payments and recoveries, through the user-friendly app interface.</p><br>\r\n\r\n<p><strong>3. Customer Visit Tracking with Image Capture:</strong>\r\nThe Collection Management System enables agents to record and track customer visits efficiently. The app\'s image capture facility allows agents to attach relevant documents, photos, or proofs during customer interactions, ensuring accurate and transparent record-keeping.</p><br>\r\n\r\n<p><strong>4. Multiple Payment Modes for Customers:</strong>\r\nTo enhance customer convenience and encourage timely payments, the Collection Management System offers multiple payment modes. Customers can choose their preferred payment method, such as cash, mobile payments, or electronic transfers, for hassle-free transactions.</p><br>\r\n\r\n<p><strong>5. Root Cause Analysis for Non-Payments:</strong>\r\nNon-payments or partial payments can be concerning for MFIs and NBFCs. The system is designed to aid in root cause analysis, providing valuable insights into the reasons behind customer payment issues. Armed with this information, institutions can develop targeted strategies to address the root causes and improve collections.</p><br>\r\n\r\n<p><strong>6. Live Location Capture:</strong>\r\nDuring payment collections, live location capture adds an extra layer of security and transparency. The Arukus Collection Management System allows real-time location tracking, ensuring that payments are received from the correct customer and location.</p><br>\r\n\r\n<p><strong>7. Offline Data Recording:</strong>\r\nArukus Collection Management System is designed to function seamlessly even in areas with limited or no internet connectivity. Agents can record and update collection data offline, and once connectivity is restored, the system syncs the data with the central database.</p><br><br>\r\n\r\n<p>A technology-enabled system empowers MFIs and NBFCs to transform their collections process, making it more efficient, transparent, and customer-centric. Integration with the core banking system ensures real-time data availability, while the mobile app equips agents with powerful tools to track collections and record customer visits. Offering multiple payment modes enhances customer convenience, and root cause analysis enables institutions to tackle non-payments proactively. With live location capture and offline data recording, the system ensures security and continuity in collections, even in areas with limited connectivity. Embracing such a technology-driven approach, MFIs and NBFCs can drive better collections performance, establish customer trust, and achieve financial prosperity in an increasingly competitive landscape.</p>','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-19 15:05:21','2023-07-19 15:05:21','',213,'https://arukustech.com/?p=933',0,'revision','',0),(934,1,'2023-07-19 15:05:53','2023-07-19 15:05:53','<p><strong>How a Technology-Enabled Collection Management System enables MFI & NBFCs to Maximize their Collections</strong></p><br>\r\n\r\n<p>In the realm of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), efficient collections management is essential for ensuring financial stability and sustainable growth. Embracing a technology-enabled Collection Management System can revolutionize the collections process, empowering MFIs and NBFCs to optimize operations, enhance customer experience, and drive financial success. Let\'s explore how Arukus Technologies Collection Management System caters to crucial aspects of making the collections process efficient:</p>\r\n\r\n<p><strong>1. Integration with Core Banking System:</strong>\r\nA robust Collection Management System integrates seamlessly with the core banking system, enabling real-time data sync. This integration empowers MFIs and NBFCs to fetch collections data effortlessly, allowing them to stay updated on loan recovery statuses and customer payment histories.</p><br>\r\n\r\n<p><strong>2. Mobile App for Agents:</strong>\r\nA dedicated mobile app equips field agents with powerful tools to efficiently manage collections on the go. Agents can plan and track advance, daily, and weekly collections, including overdue payments and recoveries, through the user-friendly app interface.</p><br>\r\n\r\n<p><strong>3. Customer Visit Tracking with Image Capture:</strong>\r\nThe Collection Management System enables agents to record and track customer visits efficiently. The app\'s image capture facility allows agents to attach relevant documents, photos, or proofs during customer interactions, ensuring accurate and transparent record-keeping.</p><br>\r\n\r\n<p><strong>4. Multiple Payment Modes for Customers:</strong>\r\nTo enhance customer convenience and encourage timely payments, the Collection Management System offers multiple payment modes. Customers can choose their preferred payment method, such as cash, mobile payments, or electronic transfers, for hassle-free transactions.</p><br>\r\n\r\n<p><strong>5. Root Cause Analysis for Non-Payments:</strong>\r\nNon-payments or partial payments can be concerning for MFIs and NBFCs. The system is designed to aid in root cause analysis, providing valuable insights into the reasons behind customer payment issues. Armed with this information, institutions can develop targeted strategies to address the root causes and improve collections.</p><br>\r\n\r\n<p><strong>6. Live Location Capture:</strong>\r\nDuring payment collections, live location capture adds an extra layer of security and transparency. The Arukus Collection Management System allows real-time location tracking, ensuring that payments are received from the correct customer and location.</p><br>\r\n\r\n<p><strong>7. Offline Data Recording:</strong>\r\nArukus Collection Management System is designed to function seamlessly even in areas with limited or no internet connectivity. Agents can record and update collection data offline, and once connectivity is restored, the system syncs the data with the central database.</p><br><br>\r\n\r\n<p>A technology-enabled system empowers MFIs and NBFCs to transform their collections process, making it more efficient, transparent, and customer-centric. Integration with the core banking system ensures real-time data availability, while the mobile app equips agents with powerful tools to track collections and record customer visits. Offering multiple payment modes enhances customer convenience, and root cause analysis enables institutions to tackle non-payments proactively. With live location capture and offline data recording, the system ensures security and continuity in collections, even in areas with limited connectivity. Embracing such a technology-driven approach, MFIs and NBFCs can drive better collections performance, establish customer trust, and achieve financial prosperity in an increasingly competitive landscape.</p>','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-19 15:05:53','2023-07-19 15:05:53','',213,'https://arukustech.com/?p=934',0,'revision','',0),(935,1,'2023-07-19 16:27:31','2023-07-19 16:27:31','<p><strong>Unlocking New Revenue Streams: The Power of Effective Cross-Selling for MFI and NBFCs</strong></p>\r\n<br><br>\r\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), diversifying revenue streams and maximizing customer value are crucial for sustained growth and competitiveness. Effective cross-selling for MFI & NBFCs emerge as a game-changer, empowering financial institutions to identify untapped market opportunities and expand their product offerings. An Effective Cross-Selling Application stands out as a cutting-edge solution, revolutionizing how MFIs and NBFCs unlock new revenue streams through automated loan approvals, seamless vendor communication, and enhanced customer experience.</p>\r\n<br><br>\r\n<p><strong>The Value of Cross-Selling for MFIs and NBFCs:</strong></p>\r\n\r\n<p><strong>Expanding Product Portfolio:</strong> Cross-selling tools allow MFIs and NBFCs to identify customers who may be interested in additional products or financing options beyond their initial engagement. This diversifies the institution\'s product portfolio, catering to a wider range of customer needs and preferences.</p>\r\n\r\n<p><strong>Building Customer Loyalty:</strong> By proactively suggesting relevant products or services, financial institutions demonstrate a customer-centric approach, enhancing customer satisfaction, and building long-term loyalty. Satisfied and loyal customers are more likely to engage in repeat business and refer others, further bolstering revenue streams.</p>\r\n\r\n<p><strong>Maximizing Customer Lifetime Value:</strong> Cross-selling tools enable MFIs and NBFCs to leverage existing customer relationships for increased revenue. By identifying opportunities to offer additional products or financing, institutions can maximize the customer lifetime value, ensuring continued profitability.</p>\r\n\r\n<p><strong>Arukus Cross-Sell Application: Unleashing New Revenue Streams</strong></p>\r\n\r\n<p><strong>Integration with Loan Origination System (LOS):</strong>\r\nArukus Cross-Sell Application seamlessly integrates with the Loan Origination System, streamlining the process of loan approvals. Automated loan approval reduces manual intervention, accelerates decision-making, and enhances the customer experience. This integration fosters operational efficiency and enables faster access to financing options.</p>\r\n\r\n<p><strong>Smooth Vendor Communication for Faster Delivery:</strong>\r\nThe application facilitates smooth communication with vendors, ensuring a swift and efficient process from product selection to delivery at the customer\'s doorstep. Efficient vendor coordination ensures timely delivery, enhancing customer satisfaction and reinforcing the institution\'s reputation.</p>\r\n\r\n<p><strong>Enhanced Customer Experience:</strong>\r\nArukus Cross-Sell Application prioritizes the customer experience by presenting tailored offers and financing options. By leveraging customer data and preferences, financial institutions can provide personalized recommendations, improving the likelihood of successful cross-selling and customer retention.</p>\r\n<br><br>\r\n<p>Arukus Technologies\' Cross-Sell Application empowers financial institutions with its automated loan approval process, seamless vendor communication, and enhanced customer experience. By embracing this cutting-edge solution, MFIs and NBFCs can diversify their product offerings, drive customer loyalty, and optimize customer lifetime value. Through proactive and tailored cross-selling strategies, financial institutions can secure a strong position in the market, fostering sustainable growth and competitiveness in an increasingly dynamic financial landscape.</p>','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-19 16:27:31','2023-07-19 16:27:31','',188,'https://arukustech.com/?p=935',0,'revision','',0),(936,1,'2023-07-19 16:28:22','2023-07-19 16:28:22','<p><strong>Unlocking New Revenue Streams: The Power of Effective Cross-Selling for MFI and NBFCs</strong></p>\r\n<br><br>\r\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), diversifying revenue streams and maximizing customer value are crucial for sustained growth and competitiveness. Effective cross-selling for MFI & NBFCs emerge as a game-changer, empowering financial institutions to identify untapped market opportunities and expand their product offerings. An Effective Cross-Selling Application stands out as a cutting-edge solution, revolutionizing how MFIs and NBFCs unlock new revenue streams through automated loan approvals, seamless vendor communication, and enhanced customer experience.</p>\r\n<br><br>\r\n\r\n<p><strong>Expanding Product Portfolio:</strong> Cross-selling tools allow MFIs and NBFCs to identify customers who may be interested in additional products or financing options beyond their initial engagement. This diversifies the institution\'s product portfolio, catering to a wider range of customer needs and preferences.</p>\r\n\r\n<p><strong>Building Customer Loyalty:</strong> By proactively suggesting relevant products or services, financial institutions demonstrate a customer-centric approach, enhancing customer satisfaction, and building long-term loyalty. Satisfied and loyal customers are more likely to engage in repeat business and refer others, further bolstering revenue streams.</p>\r\n\r\n<p><strong>Maximizing Customer Lifetime Value:</strong> Cross-selling tools enable MFIs and NBFCs to leverage existing customer relationships for increased revenue. By identifying opportunities to offer additional products or financing, institutions can maximize the customer lifetime value, ensuring continued profitability.</p>\r\n\r\n<p><strong>Arukus Cross-Sell Application: Unleashing New Revenue Streams</strong></p>\r\n\r\n<p><strong>Integration with Loan Origination System (LOS):</strong>\r\nArukus Cross-Sell Application seamlessly integrates with the Loan Origination System, streamlining the process of loan approvals. Automated loan approval reduces manual intervention, accelerates decision-making, and enhances the customer experience. This integration fosters operational efficiency and enables faster access to financing options.</p>\r\n\r\n<p><strong>Smooth Vendor Communication for Faster Delivery:</strong>\r\nThe application facilitates smooth communication with vendors, ensuring a swift and efficient process from product selection to delivery at the customer\'s doorstep. Efficient vendor coordination ensures timely delivery, enhancing customer satisfaction and reinforcing the institution\'s reputation.</p>\r\n\r\n<p><strong>Enhanced Customer Experience:</strong>\r\nArukus Cross-Sell Application prioritizes the customer experience by presenting tailored offers and financing options. By leveraging customer data and preferences, financial institutions can provide personalized recommendations, improving the likelihood of successful cross-selling and customer retention.</p>\r\n<br><br>\r\n<p>Arukus Technologies\' Cross-Sell Application empowers financial institutions with its automated loan approval process, seamless vendor communication, and enhanced customer experience. By embracing this cutting-edge solution, MFIs and NBFCs can diversify their product offerings, drive customer loyalty, and optimize customer lifetime value. Through proactive and tailored cross-selling strategies, financial institutions can secure a strong position in the market, fostering sustainable growth and competitiveness in an increasingly dynamic financial landscape.</p>','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-19 16:28:22','2023-07-19 16:28:22','',188,'https://arukustech.com/?p=936',0,'revision','',0),(940,1,'2023-07-20 06:27:54','2023-07-20 06:27:54','','<span class=\"link_icon\"><img src=\"https://arukustech.com/wp-content/uploads/2023/06/s3.png\"></span><span class=\"link_content\"><div class=\"link_title\">Collection Management</div><div class=\"link_text\">Streamline your collections process...</div></span>','','publish','closed','closed','','collection-managementstreamline-your-collections-process','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',186,'https://arukustech.com/?p=940',5,'nav_menu_item','',0),(941,1,'2023-07-20 06:27:54','2023-07-20 06:27:54','','<span class=\"link_icon\"><img src=\"https://arukustech.com/wp-content/uploads/2023/07/crosss2.png\"></span><span class=\"link_content\"><div class=\"link_title\">Arukus Cross-Sell</div>                                                 <div class=\"link_text\">Arukus Cross-Sell Empowers Microfinance Institutions...</div></span>','','publish','closed','closed','','arukus-cross-sell-arukus-cross-sell-empowers-microfinance-institutions','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',186,'https://arukustech.com/?p=941',4,'nav_menu_item','',0),(942,1,'2023-07-20 06:27:54','2023-07-20 06:27:54','','<span class=\"link_icon\"><img src=\"https://arukustech.com/wp-content/uploads/2023/06/s1.png\"></span><span class=\"link_content\"><div class=\"link_title\">Loan Origination System</div><div class=\"link_text\">Accept and process loan applications real-time...</div></span>','','publish','closed','closed','','loan-origination-systemaccept-and-process-loan-applications-real-time','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',186,'https://arukustech.com/?p=942',3,'nav_menu_item','',0),(943,1,'2023-07-20 06:27:54','2023-07-20 06:27:54','','<span class=\"link_icon\"><img src=\"https://arukustech.com/wp-content/uploads/2023/06/s9.png\"></span><span class=\"link_content\"><div class=\"link_title\">Support360: Ticketing System</div><div class=\"link_text\">Feature-Rich Help Desk Software, Accelerating Ticket...</div></span>','','publish','closed','closed','','support360-ticketing-systemfeature-rich-help-desk-software-accelerating-ticket','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',186,'https://arukustech.com/?p=943',11,'nav_menu_item','',0),(944,1,'2023-07-20 06:27:54','2023-07-20 06:27:54','','<span class=\"link_icon\"><img src=\"https://arukustech.com/wp-content/uploads/2023/06/s8.png\"></span><span class=\"link_content\"><div class=\"link_title\">Fraud Control System</div><div class=\"link_text\">With advanced smart detection mechanisms, identify fraud...</div></span>','','publish','closed','closed','','fraud-control-systemwith-advanced-smart-detection-mechanisms-identify-fraud','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',186,'https://arukustech.com/?p=944',10,'nav_menu_item','',0),(945,1,'2023-07-20 06:27:54','2023-07-20 06:27:54','','<span class=\"link_icon\"><img src=\"https://arukustech.com/wp-content/uploads/2023/06/s7.png\"></span><span class=\"link_content\"><div class=\"link_title\">Audit & Compliance</div><div class=\"link_text\">Empower your Organization with a Fully Customizable...</div></span>','','publish','closed','closed','','audit-complianceempower-your-organization-with-a-fully-customizable','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',186,'https://arukustech.com/?p=945',9,'nav_menu_item','',0),(946,1,'2023-07-20 06:27:54','2023-07-20 06:27:54','','<span class=\"link_icon\"><img src=\"https://arukustech.com/wp-content/uploads/2023/06/s6.png\"></span><span class=\"link_content\"><div class=\"link_title\">Field Track-O</div><div class=\"link_text\">Uncover Real-Time Insights on Targets, Collections...</div></span>','','publish','closed','closed','','field-track-ouncover-real-time-insights-on-targets-collections','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',186,'https://arukustech.com/?p=946',8,'nav_menu_item','',0),(947,1,'2023-07-20 06:27:54','2023-07-20 06:27:54','','<span class=\"link_icon\"><img src=\"https://arukustech.com/wp-content/uploads/2023/06/s5.png\"></span><span class=\"link_content\"><div class=\"link_title\">Expense Management System</div><div class=\"link_text\">Capture Every Business Expense on the Fly...</div></span>','','publish','closed','closed','','expense-management-systemcapture-every-business-expense-on-the-fly','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',186,'https://arukustech.com/?p=947',7,'nav_menu_item','',0),(948,1,'2023-07-20 06:27:54','2023-07-20 06:27:54','','<span class=\"link_icon\"><img src=\"https://arukustech.com/wp-content/uploads/2023/06/s4.png\"></span><span class=\"link_content\"><div class=\"link_title\">Enterprise Risk Management</div><div class=\"link_text\">Save Time and Money with Better Risk Management...</div></span>','','publish','closed','closed','','enterprise-risk-managementsave-time-and-money-with-better-risk-management','','','2023-07-20 06:27:54','2023-07-20 06:27:54','',186,'https://arukustech.com/?p=948',6,'nav_menu_item','',0),(949,1,'2023-07-20 06:31:27','2023-07-20 06:31:27','','los','','inherit','open','closed','','los','','','2023-07-20 06:31:27','2023-07-20 06:31:27','',211,'https://arukustech.com/wp-content/uploads/2023/07/los.jpg',0,'attachment','image/jpeg',0),(950,1,'2023-07-20 06:31:37','2023-07-20 06:31:37','<p>Accept and process loan applications real-time and speed up the lending process with complete credit checks and compliance.</p>','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-20 06:31:37','2023-07-20 06:31:37','',211,'https://arukustech.com/?p=950',0,'revision','',0),(951,1,'2023-07-20 06:34:26','2023-07-20 06:34:26','','expense','','inherit','open','closed','','expense','','','2023-07-20 06:34:26','2023-07-20 06:34:26','',217,'https://arukustech.com/wp-content/uploads/2023/07/expense.jpg',0,'attachment','image/jpeg',0),(952,1,'2023-07-20 06:34:31','2023-07-20 06:34:31','<p><strong>Expense Management System: Empowering MFI & NBFCs for Efficient Financial Control</strong></p>\r\n\r\n<p>In the dynamic world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective financial control is crucial for sustainable growth and operational excellence. The intricacies of managing daily branch expenses, travel and tour expenses, branch rents, agreement formats, and branch re-locations can become overwhelming without a comprehensive Expense Management System. Arukus Technologies recognizes these challenges and offers a tailored solution to revolutionize expense management for MFIs and NBFCs.</p><br><br>\r\n\r\n<p><strong>The Need for an Expense Management System:</strong><br><br>\r\n\r\n<strong>Daily Branch Expenses:</strong> MFIs and NBFCs operate through an extensive network of branches, each incurring various expenses daily. Tracking and managing these expenses manually can be time-consuming and error-prone, leading to discrepancies in financial reporting.</p>\r\n\r\n<p><strong>Travel and Tour Expenses:</strong> Sales representatives and field agents in MFIs and NBFCs often travel extensively to reach clients and potential customers. Managing travel and tour expenses efficiently is essential to maintain financial transparency and control costs.</p>\r\n\r\n<p><strong>Branch Rents:</strong> Rent for branch locations is a significant expense for MFIs and NBFCs. Accurate monitoring and timely payments are essential to avoid penalties and maintain smooth operations.</p>\r\n\r\n<p><strong>Branch Agreement Formats:</strong> Legal agreements for branch locations require meticulous handling and proper documentation. Ensuring compliance with agreements and tracking renewal dates can be challenging without a systematic approach.</p>\r\n\r\n<p><strong>Branch Relocations:</strong> From time to time, MFIs and NBFCs may need to relocate branches to optimize operations or expand their reach. Handling such relocations effectively is critical to minimize disruptions and ensure business continuity.</p>\r\n\r\n<p><strong>Arukus Expense Management System: The Ultimate Solution</strong><br>\r\n\r\nArukus Technologies\' Expense Management System is a game-changer for MFIs and NBFCs, providing a holistic solution to track and manage expenses across multiple branches, streamline travel expenses, and handle crucial aspects like rent management and branch relocations. Embracing this technology empowers MFIs and NBFCs to drive efficiency, maintain financial transparency, and make data-backed decisions to achieve their growth objectives with confidence.</p>','Expense Management System','','inherit','closed','closed','','217-revision-v1','','','2023-07-20 06:34:31','2023-07-20 06:34:31','',217,'https://arukustech.com/?p=952',0,'revision','',0),(953,1,'2023-07-20 06:35:03','2023-07-20 06:35:03','','collection','','inherit','open','closed','','collection','','','2023-07-20 06:35:03','2023-07-20 06:35:03','',213,'https://arukustech.com/wp-content/uploads/2023/07/collection.jpg',0,'attachment','image/jpeg',0),(954,1,'2023-07-20 06:35:10','2023-07-20 06:35:10','<p><strong>How a Technology-Enabled Collection Management System enables MFI & NBFCs to Maximize their Collections</strong></p><br>\r\n\r\n<p>In the realm of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), efficient collections management is essential for ensuring financial stability and sustainable growth. Embracing a technology-enabled Collection Management System can revolutionize the collections process, empowering MFIs and NBFCs to optimize operations, enhance customer experience, and drive financial success. Let\'s explore how Arukus Technologies Collection Management System caters to crucial aspects of making the collections process efficient:</p>\r\n\r\n<p><strong>1. Integration with Core Banking System:</strong>\r\nA robust Collection Management System integrates seamlessly with the core banking system, enabling real-time data sync. This integration empowers MFIs and NBFCs to fetch collections data effortlessly, allowing them to stay updated on loan recovery statuses and customer payment histories.</p><br>\r\n\r\n<p><strong>2. Mobile App for Agents:</strong>\r\nA dedicated mobile app equips field agents with powerful tools to efficiently manage collections on the go. Agents can plan and track advance, daily, and weekly collections, including overdue payments and recoveries, through the user-friendly app interface.</p><br>\r\n\r\n<p><strong>3. Customer Visit Tracking with Image Capture:</strong>\r\nThe Collection Management System enables agents to record and track customer visits efficiently. The app\'s image capture facility allows agents to attach relevant documents, photos, or proofs during customer interactions, ensuring accurate and transparent record-keeping.</p><br>\r\n\r\n<p><strong>4. Multiple Payment Modes for Customers:</strong>\r\nTo enhance customer convenience and encourage timely payments, the Collection Management System offers multiple payment modes. Customers can choose their preferred payment method, such as cash, mobile payments, or electronic transfers, for hassle-free transactions.</p><br>\r\n\r\n<p><strong>5. Root Cause Analysis for Non-Payments:</strong>\r\nNon-payments or partial payments can be concerning for MFIs and NBFCs. The system is designed to aid in root cause analysis, providing valuable insights into the reasons behind customer payment issues. Armed with this information, institutions can develop targeted strategies to address the root causes and improve collections.</p><br>\r\n\r\n<p><strong>6. Live Location Capture:</strong>\r\nDuring payment collections, live location capture adds an extra layer of security and transparency. The Arukus Collection Management System allows real-time location tracking, ensuring that payments are received from the correct customer and location.</p><br>\r\n\r\n<p><strong>7. Offline Data Recording:</strong>\r\nArukus Collection Management System is designed to function seamlessly even in areas with limited or no internet connectivity. Agents can record and update collection data offline, and once connectivity is restored, the system syncs the data with the central database.</p><br><br>\r\n\r\n<p>A technology-enabled system empowers MFIs and NBFCs to transform their collections process, making it more efficient, transparent, and customer-centric. Integration with the core banking system ensures real-time data availability, while the mobile app equips agents with powerful tools to track collections and record customer visits. Offering multiple payment modes enhances customer convenience, and root cause analysis enables institutions to tackle non-payments proactively. With live location capture and offline data recording, the system ensures security and continuity in collections, even in areas with limited connectivity. Embracing such a technology-driven approach, MFIs and NBFCs can drive better collections performance, establish customer trust, and achieve financial prosperity in an increasingly competitive landscape.</p>','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-20 06:35:10','2023-07-20 06:35:10','',213,'https://arukustech.com/?p=954',0,'revision','',0),(955,1,'2023-07-20 06:35:44','2023-07-20 06:35:44','','audit','','inherit','open','closed','','audit-2','','','2023-07-20 06:35:44','2023-07-20 06:35:44','',221,'https://arukustech.com/wp-content/uploads/2023/07/audit.jpg',0,'attachment','image/jpeg',0),(956,1,'2023-07-20 06:35:50','2023-07-20 06:35:50','<p><strong>Why an Internal Audit & Compliance Management Tool is a Must-Have for MFI and NBFCs</strong></p><br><br>\r\n\r\n<p>Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs) operate in a complex and ever-evolving financial landscape, serving diverse customer segments with varying needs. In this highly regulated and competitive environment, an effective Audit & Compliance Management tool becomes an indispensable asset for these institutions, helping them overcome challenges and drive success. Let\'s explore the key reasons why an Audit & Compliance Management tool is a must-have for MFIs and NBFCs:</p>\r\n\r\n<p><strong>1. Ensuring Regulatory Adherence:</strong><br>\r\nCompliance with industry regulations and statutory requirements is paramount for MFIs and NBFCs to operate ethically and responsibly. An Audit & Compliance Management tool equips these institutions with automated tracking and reporting capabilities, ensuring they stay up-to-date with changing regulations and avoid penalties or legal issues that may arise due to non-compliance.</p><br>\r\n\r\n<p><strong>2. Strengthening Risk Management:</strong><br>\r\nIdentifying and mitigating risks are essential for financial institutions to safeguard their assets and reputation. A robust Audit & Compliance Management tool enables MFIs and NBFCs to assess risk factors across their operations, including credit, operational, and market risks. With real-time insights and monitoring, they can proactively address potential threats and implement risk mitigation strategies effectively.</p><br>\r\n\r\n<p><strong>3. Streamlining Internal Auditing:</strong><br>\r\nConducting internal audits can be a laborious and time-consuming process. An Internal Audit & Compliance Management tool streamlines the auditing process, automating data collection, analysis, and reporting. This saves valuable time, reduces errors, and allows auditors to focus on analyzing critical data and identifying areas for improvement.</p><br>\r\n\r\n<p><strong>4. Enhancing Operational Efficiency:</strong><br>\r\nIn a competitive market, operational efficiency is a key differentiator for success. An Audit & Compliance Management tool provides MFIs and NBFCs with a structured framework to streamline processes, identify bottlenecks, and optimize resource allocation. By eliminating redundancies and enhancing workflow, institutions can maximize productivity and customer satisfaction.</p><br>\r\n\r\n<p><strong>5. Fostering Accountability and Transparency:</strong><br>\r\nWith an Audit & Compliance Management tool, MFIs and NBFCs foster a culture of accountability and transparency at all levels of the organization. The tool empowers managers and employees to take ownership of their roles, adhere to best practices, and align their activities with the institution\'s overarching goals.</p><br>\r\n\r\n<p><strong>6. Driving Data-Driven Decision-Making:</strong><br>\r\nAccess to accurate and real-time data is instrumental in making informed decisions. An Audit & Compliance Management tool aggregates and analyzes vast amounts of data, enabling stakeholders to gain valuable insights into performance, risks, and compliance. These data-driven insights form the basis for strategic planning and continuous improvement.</p><br>\r\n\r\n<p><strong>7. Building Customer Trust:</strong><br>\r\nFor MFIs and NBFCs, customer trust is the bedrock of their success. An effective Audit & Compliance Management tool ensures that customer data is handled with utmost security and compliance. This, in turn, strengthens customer confidence in the institution, leading to long-lasting relationships and positive word-of-mouth referrals.</p><br>\r\n\r\n<p>Arukus Technologies\' Internal Audit & Compliance Management Tool is a game-changer for MFIs and NBFCs, empowering them to establish robust internal controls, achieve regulatory compliance, and foster a culture of accountability and transparency. With its advanced features, seamless auditing capabilities, and comprehensive reporting, Arukus\'s solution enables financial institutions to thrive in a dynamic and competitive landscape while upholding the highest standards of financial integrity.</p>\r\n\r\n\r\n\r\n\r\n\r\n','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-20 06:35:50','2023-07-20 06:35:50','',221,'https://arukustech.com/?p=956',0,'revision','',0),(957,1,'2023-07-20 06:36:54','2023-07-20 06:36:54','','fraud','','inherit','open','closed','','fraud-5','','','2023-07-20 06:36:54','2023-07-20 06:36:54','',223,'https://arukustech.com/wp-content/uploads/2023/07/fraud.jpg',0,'attachment','image/jpeg',0),(958,1,'2023-07-20 06:36:59','2023-07-20 06:36:59','<p><strong>Arukus Technologies Fraud Control System: Safeguarding MFI and NBFCs from Financial Fraud</strong></p>\r\n<p>\r\nIn the world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), the battle against financial fraud is an ongoing challenge. As these institutions strive to expand their reach and cater to the financial needs of underserved populations, they must also be vigilant against various fraudulent activities that can hamper their growth and reputation. Arukus Technologies\' Fraud Management System emerges as a powerful ally, empowering MFIs and NBFCs to reduce risks associated with common fraud scenarios such as cash misappropriation, false documentation, suppressing loan foreclosure information, and more.\r\n</p>\r\n<p><strong>Intelligent Fraud Detection and Prevention:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System is armed with cutting-edge technology that employs artificial intelligence and machine learning algorithms to identify potential fraud patterns. By analyzing vast volumes of data from diverse sources, the system can detect irregularities and suspicious activities in real-time, enabling proactive action to prevent fraudulent transactions.\r\n</p>\r\n<p><strong>Mitigating Cash Misappropriation:</strong></p>\r\n<p>\r\nOne of the most common fraud scenarios faced by MFIs and NBFCs is cash misappropriation, where employees or individuals exploit loopholes to embezzle funds. Arukus Technologies\' system implements strict access controls, segregates duties, and monitors financial transactions to minimize the risk of unauthorized cash handling. Moreover, the system can flag unusual withdrawal patterns or unauthorized account access, triggering timely investigations and deterring potential fraudsters.\r\n</p>\r\n<p><strong>Verifying Document Authenticity:</strong></p>\r\n<p>\r\nFalse documentation is another significant concern for financial institutions. Fraudsters may submit forged or manipulated documents to secure loans or credit facilities. Arukus Technologies\' Fraud Management System incorporates advanced document verification techniques, leveraging optical character recognition (OCR) and other validation methods to ensure the authenticity of submitted documents. This helps eliminate the risk of approving loans based on fraudulent information.\r\n</p>\r\n<p><strong>Enhanced Loan Foreclosure Monitoring:</strong></p>\r\n<p>\r\nSuppressing loan foreclosure information is a fraudulent tactic used to conceal existing liabilities and secure additional credit. Arukus Technologies\' system maintains a comprehensive loan database, cross-referencing foreclosure details with credit records. Any discrepancies or attempts to hide foreclosure information are promptly detected, reducing the risk of granting credit to defaulters or individuals with a high credit risk.\r\n</p>\r\n<p><strong>Real-Time Alerts and Reporting:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System delivers real-time alerts to relevant stakeholders when suspicious activities are detected. These alerts enable swift action and investigation, minimizing the impact of potential fraud on the institution\'s financial health. Additionally, the system generates comprehensive fraud reports, providing insights into emerging fraud trends and aiding in continuous process improvement.\r\n</p>\r\n<p><strong>Strengthening Compliance and Regulation:</strong></p>\r\n<p>\r\nCompliance with regulatory requirements is of utmost importance for MFIs and NBFCs. Arukus Technologies\' Fraud Management System ensures adherence to industry standards and compliance with anti-fraud regulations. By maintaining transparent and traceable audit trails, financial institutions can confidently demonstrate their commitment to preventing fraud and upholding ethical practices.\r\n</p>\r\n<br>\r\n<p>\r\nIn conclusion, Arukus Technologies\' Fraud Management System is a powerful tool that empowers MFIs and NBFCs to combat financial fraud effectively. By leveraging advanced technologies and intelligent analytics, the system helps these institutions detect and prevent common fraud scenarios like cash misappropriation, false documentation, and loan foreclosure suppression. With heightened vigilance, real-time alerts, and robust compliance measures, Arukus Technologies enables MFIs and NBFCs to protect their assets, reputation, and most importantly, their customers\' trust.\r\n</p>','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-20 06:36:59','2023-07-20 06:36:59','',223,'https://arukustech.com/?p=958',0,'revision','',0),(959,1,'2023-07-20 06:37:35','2023-07-20 06:37:35','','support360','','inherit','open','closed','','support360','','','2023-07-20 06:37:35','2023-07-20 06:37:35','',225,'https://arukustech.com/wp-content/uploads/2023/07/support360.jpg',0,'attachment','image/jpeg',0),(960,1,'2023-07-20 06:37:40','2023-07-20 06:37:40','<p><strong>Feature-Rich Helpdesk Software Solution, Accelerating Ticket Resolution Through Proactive Automations and Customizable Workflows Revolutionizing Incident Management and Customer Support</strong>\r\n<br>\r\nIn the fast-paced world of customer service and support, efficient incident management is crucial for maintaining client satisfaction and business success. Arukus Support 360 emerges as the game-changer in this domain, offering a comprehensive solution that streamlines incident management and transforms customer support into a seamless and gratifying experience.<br>\r\n</p>\r\n<p><strong>The Power of Incident Management:</strong>\r\n<br>\r\nIncident management lies at the heart of Arukus Support 360\'s capabilities. With an integrated and user-friendly interface, it empowers support teams to handle incoming incidents, such as customer inquiries, technical issues, or service requests, with utmost efficiency. The platform centralizes all customer interactions, ensuring that no ticket goes unnoticed, and every query receives prompt attention.<br>\r\n</p>\r\n<p><strong>Automated Ticketing and Escalation:</strong>\r\n<br>\r\nArukus Support 360\'s automated ticketing system intelligently categorizes and prioritizes incoming incidents based on their urgency and complexity. This automation eliminates the risk of oversight and significantly reduces response times. Furthermore, the software facilitates smooth ticket escalation to the appropriate personnel or department, ensuring that critical issues receive swift attention from the right experts.<br>\r\n</p>\r\n<p><strong>Effortless Collaboration and Communication:</strong>\r\n<br>\r\nEffective incident management requires seamless collaboration among support team members and departments. Arukus Support 360 fosters enhanced communication through shared ticket views, internal notes, and real-time updates. By promoting a cohesive workflow, the platform ensures that team members can work together harmoniously, pooling their expertise to resolve incidents promptly.<br>\r\n</p>\r\n<p><strong>Data-Driven Insights:</strong>\r\n<br>\r\nUnderstanding customer pain points and identifying recurring issues are essential for delivering exceptional support. Arukus Support 360 equips businesses with powerful data analytics tools to gain valuable insights into customer trends, incident patterns, and support team performance. Armed with this information, organizations can proactively address underlying problems and continuously improve their support processes.<br>\r\n</p>\r\n<p><strong>Personalized Customer Engagement:</strong>\r\n<br>\r\nIn the age of personalized experiences, Arukus Support 360 stands out with its customer-centric approach. The platform enables support agents to access customer profiles, purchase history, and past interactions, allowing them to tailor responses and solutions according to each client\'s unique needs. This personalized engagement not only boosts customer satisfaction but also fosters long-term loyalty.<br>\r\n</p>\r\n<p><strong>Security and Compliance:</strong>\r\n<br>\r\nSecurity is of utmost importance when handling sensitive customer data. Arukus Support 360 prioritizes data security and compliance, implementing robust measures to safeguard customer information and ensure adherence to industry regulations.<br><br>\r\n</p>\r\n<p>Arukus Support 360 is a comprehensive and advanced helpdesk software that redefines incident management and elevates customer support to new heights. With its intuitive interface, automation capabilities, and data-driven insights, businesses can streamline their support processes, exceed customer expectations, and achieve unparalleled success. Embrace the power of Arukus Support 360 and unlock the true potential of your customer support operations.</p>','Support360','','inherit','closed','closed','','225-revision-v1','','','2023-07-20 06:37:40','2023-07-20 06:37:40','',225,'https://arukustech.com/?p=960',0,'revision','',0),(961,1,'2023-07-20 06:41:41','2023-07-20 06:41:41','<p><strong>Streamlining Operations: How Loan Origination Systems Empower MFI and NBFCs - A Case Study</strong></p>\r\n<br>\r\n<p>In the dynamic landscape of financial services, Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) play a pivotal role in extending credit to underserved communities and fostering economic growth. To enhance their operational efficiency and meet the diverse needs of their clientele, these institutions rely on Loan Origination Systems (LOS). These cutting-edge platforms have revolutionized the lending process, enabling MFIs and NBFCs to navigate the complexities of loan origination seamlessly. Let\'s explore how Loan Origination Systems have made a tangible impact on these institutions through a few case studies.</p>\r\n\r\n<p><strong>Case Study 1: Leading MFI in the rural sector - Expedited Loan Approvals and Enhanced Customer Experience</strong></p>\r\n\r\n<p>A leading MFI serving rural communities, faced challenges in processing loan applications efficiently due to a manual and paper-based system. The lengthy process resulted in delayed approvals and frustrated borrowers. Upon implementing Arukus Loan Origination System, the institution experienced a significant transformation. The system streamlined the application process, enabling the MFI to capture applicant data electronically and automate credit checks. Consequently, loan approval time reduced by 40%, leading to heightened customer satisfaction. Additionally, the LOS offered personalized loan products based on borrowers\' needs, contributing to a 25% increase in repeat customers.</p>\r\n\r\n<p><strong>Case Study 2: An Emerging NBFC in North East - Mitigating Risks and Improving Portfolio Quality</strong></p>\r\n\r\n<p>An emerging NBFC in urban lending operating in the North East of India, sought to enhance its risk assessment capabilities to ensure sustainable growth. Previously, the NBFC relied on manual processes, resulting in a higher default rate. By adopting a Loan Origination System, it was able to integrate advanced risk evaluation algorithms and data analytics into its operations. The system effectively assessed borrowers\' creditworthiness, analyzing variables like repayment history and income patterns. As a result, the institution experienced a 15% reduction in default rates and a corresponding improvement in portfolio quality, attracting more investors and strengthening its financial standing.</p>\r\n\r\n<p><strong>Case Study 3: Optimizing Resource Allocation and Increasing Scalability for an established NBFC in East India</strong></p>\r\n\r\n<p>An established NBFC catering to diverse customer segments, faced challenges in managing resources efficiently as its loan portfolio expanded rapidly. The institution\'s manual processes led to inefficiencies and increased operational costs. With the implementation of a Loan Origination System, they achieved remarkable operational excellence. The LOS streamlined workflow and automated document verification, reducing the need for manual intervention. As a result, resource allocation was optimized, and the institution experienced a 20% reduction in operational costs. The newfound efficiency also enabled the NBFC to scale its operations, venturing into new territories and expanding its customer base.</p>\r\n<br>\r\n<p>The case studies above illustrate how Arukus Loan Origination Systems have become indispensable tools for MFIs and NBFCs, empowering them to overcome operational challenges and achieve sustainable growth. Through expedited loan approvals, enhanced risk assessment, and streamlined workflows, these platforms have made a significant impact on the efficiency and effectiveness of these financial institutions. As technology continues to advance, embracing Loan Origination Systems becomes even more crucial for MFIs and NBFCs to remain competitive, relevant, and impactful in their pursuit of financial inclusion and economic development.</p>','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-20 06:41:41','2023-07-20 06:41:41','',211,'https://arukustech.com/?p=961',0,'revision','',0),(962,1,'2023-07-20 07:13:59','2023-07-20 07:13:59','<p><strong>Book a Demo with Arukus Technologies and Experience how our platform can transform MFI & NBFC Performance: </strong></p>\r\n\r\n<p>Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) play a crucial role in promoting financial inclusion and extending credit to underserved segments of society. To stay competitive and enhance their operational efficiency, these institutions need robust and innovative solutions. Arukus Technologies, a leading provider of financial software solutions, offers a comprehensive suite of products designed to empower MFIs and NBFCs across various facets of their operations. Let\'s explore how Arukus solutions can transform their performance:</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/loan-origination-system/\">Loan Origination System:</a></strong><br>\r\nArukus\'s Loan Origination System revolutionizes the lending process, simplifying and automating application processing, credit evaluation, and document verification. This enables MFIs and NBFCs to expedite loan approvals, reduce the chances of errors, and offer personalized loan products tailored to individual customer needs, thus enhancing customer satisfaction and loyalty.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/\">Cross-Sell:</a></strong>\r\nThe Cross-Sell solution from Arukus empowers financial institutions to identify cross-selling opportunities within their existing customer base. By analyzing customer data and behavior, MFIs and NBFCs can offer relevant financial products and services, leading to increased customer engagement and higher revenue streams.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/collection-management-system/\">Collection Management System:</a></strong>\r\nArukus\'s Collection Management System streamlines the loan collection process, enabling efficient tracking of loan repayments and reducing delinquencies. By automating reminders, follow-ups, and collection efforts, MFIs and NBFCs can optimize their collection strategies and improve overall portfolio performance.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">Enterprise Risk Management:</a></strong>\r\nWith Arukus\'s Enterprise Risk Management solution, financial institutions can proactively identify, assess, and mitigate risks. This comprehensive risk management approach helps safeguard against potential losses and ensures compliance with regulatory requirements, strengthening the institution\'s financial standing.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/expense-management-system/\">Expense Management:</a></strong>\r\nArukus\'s Expense Management system helps MFIs and NBFCs effectively manage their expenses across branches and monitor budget utilization. This transparency and control over expenditures enable financial institutions to make informed decisions and optimize their operational costs.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">Field Track-O:</a></strong>\r\nField Track-O, an innovative Field Sales Performance Tracking App from Arukus, facilitates real-time field data collection and monitoring of field sales agent performance. With GPS tracking and customizable forms, MFIs and NBFCs can improve field staff productivity, with compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/\">Internal Audit & Compliance:</a></strong>\r\nArukus\'s Internal Audit & Compliance solution simplifies the auditing process and ensures adherence to internal policies and regulatory guidelines. This reduces compliance risks and strengthens the institution\'s governance framework.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/fraud-control-system/\">Fraud Control System:</a></strong>\r\nThe Fraud Control solution empowers MFIs and NBFCs to detect and prevent fraudulent activities in real-time. With advanced analytics and monitoring capabilities, financial institutions can safeguard their assets and protect their customers\' interests.</p>\r\n\r\n<p><strong><a href=\"https://arukustech.com/solutions/support360-ticketing-system/\">Support360 Ticketing System:</a></strong>\r\nArukus\'s Support360 Ticketing System streamlines customer support operations, enabling efficient ticket tracking, prioritization, and resolution. This enhances customer service quality and boosts overall customer satisfaction.</p>\r\n<br><br>\r\n<p>Arukus Technologies offers a comprehensive suite of solutions that cater to the diverse needs of MFIs and NBFCs, empowering them to streamline operations, enhance risk management, and improve overall performance. Book a Demo today and stay ahead in a competitive market, drive financial inclusion, and contribute to the economic growth of underserved communities.</p>','Book a Demo','','inherit','closed','closed','','465-revision-v1','','','2023-07-20 07:13:59','2023-07-20 07:13:59','',465,'https://arukustech.com/?p=962',0,'revision','',0),(963,1,'2023-07-20 07:24:02','2023-07-20 07:24:02','','Connectivity & Integration Capabilities','','inherit','closed','closed','','66-revision-v1','','','2023-07-20 07:24:02','2023-07-20 07:24:02','',66,'https://arukustech.com/?p=963',0,'revision','',0),(964,1,'2023-07-20 07:29:04','2023-07-20 07:29:04','Arukus Technologies\' financial software solutions offer a seamless and user-friendly approach to tailor our systems to your specific needs. Stay agile and future-ready as our configurable platform ensures a smooth transition, keeping your Microfinance Institution or Non-Banking Financial Company at the forefront of innovation. Embrace the power of customization and adaptability with Arukus Technologies.','Policy Based Configuration','','inherit','closed','closed','','64-revision-v1','','','2023-07-20 07:29:04','2023-07-20 07:29:04','',64,'https://arukustech.com/?p=964',0,'revision','',0),(965,1,'2023-07-20 07:36:09','2023-07-20 07:36:09','','About Us','','inherit','closed','closed','','60-revision-v1','','','2023-07-20 07:36:09','2023-07-20 07:36:09','',60,'https://arukustech.com/?p=965',0,'revision','',0),(967,1,'2023-07-20 07:40:45','2023-07-20 07:40:45','','Home','','inherit','closed','closed','','7-revision-v1','','','2023-07-20 07:40:45','2023-07-20 07:40:45','',7,'https://arukustech.com/?p=967',0,'revision','',0),(968,1,'2023-07-20 07:42:46','2023-07-20 07:42:46','<p><strong>Streamlining Operations: How Loan Origination Systems Empower MFI and NBFCs - A Case Study</strong></p>\r\n<br>\r\n<p>In the dynamic landscape of financial services, Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) play a pivotal role in extending credit to underserved communities and fostering economic growth. To enhance their operational efficiency and meet the diverse needs of their clientele, these institutions rely on Loan Origination Systems (LOS). These cutting-edge platforms have revolutionized the lending process, enabling MFIs and NBFCs to navigate the complexities of loan origination seamlessly. Let\'s explore how Loan Origination Systems have made a tangible impact on these institutions through a few case studies.</p>\r\n\r\n<p><strong>Case Study 1: Leading MFI in the rural sector - Expedited Loan Approvals and Enhanced Customer Experience</strong></p>\r\n\r\n<p>A leading MFI serving rural communities, faced challenges in processing loan applications efficiently due to a manual and paper-based system. The lengthy process resulted in delayed approvals and frustrated borrowers. Upon implementing Arukus Loan Origination System, the institution experienced a significant transformation. The system streamlined the application process, enabling the MFI to capture applicant data electronically and automate credit checks. Consequently, loan approval time reduced by 40%, leading to heightened customer satisfaction. Additionally, the LOS offered personalized loan products based on borrowers\' needs, contributing to a 25% increase in repeat customers.</p>\r\n\r\n<p><strong>Case Study 2: An Emerging NBFC in North East - Mitigating Risks and Improving Portfolio Quality</strong></p>\r\n\r\n<p>An emerging NBFC in urban lending operating in the North East of India, sought to enhance its risk assessment capabilities to ensure sustainable growth. Previously, the NBFC relied on manual processes, resulting in a higher default rate. By adopting a Loan Origination System, it was able to integrate advanced risk evaluation algorithms and data analytics into its operations. The system effectively assessed borrowers\' creditworthiness, analyzing variables like repayment history and income patterns. As a result, the institution experienced a 15% reduction in default rates and a corresponding improvement in portfolio quality, attracting more investors and strengthening its financial standing.</p>\r\n\r\n<p><strong>Case Study 3: Optimizing Resource Allocation and Increasing Scalability for an established NBFC in East India</strong></p>\r\n\r\n<p>An established NBFC catering to diverse customer segments, faced challenges in managing resources efficiently as its loan portfolio expanded rapidly. The institution\'s manual processes led to inefficiencies and increased operational costs. With the implementation of a Loan Origination System, they achieved remarkable operational excellence. The LOS streamlined workflow and automated document verification, reducing the need for manual intervention. As a result, resource allocation was optimized, and the institution experienced a 20% reduction in operational costs. The newfound efficiency also enabled the NBFC to scale its operations, venturing into new territories and expanding its customer base.</p>\r\n<br>\r\n<p>The case studies above illustrate how Arukus Loan Origination Systems have become indispensable tools for MFIs and NBFCs, empowering them to overcome operational challenges and achieve sustainable growth. Through expedited loan approvals, enhanced risk assessment, and streamlined workflows, these platforms have made a significant impact on the efficiency and effectiveness of these financial institutions. As technology continues to advance, embracing Loan Origination Systems becomes even more crucial for MFIs and NBFCs to remain competitive, relevant, and impactful in their pursuit of financial inclusion and economic development.</p>','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-20 07:42:46','2023-07-20 07:42:46','',211,'https://arukustech.com/?p=968',0,'revision','',0),(969,1,'2023-07-20 07:44:30','2023-07-20 07:44:30','<p><strong>How a Technology-Enabled Collection Management System enables MFI & NBFCs to Maximize their Collections</strong></p><br>\r\n\r\n<p>In the realm of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), efficient collections management is essential for ensuring financial stability and sustainable growth. Embracing a technology-enabled Collection Management System can revolutionize the collections process, empowering MFIs and NBFCs to optimize operations, enhance customer experience, and drive financial success. Let\'s explore how Arukus Technologies Collection Management System caters to crucial aspects of making the collections process efficient:</p>\r\n\r\n<p><strong>1. Integration with Core Banking System:</strong>\r\nA robust Collection Management System integrates seamlessly with the core banking system, enabling real-time data sync. This integration empowers MFIs and NBFCs to fetch collections data effortlessly, allowing them to stay updated on loan recovery statuses and customer payment histories.</p><br>\r\n\r\n<p><strong>2. Mobile App for Agents:</strong>\r\nA dedicated mobile app equips field agents with powerful tools to efficiently manage collections on the go. Agents can plan and track advance, daily, and weekly collections, including overdue payments and recoveries, through the user-friendly app interface.</p><br>\r\n\r\n<p><strong>3. Customer Visit Tracking with Image Capture:</strong>\r\nThe Collection Management System enables agents to record and track customer visits efficiently. The app\'s image capture facility allows agents to attach relevant documents, photos, or proofs during customer interactions, ensuring accurate and transparent record-keeping.</p><br>\r\n\r\n<p><strong>4. Multiple Payment Modes for Customers:</strong>\r\nTo enhance customer convenience and encourage timely payments, the Collection Management System offers multiple payment modes. Customers can choose their preferred payment method, such as cash, mobile payments, or electronic transfers, for hassle-free transactions.</p><br>\r\n\r\n<p><strong>5. Root Cause Analysis for Non-Payments:</strong>\r\nNon-payments or partial payments can be concerning for MFIs and NBFCs. The system is designed to aid in root cause analysis, providing valuable insights into the reasons behind customer payment issues. Armed with this information, institutions can develop targeted strategies to address the root causes and improve collections.</p><br>\r\n\r\n<p><strong>6. Live Location Capture:</strong>\r\nDuring payment collections, live location capture adds an extra layer of security and transparency. The Arukus Collection Management System allows real-time location tracking, ensuring that payments are received from the correct customer and location.</p><br>\r\n\r\n<p><strong>7. Offline Data Recording:</strong>\r\nArukus Collection Management System is designed to function seamlessly even in areas with limited or no internet connectivity. Agents can record and update collection data offline, and once connectivity is restored, the system syncs the data with the central database.</p><br><br>\r\n\r\n<p>A technology-enabled system empowers MFIs and NBFCs to transform their collections process, making it more efficient, transparent, and customer-centric. Integration with the core banking system ensures real-time data availability, while the mobile app equips agents with powerful tools to track collections and record customer visits. Offering multiple payment modes enhances customer convenience, and root cause analysis enables institutions to tackle non-payments proactively. With live location capture and offline data recording, the system ensures security and continuity in collections, even in areas with limited connectivity. Embracing such a technology-driven approach, MFIs and NBFCs can drive better collections performance, establish customer trust, and achieve financial prosperity in an increasingly competitive landscape.</p>','Collection Management System','','inherit','closed','closed','','213-revision-v1','','','2023-07-20 07:44:30','2023-07-20 07:44:30','',213,'https://arukustech.com/?p=969',0,'revision','',0),(970,1,'2023-07-20 07:49:04','2023-07-20 07:49:04','<p><strong>Expense Management System: Empowering MFI & NBFCs for Efficient Financial Control</strong></p>\r\n\r\n<p>In the dynamic world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective financial control is crucial for sustainable growth and operational excellence. The intricacies of managing daily branch expenses, travel and tour expenses, branch rents, agreement formats, and branch re-locations can become overwhelming without a comprehensive Expense Management System. Arukus Technologies recognizes these challenges and offers a tailored solution to revolutionize expense management for MFIs and NBFCs.</p><br><br>\r\n\r\n<p><strong>The Need for an Expense Management System:</strong><br><br>\r\n\r\n<strong>Daily Branch Expenses:</strong> MFIs and NBFCs operate through an extensive network of branches, each incurring various expenses daily. Tracking and managing these expenses manually can be time-consuming and error-prone, leading to discrepancies in financial reporting.</p>\r\n\r\n<p><strong>Travel and Tour Expenses:</strong> Sales representatives and field agents in MFIs and NBFCs often travel extensively to reach clients and potential customers. Managing travel and tour expenses efficiently is essential to maintain financial transparency and control costs.</p>\r\n\r\n<p><strong>Branch Rents:</strong> Rent for branch locations is a significant expense for MFIs and NBFCs. Accurate monitoring and timely payments are essential to avoid penalties and maintain smooth operations.</p>\r\n\r\n<p><strong>Branch Agreement Formats:</strong> Legal agreements for branch locations require meticulous handling and proper documentation. Ensuring compliance with agreements and tracking renewal dates can be challenging without a systematic approach.</p>\r\n\r\n<p><strong>Branch Relocations:</strong> From time to time, MFIs and NBFCs may need to relocate branches to optimize operations or expand their reach. Handling such relocations effectively is critical to minimize disruptions and ensure business continuity.</p>\r\n\r\n<p><strong>Arukus Expense Management System: The Ultimate Solution</strong><br>\r\n\r\nArukus Technologies\' Expense Management System is a game-changer for MFIs and NBFCs, providing a holistic solution to track and manage expenses across multiple branches, streamline travel expenses, and handle crucial aspects like rent management and branch relocations. Embracing this technology empowers MFIs and NBFCs to drive efficiency, maintain financial transparency, and make data-backed decisions to achieve their growth objectives with confidence.</p>','Expense Management System','','inherit','closed','closed','','217-revision-v1','','','2023-07-20 07:49:04','2023-07-20 07:49:04','',217,'https://arukustech.com/?p=970',0,'revision','',0),(971,1,'2023-07-20 07:51:55','2023-07-20 07:51:55','<p><strong>Arukus Technologies Fraud Control System: Safeguarding MFI and NBFCs from Financial Fraud</strong></p>\r\n<p>\r\nIn the world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), the battle against financial fraud is an ongoing challenge. As these institutions strive to expand their reach and cater to the financial needs of underserved populations, they must also be vigilant against various fraudulent activities that can hamper their growth and reputation. Arukus Technologies\' Fraud Management System emerges as a powerful ally, empowering MFIs and NBFCs to reduce risks associated with common fraud scenarios such as cash misappropriation, false documentation, suppressing loan foreclosure information, and more.\r\n</p>\r\n<p><strong>Intelligent Fraud Detection and Prevention:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System is armed with cutting-edge technology that employs artificial intelligence and machine learning algorithms to identify potential fraud patterns. By analyzing vast volumes of data from diverse sources, the system can detect irregularities and suspicious activities in real-time, enabling proactive action to prevent fraudulent transactions.\r\n</p>\r\n<p><strong>Mitigating Cash Misappropriation:</strong></p>\r\n<p>\r\nOne of the most common fraud scenarios faced by MFIs and NBFCs is cash misappropriation, where employees or individuals exploit loopholes to embezzle funds. Arukus Technologies\' system implements strict access controls, segregates duties, and monitors financial transactions to minimize the risk of unauthorized cash handling. Moreover, the system can flag unusual withdrawal patterns or unauthorized account access, triggering timely investigations and deterring potential fraudsters.\r\n</p>\r\n<p><strong>Verifying Document Authenticity:</strong></p>\r\n<p>\r\nFalse documentation is another significant concern for financial institutions. Fraudsters may submit forged or manipulated documents to secure loans or credit facilities. Arukus Technologies\' Fraud Management System incorporates advanced document verification techniques, leveraging optical character recognition (OCR) and other validation methods to ensure the authenticity of submitted documents. This helps eliminate the risk of approving loans based on fraudulent information.\r\n</p>\r\n<p><strong>Enhanced Loan Foreclosure Monitoring:</strong></p>\r\n<p>\r\nSuppressing loan foreclosure information is a fraudulent tactic used to conceal existing liabilities and secure additional credit. Arukus Technologies\' system maintains a comprehensive loan database, cross-referencing foreclosure details with credit records. Any discrepancies or attempts to hide foreclosure information are promptly detected, reducing the risk of granting credit to defaulters or individuals with a high credit risk.\r\n</p>\r\n<p><strong>Real-Time Alerts and Reporting:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System delivers real-time alerts to relevant stakeholders when suspicious activities are detected. These alerts enable swift action and investigation, minimizing the impact of potential fraud on the institution\'s financial health. Additionally, the system generates comprehensive fraud reports, providing insights into emerging fraud trends and aiding in continuous process improvement.\r\n</p>\r\n<p><strong>Strengthening Compliance and Regulation:</strong></p>\r\n<p>\r\nCompliance with regulatory requirements is of utmost importance for MFIs and NBFCs. Arukus Technologies\' Fraud Management System ensures adherence to industry standards and compliance with anti-fraud regulations. By maintaining transparent and traceable audit trails, financial institutions can confidently demonstrate their commitment to preventing fraud and upholding ethical practices.\r\n</p>\r\n<br>\r\n<p>\r\nIn conclusion, Arukus Technologies\' Fraud Management System is a powerful tool that empowers MFIs and NBFCs to combat financial fraud effectively. By leveraging advanced technologies and intelligent analytics, the system helps these institutions detect and prevent common fraud scenarios like cash misappropriation, false documentation, and loan foreclosure suppression. With heightened vigilance, real-time alerts, and robust compliance measures, Arukus Technologies enables MFIs and NBFCs to protect their assets, reputation, and most importantly, their customers\' trust.\r\n</p>','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-20 07:51:55','2023-07-20 07:51:55','',223,'https://arukustech.com/?p=971',0,'revision','',0),(972,1,'2023-07-20 07:54:06','2023-07-20 07:54:06','<p><strong>Arukus Field Track-O: Revolutionizing Field Sales Performance Tracking for Maximizing Collections</strong></p>\r\n<br>\r\n<p>Welcome to the future of field sales management with Arukus Field Track-O, an innovative app designed to empower businesses and field sales teams with cutting-edge tools and insights for unmatched performance. Let\'s explore how Arukus Technologies\' Field Track-O transforms your sales operations, ensuring compliance, optimizing target achievement, and providing real-time tracking capabilities.</p>\r\n\r\n<p><strong>1. Ensuring Compliance:</strong><br>\r\nCompliance is a crucial aspect of any sales operation. Arukus Field Track-O helps your organization maintain adherence to sales protocols and regulatory requirements. By capturing and analyzing data during field visits, the app ensures that sales agents follow best practices and adhere to company guidelines, promoting ethical and transparent sales processes.</p>\r\n\r\n<p><strong>2. Advanced Planner & Tracking Tool for Meeting Collection Targets:</strong><br>\r\nIn a competitive market, meeting collection targets is vital for sustained growth. Arukus Field Track-O serves as an advanced planner and tracking tool that enables sales agents to plan their routes efficiently, ensuring optimal coverage and customer engagement. Real-time tracking of sales agents\' activities allows them to focus on high-priority accounts and meet collection targets with precision.</p>\r\n\r\n<p><strong>3. Geo-Tracking:</strong><br>\r\nEfficient field sales management demands accurate location tracking, and Arukus Field Track-O delivers precisely that. By leveraging state-of-the-art geo-tracking technology, the app provides real-time location updates, allowing sales managers to monitor field agents\' movements and ensure optimal route planning. This geo-tracking feature also enhances customer service, as agents can reach clients promptly and deliver personalized experiences.</p>\r\n\r\n<p><strong>4. Field Agent Monitoring:</strong><br>\r\nSupervising field sales agents remotely can be a challenge, but Arukus Field Track-O bridges this gap effectively. With comprehensive field agent monitoring, sales managers can gain insights into agent activities, productivity, and performance metrics. This data-driven approach fosters accountability and empowers sales agents to make data-backed decisions in the field, improving overall efficiency.</p>\r\n\r\n<p><strong>5. Branch Manager Review System:</strong><br>\r\nFor seamless coordination between field sales teams and branch managers, Arukus Field Track-O incorporates a robust review system. Branch managers can access real-time data, track agent performance, and review sales activities with ease. This streamlines communication, facilitates prompt feedback, and enables better support to field agents.</p>\r\n\r\n<p><strong>6. Area or Zonal Manager Review System:</strong><br>\r\nIn addition to branch-level oversight, Arukus Field Track-O offers a comprehensive review system for area or zonal managers. This allows higher-level management to monitor sales performance across regions, identify trends, and make strategic decisions based on accurate data. The review system ensures alignment with organizational objectives and drives collaboration for optimal results.</p>\r\n<br><br>\r\n<p>\r\nIn conclusion, Arukus Field Track-O empowers businesses to take control of their field sales operations like never before. With compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness. Embrace Arukus Field Track-O to optimize your field sales performance, maximize productivity, and achieve unparalleled success in the competitive market.\r\n</p>\r\n\r\n\r\n\r\n\r\n\r\n','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-20 07:54:06','2023-07-20 07:54:06','',219,'https://arukustech.com/?p=972',0,'revision','',0),(973,1,'2023-07-20 07:54:59','2023-07-20 07:54:59','<p><strong>Arukus Technologies Fraud Control System: Safeguarding MFI and NBFCs from Financial Fraud</strong></p>\r\n<p>\r\nIn the world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), the battle against financial fraud is an ongoing challenge. As these institutions strive to expand their reach and cater to the financial needs of underserved populations, they must also be vigilant against various fraudulent activities that can hamper their growth and reputation. Arukus Technologies\' Fraud Management System emerges as a powerful ally, empowering MFIs and NBFCs to reduce risks associated with common fraud scenarios such as cash misappropriation, false documentation, suppressing loan foreclosure information, and more.\r\n</p>\r\n<p><strong>Intelligent Fraud Detection and Prevention:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System is armed with cutting-edge technology that employs artificial intelligence and machine learning algorithms to identify potential fraud patterns. By analyzing vast volumes of data from diverse sources, the system can detect irregularities and suspicious activities in real-time, enabling proactive action to prevent fraudulent transactions.\r\n</p>\r\n<p><strong>Mitigating Cash Misappropriation:</strong></p>\r\n<p>\r\nOne of the most common fraud scenarios faced by MFIs and NBFCs is cash misappropriation, where employees or individuals exploit loopholes to embezzle funds. Arukus Technologies\' system implements strict access controls, segregates duties, and monitors financial transactions to minimize the risk of unauthorized cash handling. Moreover, the system can flag unusual withdrawal patterns or unauthorized account access, triggering timely investigations and deterring potential fraudsters.\r\n</p>\r\n<p><strong>Verifying Document Authenticity:</strong></p>\r\n<p>\r\nFalse documentation is another significant concern for financial institutions. Fraudsters may submit forged or manipulated documents to secure loans or credit facilities. Arukus Technologies\' Fraud Management System incorporates advanced document verification techniques, leveraging optical character recognition (OCR) and other validation methods to ensure the authenticity of submitted documents. This helps eliminate the risk of approving loans based on fraudulent information.\r\n</p>\r\n<p><strong>Enhanced Loan Foreclosure Monitoring:</strong></p>\r\n<p>\r\nSuppressing loan foreclosure information is a fraudulent tactic used to conceal existing liabilities and secure additional credit. Arukus Technologies\' system maintains a comprehensive loan database, cross-referencing foreclosure details with credit records. Any discrepancies or attempts to hide foreclosure information are promptly detected, reducing the risk of granting credit to defaulters or individuals with a high credit risk.\r\n</p>\r\n<p><strong>Real-Time Alerts and Reporting:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System delivers real-time alerts to relevant stakeholders when suspicious activities are detected. These alerts enable swift action and investigation, minimizing the impact of potential fraud on the institution\'s financial health. Additionally, the system generates comprehensive fraud reports, providing insights into emerging fraud trends and aiding in continuous process improvement.\r\n</p>\r\n<p><strong>Strengthening Compliance and Regulation:</strong></p>\r\n<p>\r\nCompliance with regulatory requirements is of utmost importance for MFIs and NBFCs. Arukus Technologies\' Fraud Management System ensures adherence to industry standards and compliance with anti-fraud regulations. By maintaining transparent and traceable audit trails, financial institutions can confidently demonstrate their commitment to preventing fraud and upholding ethical practices.\r\n</p>\r\n<br>\r\n<p>\r\nIn conclusion, Arukus Technologies\' Fraud Management System is a powerful tool that empowers MFIs and NBFCs to combat financial fraud effectively. By leveraging advanced technologies and intelligent analytics, the system helps these institutions detect and prevent common fraud scenarios like cash misappropriation, false documentation, and loan foreclosure suppression. With heightened vigilance, real-time alerts, and robust compliance measures, Arukus Technologies enables MFIs and NBFCs to protect their assets, reputation, and most importantly, their customers\' trust.\r\n</p>','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-07-20 07:54:59','2023-07-20 07:54:59','',223,'https://arukustech.com/?p=973',0,'revision','',0),(974,1,'2023-12-14 08:26:54','2023-12-14 08:26:54','<p>In the realm of Indian microfinance institutions (MFIs), regulatory issues have emerged as one of the most pressing challenges. While the Reserve Bank of India (RBI) plays a crucial role as the premier regulatory body, its focus has predominantly been on commercial and traditional banks, leaving some of the unique needs and structures of MFIs unaddressed. The sporadic and unprecedented regulatory changes have created ambiguity, hindering the development of new financial products and services. In light of this, Arukus Technologies has emerged as a game-changer with its innovative solution that seamlessly aligns MFIs with regulatory policy changes, empowering them to thrive in a dynamic environment.</p>\n\n<h3><strong>Regulatory Challenges in Indian Microfinance</strong></h3>\n<p>Indian MFIs have encountered significant hurdles due to the regulatory landscape. While some regulations have been beneficial, others have not fully accommodated the unique requirements of these institutions. The lack of a dedicated regulatory framework tailored to MFIs has resulted in sub-optimal performance and hindered the growth of the microfinance sector. Frequent changes in regulations create uncertainty and make it challenging for MFIs to adapt their operations swiftly, leading to potential compliance issues and inefficiencies.<br>Suggested Reading: <a href=\"https://www.rbi.org.in/commonperson/English/Scripts/FAQs.aspx?Id=3366\" rel=\"noopener\" target=\"_blank\">RBI Regulatory Framework for Microfinance Loans</a></p>\n\n<h3><strong>Addressing the Challenge with Arukus Technologies:</strong></h3>\n<p>Arukus Technologies recognizes the critical role that regulatory compliance plays in the success of MFIs in India. The company\'s financial software solutions come equipped with advanced configuration settings that enable effortless alignment with regulatory policy changes. This feature allows MFIs to adapt swiftly to evolving norms and guidelines without major disruptions to their operations.</p>\n\n<h3><strong>1.Flexibility and Customization:</strong></h3>\n<p>Arukus Technologies\' solutions offer a high degree of flexibility and customization, catering to the specific needs of each MFI. The configuration settings can be easily adjusted to meet the changing regulatory requirements, ensuring that the institution remains compliant at all times.</p>\n\n<h3><strong>2.Real-time Updates:</strong></h3>\n<p>With Arukus Technologies, MFIs receive real-time updates on regulatory changes that impact their operations. This feature empowers them to stay ahead of the curve, anticipate potential challenges, and proactively make the necessary adjustments.</p>\n\n<h3><strong>3.Adapting to Regulatory Changes:</strong></h3>\n<p>The rapid and unpredictable nature of regulatory changes can create confusion for MFIs. Arukus Technologies\' solution simplifies the process of aligning with new policies, enabling a seamless transition without disruption.\nRead more on how Arukus <a href=\"https://arukustech.com/policy-based-configuration/\">Policy based Configuration</a> allows financial institutions adapt to change</p>\n\n<h3><strong>4.Enhanced Risk Management:</strong></h3>\n<p>Arukus Technologies\' financial software solutions also offer robust risk management capabilities, helping MFIs identify and mitigate compliance risks. This proactive approach ensures that MFIs can navigate the regulatory landscape confidently. Read more on <a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">Arukus Enterprise Risk Management Solution.</a></p>\n\n<p>Regulatory issues have been a significant challenge for microfinance institutions in India. However, Arukus Technologies\' innovative solution provides a way forward by equipping MFIs with the tools they need to effortlessly align with regulatory policy changes. With flexible configuration settings, real-time updates, and enhanced risk management capabilities, Arukus Technologies empowers MFIs to thrive in a rapidly evolving regulatory environment. By overcoming this obstacle, Indian MFIs can focus on their mission of financial inclusion and sustainable growth, contributing to the socioeconomic development of underserved communities.</p>','Addressing Regulatory Challenges for MFIs with Technology','','inherit','closed','closed','','404-autosave-v1','','','2023-12-14 08:26:54','2023-12-14 08:26:54','',404,'https://arukustech.com/?p=974',0,'revision','',0),(975,1,'2023-07-20 11:37:09','2023-07-20 11:37:09','<p>The history of microfinance in India traces back to the 19th century when informal credit systems, such as moneylenders and indigenous community-based lending practices, were prevalent. However, the modern microfinance movement, as we know it today, began to take shape in the 1970s and gained significant momentum in the 1990s.</p>\n\n<ol>\n 	<li><p><strong>1970s: Emergence of Self-Help Groups (SHGs)</strong> The foundation of formal microfinance in India can be attributed to the National Bank for Agriculture and Rural Development (NABARD), which was established in 1982. In the 1970s, NABARD initiated the concept of Self-Help Groups (SHGs) to promote financial inclusion among rural communities. SHGs were small groups of individuals, mainly women, who pooled their savings and extended microloans to group members in need. The success of SHGs laid the groundwork for the expansion of microfinance initiatives across the country.</p></li>\n 	<li><p><strong>1990s: Rise of Microfinance Institutions (MFIs)</strong> The 1990s saw a surge in the establishment of Microfinance Institutions (MFIs) in India. These MFIs were non-profit organizations, non-governmental organizations (NGOs), or specialized financial institutions focused on providing microcredit to the underserved and economically vulnerable segments of society. MFIs followed the Grameen Bank model pioneered by Nobel Laureate Muhammad Yunus in Bangladesh, which emphasized group-based lending, peer support, and the social collateral of borrowers.</p></li>\n 	<li><p><strong>2000s: Evolution and Regulation</strong> The microfinance sector experienced rapid growth in the early 2000s, attracting significant investments from banks and financial institutions. The introduction of innovative products, such as microinsurance and microsavings, broadened the scope of microfinance services. However, this period also witnessed some challenges, including concerns about over-indebtedness and aggressive collection practices by certain MFIs.</p></li>\n</ol>\n\n<p>In 2010, the Andhra Pradesh microfinance crisis emerged as a significant setback for the industry, leading to regulatory interventions by the Reserve Bank of India (RBI). The RBI introduced comprehensive regulations to govern the microfinance sector, which included setting interest rate caps, defining eligibility criteria for MFIs, and establishing guidelines for fair practices.</p>\n\n<ol start=\"4\">\n 	<li><p><strong>Post-2010: Formalization and Diversification</strong> After the regulatory interventions, the microfinance sector in India underwent a process of formalization. MFIs and SHGs continued to play a crucial role in providing microcredit to the underserved, while new players, including Small Finance Banks (SFBs), emerged as specialized institutions catering to the financial needs of low-income segments.</p></li>\n</ol>\n<p>\nToday, <a href=\"https://www.ibef.org/blogs/evolution-of-micro-finance-in-india\" target=\"_blank\" rel=\"noopener\">microfinance in India</a> has evolved into a well-regulated and diverse industry, catering to millions of individuals and small businesses. It continues to be a vital tool for poverty alleviation, women\'s empowerment, and promoting financial inclusion in both rural and urban areas of the country.\n</p>\n<p>\nOverall, the history of microfinance in India reflects a transformative journey, from informal credit practices to a formalized, regulated, and dynamic sector, playing a pivotal role in the socioeconomic development of the nation.\n</p>\n<br>\n<p>\n<a href=\"https://arukustech.com/about-arukus-technologies/\" target=\"_blank\" rel=\"noopener\"><em>Arukus Technologies</a> has been working closely with MFIs and NBFCs that are focussed on the rural sector in India, by providing technology enabled smart solutions designed to address the key pain points of microfinance institutions.</em></p>','History of Microfinance in India','','inherit','closed','closed','','402-autosave-v1','','','2023-07-20 11:37:09','2023-07-20 11:37:09','',402,'https://arukustech.com/?p=975',0,'revision','',0),(976,1,'2023-07-20 08:56:58','2023-07-20 08:56:58','<p>In the vast landscape of rural India, access to flexible financial products remains crucial for the well-being of the rural masses. Micro-Finance Institutions (MFIs) are striving to bridge this gap by offering innovative market-oriented products that combine the much-needed features of flexibility and discipline. However, striking a balance between these two seemingly opposing traits presents a challenge.</p>\r\n\r\n<p>Arukus Technologies <a href=\"https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/\">Cross-Sell application</a>, empowers MFIs to manage the delicate trade-off between product flexibility and financial discipline effectively. Through their customizable platform, MFIs can tailor products to meet the diverse cash flow needs of rural clients while fostering financial discipline.</p>\r\n\r\n<p>One striking solution that Arukus Technologies offers is the \"repayment schedule with repayments starting right after the product delivery.\" This feature enhances discipline for two primary reasons: it identifies households with multiple income sources, considered less risky, and enables small, manageable payments for the rural masses.</p>\r\n\r\n<p>Moreover, this platform serves as a new channel for FMCG (<a href=\"https://www.ibef.org/industry/fmcg\" rel=\"noopener\" target=\"_blank\">Fast Moving Consumer Goods</a>) companies to penetrate the rural market. As urban markets near saturation, FMCG companies increasingly turn their attention to the rural segment, comprising nearly 70% of the country\'s population. While FMCG products with low price points gained early traction in rural areas, FMCD (<a href=\"https://www.ibef.org/industry/consumer-durables-presentation\" rel=\"noopener\" target=\"_blank\">Consumer Durables</a>) products faced challenges due to their higher price tags and complex EMI collection processes.</p>\r\n\r\n<p>MFIs with their extensive reach and branches scattered across states, serving millions of customers can now look at cross-selling FMCG/FMCD brands along with financing options to rural customers at MFI branches. With stock availability ensured, borrowers can select products from a wide variety and opt for credit-based purchases.</p>\r\n\r\n<p>Notably, during loan collection visits, field agents showcase FMCD product catalogs to borrowers, fueling impulse purchases and spurring sales. This approach has proven particularly effective for items with long shelf lives, such as fans, televisions, sewing machines and refrigerators, offered by renowned brands like Samsung, Nokia, Godrej, LG, and more.</p>\r\n\r\n<p>The value proposition for rural buyers is undeniable - access to renowned brands at affordable installment amounts, fulfilling daily needs and improving lifestyles. These products not only enhance rural families\' productivity but also come with free installations and door-to-door post-sales services, courtesy of dedicated vendors.</p>\r\n\r\n<p>As Arukus Technologies revolutionizes financial access for rural masses and enables MFIs to serve as conduits for FMCD brands, the potential for economic empowerment and improved standards of living in rural India is boundless.<p>\r\n\r\n<p>With Arukus Technologies Cross-Sell application, Microfinance Institutions can unlock new revenue streams by cross-Selling of FMCG/FMCD products to the rural communities, and pave the way for a brighter future.</p>','Cross-Selling of FMCG/FMCD Products by Microfinance Companies in Rural India','','publish','closed','closed','','cross-selling-products-rural-india-mfi','','','2023-12-14 08:20:03','2023-12-14 08:20:03','',0,'https://arukustech.com/?post_type=blog&#038;p=976',0,'blog','',0),(984,1,'2023-07-20 10:45:39','2023-07-20 10:45:39','','field-track-o','','inherit','open','closed','','field-track-o-2','','','2023-07-20 10:45:39','2023-07-20 10:45:39','',219,'https://arukustech.com/wp-content/uploads/2023/07/field-track-o.jpg',0,'attachment','image/jpeg',0),(985,1,'2023-07-20 10:45:45','2023-07-20 10:45:45','<p><strong>Arukus Field Track-O: Revolutionizing Field Sales Performance Tracking for Maximizing Collections</strong></p>\r\n<br>\r\n<p>Welcome to the future of field sales management with Arukus Field Track-O, an innovative app designed to empower businesses and field sales teams with cutting-edge tools and insights for unmatched performance. Let\'s explore how Arukus Technologies\' Field Track-O transforms your sales operations, ensuring compliance, optimizing target achievement, and providing real-time tracking capabilities.</p>\r\n\r\n<p><strong>1. Ensuring Compliance:</strong><br>\r\nCompliance is a crucial aspect of any sales operation. Arukus Field Track-O helps your organization maintain adherence to sales protocols and regulatory requirements. By capturing and analyzing data during field visits, the app ensures that sales agents follow best practices and adhere to company guidelines, promoting ethical and transparent sales processes.</p>\r\n\r\n<p><strong>2. Advanced Planner & Tracking Tool for Meeting Collection Targets:</strong><br>\r\nIn a competitive market, meeting collection targets is vital for sustained growth. Arukus Field Track-O serves as an advanced planner and tracking tool that enables sales agents to plan their routes efficiently, ensuring optimal coverage and customer engagement. Real-time tracking of sales agents\' activities allows them to focus on high-priority accounts and meet collection targets with precision.</p>\r\n\r\n<p><strong>3. Geo-Tracking:</strong><br>\r\nEfficient field sales management demands accurate location tracking, and Arukus Field Track-O delivers precisely that. By leveraging state-of-the-art geo-tracking technology, the app provides real-time location updates, allowing sales managers to monitor field agents\' movements and ensure optimal route planning. This geo-tracking feature also enhances customer service, as agents can reach clients promptly and deliver personalized experiences.</p>\r\n\r\n<p><strong>4. Field Agent Monitoring:</strong><br>\r\nSupervising field sales agents remotely can be a challenge, but Arukus Field Track-O bridges this gap effectively. With comprehensive field agent monitoring, sales managers can gain insights into agent activities, productivity, and performance metrics. This data-driven approach fosters accountability and empowers sales agents to make data-backed decisions in the field, improving overall efficiency.</p>\r\n\r\n<p><strong>5. Branch Manager Review System:</strong><br>\r\nFor seamless coordination between field sales teams and branch managers, Arukus Field Track-O incorporates a robust review system. Branch managers can access real-time data, track agent performance, and review sales activities with ease. This streamlines communication, facilitates prompt feedback, and enables better support to field agents.</p>\r\n\r\n<p><strong>6. Area or Zonal Manager Review System:</strong><br>\r\nIn addition to branch-level oversight, Arukus Field Track-O offers a comprehensive review system for area or zonal managers. This allows higher-level management to monitor sales performance across regions, identify trends, and make strategic decisions based on accurate data. The review system ensures alignment with organizational objectives and drives collaboration for optimal results.</p>\r\n<br><br>\r\n<p>\r\nIn conclusion, Arukus Field Track-O empowers businesses to take control of their field sales operations like never before. With compliance assurance, real-time tracking, advanced planning tools, and performance monitoring at every level, this app elevates field sales efficiency and effectiveness. Embrace Arukus Field Track-O to optimize your field sales performance, maximize productivity, and achieve unparalleled success in the competitive market.\r\n</p>\r\n\r\n\r\n\r\n\r\n\r\n','Field Track-O','','inherit','closed','closed','','219-revision-v1','','','2023-07-20 10:45:45','2023-07-20 10:45:45','',219,'https://arukustech.com/?p=985',0,'revision','',0),(986,1,'2023-07-20 10:46:56','2023-07-20 10:46:56','','Images Blog','','inherit','open','closed','','images-blog','','','2023-07-20 10:47:17','2023-07-20 10:47:17','',404,'https://arukustech.com/wp-content/uploads/2023/07/Images-Blog.jpg',0,'attachment','image/jpeg',0),(987,1,'2023-12-14 08:20:19','2023-12-14 08:20:19','<p>In the vast landscape of rural India, access to flexible financial products remains crucial for the well-being of the rural masses. Micro-Finance Institutions (MFIs) are striving to bridge this gap by offering innovative market-oriented products that combine the much-needed features of flexibility and discipline. However, striking a balance between these two seemingly opposing traits presents a challenge.</p>\n\n<p>Arukus Technologies <a href=\"https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/\">Cross-Sell application</a>, empowers MFIs to manage the delicate trade-off between product flexibility and financial discipline effectively. Through their customizable platform, MFIs can tailor products to meet the diverse cash flow needs of rural clients while fostering financial discipline.</p>\n\n<p>One striking solution that Arukus Technologies offers is the \"repayment schedule with repayments starting right after the product delivery.\" This feature enhances discipline for two primary reasons: it identifies households with multiple income sources, considered less risky, and enables small, manageable payments for the rural masses.</p>\n\n<p>Moreover, this platform serves as a new channel for FMCG (<a href=\"https://www.ibef.org/industry/fmcg\" rel=\"noopener\" target=\"_blank\">Fast Moving Consumer Goods</a>) companies to penetrate the rural market. As urban markets near saturation, FMCG companies increasingly turn their attention to the rural segment, comprising nearly 70% of the country\'s population. While FMCG products with low price points gained early traction in rural areas, FMCD (<a href=\"https://www.ibef.org/industry/consumer-durables-presentation\" rel=\"noopener\" target=\"_blank\">Consumer Durables</a>) products faced challenges due to their higher price tags and complex EMI collection processes.</p>\n\n<p>MFIs with their extensive reach and branches scattered across states, serving millions of customers can now look at cross-selling FMCG/FMCD brands along with financing options to rural customers at MFI branches. With stock availability ensured, borrowers can select products from a wide variety and opt for credit-based purchases.</p>\n\n<p>Notably, during loan collection visits, field agents showcase FMCD product catalogs to borrowers, fueling impulse purchases and spurring sales. This approach has proven particularly effective for items with long shelf lives, such as fans, televisions, sewing machines and refrigerators, offered by renowned brands like Samsung, Nokia, Godrej, LG, and more.</p>\n\n<p>The value proposition for rural buyers is undeniable - access to renowned brands at affordable installment amounts, fulfilling daily needs and improving lifestyles. These products not only enhance rural families\' productivity but also come with free installations and door-to-door post-sales services, courtesy of dedicated vendors.</p>\n\n<p>As Arukus Technologies revolutionizes financial access for rural masses and enables MFIs to serve as conduits for FMCD brands, the potential for economic empowerment and improved standards of living in rural India is boundless.<p>\n\n<p>With Arukus Technologies Cross-Sell application, Microfinance Institutions can unlock new revenue streams by cross-Selling of FMCG/FMCD products to the rural communities, and pave the way for a brighter future.</p>','Cross-Selling of FMCG/FMCD Products by Microfinance Companies in Rural India','','inherit','closed','closed','','976-autosave-v1','','','2023-12-14 08:20:19','2023-12-14 08:20:19','',976,'https://arukustech.com/?p=987',0,'revision','',0),(988,1,'2023-07-20 11:13:58','2023-07-20 11:13:58','','Images Blog (2)','','inherit','open','closed','','images-blog-2','','','2023-07-20 11:14:27','2023-07-20 11:14:27','',976,'https://arukustech.com/wp-content/uploads/2023/07/Images-Blog-2.jpg',0,'attachment','image/jpeg',0),(990,1,'2023-07-20 11:31:13','2023-07-20 11:31:13','','Images Blog (3)','','inherit','open','closed','','images-blog-3','','','2023-07-20 11:31:44','2023-07-20 11:31:44','',402,'https://arukustech.com/wp-content/uploads/2023/07/Images-Blog-3.png',0,'attachment','image/png',0),(995,1,'2023-07-20 14:09:37','2023-07-20 14:09:37','','cs-5','','inherit','open','closed','','cs-5','','','2023-07-20 14:09:37','2023-07-20 14:09:37','',188,'https://arukustech.com/wp-content/uploads/2023/07/cs-5.svg',0,'attachment','image/svg+xml',0),(996,1,'2023-07-20 14:09:43','2023-07-20 14:09:43','<p><strong>Unlocking New Revenue Streams: The Power of Effective Cross-Selling for MFI and NBFCs</strong></p>\r\n<br><br>\r\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), diversifying revenue streams and maximizing customer value are crucial for sustained growth and competitiveness. Effective cross-selling for MFI & NBFCs emerge as a game-changer, empowering financial institutions to identify untapped market opportunities and expand their product offerings. An Effective Cross-Selling Application stands out as a cutting-edge solution, revolutionizing how MFIs and NBFCs unlock new revenue streams through automated loan approvals, seamless vendor communication, and enhanced customer experience.</p>\r\n<br><br>\r\n\r\n<p><strong>Expanding Product Portfolio:</strong> Cross-selling tools allow MFIs and NBFCs to identify customers who may be interested in additional products or financing options beyond their initial engagement. This diversifies the institution\'s product portfolio, catering to a wider range of customer needs and preferences.</p>\r\n\r\n<p><strong>Building Customer Loyalty:</strong> By proactively suggesting relevant products or services, financial institutions demonstrate a customer-centric approach, enhancing customer satisfaction, and building long-term loyalty. Satisfied and loyal customers are more likely to engage in repeat business and refer others, further bolstering revenue streams.</p>\r\n\r\n<p><strong>Maximizing Customer Lifetime Value:</strong> Cross-selling tools enable MFIs and NBFCs to leverage existing customer relationships for increased revenue. By identifying opportunities to offer additional products or financing, institutions can maximize the customer lifetime value, ensuring continued profitability.</p>\r\n\r\n<p><strong>Arukus Cross-Sell Application: Unleashing New Revenue Streams</strong></p>\r\n\r\n<p><strong>Integration with Loan Origination System (LOS):</strong>\r\nArukus Cross-Sell Application seamlessly integrates with the Loan Origination System, streamlining the process of loan approvals. Automated loan approval reduces manual intervention, accelerates decision-making, and enhances the customer experience. This integration fosters operational efficiency and enables faster access to financing options.</p>\r\n\r\n<p><strong>Smooth Vendor Communication for Faster Delivery:</strong>\r\nThe application facilitates smooth communication with vendors, ensuring a swift and efficient process from product selection to delivery at the customer\'s doorstep. Efficient vendor coordination ensures timely delivery, enhancing customer satisfaction and reinforcing the institution\'s reputation.</p>\r\n\r\n<p><strong>Enhanced Customer Experience:</strong>\r\nArukus Cross-Sell Application prioritizes the customer experience by presenting tailored offers and financing options. By leveraging customer data and preferences, financial institutions can provide personalized recommendations, improving the likelihood of successful cross-selling and customer retention.</p>\r\n<br><br>\r\n<p>Arukus Technologies\' Cross-Sell Application empowers financial institutions with its automated loan approval process, seamless vendor communication, and enhanced customer experience. By embracing this cutting-edge solution, MFIs and NBFCs can diversify their product offerings, drive customer loyalty, and optimize customer lifetime value. Through proactive and tailored cross-selling strategies, financial institutions can secure a strong position in the market, fostering sustainable growth and competitiveness in an increasingly dynamic financial landscape.</p>','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-20 14:09:43','2023-07-20 14:09:43','',188,'https://arukustech.com/?p=996',0,'revision','',0),(997,1,'2023-07-20 14:10:56','2023-07-20 14:10:56','','cs-4','','inherit','open','closed','','cs-4','','','2023-07-20 14:10:56','2023-07-20 14:10:56','',188,'https://arukustech.com/wp-content/uploads/2023/07/cs-4.svg',0,'attachment','image/svg+xml',0),(998,1,'2023-07-20 14:11:02','2023-07-20 14:11:02','<p><strong>Unlocking New Revenue Streams: The Power of Effective Cross-Selling for MFI and NBFCs</strong></p>\r\n<br><br>\r\n<p>In the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), diversifying revenue streams and maximizing customer value are crucial for sustained growth and competitiveness. Effective cross-selling for MFI & NBFCs emerge as a game-changer, empowering financial institutions to identify untapped market opportunities and expand their product offerings. An Effective Cross-Selling Application stands out as a cutting-edge solution, revolutionizing how MFIs and NBFCs unlock new revenue streams through automated loan approvals, seamless vendor communication, and enhanced customer experience.</p>\r\n<br><br>\r\n\r\n<p><strong>Expanding Product Portfolio:</strong> Cross-selling tools allow MFIs and NBFCs to identify customers who may be interested in additional products or financing options beyond their initial engagement. This diversifies the institution\'s product portfolio, catering to a wider range of customer needs and preferences.</p>\r\n\r\n<p><strong>Building Customer Loyalty:</strong> By proactively suggesting relevant products or services, financial institutions demonstrate a customer-centric approach, enhancing customer satisfaction, and building long-term loyalty. Satisfied and loyal customers are more likely to engage in repeat business and refer others, further bolstering revenue streams.</p>\r\n\r\n<p><strong>Maximizing Customer Lifetime Value:</strong> Cross-selling tools enable MFIs and NBFCs to leverage existing customer relationships for increased revenue. By identifying opportunities to offer additional products or financing, institutions can maximize the customer lifetime value, ensuring continued profitability.</p>\r\n\r\n<p><strong>Arukus Cross-Sell Application: Unleashing New Revenue Streams</strong></p>\r\n\r\n<p><strong>Integration with Loan Origination System (LOS):</strong>\r\nArukus Cross-Sell Application seamlessly integrates with the Loan Origination System, streamlining the process of loan approvals. Automated loan approval reduces manual intervention, accelerates decision-making, and enhances the customer experience. This integration fosters operational efficiency and enables faster access to financing options.</p>\r\n\r\n<p><strong>Smooth Vendor Communication for Faster Delivery:</strong>\r\nThe application facilitates smooth communication with vendors, ensuring a swift and efficient process from product selection to delivery at the customer\'s doorstep. Efficient vendor coordination ensures timely delivery, enhancing customer satisfaction and reinforcing the institution\'s reputation.</p>\r\n\r\n<p><strong>Enhanced Customer Experience:</strong>\r\nArukus Cross-Sell Application prioritizes the customer experience by presenting tailored offers and financing options. By leveraging customer data and preferences, financial institutions can provide personalized recommendations, improving the likelihood of successful cross-selling and customer retention.</p>\r\n<br><br>\r\n<p>Arukus Technologies\' Cross-Sell Application empowers financial institutions with its automated loan approval process, seamless vendor communication, and enhanced customer experience. By embracing this cutting-edge solution, MFIs and NBFCs can diversify their product offerings, drive customer loyalty, and optimize customer lifetime value. Through proactive and tailored cross-selling strategies, financial institutions can secure a strong position in the market, fostering sustainable growth and competitiveness in an increasingly dynamic financial landscape.</p>','Arukus Cross-Sell','','inherit','closed','closed','','188-revision-v1','','','2023-07-20 14:11:02','2023-07-20 14:11:02','',188,'https://arukustech.com/?p=998',0,'revision','',0),(999,1,'2023-07-21 12:18:08','2023-07-21 12:18:08','<strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong>\r\n\r\nIn the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.\r\n\r\n&nbsp;\r\n\r\n<strong>The Need for an Enterprise Risk Management Tool:</strong>\r\n\r\n<strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.\r\n\r\n<strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.\r\n\r\n<strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.\r\n\r\n<strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.\r\n\r\nLeveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:\r\n\r\n<strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.\r\n\r\n<strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.\r\n\r\n<strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.\r\n\r\n<strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.\r\n\r\n&nbsp;\r\n\r\nArukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-21 12:18:08','2023-07-21 12:18:08','',215,'https://arukustech.com/?p=999',0,'revision','',0),(1000,1,'2023-07-21 12:19:35','2023-07-21 12:19:35','<strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong>\r\n\r\nIn the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.\r\n\r\n&nbsp;\r\n\r\n<strong>The Need for an Enterprise Risk Management Tool:</strong><br><br>\r\n\r\n<strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.<br><br>\r\n\r\n<strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.<br><br>\r\n\r\n<strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.<br><br>\r\n\r\n<strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.<br><br>\r\n\r\n<strong>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</strong><br><br>\r\n\r\n<strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.<br><br>\r\n\r\n<strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.<br><br>\r\n\r\n<strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.<br><br>\r\n\r\n<strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.<br><br>\r\n\r\n&nbsp;\r\n\r\nArukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-21 12:19:35','2023-07-21 12:19:35','',215,'https://arukustech.com/?p=1000',0,'revision','',0),(1001,1,'2023-07-21 12:20:00','2023-07-21 12:20:00','<strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong>\r\n\r\nIn the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.\r\n\r\n&nbsp;\r\n\r\n<strong>The Need for an Enterprise Risk Management Tool:</strong><br><br>\r\n\r\n<strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.<br><br>\r\n\r\n<strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.<br><br>\r\n\r\n<strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.<br><br>\r\n\r\n<strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.<br><br>\r\n\r\n<strong>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</strong><br><br>\r\n\r\n<strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.<br><br>\r\n\r\n<strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.<br><br>\r\n\r\n<strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.<br><br>\r\n\r\n<strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.<br><br>\r\n\r\n\r\nArukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-07-21 12:20:00','2023-07-21 12:20:00','',215,'https://arukustech.com/?p=1001',0,'revision','',0),(1003,1,'2023-07-21 12:41:31','2023-07-21 12:41:31','','Arukus-Brochure','','inherit','open','closed','','arukus-brochure','','','2023-07-21 12:41:31','2023-07-21 12:41:31','',0,'https://arukustech.com/wp-content/uploads/2023/07/Arukus-Brochure.pdf',0,'attachment','application/pdf',0),(1010,1,'2023-07-27 05:30:54','2023-07-27 05:30:54','<p><strong>Streamlining Operations: How Loan Origination Systems Empower MFI and NBFCs - A Case Study</strong></p>\r\n<br>\r\n<p>In the dynamic landscape of financial services, Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) play a pivotal role in extending credit to underserved communities and fostering economic growth. To enhance their operational efficiency and meet the diverse needs of their clientele, these institutions rely on Loan Origination Systems (LOS). These cutting-edge platforms have revolutionized the lending process, enabling MFIs and NBFCs to navigate the complexities of loan origination seamlessly. Let\'s explore how Loan Origination Systems have made a tangible impact on these institutions through a few case studies.</p>\r\n\r\n<p><strong>Case Study 1: Leading MFI in the rural sector - Expedited Loan Approvals and Enhanced Customer Experience</strong></p>\r\n\r\n<p>A leading MFI serving rural communities, faced challenges in processing loan applications efficiently due to a manual and paper-based system. The lengthy process resulted in delayed approvals and frustrated borrowers. Upon implementing Arukus Loan Origination System, the institution experienced a significant transformation. The system streamlined the application process, enabling the MFI to capture applicant data electronically and automate credit checks. Consequently, loan approval time reduced by 40%, leading to heightened customer satisfaction. Additionally, the LOS offered personalized loan products based on borrowers\' needs, contributing to a 25% increase in repeat customers.</p>\r\n\r\n<p><strong>Case Study 2: An Emerging NBFC in North East - Mitigating Risks and Improving Portfolio Quality</strong></p>\r\n\r\n<p>An emerging NBFC in urban lending operating in the North East of India, sought to enhance its risk assessment capabilities to ensure sustainable growth. Previously, the NBFC relied on manual processes, resulting in a higher default rate. By adopting a Loan Origination System, it was able to integrate advanced risk evaluation algorithms and data analytics into its operations. The system effectively assessed borrowers\' creditworthiness, analyzing variables like repayment history and income patterns. As a result, the institution experienced a 15% reduction in default rates and a corresponding improvement in portfolio quality, attracting more investors and strengthening its financial standing.</p>\r\n\r\n<p><strong>Case Study 3: Optimizing Resource Allocation and Increasing Scalability for an established NBFC in East India</strong></p>\r\n\r\n<p>An established NBFC catering to diverse customer segments, faced challenges in managing resources efficiently as its loan portfolio expanded rapidly. The institution\'s manual processes led to inefficiencies and increased operational costs. With the implementation of a Loan Origination System, they achieved remarkable operational excellence. The LOS streamlined workflow and automated document verification, reducing the need for manual intervention. As a result, resource allocation was optimized, and the institution experienced a 20% reduction in operational costs. The newfound efficiency also enabled the NBFC to scale its operations, venturing into new territories and expanding its customer base.</p>\r\n<br>\r\n<p>The case studies above illustrate how Arukus Loan Origination Systems have become indispensable tools for MFIs and NBFCs, empowering them to overcome operational challenges and achieve sustainable growth. Through expedited loan approvals, enhanced risk assessment, and streamlined workflows, these platforms have made a significant impact on the efficiency and effectiveness of these financial institutions. As technology continues to advance, embracing Loan Origination Systems becomes even more crucial for MFIs and NBFCs to remain competitive, relevant, and impactful in their pursuit of financial inclusion and economic development.</p>','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-27 05:30:54','2023-07-27 05:30:54','',211,'https://arukustech.com/?p=1010',0,'revision','',0),(1012,1,'2023-07-28 13:44:29','2023-07-28 13:44:29','<p><strong>Why an Internal Audit & Compliance Management Tool is a Must-Have for MFI and NBFCs</strong></p><br><br>\r\n\r\n<p>Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs) operate in a complex and ever-evolving financial landscape, serving diverse customer segments with varying needs. In this highly regulated and competitive environment, an effective Audit & Compliance Management tool becomes an indispensable asset for these institutions, helping them overcome challenges and drive success. Let\'s explore the key reasons why an Audit & Compliance Management tool is a must-have for MFIs and NBFCs:</p>\r\n\r\n<p><strong>1. Ensuring Regulatory Adherence:</strong><br>\r\nCompliance with industry regulations and statutory requirements is paramount for MFIs and NBFCs to operate ethically and responsibly. An Audit & Compliance Management tool equips these institutions with automated tracking and reporting capabilities, ensuring they stay up-to-date with changing regulations and avoid penalties or legal issues that may arise due to non-compliance.</p><br>\r\n\r\n<p><strong>2. Strengthening Risk Management:</strong><br>\r\nIdentifying and mitigating risks are essential for financial institutions to safeguard their assets and reputation. A robust Audit & Compliance Management tool enables MFIs and NBFCs to assess risk factors across their operations, including credit, operational, and market risks. With real-time insights and monitoring, they can proactively address potential threats and implement risk mitigation strategies effectively.</p><br>\r\n\r\n<p><strong>3. Streamlining Internal Auditing:</strong><br>\r\nConducting internal audits can be a laborious and time-consuming process. An Internal Audit & Compliance Management tool streamlines the auditing process, automating data collection, analysis, and reporting. This saves valuable time, reduces errors, and allows auditors to focus on analyzing critical data and identifying areas for improvement.</p><br>\r\n\r\n<p><strong>4. Enhancing Operational Efficiency:</strong><br>\r\nIn a competitive market, operational efficiency is a key differentiator for success. An Audit & Compliance Management tool provides MFIs and NBFCs with a structured framework to streamline processes, identify bottlenecks, and optimize resource allocation. By eliminating redundancies and enhancing workflow, institutions can maximize productivity and customer satisfaction.</p><br>\r\n\r\n<p><strong>5. Fostering Accountability and Transparency:</strong><br>\r\nWith an Audit & Compliance Management tool, MFIs and NBFCs foster a culture of accountability and transparency at all levels of the organization. The tool empowers managers and employees to take ownership of their roles, adhere to best practices, and align their activities with the institution\'s overarching goals.</p><br>\r\n\r\n<p><strong>6. Driving Data-Driven Decision-Making:</strong><br>\r\nAccess to accurate and real-time data is instrumental in making informed decisions. An Audit & Compliance Management tool aggregates and analyzes vast amounts of data, enabling stakeholders to gain valuable insights into performance, risks, and compliance. These data-driven insights form the basis for strategic planning and continuous improvement.</p><br>\r\n\r\n<p><strong>7. Building Customer Trust:</strong><br>\r\nFor MFIs and NBFCs, customer trust is the bedrock of their success. An effective Audit & Compliance Management tool ensures that customer data is handled with utmost security and compliance. This, in turn, strengthens customer confidence in the institution, leading to long-lasting relationships and positive word-of-mouth referrals.</p><br>\r\n\r\n<p>Arukus Technologies\' Internal Audit & Compliance Management Tool is a game-changer for MFIs and NBFCs, empowering them to establish robust internal controls, achieve regulatory compliance, and foster a culture of accountability and transparency. With its advanced features, seamless auditing capabilities, and comprehensive reporting, Arukus\'s solution enables financial institutions to thrive in a dynamic and competitive landscape while upholding the highest standards of financial integrity.</p>\r\n\r\n\r\n\r\n\r\n\r\n','Audit & Compliance','','inherit','closed','closed','','221-revision-v1','','','2023-07-28 13:44:29','2023-07-28 13:44:29','',221,'https://arukustech.com/?p=1012',0,'revision','',0),(1013,1,'2023-07-31 05:29:04','2023-07-31 05:29:04','<ul class=\"list\">\n                                                        <li><i class=\"fa-solid fa-arrow-right-long\"></i>Loan Utilization Check is performed one week after the release of funds to determine if the capital assistance was used for its original intended purpose.</li> \n                                                    </ul>','Loan Utilization Checking','','inherit','closed','closed','','281-autosave-v1','','','2023-07-31 05:29:04','2023-07-31 05:29:04','',281,'https://arukustech.com/?p=1013',0,'revision','',0),(1014,1,'2023-07-31 05:30:03','2023-07-31 05:30:03','<ul class=\"list\">\n                                                        <li><i class=\"fa-solid fa-arrow-right-long\"></i>Based on the outcome of Group Trainings (CGT-1 and CGT-2) system allows to ? proceed to next step</li> \n                                                        <li><i class=\"fa-solid fa-arrow-right-long\"></i>Ability to Capture Live Location during trainings</li>\n                                                    </ul>','Compulsory Group Training','','inherit','closed','closed','','279-autosave-v1','','','2023-07-31 05:30:03','2023-07-31 05:30:03','',279,'https://arukustech.com/?p=1014',0,'revision','',0),(1015,1,'2023-07-31 09:07:18','2023-07-31 09:07:18','<p><strong>Streamlining Operations: How Loan Origination Systems Empower MFI and NBFCs - A Case Study</strong></p>\r\n<br>\r\n<p>In the dynamic landscape of financial services, Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) play a pivotal role in extending credit to underserved communities and fostering economic growth. To enhance their operational efficiency and meet the diverse needs of their clientele, these institutions rely on Loan Origination Systems (LOS). These cutting-edge platforms have revolutionized the lending process, enabling MFIs and NBFCs to navigate the complexities of loan origination seamlessly. Let\'s explore how Loan Origination Systems have made a tangible impact on these institutions through a few case studies.</p>\r\n\r\n<p><strong>Case Study 1: Leading MFI in the rural sector - Expedited Loan Approvals and Enhanced Customer Experience</strong></p>\r\n\r\n<p>A leading MFI serving rural communities, faced challenges in processing loan applications efficiently due to a manual and paper-based system. The lengthy process resulted in delayed approvals and frustrated borrowers. Upon implementing Arukus Loan Origination System, the institution experienced a significant transformation. The system streamlined the application process, enabling the MFI to capture applicant data electronically and automate credit checks. Consequently, loan approval time reduced by 40%, leading to heightened customer satisfaction. Additionally, the LOS offered personalized loan products based on borrowers\' needs, contributing to a 25% increase in repeat customers.</p>\r\n\r\n<p><strong>Case Study 2: An Emerging NBFC in North East - Mitigating Risks and Improving Portfolio Quality</strong></p>\r\n\r\n<p>An emerging NBFC in urban lending operating in the North East of India, sought to enhance its risk assessment capabilities to ensure sustainable growth. Previously, the NBFC relied on manual processes, resulting in a higher default rate. By adopting a Loan Origination System, it was able to integrate advanced risk evaluation algorithms and data analytics into its operations. The system effectively assessed borrowers\' creditworthiness, analyzing variables like repayment history and income patterns. As a result, the institution experienced a 15% reduction in default rates and a corresponding improvement in portfolio quality, attracting more investors and strengthening its financial standing.</p>\r\n\r\n<p><strong>Case Study 3: Optimizing Resource Allocation and Increasing Scalability for an established NBFC in East India</strong></p>\r\n\r\n<p>An established NBFC catering to diverse customer segments, faced challenges in managing resources efficiently as its loan portfolio expanded rapidly. The institution\'s manual processes led to inefficiencies and increased operational costs. With the implementation of a Loan Origination System, they achieved remarkable operational excellence. The LOS streamlined workflow and automated document verification, reducing the need for manual intervention. As a result, resource allocation was optimized, and the institution experienced a 20% reduction in operational costs. The newfound efficiency also enabled the NBFC to scale its operations, venturing into new territories and expanding its customer base.</p>\r\n<br>\r\n<p>The case studies above illustrate how Arukus Loan Origination Systems have become indispensable tools for MFIs and NBFCs, empowering them to overcome operational challenges and achieve sustainable growth. Through expedited loan approvals, enhanced risk assessment, and streamlined workflows, these platforms have made a significant impact on the efficiency and effectiveness of these financial institutions. As technology continues to advance, embracing Loan Origination Systems becomes even more crucial for MFIs and NBFCs to remain competitive, relevant, and impactful in their pursuit of financial inclusion and economic development.</p>','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-07-31 09:07:18','2023-07-31 09:07:18','',211,'https://arukustech.com/?p=1015',0,'revision','',0),(1016,0,'2023-08-02 02:54:56','2023-08-02 02:54:56','583170','ifnahmad95@gmail.com','','publish','closed','closed','','ifnahmad95gmail-com','','','2023-08-02 02:54:56','2023-08-02 02:54:56','',0,'https://arukustech.com/downloaded-brochure/ifnahmad95gmail-com/',0,'downloaded-brochure','',0),(1017,1,'2023-08-02 06:09:13','2023-08-02 06:09:13','<h1><img src=\"https://arukustech.com/wp-content/uploads/2023/08/thank-you-300x300.png\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1018\" /> for Your Interest in  <a href=\"https://arukustech.com/\">Arukus Technologies!</a> </h1> \r\n           \r\n            <p>Congratulations on taking the first step towards discovering Arukus Technologies\' transformative solutions for microfinance institutions.<br /><br />\r\n\r\n                <strong>What\'s Next?</strong><br />                \r\n                Personalized Demo: Want to see our solutions in action? Request a personalized demo, and our experts will showcase how Arukus Technologies can revolutionize your microfinance operations.<br /><br />\r\n                \r\n                <strong>Whats Next?</strong><br />\r\n                Stay Connected: Join our community of financial innovators on social media for the latest industry insights, success stories, and product updates. Connect with us on LinkedIn and Facebook!<br /><br />\r\n                \r\n                Got Questions? We\'re here to help! If you have any questions or need more information, don\'t hesitate to reach out to our dedicated support team at  <a href=\"mailto:info@arukustech.com\">info@arukustech.com</a>.<br /><br />\r\n                \r\n                Explore Our Website: Dive deeper into Arukus Technologies\' suite of products, services, and success stories on our website. Uncover the potential of seamless compliance and enhanced efficiency!</p>','Download Brochure - Thank you','','publish','closed','closed','','download-brochure-thank-you','','','2023-08-02 06:20:56','2023-08-02 06:20:56','',0,'https://arukustech.com/?page_id=1017',0,'page','',0),(1018,1,'2023-08-02 06:09:00','2023-08-02 06:09:00','','thank-you','','inherit','open','closed','','thank-you','','','2023-08-02 06:09:00','2023-08-02 06:09:00','',1017,'https://arukustech.com/wp-content/uploads/2023/08/thank-you.png',0,'attachment','image/png',0),(1019,1,'2023-08-02 06:09:13','2023-08-02 06:09:13','<h1><img src=\"https://arukustech.com/wp-content/uploads/2023/08/thank-you-300x300.png\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1018\" /> for Your Interest in  <a href=\"\">Arukus Technologies!</a> </h1> \r\n           \r\n            <p>Congratulations on taking the first step towards discovering Arukus Technologies\' transformative solutions for microfinance institutions.<br /><br />\r\n\r\n                <strong>What\'s Next?</strong><br />                \r\n                Personalized Demo: Want to see our solutions in action? Request a personalized demo, and our experts will showcase how Arukus Technologies can revolutionize your microfinance operations.<br /><br />\r\n                \r\n                <strong>Whats Next?</strong><br />\r\n                Stay Connected: Join our community of financial innovators on social media for the latest industry insights, success stories, and product updates. Connect with us on LinkedIn and Facebook!<br /><br />\r\n                \r\n                Got Questions? We\'re here to help! If you have any questions or need more information, don\'t hesitate to reach out to our dedicated support team at  <a href=\"mailto:info@arukustech.com\">info@arukustech.com</a>.<br /><br />\r\n                \r\n                Explore Our Website: Dive deeper into Arukus Technologies\' suite of products, services, and success stories on our website. Uncover the potential of seamless compliance and enhanced efficiency!</p>','Download Brochure - Thank you','','inherit','closed','closed','','1017-revision-v1','','','2023-08-02 06:09:13','2023-08-02 06:09:13','',1017,'https://arukustech.com/?p=1019',0,'revision','',0),(1020,1,'2023-08-02 06:10:24','2023-08-02 06:10:24','<h1><img src=\"https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1000\" /> for Your Interest in  <a href=\"https://arukustech.com\">Arukus Technologies!</a> </h1> \r\n<p>Thank you for taking the first step towards exploring our cutting-edge solutions for your microfinance institution.We have received your request, and our team is excited to show you the power of Arukus Technologies in action!</p>','Booking a Demo - Thank you','','publish','closed','closed','','booking-a-demo-thank-you','','','2024-01-03 11:21:00','2024-01-03 11:21:00','',0,'https://arukustech.com/?page_id=1020',0,'page','',0),(1021,1,'2023-08-02 06:10:24','2023-08-02 06:10:24','<h1><img src=\"https://dev.arukustech.com/wp-content/uploads/2023/08/thank-you-300x300.png\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1000\" /> for Your Interest in  <a href=\"https://dev.arukustech.com\">Arukus Technologies!</a> </h1> \r\n<p>Thank you for taking the first step towards exploring our cutting-edge solutions for your microfinance institution.We have received your request, and our team is excited to show you the power of Arukus Technologies in action!</p>','Booking a Demo - Thank you','','inherit','closed','closed','','1020-revision-v1','','','2023-08-02 06:10:24','2023-08-02 06:10:24','',1020,'https://arukustech.com/?p=1021',0,'revision','',0),(1022,1,'2023-08-02 06:12:19','2023-08-02 06:12:19','','New Action','','private','closed','closed','','new-action','','','2024-01-03 08:08:40','2024-01-03 08:08:40','',0,'https://arukustech.com/?wpcf7r_action=new-action',1,'wpcf7r_action','',0),(1024,1,'2023-08-02 06:16:31','2023-08-02 06:16:31','773922','ryadavcodeuridea@gmail.com','','publish','closed','closed','','ryadavcodeurideagmail-com','','','2023-08-02 06:16:31','2023-08-02 06:16:31','',0,'https://arukustech.com/downloaded-brochure/ryadavcodeurideagmail-com/',0,'downloaded-brochure','',0),(1025,1,'2023-08-02 06:20:56','2023-08-02 06:20:56','<h1><img src=\"https://arukustech.com/wp-content/uploads/2023/08/thank-you-300x300.png\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1018\" /> for Your Interest in  <a href=\"https://arukustech.com/\">Arukus Technologies!</a> </h1> \r\n           \r\n            <p>Congratulations on taking the first step towards discovering Arukus Technologies\' transformative solutions for microfinance institutions.<br /><br />\r\n\r\n                <strong>What\'s Next?</strong><br />                \r\n                Personalized Demo: Want to see our solutions in action? Request a personalized demo, and our experts will showcase how Arukus Technologies can revolutionize your microfinance operations.<br /><br />\r\n                \r\n                <strong>Whats Next?</strong><br />\r\n                Stay Connected: Join our community of financial innovators on social media for the latest industry insights, success stories, and product updates. Connect with us on LinkedIn and Facebook!<br /><br />\r\n                \r\n                Got Questions? We\'re here to help! If you have any questions or need more information, don\'t hesitate to reach out to our dedicated support team at  <a href=\"mailto:info@arukustech.com\">info@arukustech.com</a>.<br /><br />\r\n                \r\n                Explore Our Website: Dive deeper into Arukus Technologies\' suite of products, services, and success stories on our website. Uncover the potential of seamless compliance and enhanced efficiency!</p>','Download Brochure - Thank you','','inherit','closed','closed','','1017-revision-v1','','','2023-08-02 06:20:56','2023-08-02 06:20:56','',1017,'https://arukustech.com/?p=1025',0,'revision','',0),(1026,1,'2023-08-02 06:21:08','2023-08-02 06:21:08','<h1><img src=\"https://dev.arukustech.com/wp-content/uploads/2023/08/thank-you-300x300.png\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1000\" /> for Your Interest in  <a href=\"https://arukustech.com\">Arukus Technologies!</a> </h1> \r\n<p>Thank you for taking the first step towards exploring our cutting-edge solutions for your microfinance institution.We have received your request, and our team is excited to show you the power of Arukus Technologies in action!</p>','Booking a Demo - Thank you','','inherit','closed','closed','','1020-revision-v1','','','2023-08-02 06:21:08','2023-08-02 06:21:08','',1020,'https://arukustech.com/?p=1026',0,'revision','',0),(1027,0,'2023-08-02 14:31:32','2023-08-02 14:31:32','211738','sen.arizen@gmail.com','','publish','closed','closed','','sen-arizengmail-com','','','2023-08-02 14:31:32','2023-08-02 14:31:32','',0,'https://arukustech.com/downloaded-brochure/sen-arizengmail-com/',0,'downloaded-brochure','',0),(1029,1,'2023-08-10 08:50:15','2023-08-10 08:50:15','Requested email is monika.webmaster2012@gmail.com and phone no is: +15852826599','Ariyam Test','','publish','closed','closed','','ariyam-test','','','2023-08-10 08:50:15','2023-08-10 08:50:15','',0,'https://arukustech.com/demo-request/ariyam-test/',0,'demo-request','',0),(1032,0,'2023-08-31 12:25:06','2023-08-31 12:25:06','611694','Vk0027622@gmail.com','','publish','closed','closed','','vk0027622gmail-com','','','2023-08-31 12:25:06','2023-08-31 12:25:06','',0,'https://arukustech.com/downloaded-brochure/vk0027622gmail-com/',0,'downloaded-brochure','',0),(1035,0,'2023-09-19 10:32:58','2023-09-19 10:32:58','795726','dillipkumarmishra@live.in','','publish','closed','closed','','dillipkumarmishralive-in','','','2023-09-19 10:32:58','2023-09-19 10:32:58','',0,'https://arukustech.com/downloaded-brochure/dillipkumarmishralive-in/',0,'downloaded-brochure','',0),(1036,0,'2023-09-19 10:33:43','2023-09-19 10:33:43','676532','rahul909632@gmail.com','','publish','closed','closed','','rahul909632gmail-com','','','2023-09-19 10:33:43','2023-09-19 10:33:43','',0,'https://arukustech.com/downloaded-brochure/rahul909632gmail-com/',0,'downloaded-brochure','',0),(1037,0,'2023-09-19 10:35:20','2023-09-19 10:35:20','709340','rahul909632@gmai.com','','publish','closed','closed','','rahul909632gmai-com','','','2023-09-19 10:35:20','2023-09-19 10:35:20','',0,'https://arukustech.com/downloaded-brochure/rahul909632gmai-com/',0,'downloaded-brochure','',0),(1042,1,'2023-10-05 08:40:48','2023-10-05 08:40:48','<p><strong>Streamlining Operations: How Loan Origination Systems Empower MFI and NBFCs - A Case Study</strong></p>\r\n<br>\r\n<p>In the dynamic landscape of financial services, Microfinance Institutions (MFIs) and Non-Banking Financial Companies (NBFCs) play a pivotal role in extending credit to underserved communities and fostering economic growth. To enhance their operational efficiency and meet the diverse needs of their clientele, these institutions rely on Loan Origination Systems (LOS). These cutting-edge platforms have revolutionized the lending process, enabling MFIs and NBFCs to navigate the complexities of loan origination seamlessly. Let\'s explore how Loan Origination Systems have made a tangible impact on these institutions through a few case studies.</p>\r\n\r\n<p><strong>Case Study 1: Leading MFI in the rural sector - Expedited Loan Approvals and Enhanced Customer Experience</strong></p>\r\n\r\n<p>A leading MFI serving rural communities, faced challenges in processing loan applications efficiently due to a manual and paper-based system. The lengthy process resulted in delayed approvals and frustrated borrowers. Upon implementing Arukus Loan Origination System, the institution experienced a significant transformation. The system streamlined the application process, enabling the MFI to capture applicant data electronically and automate credit checks. Consequently, loan approval time reduced by 40%, leading to heightened customer satisfaction. Additionally, the LOS offered personalized loan products based on borrowers\' needs, contributing to a 25% increase in repeat customers.</p>\r\n\r\n<p><strong>Case Study 2: An Emerging NBFC in North East - Mitigating Risks and Improving Portfolio Quality</strong></p>\r\n\r\n<p>An emerging NBFC in urban lending operating in the North East of India, sought to enhance its risk assessment capabilities to ensure sustainable growth. Previously, the NBFC relied on manual processes, resulting in a higher default rate. By adopting a Loan Origination System, it was able to integrate advanced risk evaluation algorithms and data analytics into its operations. The system effectively assessed borrowers\' creditworthiness, analyzing variables like repayment history and income patterns. As a result, the institution experienced a 15% reduction in default rates and a corresponding improvement in portfolio quality, attracting more investors and strengthening its financial standing.</p>\r\n\r\n<p><strong>Case Study 3: Optimizing Resource Allocation and Increasing Scalability for an established NBFC in East India</strong></p>\r\n\r\n<p>An established NBFC catering to diverse customer segments, faced challenges in managing resources efficiently as its loan portfolio expanded rapidly. The institution\'s manual processes led to inefficiencies and increased operational costs. With the implementation of a Loan Origination System, they achieved remarkable operational excellence. The LOS streamlined workflow and automated document verification, reducing the need for manual intervention. As a result, resource allocation was optimized, and the institution experienced a 20% reduction in operational costs. The newfound efficiency also enabled the NBFC to scale its operations, venturing into new territories and expanding its customer base.</p>\r\n<br>\r\n<p>The case studies above illustrate how Arukus Loan Origination Systems have become indispensable tools for MFIs and NBFCs, empowering them to overcome operational challenges and achieve sustainable growth. Through expedited loan approvals, enhanced risk assessment, and streamlined workflows, these platforms have made a significant impact on the efficiency and effectiveness of these financial institutions. As technology continues to advance, embracing Loan Origination Systems becomes even more crucial for MFIs and NBFCs to remain competitive, relevant, and impactful in their pursuit of financial inclusion and economic development.</p>','Loan Origination System','','inherit','closed','closed','','211-revision-v1','','','2023-10-05 08:40:48','2023-10-05 08:40:48','',211,'https://arukustech.com/?p=1042',0,'revision','',0),(1043,1,'2023-10-05 08:41:45','2023-10-05 08:41:45','<p><strong>Arukus Technologies Fraud Control System: Safeguarding MFI and NBFCs from Financial Fraud</strong></p>\r\n<p>\r\nIn the world of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), the battle against financial fraud is an ongoing challenge. As these institutions strive to expand their reach and cater to the financial needs of underserved populations, they must also be vigilant against various fraudulent activities that can hamper their growth and reputation. Arukus Technologies\' Fraud Management System emerges as a powerful ally, empowering MFIs and NBFCs to reduce risks associated with common fraud scenarios such as cash misappropriation, false documentation, suppressing loan foreclosure information, and more.\r\n</p>\r\n<p><strong>Intelligent Fraud Detection and Prevention:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System is armed with cutting-edge technology that employs artificial intelligence and machine learning algorithms to identify potential fraud patterns. By analyzing vast volumes of data from diverse sources, the system can detect irregularities and suspicious activities in real-time, enabling proactive action to prevent fraudulent transactions.\r\n</p>\r\n<p><strong>Mitigating Cash Misappropriation:</strong></p>\r\n<p>\r\nOne of the most common fraud scenarios faced by MFIs and NBFCs is cash misappropriation, where employees or individuals exploit loopholes to embezzle funds. Arukus Technologies\' system implements strict access controls, segregates duties, and monitors financial transactions to minimize the risk of unauthorized cash handling. Moreover, the system can flag unusual withdrawal patterns or unauthorized account access, triggering timely investigations and deterring potential fraudsters.\r\n</p>\r\n<p><strong>Verifying Document Authenticity:</strong></p>\r\n<p>\r\nFalse documentation is another significant concern for financial institutions. Fraudsters may submit forged or manipulated documents to secure loans or credit facilities. Arukus Technologies\' Fraud Management System incorporates advanced document verification techniques, leveraging optical character recognition (OCR) and other validation methods to ensure the authenticity of submitted documents. This helps eliminate the risk of approving loans based on fraudulent information.\r\n</p>\r\n<p><strong>Enhanced Loan Foreclosure Monitoring:</strong></p>\r\n<p>\r\nSuppressing loan foreclosure information is a fraudulent tactic used to conceal existing liabilities and secure additional credit. Arukus Technologies\' system maintains a comprehensive loan database, cross-referencing foreclosure details with credit records. Any discrepancies or attempts to hide foreclosure information are promptly detected, reducing the risk of granting credit to defaulters or individuals with a high credit risk.\r\n</p>\r\n<p><strong>Real-Time Alerts and Reporting:</strong></p>\r\n<p>\r\nArukus Technologies\' Fraud Management System delivers real-time alerts to relevant stakeholders when suspicious activities are detected. These alerts enable swift action and investigation, minimizing the impact of potential fraud on the institution\'s financial health. Additionally, the system generates comprehensive fraud reports, providing insights into emerging fraud trends and aiding in continuous process improvement.\r\n</p>\r\n<p><strong>Strengthening Compliance and Regulation:</strong></p>\r\n<p>\r\nCompliance with regulatory requirements is of utmost importance for MFIs and NBFCs. Arukus Technologies\' Fraud Management System ensures adherence to industry standards and compliance with anti-fraud regulations. By maintaining transparent and traceable audit trails, financial institutions can confidently demonstrate their commitment to preventing fraud and upholding ethical practices.\r\n</p>\r\n<br>\r\n<p>\r\nIn conclusion, Arukus Technologies\' Fraud Management System is a powerful tool that empowers MFIs and NBFCs to combat financial fraud effectively. By leveraging advanced technologies and intelligent analytics, the system helps these institutions detect and prevent common fraud scenarios like cash misappropriation, false documentation, and loan foreclosure suppression. With heightened vigilance, real-time alerts, and robust compliance measures, Arukus Technologies enables MFIs and NBFCs to protect their assets, reputation, and most importantly, their customers\' trust.\r\n</p>','Fraud Control System','','inherit','closed','closed','','223-revision-v1','','','2023-10-05 08:41:45','2023-10-05 08:41:45','',223,'https://arukustech.com/?p=1043',0,'revision','',0),(1044,0,'2023-10-10 08:34:51','2023-10-10 08:34:51','126640','rajeshsonisahayog@gmail.com','','publish','closed','closed','','rajeshsonisahayoggmail-com','','','2023-10-10 08:34:51','2023-10-10 08:34:51','',0,'https://arukustech.com/downloaded-brochure/rajeshsonisahayoggmail-com/',0,'downloaded-brochure','',0),(1045,0,'2023-10-14 16:14:08','2023-10-14 16:14:08','151065','dasbiswajit69669@gmail.com','','publish','closed','closed','','dasbiswajit69669gmail-com','','','2023-10-14 16:14:08','2023-10-14 16:14:08','',0,'https://arukustech.com/downloaded-brochure/dasbiswajit69669gmail-com/',0,'downloaded-brochure','',0),(1046,0,'2023-10-17 11:10:07','2023-10-17 11:10:07','Requested email is ksunilpasvan@gmail.com and phone no is: +917043069875','Sunil Paswan','','publish','closed','closed','','sunil-paswan','','','2023-10-17 11:10:07','2023-10-17 11:10:07','',0,'https://arukustech.com/demo-request/sunil-paswan/',0,'demo-request','',0),(1047,0,'2023-11-03 05:31:34','2023-11-03 05:31:34','217379','bapi61668@gmail.com','','publish','closed','closed','','bapi61668gmail-com','','','2023-11-03 05:31:34','2023-11-03 05:31:34','',0,'https://arukustech.com/downloaded-brochure/bapi61668gmail-com/',0,'downloaded-brochure','',0),(1049,1,'2023-11-03 13:49:46','2023-11-03 13:49:46','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p> </p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it.  Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. </p><p> </p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p> </p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit.</p><p> </p><p>A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p> </p><p>Exemplary MFIs like <strong>BRAC in Bangladesh</strong>, the <strong>Alexandria Business Association (ABA) in Egypt</strong>, and <strong>BancoSol in Bolivia</strong> have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p> </p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\r\n			<style>\r\n			@media (max-width: 767px) {\r\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\r\n                    display: none;\r\n               }\r\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\r\n                    float: none;\r\n                    clear: left;\r\n                    width: 100%;\r\n                    text-align: left;\r\n                    display: flex;\r\n                    align-items: center;\r\n                }\r\n			}\r\n			</style>		\r\n			<table id=\"eael-data-table-32ee4e0\">\r\n			    <thead>\r\n			        <tr>\r\n									            <th id=\"\" colspan=\"\">\r\n														Financial Risk</th>\r\n			        				            <th id=\"\" colspan=\"\">\r\n														Operational Risk</th>\r\n			        				            <th id=\"\" colspan=\"\">\r\n														Strategic Risk</th>\r\n			        				        </tr>\r\n			    </thead>\r\n			  	<tbody>\r\n											<tr>\r\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\r\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\r\n											</td>\r\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\r\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\r\n											</td>\r\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\r\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\r\n											</td>\r\n																										</tr>\r\n			        			    </tbody>\r\n			</table>\r\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\r\n					<ul>\r\n							<li>\r\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\r\n									</li>\r\n								<li>\r\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\r\n									</li>\r\n								<li>\r\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\r\n									</li>\r\n								<li>\r\n										Manage the risks through close oversight and evaluation of performance.\r\n									</li>\r\n						</ul>\r\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization ensuring that the “big picture” is not lost to the urgent demands of day to day management.</p><p> </p><p>Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution.</p><p> </p><p>Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p><p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p><p><strong>Arukus Enterprise Risk Management (ERM) platform is designed to empower the management with tools that helps in:</strong></p>		\r\n					<ul>\r\n							<li>\r\n										Identifying, assessing, and prioritizing risks\r\n									</li>\r\n								<li>\r\n										Developing strategies and policies to measure risks\r\n									</li>\r\n								<li>\r\n										Designing policies and procedures to mitigate risks\r\n									</li>\r\n								<li>\r\n										Implementing and assigning responsibilities\r\n									</li>\r\n								<li>\r\n										Testing effectiveness and evaluating results\r\n									</li>\r\n								<li>\r\n										Revising policies and procedures as necessary\r\n									</li>\r\n						</ul>\r\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','publish','closed','closed','','proactive-risk-management-in-microfinance-institutions','','','2023-12-14 08:24:15','2023-12-14 08:24:15','',0,'https://arukustech.com/?post_type=blog&#038;p=1049',0,'blog','',0),(1050,1,'2023-11-03 13:41:50','2023-11-03 13:41:50','','Images Blog (4)','','inherit','open','closed','','images-blog-4','','','2023-11-03 13:41:50','2023-11-03 13:41:50','',1049,'https://arukustech.com/wp-content/uploads/2023/11/Images-Blog-4.jpg',0,'attachment','image/jpeg',0),(1051,1,'2023-11-03 13:49:12','2023-11-03 13:49:12','','Images Blog (5)','','inherit','open','closed','','images-blog-5','','','2023-11-03 13:49:12','2023-11-03 13:49:12','',1049,'https://arukustech.com/wp-content/uploads/2023/11/Images-Blog-5.jpg',0,'attachment','image/jpeg',0),(1053,1,'2023-11-09 11:20:03','2023-11-09 11:20:03','','Default Kit','','publish','closed','closed','','default-kit','','','2023-11-09 11:20:03','2023-11-09 11:20:03','',0,'https://arukustech.com/?p=1053',0,'elementor_library','',0),(1054,1,'2023-11-09 11:20:57','0000-00-00 00:00:00','','Elementor #1054','','draft','closed','closed','','','','','2023-11-09 11:20:57','2023-11-09 11:20:57','',0,'https://arukustech.com/?page_id=1054',0,'page','',0),(1055,1,'2023-11-09 11:20:57','2023-11-09 11:20:57','','Elementor #1054','','inherit','closed','closed','','1054-revision-v1','','','2023-11-09 11:20:57','2023-11-09 11:20:57','',1054,'https://arukustech.com/?p=1055',0,'revision','',0),(1059,1,'2023-11-10 11:49:48','2023-11-10 11:49:48','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p>\r\n<br><br>\r\n<p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p>\r\n<br><br>\r\n<p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p>\r\n<br><br>\r\n<p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p>\r\n<br><br>\r\n<p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p>\r\n<br><br>\r\n<p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>\r\n<br><br>\r\n<h3>Financial Risk</h3>\r\n<ul class=\"blog_list\">\r\n    <li>Credit Risk\r\n        <ul>\r\n            <li>Transaction Risk</li>\r\n            <li>Portfolio Risk</li>\r\n        </ul>\r\n    </li>\r\n    <li>Liquidity Risk</li>\r\n    <li>Market Risk\r\n        <ul>\r\n            <li>Interest Rate Risk</li>\r\n            <li>Foreign Exchange Risk</li>\r\n            <li>Investment Portfolio Risk</li>\r\n        </ul>\r\n    </li>\r\n</ul>\r\n\r\n<h3>Operational Risks</h3>\r\n<ul class=\"blog_list\">\r\n 	<li>Transaction Risk</li>\r\n 	<li>Human Resources Risk</li>\r\n 	<li>Information &amp; Technology Risk</li>\r\n 	<li>Fraud (Integrity) Risk</li>\r\n 	<li>Legal &amp; Compliance Risk</li>\r\n</ul>\r\n<h3>Strategic Risks</h3>\r\n<ul class=\"blog_list\">\r\n 	<li>Governance Risk\r\n        <ul>\r\n 	<li>Ineffective Oversight</li>\r\n 	<li>Poor Governance Structure</li>\r\n       </ul>\r\n       </li>\r\n 	<li>Reputation Risk</li>\r\n 	<li>External Business Risks\r\n         <ul class=\"blog_list\">\r\n 	   <li>Event Risk</li>\r\n          </ul>\r\n       </li>\r\n</ul>\r\n<h3>Effective Risk Management entails a four-step process:</h3>\r\n<ul class=\"blog_list\">\r\n 	<li>Identifying risks confronting the institution and evaluating their severity in terms of frequency or potential negative consequences.</li>\r\n 	<li>Measuring risks appropriately and determining acceptable thresholds for each risk.</li>\r\n 	<li>Routinely monitoring risks to ensure that relevant and accurate information reaches the right individuals.</li>\r\n 	<li>Managing risks through vigilant oversight and performance evaluation.</li>\r\n</ul>\r\n<p>Efficient risk management is an ongoing process of systematically assessing, measuring, monitoring, and managing risks throughout the organization. It safeguards the broader strategic perspective from being overshadowed by the immediate demands of day-to-day management. Effective risk management establishes a feedback mechanism from the field to senior management and sometimes the board of directors to guarantee that policies and strategies remain pertinent, and risk levels adhere to the institution\'s predefined parameters. Given that risk tolerances evolve over time and differ among institutions, systematic internal discipline is essential to periodically reassess and reevaluate risks.<br /><br />\r\n\r\n<strong>Arukus Technologies</strong>, after years of collaborating with leading industry experts, has developed a tailor-made Enterprise Risk Management system designed to shield MFIs from undesirable surprises (downside risks) and empower them to seize opportunities (upside risks).</p>\r\n\r\n<h3>This system equips management with tools for:</h3>\r\n<ul class=\"blog_list\">\r\n 	<li>Identifying, assessing, and prioritizing risks.</li>\r\n 	<li>Formulating strategies and policies for risk measurement.</li>\r\n 	<li>Designing policies and procedures for risk mitigation.</li>\r\n 	<li>Implementing and delegating responsibilities.</li>\r\n 	<li>Testing effectiveness and evaluating outcomes.</li>\r\n 	<li>Revising policies and procedures as needed.</li>\r\n</ul>\r\n<p>Arukus ERM creates a dynamic risk score grid (or risk management matrix) that allows organizations to monitor the movement of risk scores (Risk Trend) as they change with time through the periodic measurement of Key Risk Indicators (KRIs), post implementation of mitigation and control strategies. Organization can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>\r\n\r\n<p>To learn more about this solution, visit <a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a> or book a live demo to experience it firsthand.</p>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 11:49:48','2023-11-10 11:49:48','',1049,'https://arukustech.com/?p=1059',0,'revision','',0),(1060,1,'2023-11-10 11:49:48','2023-11-10 11:49:48','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p>\r\n<br><br>\r\n<p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p>\r\n<br><br>\r\n<p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p>\r\n<br><br>\r\n<p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p>\r\n<br><br>\r\n<p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p>\r\n<br><br>\r\n<p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>\r\n<br><br>\r\n<h3>Financial Risk</h3>\r\n<ul class=\"blog_list\">\r\n    <li>Credit Risk\r\n        <ul>\r\n            <li>Transaction Risk</li>\r\n            <li>Portfolio Risk</li>\r\n        </ul>\r\n    </li>\r\n    <li>Liquidity Risk</li>\r\n    <li>Market Risk\r\n        <ul>\r\n            <li>Interest Rate Risk</li>\r\n            <li>Foreign Exchange Risk</li>\r\n            <li>Investment Portfolio Risk</li>\r\n        </ul>\r\n    </li>\r\n</ul>\r\n\r\n<h3>Operational Risks</h3>\r\n<ul class=\"blog_list\">\r\n 	<li>Transaction Risk</li>\r\n 	<li>Human Resources Risk</li>\r\n 	<li>Information &amp; Technology Risk</li>\r\n 	<li>Fraud (Integrity) Risk</li>\r\n 	<li>Legal &amp; Compliance Risk</li>\r\n</ul>\r\n<h3>Strategic Risks</h3>\r\n<ul class=\"blog_list\">\r\n 	<li>Governance Risk\r\n        <ul>\r\n 	<li>Ineffective Oversight</li>\r\n 	<li>Poor Governance Structure</li>\r\n       </ul>\r\n       </li>\r\n 	<li>Reputation Risk</li>\r\n 	<li>External Business Risks\r\n         <ul class=\"blog_list\">\r\n 	   <li>Event Risk</li>\r\n          </ul>\r\n       </li>\r\n</ul>\r\n<h3>Effective Risk Management entails a four-step process:</h3>\r\n<ul class=\"blog_list\">\r\n 	<li>Identifying risks confronting the institution and evaluating their severity in terms of frequency or potential negative consequences.</li>\r\n 	<li>Measuring risks appropriately and determining acceptable thresholds for each risk.</li>\r\n 	<li>Routinely monitoring risks to ensure that relevant and accurate information reaches the right individuals.</li>\r\n 	<li>Managing risks through vigilant oversight and performance evaluation.</li>\r\n</ul>\r\n<p>Efficient risk management is an ongoing process of systematically assessing, measuring, monitoring, and managing risks throughout the organization. It safeguards the broader strategic perspective from being overshadowed by the immediate demands of day-to-day management. Effective risk management establishes a feedback mechanism from the field to senior management and sometimes the board of directors to guarantee that policies and strategies remain pertinent, and risk levels adhere to the institution\'s predefined parameters. Given that risk tolerances evolve over time and differ among institutions, systematic internal discipline is essential to periodically reassess and reevaluate risks.<br /><br />\r\n\r\n<strong>Arukus Technologies</strong>, after years of collaborating with leading industry experts, has developed a tailor-made Enterprise Risk Management system designed to shield MFIs from undesirable surprises (downside risks) and empower them to seize opportunities (upside risks).</p>\r\n\r\n<h3>This system equips management with tools for:</h3>\r\n<ul class=\"blog_list\">\r\n 	<li>Identifying, assessing, and prioritizing risks.</li>\r\n 	<li>Formulating strategies and policies for risk measurement.</li>\r\n 	<li>Designing policies and procedures for risk mitigation.</li>\r\n 	<li>Implementing and delegating responsibilities.</li>\r\n 	<li>Testing effectiveness and evaluating outcomes.</li>\r\n 	<li>Revising policies and procedures as needed.</li>\r\n</ul>\r\n<p>Arukus ERM creates a dynamic risk score grid (or risk management matrix) that allows organizations to monitor the movement of risk scores (Risk Trend) as they change with time through the periodic measurement of Key Risk Indicators (KRIs), post implementation of mitigation and control strategies. Organization can have both birds eye and detailed view of the Risk Landscape across departments, processes and identify top risks, risk trends and make informed decisions.</p>\r\n\r\n<p>To learn more about this solution, visit <a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a> or book a live demo to experience it firsthand.</p>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 11:49:48','2023-11-10 11:49:48','',1049,'https://arukustech.com/?p=1060',0,'revision','',0),(1061,1,'2023-11-10 11:49:49','2023-11-10 11:49:49','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3><ol><li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li><li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li><li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li><li>Manage the risks through close oversight and evaluation of performance.</li></ol><p> </p><p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p><p> </p><p>Arukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p><p>It is designed to empower the management with tools that helps in:</p><ul><li>Identifying, assessing, and prioritizing risks</li><li>Developing strategies and policies to measure risks</li><li>Designing policies and procedures to mitigate risks</li><li>Implementing and assigning responsibilities</li><li>Testing effectiveness and evaluating results</li><li>Revising policies and procedures as necessary</li></ul><p>Read more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.</p>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 11:49:49','2023-11-10 11:49:49','',1049,'https://arukustech.com/?p=1061',0,'revision','',0),(1063,1,'2023-11-10 12:02:57','2023-11-10 12:02:57','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3><ol><li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li><li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li><li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li><li>Manage the risks through close oversight and evaluation of performance.</li></ol><p> </p><p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p><p> </p><p>Arukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p><p>It is designed to empower the management with tools that helps in:</p><ul><li>Identifying, assessing, and prioritizing risks</li><li>Developing strategies and policies to measure risks</li><li>Designing policies and procedures to mitigate risks</li><li>Implementing and assigning responsibilities</li><li>Testing effectiveness and evaluating results</li><li>Revising policies and procedures as necessary</li></ul><p>Read more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.</p>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:02:57','2023-11-10 12:02:57','',1049,'https://arukustech.com/?p=1063',0,'revision','',0),(1064,1,'2023-11-10 12:02:57','2023-11-10 12:02:57','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3><ol><li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li><li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li><li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li><li>Manage the risks through close oversight and evaluation of performance.</li></ol><p> </p><p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p><p> </p><p>Arukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p><p>It is designed to empower the management with tools that helps in:</p><ul><li>Identifying, assessing, and prioritizing risks</li><li>Developing strategies and policies to measure risks</li><li>Designing policies and procedures to mitigate risks</li><li>Implementing and assigning responsibilities</li><li>Testing effectiveness and evaluating results</li><li>Revising policies and procedures as necessary</li></ul><p>Read more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.</p>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:02:57','2023-11-10 12:02:57','',1049,'https://arukustech.com/?p=1064',0,'revision','',0),(1065,1,'2023-11-10 12:02:57','2023-11-10 12:02:57','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:02:57','2023-11-10 12:02:57','',1049,'https://arukustech.com/?p=1065',0,'revision','',0),(1066,1,'2023-11-10 12:06:33','2023-11-10 12:06:33','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:06:33','2023-11-10 12:06:33','',1049,'https://arukustech.com/?p=1066',0,'revision','',0),(1067,1,'2023-11-10 12:06:33','2023-11-10 12:06:33','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:06:33','2023-11-10 12:06:33','',1049,'https://arukustech.com/?p=1067',0,'revision','',0),(1068,1,'2023-11-10 12:06:34','2023-11-10 12:06:34','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:06:34','2023-11-10 12:06:34','',1049,'https://arukustech.com/?p=1068',0,'revision','',0),(1069,1,'2023-11-10 12:22:48','2023-11-10 12:22:48','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:22:48','2023-11-10 12:22:48','',1049,'https://arukustech.com/?p=1069',0,'revision','',0),(1070,1,'2023-11-10 12:22:48','2023-11-10 12:22:48','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:22:48','2023-11-10 12:22:48','',1049,'https://arukustech.com/?p=1070',0,'revision','',0),(1071,1,'2023-11-10 12:22:49','2023-11-10 12:22:49','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:22:49','2023-11-10 12:22:49','',1049,'https://arukustech.com/?p=1071',0,'revision','',0),(1072,1,'2023-11-10 12:23:36','2023-11-10 12:23:36','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:23:36','2023-11-10 12:23:36','',1049,'https://arukustech.com/?p=1072',0,'revision','',0),(1073,1,'2023-11-10 12:23:36','2023-11-10 12:23:36','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:23:36','2023-11-10 12:23:36','',1049,'https://arukustech.com/?p=1073',0,'revision','',0),(1074,1,'2023-11-10 12:23:37','2023-11-10 12:23:37','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:23:37','2023-11-10 12:23:37','',1049,'https://arukustech.com/?p=1074',0,'revision','',0),(1075,1,'2023-11-10 12:26:12','2023-11-10 12:26:12','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:26:12','2023-11-10 12:26:12','',1049,'https://arukustech.com/?p=1075',0,'revision','',0),(1076,1,'2023-11-10 12:26:12','2023-11-10 12:26:12','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:26:12','2023-11-10 12:26:12','',1049,'https://arukustech.com/?p=1076',0,'revision','',0),(1077,1,'2023-11-10 12:26:12','2023-11-10 12:26:12','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:26:12','2023-11-10 12:26:12','',1049,'https://arukustech.com/?p=1077',0,'revision','',0),(1078,1,'2023-11-10 12:27:51','2023-11-10 12:27:51','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:27:51','2023-11-10 12:27:51','',1049,'https://arukustech.com/?p=1078',0,'revision','',0),(1079,1,'2023-11-10 12:27:52','2023-11-10 12:27:52','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:27:52','2023-11-10 12:27:52','',1049,'https://arukustech.com/?p=1079',0,'revision','',0),(1080,1,'2023-11-10 12:27:52','2023-11-10 12:27:52','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p>Arukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:27:52','2023-11-10 12:27:52','',1049,'https://arukustech.com/?p=1080',0,'revision','',0),(1081,1,'2023-11-10 12:28:41','2023-11-10 12:28:41','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p>Arukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:28:41','2023-11-10 12:28:41','',1049,'https://arukustech.com/?p=1081',0,'revision','',0),(1082,1,'2023-11-10 12:28:41','2023-11-10 12:28:41','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p>Arukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:28:41','2023-11-10 12:28:41','',1049,'https://arukustech.com/?p=1082',0,'revision','',0),(1083,1,'2023-11-10 12:28:42','2023-11-10 12:28:42','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:28:42','2023-11-10 12:28:42','',1049,'https://arukustech.com/?p=1083',0,'revision','',0),(1084,1,'2023-11-10 12:30:28','2023-11-10 12:30:28','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:30:28','2023-11-10 12:30:28','',1049,'https://arukustech.com/?p=1084',0,'revision','',0),(1085,1,'2023-11-10 12:30:29','2023-11-10 12:30:29','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:30:29','2023-11-10 12:30:29','',1049,'https://arukustech.com/?p=1085',0,'revision','',0),(1086,1,'2023-11-10 12:30:29','2023-11-10 12:30:29','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:30:29','2023-11-10 12:30:29','',1049,'https://arukustech.com/?p=1086',0,'revision','',0),(1087,1,'2023-11-10 12:35:25','2023-11-10 12:35:25','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:35:25','2023-11-10 12:35:25','',1049,'https://arukustech.com/?p=1087',0,'revision','',0),(1088,1,'2023-11-10 12:35:25','2023-11-10 12:35:25','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:35:25','2023-11-10 12:35:25','',1049,'https://arukustech.com/?p=1088',0,'revision','',0),(1089,1,'2023-11-10 12:35:26','2023-11-10 12:35:26','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:35:26','2023-11-10 12:35:26','',1049,'https://arukustech.com/?p=1089',0,'revision','',0),(1090,1,'2023-11-10 12:38:12','2023-11-10 12:38:12','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:38:12','2023-11-10 12:38:12','',1049,'https://arukustech.com/?p=1090',0,'revision','',0),(1091,1,'2023-11-10 12:38:12','2023-11-10 12:38:12','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:38:12','2023-11-10 12:38:12','',1049,'https://arukustech.com/?p=1091',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1092,1,'2023-11-10 12:38:13','2023-11-10 12:38:13','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:38:13','2023-11-10 12:38:13','',1049,'https://arukustech.com/?p=1092',0,'revision','',0),(1093,1,'2023-11-10 12:39:53','2023-11-10 12:39:53','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:39:53','2023-11-10 12:39:53','',1049,'https://arukustech.com/?p=1093',0,'revision','',0),(1094,1,'2023-11-10 12:39:53','2023-11-10 12:39:53','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:39:53','2023-11-10 12:39:53','',1049,'https://arukustech.com/?p=1094',0,'revision','',0),(1095,1,'2023-11-10 12:39:53','2023-11-10 12:39:53','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:39:53','2023-11-10 12:39:53','',1049,'https://arukustech.com/?p=1095',0,'revision','',0),(1096,1,'2023-11-10 12:40:47','2023-11-10 12:40:47','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:40:47','2023-11-10 12:40:47','',1049,'https://arukustech.com/?p=1096',0,'revision','',0),(1097,1,'2023-11-10 12:40:48','2023-11-10 12:40:48','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:40:48','2023-11-10 12:40:48','',1049,'https://arukustech.com/?p=1097',0,'revision','',0),(1098,1,'2023-11-10 12:40:48','2023-11-10 12:40:48','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:40:48','2023-11-10 12:40:48','',1049,'https://arukustech.com/?p=1098',0,'revision','',0),(1099,1,'2023-11-10 12:41:33','2023-11-10 12:41:33','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:41:33','2023-11-10 12:41:33','',1049,'https://arukustech.com/?p=1099',0,'revision','',0),(1100,1,'2023-11-10 12:41:34','2023-11-10 12:41:34','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:41:34','2023-11-10 12:41:34','',1049,'https://arukustech.com/?p=1100',0,'revision','',0),(1101,1,'2023-11-10 12:41:34','2023-11-10 12:41:34','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:41:34','2023-11-10 12:41:34','',1049,'https://arukustech.com/?p=1101',0,'revision','',0),(1102,1,'2023-11-10 12:42:11','2023-11-10 12:42:11','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:42:11','2023-11-10 12:42:11','',1049,'https://arukustech.com/?p=1102',0,'revision','',0),(1103,1,'2023-11-10 12:42:12','2023-11-10 12:42:12','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3>Effective Risk Management requires an organization to take four key steps:</h3>\n<ol>\n 	<li>Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)</li>\n 	<li>Measure the risks appropriately and evaluate the acceptable limits for that risk;</li>\n 	<li>Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and</li>\n 	<li>Manage the risks through close oversight and evaluation of performance.</li>\n</ol>\nManaging risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.\nArukus Technologies with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).\nIt is designed to empower the management with tools that helps in:\n<ul>\n 	<li>Identifying, assessing, and prioritizing risks</li>\n 	<li>Developing strategies and policies to measure risks</li>\n 	<li>Designing policies and procedures to mitigate risks</li>\n 	<li>Implementing and assigning responsibilities</li>\n 	<li>Testing effectiveness and evaluating results</li>\n 	<li>Revising policies and procedures as necessary</li>\n</ul>\nRead more at <strong>https://arukustech.com/solutions/enterprise-risk-management/</strong> or Book a Demo to experience it live.		\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:42:12','2023-11-10 12:42:12','',1049,'https://arukustech.com/?p=1103',0,'revision','',0),(1104,1,'2023-11-10 12:42:12','2023-11-10 12:42:12','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 12:42:12','2023-11-10 12:42:12','',1049,'https://arukustech.com/?p=1104',0,'revision','',0),(1105,1,'2023-11-10 13:31:38','2023-11-10 13:31:38','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:31:38','2023-11-10 13:31:38','',1049,'https://arukustech.com/?p=1105',0,'revision','',0),(1106,1,'2023-11-10 13:31:39','2023-11-10 13:31:39','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:31:39','2023-11-10 13:31:39','',1049,'https://arukustech.com/?p=1106',0,'revision','',0),(1107,1,'2023-11-10 13:31:39','2023-11-10 13:31:39','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:31:39','2023-11-10 13:31:39','',1049,'https://arukustech.com/?p=1107',0,'revision','',0),(1108,1,'2023-11-10 13:33:35','2023-11-10 13:33:35','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:33:35','2023-11-10 13:33:35','',1049,'https://arukustech.com/?p=1108',0,'revision','',0),(1109,1,'2023-11-10 13:33:35','2023-11-10 13:33:35','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:33:35','2023-11-10 13:33:35','',1049,'https://arukustech.com/?p=1109',0,'revision','',0),(1110,1,'2023-11-10 13:33:36','2023-11-10 13:33:36','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:33:36','2023-11-10 13:33:36','',1049,'https://arukustech.com/?p=1110',0,'revision','',0),(1111,1,'2023-11-10 13:34:40','2023-11-10 13:34:40','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:34:40','2023-11-10 13:34:40','',1049,'https://arukustech.com/?p=1111',0,'revision','',0),(1112,1,'2023-11-10 13:34:41','2023-11-10 13:34:41','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:34:41','2023-11-10 13:34:41','',1049,'https://arukustech.com/?p=1112',0,'revision','',0),(1113,1,'2023-11-10 13:34:41','2023-11-10 13:34:41','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:34:41','2023-11-10 13:34:41','',1049,'https://arukustech.com/?p=1113',0,'revision','',0),(1114,1,'2023-11-10 13:36:20','2023-11-10 13:36:20','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:36:20','2023-11-10 13:36:20','',1049,'https://arukustech.com/?p=1114',0,'revision','',0),(1115,1,'2023-11-10 13:36:20','2023-11-10 13:36:20','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:36:20','2023-11-10 13:36:20','',1049,'https://arukustech.com/?p=1115',0,'revision','',0),(1116,1,'2023-11-10 13:36:20','2023-11-10 13:36:20','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:36:20','2023-11-10 13:36:20','',1049,'https://arukustech.com/?p=1116',0,'revision','',0),(1117,1,'2023-11-10 13:39:41','2023-11-10 13:39:41','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:39:41','2023-11-10 13:39:41','',1049,'https://arukustech.com/?p=1117',0,'revision','',0),(1118,1,'2023-11-10 13:39:42','2023-11-10 13:39:42','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it. Like all financial entities, MFIs grapple with a range of risks that demand efficient and effective management to achieve success. Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. A depleted funding base impedes the MFI\'s mission of delivering services to the impoverished, potentially sealing its fate.</p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit. A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p>Exemplary MFIs like BRAC in Bangladesh, the Alexandria Business Association (ABA) in Egypt, and BancoSol in Bolivia have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:39:42','2023-11-10 13:39:42','',1049,'https://arukustech.com/?p=1118',0,'revision','',0),(1119,1,'2023-11-10 13:39:42','2023-11-10 13:39:42','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p> </p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it.  Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. </p><p> </p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p> </p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit.</p><p> </p><p>A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p> </p><p>Exemplary MFIs like <strong>BRAC in Bangladesh</strong>, the <strong>Alexandria Business Association (ABA) in Egypt</strong>, and <strong>BancoSol in Bolivia</strong> have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p> </p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:39:42','2023-11-10 13:39:42','',1049,'https://arukustech.com/?p=1119',0,'revision','',0),(1120,1,'2023-11-10 13:42:10','2023-11-10 13:42:10','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p> </p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it.  Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. </p><p> </p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p> </p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit.</p><p> </p><p>A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p> </p><p>Exemplary MFIs like <strong>BRAC in Bangladesh</strong>, the <strong>Alexandria Business Association (ABA) in Egypt</strong>, and <strong>BancoSol in Bolivia</strong> have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p> </p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:42:10','2023-11-10 13:42:10','',1049,'https://arukustech.com/?p=1120',0,'revision','',0),(1121,1,'2023-11-10 13:42:10','2023-11-10 13:42:10','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p> </p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it.  Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. </p><p> </p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p> </p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit.</p><p> </p><p>A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p> </p><p>Exemplary MFIs like <strong>BRAC in Bangladesh</strong>, the <strong>Alexandria Business Association (ABA) in Egypt</strong>, and <strong>BancoSol in Bolivia</strong> have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p> </p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization. Effective risk management ensures that the “big picture” is not lost to the urgent demands of day to day management. Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution. Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p>\n<p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p>It is designed to empower the management with tools that helps in:		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:42:10','2023-11-10 13:42:10','',1049,'https://arukustech.com/?p=1121',0,'revision','',0),(1122,1,'2023-11-10 13:42:10','2023-11-10 13:42:10','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p> </p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it.  Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. </p><p> </p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p> </p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit.</p><p> </p><p>A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p> </p><p>Exemplary MFIs like <strong>BRAC in Bangladesh</strong>, the <strong>Alexandria Business Association (ABA) in Egypt</strong>, and <strong>BancoSol in Bolivia</strong> have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p> </p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\n			<style>\n			@media (max-width: 767px) {\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\n                    display: none;\n               }\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\n                    float: none;\n                    clear: left;\n                    width: 100%;\n                    text-align: left;\n                    display: flex;\n                    align-items: center;\n                }\n			}\n			</style>		\n			<table id=\"eael-data-table-32ee4e0\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Financial Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Operational Risk</th>\n			        				            <th id=\"\" colspan=\"\">\n														Strategic Risk</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\n					<ul>\n							<li>\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\n									</li>\n								<li>\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\n									</li>\n								<li>\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\n									</li>\n								<li>\n										Manage the risks through close oversight and evaluation of performance.\n									</li>\n						</ul>\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization ensuring that the “big picture” is not lost to the urgent demands of day to day management.</p><p> </p><p>Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution.</p><p> </p><p>Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p><p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p><p><strong>Arukus Enterprise Risk Management (ERM) platform is designed to empower the management with tools that helps in:</strong></p>		\n					<ul>\n							<li>\n										Identifying, assessing, and prioritizing risks\n									</li>\n								<li>\n										Developing strategies and policies to measure risks\n									</li>\n								<li>\n										Designing policies and procedures to mitigate risks\n									</li>\n								<li>\n										Implementing and assigning responsibilities\n									</li>\n								<li>\n										Testing effectiveness and evaluating results\n									</li>\n								<li>\n										Revising policies and procedures as necessary\n									</li>\n						</ul>\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-11-10 13:42:10','2023-11-10 13:42:10','',1049,'https://arukustech.com/?p=1122',0,'revision','',0),(1123,1,'2023-11-14 08:31:51','2023-11-14 08:31:51','<img width=\"750\" height=\"563\" src=\"https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart-300x225.jpg 300w, https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart-768x576.jpg 768w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\r\n		<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','publish','closed','closed','','the-imperative-role-of-fraud-management-in-microfinance-institutions','','','2023-12-14 08:16:38','2023-12-14 08:16:38','',0,'https://arukustech.com/?post_type=blog&#038;p=1123',0,'blog','',0),(1126,1,'2023-11-11 13:21:49','2023-11-11 13:21:49','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><p>The Importance of Fraud Management:<br />Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><p>Ex-ante Controls:</p><p>Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br />Ex-post Controls:</p><p>Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<br />Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<br />K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><p>Education Campaign: Encouraging clients to speak out against corrupt staff and group leaders.<br />Standardization: Standardizing all loan policies and procedures to prevent deviations from regulations.<br />Management Training: Increasing managerial capacity and introducing strict supervision processes.<br />Inspection Unit: Conducting random operational checks to identify irregularities.<br />Human Resource Policies: Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<br />Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<br />Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><p>Conclusion:<br />Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:21:49','2023-11-11 13:21:49','',1123,'https://arukustech.com/?p=1126',0,'revision','',0),(1127,1,'2023-11-11 13:28:33','2023-11-11 13:28:33','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><p>The Importance of Fraud Management:<br />Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><p>Ex-ante Controls:</p><p>Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br />Ex-post Controls:</p><p>Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<br />Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<br />K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><p>Education Campaign: Encouraging clients to speak out against corrupt staff and group leaders.<br />Standardization: Standardizing all loan policies and procedures to prevent deviations from regulations.<br />Management Training: Increasing managerial capacity and introducing strict supervision processes.<br />Inspection Unit: Conducting random operational checks to identify irregularities.<br />Human Resource Policies: Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<br />Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<br />Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><p>Conclusion:<br />Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:28:33','2023-11-11 13:28:33','',1123,'https://arukustech.com/?p=1127',0,'revision','',0),(1128,1,'2023-11-11 13:28:34','2023-11-11 13:28:34','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><p>The Importance of Fraud Management:<br />Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><p>Ex-ante Controls:</p><p>Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br />Ex-post Controls:</p><p>Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.<br />Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya<br />K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><p>Education Campaign: Encouraging clients to speak out against corrupt staff and group leaders.<br />Standardization: Standardizing all loan policies and procedures to prevent deviations from regulations.<br />Management Training: Increasing managerial capacity and introducing strict supervision processes.<br />Inspection Unit: Conducting random operational checks to identify irregularities.<br />Human Resource Policies: Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.<br />Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System<br />Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><p>Conclusion:<br />Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:28:34','2023-11-11 13:28:34','',1123,'https://arukustech.com/?p=1128',0,'revision','',0),(1129,1,'2023-11-11 13:28:34','2023-11-11 13:28:34','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:28:34','2023-11-11 13:28:34','',1123,'https://arukustech.com/?p=1129',0,'revision','',0),(1130,1,'2023-11-11 13:38:26','2023-11-11 13:38:26','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:38:26','2023-11-11 13:38:26','',1123,'https://arukustech.com/?p=1130',0,'revision','',0),(1131,1,'2023-11-11 13:38:27','2023-11-11 13:38:27','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:38:27','2023-11-11 13:38:27','',1123,'https://arukustech.com/?p=1131',0,'revision','',0),(1132,1,'2023-11-11 13:38:27','2023-11-11 13:38:27','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:38:27','2023-11-11 13:38:27','',1123,'https://arukustech.com/?p=1132',0,'revision','',0),(1133,1,'2023-11-11 13:39:00','2023-11-11 13:39:00','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:39:00','2023-11-11 13:39:00','',1123,'https://arukustech.com/?p=1133',0,'revision','',0),(1134,1,'2023-11-11 13:39:00','2023-11-11 13:39:00','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:39:00','2023-11-11 13:39:00','',1123,'https://arukustech.com/?p=1134',0,'revision','',0),(1135,1,'2023-11-11 13:39:00','2023-11-11 13:39:00','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:39:00','2023-11-11 13:39:00','',1123,'https://arukustech.com/?p=1135',0,'revision','',0),(1136,1,'2023-11-11 13:39:06','2023-11-11 13:39:06','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:39:06','2023-11-11 13:39:06','',1123,'https://arukustech.com/?p=1136',0,'revision','',0),(1137,1,'2023-11-11 13:39:06','2023-11-11 13:39:06','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:39:06','2023-11-11 13:39:06','',1123,'https://arukustech.com/?p=1137',0,'revision','',0),(1138,1,'2023-11-11 13:39:07','2023-11-11 13:39:07','<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-11 13:39:07','2023-11-11 13:39:07','',1123,'https://arukustech.com/?p=1138',0,'revision','',0),(1139,1,'2023-11-14 08:33:32','2023-11-14 08:33:32','','about-us','','inherit','open','closed','','about-us','','','2023-11-14 08:33:32','2023-11-14 08:33:32','',0,'https://arukustech.com/wp-content/uploads/2023/11/about-us.png',0,'attachment','image/png',0),(1140,1,'2023-11-14 08:35:03','2023-11-14 08:35:03','','Pastel Gradient Project Timeline Gantt Chart','','inherit','open','closed','','pastel-gradient-project-timeline-gantt-chart','','','2023-11-14 08:35:03','2023-11-14 08:35:03','',1123,'https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg',0,'attachment','image/jpeg',0),(1141,1,'2023-11-14 08:35:11','2023-11-14 08:35:11','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://arukustech.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n		<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-14 08:35:11','2023-11-14 08:35:11','',1123,'https://arukustech.com/?p=1141',0,'revision','',0),(1142,1,'2023-11-14 08:35:11','2023-11-14 08:35:11','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://arukustech.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n		<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-14 08:35:11','2023-11-14 08:35:11','',1123,'https://arukustech.com/?p=1142',0,'revision','',0),(1143,1,'2023-11-14 08:35:11','2023-11-14 08:35:11','<img width=\"750\" height=\"563\" src=\"https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart-300x225.jpg 300w, https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart-768x576.jpg 768w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\n		<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-11-14 08:35:11','2023-11-14 08:35:11','',1123,'https://arukustech.com/?p=1143',0,'revision','',0),(1145,0,'2023-11-30 09:22:07','2023-11-30 09:22:07','Requested email is attangbe.bernadin@gmail.com and phone no is: +22997386797','Bernadin ATTANGBE','','publish','closed','closed','','bernadin-attangbe','','','2023-11-30 09:22:07','2023-11-30 09:22:07','',0,'https://arukustech.com/demo-request/bernadin-attangbe/',0,'demo-request','',0),(1146,0,'2023-11-30 10:36:15','2023-11-30 10:36:15','Requested email is sowmya271984@rediffmail.com and phone no is: +918861304902','Sowmya S','','publish','closed','closed','','sowmya-s','','','2023-11-30 10:36:15','2023-11-30 10:36:15','',0,'https://arukustech.com/demo-request/sowmya-s/',0,'demo-request','',0),(1147,0,'2023-11-30 12:55:35','2023-11-30 12:55:35','753500','okekejustina85@gmail.com','','publish','closed','closed','','okekejustina85gmail-com','','','2023-11-30 12:55:35','2023-11-30 12:55:35','',0,'https://arukustech.com/downloaded-brochure/okekejustina85gmail-com/',0,'downloaded-brochure','',0),(1148,1,'2023-12-01 13:56:59','2023-12-01 13:56:59','<p>In the vast landscape of rural India, access to flexible financial products remains crucial for the well-being of the rural masses. Micro-Finance Institutions (MFIs) are striving to bridge this gap by offering innovative market-oriented products that combine the much-needed features of flexibility and discipline. However, striking a balance between these two seemingly opposing traits presents a challenge.</p>\r\n\r\n<p>Arukus Technologies <a href=\"https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/\">Cross-Sell application</a>, empowers MFIs to manage the delicate trade-off between product flexibility and financial discipline effectively. Through their customizable platform, MFIs can tailor products to meet the diverse cash flow needs of rural clients while fostering financial discipline.</p>\r\n\r\n<p>One striking solution that Arukus Technologies offers is the \"repayment schedule with repayments starting right after the product delivery.\" This feature enhances discipline for two primary reasons: it identifies households with multiple income sources, considered less risky, and enables small, manageable payments for the rural masses.</p>\r\n\r\n<p>Moreover, this platform serves as a new channel for FMCG (<a href=\"https://www.ibef.org/industry/fmcg\" rel=\"noopener\" target=\"_blank\">Fast Moving Consumer Goods</a>) companies to penetrate the rural market. As urban markets near saturation, FMCG companies increasingly turn their attention to the rural segment, comprising nearly 70% of the country\'s population. While FMCG products with low price points gained early traction in rural areas, FMCD (<a href=\"https://www.ibef.org/industry/consumer-durables-presentation\" rel=\"noopener\" target=\"_blank\">Consumer Durables</a>) products faced challenges due to their higher price tags and complex EMI collection processes.</p>\r\n\r\n<p>MFIs with their extensive reach and branches scattered across states, serving millions of customers can now look at cross-selling FMCG/FMCD brands along with financing options to rural customers at MFI branches. With stock availability ensured, borrowers can select products from a wide variety and opt for credit-based purchases.</p>\r\n\r\n<p>Notably, during loan collection visits, field agents showcase FMCD product catalogs to borrowers, fueling impulse purchases and spurring sales. This approach has proven particularly effective for items with long shelf lives, such as fans, televisions, sewing machines and refrigerators, offered by renowned brands like Samsung, Nokia, Godrej, LG, and more.</p>\r\n\r\n<p>The value proposition for rural buyers is undeniable - access to renowned brands at affordable installment amounts, fulfilling daily needs and improving lifestyles. These products not only enhance rural families\' productivity but also come with free installations and door-to-door post-sales services, courtesy of dedicated vendors.</p>\r\n\r\n<p>As Arukus Technologies revolutionizes financial access for rural masses and enables MFIs to serve as conduits for FMCD brands, the potential for economic empowerment and improved standards of living in rural India is boundless.<p>\r\n\r\n<p>With Arukus Technologies Cross-Sell application, Microfinance Institutions can unlock new revenue streams by cross-Selling of FMCG/FMCD products to the rural communities, and pave the way for a brighter future.</p>','Cross-Selling of FMCG/FMCD Products by Microfinance Companies in Rural India','','inherit','closed','closed','','976-revision-v1','','','2023-12-01 13:56:59','2023-12-01 13:56:59','',976,'https://arukustech.com/?p=1148',0,'revision','',0),(1149,1,'2023-12-05 14:16:32','2023-12-05 14:16:32','<style>/*! elementor - v3.17.0 - 08-11-2023 */\r\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"750\" height=\"423\" src=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1024x577.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1024x577.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-300x169.jpg 300w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-768x433.jpg 768w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1536x865.jpg 1536w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1568x883.jpg 1568w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6.jpg 1640w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\r\n		<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\r\n			<h2>Corposol/Finansol\'s Institutional History</h2>		\r\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\r\n			<h2>The Turnaround</h2>		\r\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</em></p><p><em>Source Credit: https://www.gdrc.org/icm/corp-finansol.html</em></p>','Lessons from History: The Corposol-Finansol Institutional Crisis','','publish','closed','closed','','the-corposol-finansol-institutional-crisis','','','2023-12-14 06:38:47','2023-12-14 06:38:47','',0,'https://arukustech.com/?post_type=blog&#038;p=1149',0,'blog','',0),(1150,1,'2023-12-05 14:01:53','2023-12-05 14:01:53','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>','Reflecting on History: The Corposol-Finansol Institutional Crisis that Reshaped Microfinance','','inherit','closed','closed','','1149-revision-v1','','','2023-12-05 14:01:53','2023-12-05 14:01:53','',1149,'https://arukustech.com/?p=1150',0,'revision','',0),(1151,1,'2023-12-05 14:59:05','2023-12-05 14:59:05','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p><p>There was no mechanism to prevent clients from receiving multiple loans from the MFI; in fact, many clients had two to three loans outstanding. The new products were mostly unsuccessful and the management information system had difficulty managing the diversity of products. As a temporary measure to reduce the negative impact on the income statement resulting from provisioning, Finansol refinanced loans on a wide scale and extended loan terms. This further concealed Finansol’s deteriorating asset quality.</p><p>Under pressure to generate revenue for Corposol, whose operating revenues were heavily dependent on training fees from new clients, loan officers continued to expand their loan portfolios by adding new clients without much regard for credit risk. To circumvent a government policy that limited the asset growth of regulated financial institutions to 2.2 percent per month, Corposol retained a significant portion of Finansol’s loan portfolio on its balance sheet, which further distorted Finansol’s financial statements.</p>','Reflecting on History: The Corposol-Finansol Institutional Crisis that Reshaped Microfinance','','inherit','closed','closed','','1149-revision-v1','','','2023-12-05 14:59:05','2023-12-05 14:59:05','',1149,'https://arukustech.com/?p=1151',0,'revision','',0),(1152,1,'2023-12-05 14:59:06','2023-12-05 14:59:06','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p><p>There was no mechanism to prevent clients from receiving multiple loans from the MFI; in fact, many clients had two to three loans outstanding. The new products were mostly unsuccessful and the management information system had difficulty managing the diversity of products. As a temporary measure to reduce the negative impact on the income statement resulting from provisioning, Finansol refinanced loans on a wide scale and extended loan terms. This further concealed Finansol’s deteriorating asset quality.</p><p>Under pressure to generate revenue for Corposol, whose operating revenues were heavily dependent on training fees from new clients, loan officers continued to expand their loan portfolios by adding new clients without much regard for credit risk. To circumvent a government policy that limited the asset growth of regulated financial institutions to 2.2 percent per month, Corposol retained a significant portion of Finansol’s loan portfolio on its balance sheet, which further distorted Finansol’s financial statements.</p>','Reflecting on History: The Corposol-Finansol Institutional Crisis that Reshaped Microfinance','','inherit','closed','closed','','1149-revision-v1','','','2023-12-05 14:59:06','2023-12-05 14:59:06','',1149,'https://arukustech.com/?p=1152',0,'revision','',0),(1153,1,'2023-12-05 14:59:06','2023-12-05 14:59:06','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\n			<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Corposol/Finansol\'s Institutional History</h2>		\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\n			<h2>The Turnaround</h2>		\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</p>','Reflecting on History: The Corposol-Finansol Institutional Crisis that Reshaped Microfinance','','inherit','closed','closed','','1149-revision-v1','','','2023-12-05 14:59:06','2023-12-05 14:59:06','',1149,'https://arukustech.com/?p=1153',0,'revision','',0),(1154,1,'2023-12-05 15:05:59','2023-12-05 15:05:59','','Images Blog (6)','','inherit','open','closed','','images-blog-6','','','2023-12-05 15:05:59','2023-12-05 15:05:59','',1149,'https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6.jpg',0,'attachment','image/jpeg',0),(1155,1,'2023-12-06 10:09:11','2023-12-06 10:09:11','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"750\" height=\"423\" src=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-1024x577.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-1024x577.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-300x169.jpg 300w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-768x433.jpg 768w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-1536x865.jpg 1536w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-1568x883.jpg 1568w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7.jpg 1640w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\n			<h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p>		\n					<ul>\n							<li>\n										Incorrect loan tracking information in the Management Information System (MIS).\n									</li>\n								<li>\n										Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\n									</li>\n								<li>\n										Inconsistencies between the loan management system data and the accounting system data.\n									</li>\n								<li>\n										Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\n									</li>\n								<li>\n										Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\n									</li>\n						</ul>\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','publish','closed','closed','','managing-transactional-risks-in-microfinance-institutions','','','2023-12-13 14:38:13','2023-12-13 14:38:13','',0,'https://arukustech.com/?post_type=blog&#038;p=1155',0,'blog','',0),(1156,1,'2023-12-06 09:33:05','2023-12-06 09:33:05','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Introduction</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Managing Operational Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 09:33:05','2023-12-06 09:33:05','',1155,'https://arukustech.com/?p=1156',0,'revision','',0),(1157,1,'2023-12-06 10:08:15','2023-12-06 10:08:15','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here\'s how:</p><p> </p>','Managing Operational Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:08:15','2023-12-06 10:08:15','',1155,'https://arukustech.com/?p=1157',0,'revision','',0),(1158,1,'2023-12-06 10:08:15','2023-12-06 10:08:15','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here\'s how:</p><p> </p>','Managing Operational Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:08:15','2023-12-06 10:08:15','',1155,'https://arukustech.com/?p=1158',0,'revision','',0),(1159,1,'2023-12-06 10:08:15','2023-12-06 10:08:15','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/ </p>','Managing Operational Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:08:15','2023-12-06 10:08:15','',1155,'https://arukustech.com/?p=1159',0,'revision','',0),(1160,1,'2023-12-06 10:08:18','2023-12-06 10:08:18','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/ </p>','Managing Operational Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:08:18','2023-12-06 10:08:18','',1155,'https://arukustech.com/?p=1160',0,'revision','',0),(1161,1,'2023-12-06 10:08:18','2023-12-06 10:08:18','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/ </p>','Managing Operational Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:08:18','2023-12-06 10:08:18','',1155,'https://arukustech.com/?p=1161',0,'revision','',0),(1162,1,'2023-12-06 10:08:18','2023-12-06 10:08:18','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/ </p>','Managing Operational Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:08:18','2023-12-06 10:08:18','',1155,'https://arukustech.com/?p=1162',0,'revision','',0),(1163,1,'2023-12-06 10:09:01','2023-12-06 10:09:01','','Images Blog (7)','','inherit','open','closed','','images-blog-7','','','2023-12-06 10:09:01','2023-12-06 10:09:01','',1155,'https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7.jpg',0,'attachment','image/jpeg',0),(1164,1,'2023-12-06 10:10:32','2023-12-06 10:10:32','<style>/*! elementor - v3.17.0 - 08-11-2023 */\r\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Introduction</h2>		\r\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\r\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\r\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\r\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\r\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/ </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:10:32','2023-12-06 10:10:32','',1155,'https://arukustech.com/?p=1164',0,'revision','',0),(1165,1,'2023-12-06 10:11:00','2023-12-06 10:11:00','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\r\n			<style>/*! elementor - v3.17.0 - 08-11-2023 */\r\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Corposol/Finansol\'s Institutional History</h2>		\r\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\r\n			<h2>The Turnaround</h2>		\r\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</p>','Reflecting on History: The Corposol-Finansol Institutional Crisis','','inherit','closed','closed','','1149-revision-v1','','','2023-12-06 10:11:00','2023-12-06 10:11:00','',1149,'https://arukustech.com/?p=1165',0,'revision','',0),(1166,1,'2023-12-06 10:14:04','2023-12-06 10:14:04','<style>/*! elementor - v3.17.0 - 08-11-2023 */\r\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Introduction</h2>		\r\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\r\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\r\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\r\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\r\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/ </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:14:04','2023-12-06 10:14:04','',1155,'https://arukustech.com/?p=1166',0,'revision','',0),(1167,1,'2023-12-06 10:14:04','2023-12-06 10:14:04','<style>/*! elementor - v3.17.0 - 08-11-2023 */\r\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Introduction</h2>		\r\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\r\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\r\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\r\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\r\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/ </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:14:04','2023-12-06 10:14:04','',1155,'https://arukustech.com/?p=1167',0,'revision','',0),(1168,1,'2023-12-06 10:14:05','2023-12-06 10:14:05','<h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:14:05','2023-12-06 10:14:05','',1155,'https://arukustech.com/?p=1168',0,'revision','',0),(1169,1,'2023-12-06 10:16:21','2023-12-06 10:16:21','<h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:16:21','2023-12-06 10:16:21','',1155,'https://arukustech.com/?p=1169',0,'revision','',0),(1170,1,'2023-12-06 10:16:21','2023-12-06 10:16:21','<h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:16:21','2023-12-06 10:16:21','',1155,'https://arukustech.com/?p=1170',0,'revision','',0),(1171,1,'2023-12-06 10:16:21','2023-12-06 10:16:21','<h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 10:16:21','2023-12-06 10:16:21','',1155,'https://arukustech.com/?p=1171',0,'revision','',0),(1172,1,'2023-12-06 11:06:57','2023-12-06 11:06:57','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\r\n			<style>/*! elementor - v3.17.0 - 08-11-2023 */\r\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Corposol/Finansol\'s Institutional History</h2>		\r\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\r\n			<h2>The Turnaround</h2>		\r\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</p>','Reflecting on History: The Corposol-Finansol Institutional Crisis','','inherit','closed','closed','','1149-revision-v1','','','2023-12-06 11:06:57','2023-12-06 11:06:57','',1149,'https://arukustech.com/?p=1172',0,'revision','',0),(1173,1,'2023-12-06 11:06:57','2023-12-06 11:06:57','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\r\n			<style>/*! elementor - v3.17.0 - 08-11-2023 */\r\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Corposol/Finansol\'s Institutional History</h2>		\r\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\r\n			<h2>The Turnaround</h2>		\r\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</p>','Reflecting on History: The Corposol-Finansol Institutional Crisis','','inherit','closed','closed','','1149-revision-v1','','','2023-12-06 11:06:57','2023-12-06 11:06:57','',1149,'https://arukustech.com/?p=1173',0,'revision','',0),(1174,1,'2023-12-06 11:06:57','2023-12-06 11:06:57','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\n			<h2>Corposol/Finansol\'s Institutional History</h2>		\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\n			<h2>The Turnaround</h2>		\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</em></p>','Reflecting on History: The Corposol-Finansol Institutional Crisis','','inherit','closed','closed','','1149-revision-v1','','','2023-12-06 11:06:57','2023-12-06 11:06:57','',1149,'https://arukustech.com/?p=1174',0,'revision','',0),(1175,1,'2023-12-06 11:09:40','2023-12-06 11:09:40','<h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 11:09:40','2023-12-06 11:09:40','',1155,'https://arukustech.com/?p=1175',0,'revision','',0),(1176,1,'2023-12-06 11:09:40','2023-12-06 11:09:40','<h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ul><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ul>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 11:09:40','2023-12-06 11:09:40','',1155,'https://arukustech.com/?p=1176',0,'revision','',0),(1177,1,'2023-12-06 11:09:40','2023-12-06 11:09:40','<h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ol><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ol>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 11:09:40','2023-12-06 11:09:40','',1155,'https://arukustech.com/?p=1177',0,'revision','',0),(1178,1,'2023-12-06 11:17:43','2023-12-06 11:17:43','<h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ol><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ol>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 11:17:43','2023-12-06 11:17:43','',1155,'https://arukustech.com/?p=1178',0,'revision','',0),(1179,1,'2023-12-06 11:17:44','2023-12-06 11:17:44','<h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p><ol><li>Incorrect loan tracking information in the Management Information System (MIS).</li><li>Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.</li><li>Inconsistencies between the loan management system data and the accounting system data.</li><li>Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.</li><li>Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.</li></ol>		\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 11:17:44','2023-12-06 11:17:44','',1155,'https://arukustech.com/?p=1179',0,'revision','',0),(1180,1,'2023-12-06 11:17:44','2023-12-06 11:17:44','<h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p>		\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Incorrect loan tracking information in the Management Information System (MIS).\n									</li>\n								<li>\n										Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\n									</li>\n								<li>\n										Inconsistencies between the loan management system data and the accounting system data.\n									</li>\n								<li>\n										Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\n									</li>\n								<li>\n										Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\n									</li>\n						</ul>\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 11:17:44','2023-12-06 11:17:44','',1155,'https://arukustech.com/?p=1180',0,'revision','',0),(1181,1,'2023-12-06 12:51:00','2023-12-06 12:51:00','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"blog\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Blog Post Section','blog-post-section','publish','closed','closed','','group_65706c47209ec','','','2023-12-06 12:51:00','2023-12-06 12:51:00','',0,'https://arukustech.com/?post_type=acf-field-group&#038;p=1181',0,'acf-field-group','',0),(1182,1,'2023-12-06 12:50:59','2023-12-06 12:50:59','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Blog Short Description for Showing In Blog Page','blog_short_description_for_showing_in_blog_page','publish','closed','closed','','field_65706c476d514','','','2023-12-06 12:50:59','2023-12-06 12:50:59','',1181,'https://arukustech.com/?post_type=acf-field&p=1182',0,'acf-field','',0),(1183,1,'2023-12-06 13:00:46','2023-12-06 13:00:46','<h2>Introduction</h2>		\r\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\r\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\r\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p>		\r\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\r\n							<li>\r\n										Incorrect loan tracking information in the Management Information System (MIS).\r\n									</li>\r\n								<li>\r\n										Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\r\n									</li>\r\n								<li>\r\n										Inconsistencies between the loan management system data and the accounting system data.\r\n									</li>\r\n								<li>\r\n										Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\r\n									</li>\r\n								<li>\r\n										Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\r\n									</li>\r\n						</ul>\r\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\r\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 13:00:46','2023-12-06 13:00:46','',1155,'https://arukustech.com/?p=1183',0,'revision','',0),(1184,1,'2023-12-06 13:03:41','2023-12-06 13:03:41','<h2>Introduction</h2>		\r\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\r\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\r\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p>		\r\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\r\n							<li>\r\n										Incorrect loan tracking information in the Management Information System (MIS).\r\n									</li>\r\n								<li>\r\n										Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\r\n									</li>\r\n								<li>\r\n										Inconsistencies between the loan management system data and the accounting system data.\r\n									</li>\r\n								<li>\r\n										Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\r\n									</li>\r\n								<li>\r\n										Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\r\n									</li>\r\n						</ul>\r\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\r\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 13:03:41','2023-12-06 13:03:41','',1155,'https://arukustech.com/?p=1184',0,'revision','',0),(1185,1,'2023-12-06 13:26:18','2023-12-06 13:26:18','<h2>Introduction</h2>		\r\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\r\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\r\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p>		\r\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\r\n							<li>\r\n										Incorrect loan tracking information in the Management Information System (MIS).\r\n									</li>\r\n								<li>\r\n										Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\r\n									</li>\r\n								<li>\r\n										Inconsistencies between the loan management system data and the accounting system data.\r\n									</li>\r\n								<li>\r\n										Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\r\n									</li>\r\n								<li>\r\n										Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\r\n									</li>\r\n						</ul>\r\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\r\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-06 13:26:18','2023-12-06 13:26:18','',1155,'https://arukustech.com/?p=1185',0,'revision','',0),(1186,1,'2023-12-06 15:03:07','2023-12-06 15:03:07','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\r\n			<h2>Corposol/Finansol\'s Institutional History</h2>		\r\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\r\n			<h2>The Turnaround</h2>		\r\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</em></p>','Lessons from History: The Corposol-Finansol Institutional Crisis','','inherit','closed','closed','','1149-revision-v1','','','2023-12-06 15:03:07','2023-12-06 15:03:07','',1149,'https://arukustech.com/?p=1186',0,'revision','',0),(1187,1,'2023-12-06 16:43:16','2023-12-06 16:43:16','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\r\n			<h2>Corposol/Finansol\'s Institutional History</h2>		\r\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\r\n			<h2>The Turnaround</h2>		\r\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</em></p>','Lessons from History: The Corposol-Finansol Institutional Crisis','','inherit','closed','closed','','1149-revision-v1','','','2023-12-06 16:43:16','2023-12-06 16:43:16','',1149,'https://arukustech.com/?p=1187',0,'revision','',0),(1188,1,'2023-12-06 16:43:17','2023-12-06 16:43:17','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\r\n			<h2>Corposol/Finansol\'s Institutional History</h2>		\r\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\r\n			<h2>The Turnaround</h2>		\r\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</em></p>','Lessons from History: The Corposol-Finansol Institutional Crisis','','inherit','closed','closed','','1149-revision-v1','','','2023-12-06 16:43:17','2023-12-06 16:43:17','',1149,'https://arukustech.com/?p=1188',0,'revision','',0),(1189,1,'2023-12-06 16:43:17','2023-12-06 16:43:17','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\n			<h2>Corposol/Finansol\'s Institutional History</h2>		\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\n			<h2>The Turnaround</h2>		\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</em></p><p><em>Source Credit: https://www.gdrc.org/icm/corp-finansol.html</em></p>','Lessons from History: The Corposol-Finansol Institutional Crisis','','inherit','closed','closed','','1149-revision-v1','','','2023-12-06 16:43:17','2023-12-06 16:43:17','',1149,'https://arukustech.com/?p=1189',0,'revision','',0),(1191,1,'2023-12-08 07:41:35','2023-12-08 07:41:35','<h2>Introduction</h2>		\r\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\r\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\r\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p>		\r\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\r\n							<li>\r\n										Incorrect loan tracking information in the Management Information System (MIS).\r\n									</li>\r\n								<li>\r\n										Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\r\n									</li>\r\n								<li>\r\n										Inconsistencies between the loan management system data and the accounting system data.\r\n									</li>\r\n								<li>\r\n										Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\r\n									</li>\r\n								<li>\r\n										Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\r\n									</li>\r\n						</ul>\r\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\r\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-08 07:41:35','2023-12-08 07:41:35','',1155,'https://arukustech.com/?p=1191',0,'revision','',0),(1192,1,'2023-12-08 07:43:50','2023-12-08 07:43:50','<h2>Introduction</h2>		\r\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\r\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\r\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p>		\r\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\r\n							<li>\r\n										Incorrect loan tracking information in the Management Information System (MIS).\r\n									</li>\r\n								<li>\r\n										Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\r\n									</li>\r\n								<li>\r\n										Inconsistencies between the loan management system data and the accounting system data.\r\n									</li>\r\n								<li>\r\n										Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\r\n									</li>\r\n								<li>\r\n										Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\r\n									</li>\r\n						</ul>\r\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\r\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-08 07:43:50','2023-12-08 07:43:50','',1155,'https://arukustech.com/?p=1192',0,'revision','',0),(1193,0,'2023-12-09 05:58:37','2023-12-09 05:58:37','586147','sandeepmuduli123@gmail.com','','publish','closed','closed','','sandeepmuduli123gmail-com','','','2023-12-09 05:58:37','2023-12-09 05:58:37','',0,'https://arukustech.com/downloaded-brochure/sandeepmuduli123gmail-com/',0,'downloaded-brochure','',0),(1194,0,'2023-12-13 05:23:33','2023-12-13 05:23:33','607190','test@gmail.com','','publish','closed','closed','','testgmail-com','','','2023-12-13 05:23:33','2023-12-13 05:23:33','',0,'https://arukustech.com/downloaded-brochure/testgmail-com/',0,'downloaded-brochure','',0),(1195,0,'2023-12-13 05:24:25','2023-12-13 05:24:25','837394','Vanishree@proBuddysoftware.com','','publish','closed','closed','','vanishreeprobuddysoftware-com','','','2023-12-13 05:24:25','2023-12-13 05:24:25','',0,'https://arukustech.com/downloaded-brochure/vanishreeprobuddysoftware-com/',0,'downloaded-brochure','',0),(1196,1,'2023-12-13 14:06:14','2023-12-13 14:06:14','<img width=\"750\" height=\"423\" src=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1024x577.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1024x577.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-300x169.jpg 300w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-768x433.jpg 768w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1536x865.jpg 1536w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1568x883.jpg 1568w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog.jpg 1640w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\n		<p>The shocking incident involving a 27-year-old representative of a finance company in Tamil Nadu allegedly kidnapping an 11-year-old girl over her father\'s unpaid loan installments serves as a stark reminder of the critical importance of reputation risk management for Microfinance Institutions (MFIs) (News Source: <strong><a href=\"https://www.indiatoday.in/india/story/tamil-nadu-finance-company-representative-kidnaps-teen-recover-loan-held-2400457-2023-07-01\" target=\"_new\" rel=\"noopener\">India Today</a></strong>).</p><p>This incident prompts a nuanced examination: Was the pursuit of that one bad loan truly worth the potential and far-reaching damage to the institution\'s reputation? In this article, we delve into the multifaceted significance of reputation risk for MFIs and explore sophisticated strategies for effective reputation risk management, with a special focus on Arukus Technologies\' cutting-edge Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform.</p>		\n			<h2>Understanding Reputation Risk:</h2>		\n		<p>Reputation risk within the context of MFIs can be broadly defined as the current and prospective impact on earnings and capital stemming from negative public opinion. It encapsulates responsible finance, ethics, trust, relationships, confidence, and integrity. The aftermath of damage to an MFI\'s reputation is not limited to immediate financial losses; it extends to increased costs, challenges in attracting and retaining clients, and a potentially compromised mission.</p><p><strong>Key Questions and Complexities:</strong></p><p>As we navigate the landscape of reputation risk management for MFIs, several key questions and complexities come to the fore:</p>		\n					<ul>\n							<li>\n										How do current risk management practices effectively address the array of institutional risks faced by MFIs?\n									</li>\n								<li>\n										What comprehensive strategies can an MFI employ to proactively shield itself from the cascading effects of a reputation crisis?\n									</li>\n								<li>\n										In the aftermath of a crisis, what tangible steps can an MFI take to redeem and rebuild its tarnished reputation?\n									</li>\n								<li>\n										What pivotal role does governance play in cultivating a robust risk management environment, especially concerning institutional risks?\n									</li>\n								<li>\n										In what ways can an MFI bolster its defenses against operational risks that may pose threats to both financial stability and reputation?\n									</li>\n						</ul>\n			<h2>Emerging Best Practices:</h2>		\n		<p>In the pursuit of responsible and inclusive lending, several emerging best practices necessitate incorporation into the fabric of institutional management and governance. These practices, when seamlessly integrated, contribute significantly to effective reputation risk management:</p><p><strong>Tailoring Capacity Building for Diverse Audiences: </strong></p><p>- Given the absence of dedicated risk management departments in many MFIs, capacity-building responsibility often rests on finance-oriented individuals.<br />- A shift in language, employing terms such as \"responsible finance\" and \"balanced performance management,\" fosters engagement and buy-in from individuals with predominantly financial backgrounds.</p><p><strong>Human Resources Management and Perceptions:</strong></p><p>- Acknowledging that satisfied and motivated staff are pivotal to an MFI\'s success.<br />- Implementation of a comprehensive code of conduct and the alignment of mission and values with the organizational culture.<br />- Senior management\'s active demonstration and reinforcement of the institution\'s mission and values, coupled with performance appraisals and incentives that mirror ethical behavior and client-centric practices.</p><p><strong>Role of Governance:</strong></p><p>- The pivotal role of governance cannot be overstated, necessitating the presence of an effective board aligned with the MFI\'s mission and values.<br />- The emergence of social performance committees within MFI boards, dedicated to monitoring information and reports related to mission and reputation, represents a critical component in an overarching risk management framework.</p><p><strong>Role of Internal Auditors</strong><strong>:</strong></p><p>- While financial and operational risks typically take precedence in an MFI\'s risk management focus, internal auditors play a pivotal role in verifying the effective management and mitigation of these risks.<br />- Specific procedures must be instituted to empower internal auditors to verify the management of risks related to social performance, including mission drift and reputation risk.</p>		\n			<h2>How Arukus Enterprise Risk Management (ERM) platform is helping MFIs in managing Reputational Risks</h2>		\n		<p>Arukus Technologies emerges as a key player in the realm of reputation risk management, offering innovative solutions through its Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform. Designed with the collaboration of leading industry experts, these solutions are tailor-made to shield MFIs from reputational risks, such as:</p>		\n					<ul>\n							<li>\n										Risks associated with staff behavior or conduct.\n									</li>\n								<li>\n										Risks related to media management during crises.\n									</li>\n								<li>\n										Unauthorized disclosure of company information through informal means.\n									</li>\n								<li>\n										Cybersecurity risks.\n									</li>\n								<li>\n										Suboptimal proactive or reactive media coverage.\n									</li>\n								<li>\n										Negative coverage in media.\n									</li>\n								<li>\n										Risks around technical vulnerability management.\n									</li>\n								<li>\n										Errors or delays in information sharing.\n									</li>\n						</ul>\n		<p><strong>Arukus ERM platform empowers management with a suite of tools for:</strong></p><p>1. Identifying, assessing, and prioritizing risks.<br />2. Developing strategies and policies to measure risks.<br />3. Designing policies and procedures to mitigate risks.<br />4. Implementing and assigning responsibilities.<br />5. Testing effectiveness and evaluating results.<br />6. Revising policies and procedures as necessary.</p><p>Additionally, the Internal Audit &amp; Compliance Management System provides a fully customizable audit tool, assessing unit-level process compliance across branches with a smart scoring mechanism.</p><p>For further details, visit <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\" target=\"_new\" rel=\"noopener\">Arukus ERM</a></strong> and <a href=\"https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/\" target=\"_new\" rel=\"noopener\"><strong>Internal Audit &amp; Compliance Management System</strong></a> or book a live demo.</p>		\n			<h2>Conclusion</h2>		\n		<p>In conclusion, MFIs must internalize the understanding that building a good reputation is a prolonged process, but its destruction can be swift. Proactive measures to mitigate reputation risks before they materialize emerge as one of the most effective strategies to reduce the risk of financial loss. Defining and consistently applying the mission to all operations ensures that the MFI remains immune to mission drift, a critical factor in preserving reputation. The challenge for MFIs lies in managing growth while establishing robust institutional systems that harmonize with their mission and values. Amidst rapid growth and heightened competition, keeping clients at the forefront and being customer-focused emerge as indispensable components of a holistic risk management strategy.</p><p>Ultimately, the integration of comprehensive risk management practices, coupled with cutting-edge technological solutions like those provided by Arukus Technologies, positions MFIs to navigate the intricacies of reputation risk and maintain a steadfast commitment to their mission and values. The journey towards effective reputation risk management is an ongoing one, demanding continuous adaptation, scrutiny, and innovation to safeguard the trust, confidence, and integrity that define the essence of Microfinance Institutions.</p>','Was collecting that one bad loan worth it? A closer look at Reputation Risk Management for MFIs','','publish','closed','closed','','was-collecting-that-one-bad-loan-worth-it-a-closer-look-at-reputation-risk-management-for-mfis','','','2023-12-13 14:54:17','2023-12-13 14:54:17','',0,'https://arukustech.com/?post_type=blog&#038;p=1196',0,'blog','',0),(1197,1,'2023-12-13 14:02:50','2023-12-13 14:02:50','','Images Blog','','inherit','open','closed','','images-blog-8','','','2023-12-13 14:02:50','2023-12-13 14:02:50','',1196,'https://arukustech.com/wp-content/uploads/2023/12/Images-Blog.jpg',0,'attachment','image/jpeg',0),(1198,1,'2023-12-13 14:06:14','2023-12-13 14:06:14','','Was collecting that one bad loan worth it? A closer look at Reputation Risk Management for MFIs','','inherit','closed','closed','','1196-revision-v1','','','2023-12-13 14:06:14','2023-12-13 14:06:14','',1196,'https://arukustech.com/?p=1198',0,'revision','',0),(1200,1,'2023-12-13 14:35:16','2023-12-13 14:35:16','','Was collecting that one bad loan worth it? A closer look at Reputation Risk Management for MFIs','','inherit','closed','closed','','1196-revision-v1','','','2023-12-13 14:35:16','2023-12-13 14:35:16','',1196,'https://arukustech.com/?p=1200',0,'revision','',0),(1201,1,'2023-12-13 14:35:16','2023-12-13 14:35:16','','Was collecting that one bad loan worth it? A closer look at Reputation Risk Management for MFIs','','inherit','closed','closed','','1196-revision-v1','','','2023-12-13 14:35:16','2023-12-13 14:35:16','',1196,'https://arukustech.com/?p=1201',0,'revision','',0),(1202,1,'2023-12-13 14:35:16','2023-12-13 14:35:16','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"750\" height=\"423\" src=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1024x577.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1024x577.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-300x169.jpg 300w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-768x433.jpg 768w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1536x865.jpg 1536w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1568x883.jpg 1568w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog.jpg 1640w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\n		<p>The shocking incident involving a 27-year-old representative of a finance company in Tamil Nadu allegedly kidnapping an 11-year-old girl over her father\'s unpaid loan installments serves as a stark reminder of the critical importance of reputation risk management for Microfinance Institutions (MFIs) (News Source: <strong><a href=\"https://www.indiatoday.in/india/story/tamil-nadu-finance-company-representative-kidnaps-teen-recover-loan-held-2400457-2023-07-01\" target=\"_new\" rel=\"noopener\">India Today</a></strong>).</p><p>This incident prompts a nuanced examination: Was the pursuit of that one bad loan truly worth the potential and far-reaching damage to the institution\'s reputation? In this article, we delve into the multifaceted significance of reputation risk for MFIs and explore sophisticated strategies for effective reputation risk management, with a special focus on Arukus Technologies\' cutting-edge Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform.</p>		\n			<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Understanding Reputation Risk:</h2>		\n		<p>Reputation risk within the context of MFIs can be broadly defined as the current and prospective impact on earnings and capital stemming from negative public opinion. It encapsulates responsible finance, ethics, trust, relationships, confidence, and integrity. The aftermath of damage to an MFI\'s reputation is not limited to immediate financial losses; it extends to increased costs, challenges in attracting and retaining clients, and a potentially compromised mission.</p><p><strong>Key Questions and Complexities:</strong></p><p>As we navigate the landscape of reputation risk management for MFIs, several key questions and complexities come to the fore:</p>		\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										How do current risk management practices effectively address the array of institutional risks faced by MFIs?\n									</li>\n								<li>\n										What comprehensive strategies can an MFI employ to proactively shield itself from the cascading effects of a reputation crisis?\n									</li>\n								<li>\n										In the aftermath of a crisis, what tangible steps can an MFI take to redeem and rebuild its tarnished reputation?\n									</li>\n								<li>\n										What pivotal role does governance play in cultivating a robust risk management environment, especially concerning institutional risks?\n									</li>\n								<li>\n										In what ways can an MFI bolster its defenses against operational risks that may pose threats to both financial stability and reputation?\n									</li>\n						</ul>\n			<h2>Emerging Best Practices:</h2>		\n		<p>In the pursuit of responsible and inclusive lending, several emerging best practices necessitate incorporation into the fabric of institutional management and governance. These practices, when seamlessly integrated, contribute significantly to effective reputation risk management:</p><p><strong>Tailoring Capacity Building for Diverse Audiences: </strong></p><p>- Given the absence of dedicated risk management departments in many MFIs, capacity-building responsibility often rests on finance-oriented individuals.<br />- A shift in language, employing terms such as \"responsible finance\" and \"balanced performance management,\" fosters engagement and buy-in from individuals with predominantly financial backgrounds.</p><p><strong>Human Resources Management and Perceptions:</strong></p><p>- Acknowledging that satisfied and motivated staff are pivotal to an MFI\'s success.<br />- Implementation of a comprehensive code of conduct and the alignment of mission and values with the organizational culture.<br />- Senior management\'s active demonstration and reinforcement of the institution\'s mission and values, coupled with performance appraisals and incentives that mirror ethical behavior and client-centric practices.</p><p><strong>Role of Governance:</strong></p><p>- The pivotal role of governance cannot be overstated, necessitating the presence of an effective board aligned with the MFI\'s mission and values.<br />- The emergence of social performance committees within MFI boards, dedicated to monitoring information and reports related to mission and reputation, represents a critical component in an overarching risk management framework.</p><p><strong>Role of Internal Auditors</strong><strong>:</strong></p><p>- While financial and operational risks typically take precedence in an MFI\'s risk management focus, internal auditors play a pivotal role in verifying the effective management and mitigation of these risks.<br />- Specific procedures must be instituted to empower internal auditors to verify the management of risks related to social performance, including mission drift and reputation risk.</p>		\n			<h2>How Arukus Enterprise Risk Management (ERM) platform is helping MFIs in managing Reputational Risks</h2>		\n		<p>LorArukus Technologies emerges as a key player in the realm of reputation risk management, offering innovative solutions through its Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform. Designed with the collaboration of leading industry experts, these solutions are tailor-made to shield MFIs from reputational risks, such as:</p>		\n					<ul>\n							<li>\n										Risks associated with staff behavior or conduct.\n									</li>\n								<li>\n										Risks related to media management during crises.\n									</li>\n								<li>\n										Unauthorized disclosure of company information through informal means.\n									</li>\n								<li>\n										Cybersecurity risks.\n									</li>\n								<li>\n										Suboptimal proactive or reactive media coverage.\n									</li>\n								<li>\n										Negative coverage in media.\n									</li>\n								<li>\n										Risks around technical vulnerability management.\n									</li>\n								<li>\n										Errors or delays in information sharing.\n									</li>\n						</ul>\n		<p>Arukus ERM platform empowers management with a suite of tools for:</p><p>1. Identifying, assessing, and prioritizing risks.<br />2. Developing strategies and policies to measure risks.<br />3. Designing policies and procedures to mitigate risks.<br />4. Implementing and assigning responsibilities.<br />5. Testing effectiveness and evaluating results.<br />6. Revising policies and procedures as necessary.</p><p>Additionally, the Internal Audit &amp; Compliance Management System provides a fully customizable audit tool, assessing unit-level process compliance across branches with a smart scoring mechanism.</p><p>For further details, visit <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\" target=\"_new\" rel=\"noopener\">Arukus ERM</a></strong> and <a href=\"https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/\" target=\"_new\" rel=\"noopener\"><strong>Internal Audit &amp; Compliance Management System</strong></a> or book a live demo.</p>		\n			<h2>Conclusion</h2>		\n		<p>In conclusion, MFIs must internalize the understanding that building a good reputation is a prolonged process, but its destruction can be swift. Proactive measures to mitigate reputation risks before they materialize emerge as one of the most effective strategies to reduce the risk of financial loss. Defining and consistently applying the mission to all operations ensures that the MFI remains immune to mission drift, a critical factor in preserving reputation. The challenge for MFIs lies in managing growth while establishing robust institutional systems that harmonize with their mission and values. Amidst rapid growth and heightened competition, keeping clients at the forefront and being customer-focused emerge as indispensable components of a holistic risk management strategy.</p><p>Ultimately, the integration of comprehensive risk management practices, coupled with cutting-edge technological solutions like those provided by Arukus Technologies, positions MFIs to navigate the intricacies of reputation risk and maintain a steadfast commitment to their mission and values. The journey towards effective reputation risk management is an ongoing one, demanding continuous adaptation, scrutiny, and innovation to safeguard the trust, confidence, and integrity that define the essence of Microfinance Institutions.</p>','Was collecting that one bad loan worth it? A closer look at Reputation Risk Management for MFIs','','inherit','closed','closed','','1196-revision-v1','','','2023-12-13 14:35:16','2023-12-13 14:35:16','',1196,'https://arukustech.com/?p=1202',0,'revision','',0),(1203,1,'2023-12-13 14:38:13','2023-12-13 14:38:13','<h2>Introduction</h2>		\r\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\r\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\r\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p>		\r\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\r\n							<li>\r\n										Incorrect loan tracking information in the Management Information System (MIS).\r\n									</li>\r\n								<li>\r\n										Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\r\n									</li>\r\n								<li>\r\n										Inconsistencies between the loan management system data and the accounting system data.\r\n									</li>\r\n								<li>\r\n										Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\r\n									</li>\r\n								<li>\r\n										Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\r\n									</li>\r\n						</ul>\r\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\r\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-13 14:38:13','2023-12-13 14:38:13','',1155,'https://arukustech.com/?p=1203',0,'revision','',0),(1204,1,'2023-12-13 14:38:13','2023-12-13 14:38:13','<h2>Introduction</h2>		\r\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\r\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\r\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p>		\r\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\r\n							<li>\r\n										Incorrect loan tracking information in the Management Information System (MIS).\r\n									</li>\r\n								<li>\r\n										Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\r\n									</li>\r\n								<li>\r\n										Inconsistencies between the loan management system data and the accounting system data.\r\n									</li>\r\n								<li>\r\n										Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\r\n									</li>\r\n								<li>\r\n										Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\r\n									</li>\r\n						</ul>\r\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\r\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-13 14:38:13','2023-12-13 14:38:13','',1155,'https://arukustech.com/?p=1204',0,'revision','',0),(1205,1,'2023-12-13 14:38:13','2023-12-13 14:38:13','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"750\" height=\"423\" src=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-1024x577.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-1024x577.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-300x169.jpg 300w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-768x433.jpg 768w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-1536x865.jpg 1536w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-1568x883.jpg 1568w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7.jpg 1640w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\n			<h2>Introduction</h2>		\n		<p>Microfinance Institutions (MFIs) play a crucial role in providing financial services to the underserved population, empowering them to build sustainable livelihoods. However, the nature of microfinance operations exposes these institutions to various operational risks, particularly in the management of loan portfolios. Transaction risk, a common challenge in MFIs, requires effective strategies and tools for mitigation. In this article, we will explore the transactional risks faced by MFIs and how Arukus Field Track-O software serves as a valuable solution to streamline field operations and enhance risk management.</p>		\n			<h2>Transactions Risks in Microfinance Institutions</h2>		\n		<p>Transaction risk is inherent in the daily operations of MFIs, especially when dealing with a high volume of small transactions. Unlike traditional banks, MFIs often lack the resources for extensive cross-checking, making them susceptible to errors and fraud. The loan portfolio, being a significant asset for MFIs, becomes a focal point for operational risk. Common operational risks in loan portfolio management include:</p>		\n					<ul>\n							<li>\n										Incorrect loan tracking information in the Management Information System (MIS).\n									</li>\n								<li>\n										Ineffectiveness and insecurity of the portfolio management system, including unsafe external environments and lack of internal safety features in software.\n									</li>\n								<li>\n										Inconsistencies between the loan management system data and the accounting system data.\n									</li>\n								<li>\n										Misrepresentation of loan payoffs, rescheduling that disguises loan quality problems, and inconsistent implementation of loan administration.\n									</li>\n								<li>\n										Lack of adequate loan tracking information, such as the aging of portfolio outstanding and insufficient credit histories.\n									</li>\n						</ul>\n			<h2>Mitigating Transaction Risk with Arukus Field Track-O Software</h2>		\n		<p>Arukus Field Track-O software offers a comprehensive solution to address transaction risks and streamline field operations in MFIs. Here are some of the Key Features:</p><ol><li><p><strong>Real-time Data Collection:</strong> Arukus Field Track-O facilitates real-time data collection in the field. Loan officers can input and update client information, loan details, and repayment statuses on the spot, eliminating the need for manual paperwork. This ensures that the institution always has up-to-date and accurate data at its fingertips.</p></li><li><p><strong>GPS Tracking and Verification:</strong> The application incorporates GPS tracking to verify the location of clients and field activities. This feature enhances the security of transactions and allows institutions to monitor and validate the authenticity of field operations, reducing the risk of fraud.</p></li><li><p><strong>Offline Capabilities:</strong> Recognizing the often limited connectivity in remote areas, Arukus Field Track-O operates seamlessly offline. Loan officers can continue their work even in areas with poor or no internet access, ensuring uninterrupted service delivery.</p></li><li><p><strong>Customized Reporting:</strong> The application generates customizable reports, providing microfinance institutions with valuable insights into their operations. From client performance metrics to portfolio analysis, Arukus Field Track-O empowers decision-makers with data-driven insights to optimize strategies and improve financial inclusion efforts.</p></li><li><p><strong>Automated Loan Processing:</strong> Arukus Field Track-O automates the loan processing workflow, reducing the time and effort required for administrative tasks. This allows microfinance institutions to focus more on client interactions and expanding their reach.</p></li></ol><p>Arukus Field Track-O is a transformative tool for microfinance institutions, offering a user-friendly and efficient solution to digitize and optimize field operations. By leveraging its advanced features, microfinance providers can enhance their service delivery, mitigate risks, and ultimately contribute to the broader goal of financial inclusion.</p><p>To know more about Field Track-O visit: <strong><a href=\"https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/\">https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/</a></strong> </p>','Managing Transactional Risks in Microfinance Institutions','','inherit','closed','closed','','1155-revision-v1','','','2023-12-13 14:38:13','2023-12-13 14:38:13','',1155,'https://arukustech.com/?p=1205',0,'revision','',0),(1206,1,'2023-12-13 14:38:59','2023-12-13 14:38:59','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\n			<h2>Corposol/Finansol\'s Institutional History</h2>		\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\n			<h2>The Turnaround</h2>		\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</em></p><p><em>Source Credit: https://www.gdrc.org/icm/corp-finansol.html</em></p>','Lessons from History: The Corposol-Finansol Institutional Crisis','','inherit','closed','closed','','1149-revision-v1','','','2023-12-13 14:38:59','2023-12-13 14:38:59','',1149,'https://arukustech.com/?p=1206',0,'revision','',0),(1207,1,'2023-12-13 14:39:00','2023-12-13 14:39:00','<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\n			<h2>Corposol/Finansol\'s Institutional History</h2>		\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\n			<h2>The Turnaround</h2>		\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</em></p><p><em>Source Credit: https://www.gdrc.org/icm/corp-finansol.html</em></p>','Lessons from History: The Corposol-Finansol Institutional Crisis','','inherit','closed','closed','','1149-revision-v1','','','2023-12-13 14:39:00','2023-12-13 14:39:00','',1149,'https://arukustech.com/?p=1207',0,'revision','',0),(1208,1,'2023-12-13 14:39:00','2023-12-13 14:39:00','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"750\" height=\"423\" src=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1024x577.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1024x577.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-300x169.jpg 300w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-768x433.jpg 768w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1536x865.jpg 1536w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1568x883.jpg 1568w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6.jpg 1640w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\n		<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\n			<h2>Corposol/Finansol\'s Institutional History</h2>		\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\n			<h2>The Turnaround</h2>		\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</em></p><p><em>Source Credit: https://www.gdrc.org/icm/corp-finansol.html</em></p>','Lessons from History: The Corposol-Finansol Institutional Crisis','','inherit','closed','closed','','1149-revision-v1','','','2023-12-13 14:39:00','2023-12-13 14:39:00','',1149,'https://arukustech.com/?p=1208',0,'revision','',0),(1209,1,'2023-12-13 14:54:16','2023-12-13 14:54:16','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"750\" height=\"423\" src=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1024x577.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1024x577.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-300x169.jpg 300w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-768x433.jpg 768w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1536x865.jpg 1536w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1568x883.jpg 1568w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog.jpg 1640w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\n		<p>The shocking incident involving a 27-year-old representative of a finance company in Tamil Nadu allegedly kidnapping an 11-year-old girl over her father\'s unpaid loan installments serves as a stark reminder of the critical importance of reputation risk management for Microfinance Institutions (MFIs) (News Source: <strong><a href=\"https://www.indiatoday.in/india/story/tamil-nadu-finance-company-representative-kidnaps-teen-recover-loan-held-2400457-2023-07-01\" target=\"_new\" rel=\"noopener\">India Today</a></strong>).</p><p>This incident prompts a nuanced examination: Was the pursuit of that one bad loan truly worth the potential and far-reaching damage to the institution\'s reputation? In this article, we delve into the multifaceted significance of reputation risk for MFIs and explore sophisticated strategies for effective reputation risk management, with a special focus on Arukus Technologies\' cutting-edge Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform.</p>		\n			<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Understanding Reputation Risk:</h2>		\n		<p>Reputation risk within the context of MFIs can be broadly defined as the current and prospective impact on earnings and capital stemming from negative public opinion. It encapsulates responsible finance, ethics, trust, relationships, confidence, and integrity. The aftermath of damage to an MFI\'s reputation is not limited to immediate financial losses; it extends to increased costs, challenges in attracting and retaining clients, and a potentially compromised mission.</p><p><strong>Key Questions and Complexities:</strong></p><p>As we navigate the landscape of reputation risk management for MFIs, several key questions and complexities come to the fore:</p>		\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										How do current risk management practices effectively address the array of institutional risks faced by MFIs?\n									</li>\n								<li>\n										What comprehensive strategies can an MFI employ to proactively shield itself from the cascading effects of a reputation crisis?\n									</li>\n								<li>\n										In the aftermath of a crisis, what tangible steps can an MFI take to redeem and rebuild its tarnished reputation?\n									</li>\n								<li>\n										What pivotal role does governance play in cultivating a robust risk management environment, especially concerning institutional risks?\n									</li>\n								<li>\n										In what ways can an MFI bolster its defenses against operational risks that may pose threats to both financial stability and reputation?\n									</li>\n						</ul>\n			<h2>Emerging Best Practices:</h2>		\n		<p>In the pursuit of responsible and inclusive lending, several emerging best practices necessitate incorporation into the fabric of institutional management and governance. These practices, when seamlessly integrated, contribute significantly to effective reputation risk management:</p><p><strong>Tailoring Capacity Building for Diverse Audiences: </strong></p><p>- Given the absence of dedicated risk management departments in many MFIs, capacity-building responsibility often rests on finance-oriented individuals.<br />- A shift in language, employing terms such as \"responsible finance\" and \"balanced performance management,\" fosters engagement and buy-in from individuals with predominantly financial backgrounds.</p><p><strong>Human Resources Management and Perceptions:</strong></p><p>- Acknowledging that satisfied and motivated staff are pivotal to an MFI\'s success.<br />- Implementation of a comprehensive code of conduct and the alignment of mission and values with the organizational culture.<br />- Senior management\'s active demonstration and reinforcement of the institution\'s mission and values, coupled with performance appraisals and incentives that mirror ethical behavior and client-centric practices.</p><p><strong>Role of Governance:</strong></p><p>- The pivotal role of governance cannot be overstated, necessitating the presence of an effective board aligned with the MFI\'s mission and values.<br />- The emergence of social performance committees within MFI boards, dedicated to monitoring information and reports related to mission and reputation, represents a critical component in an overarching risk management framework.</p><p><strong>Role of Internal Auditors</strong><strong>:</strong></p><p>- While financial and operational risks typically take precedence in an MFI\'s risk management focus, internal auditors play a pivotal role in verifying the effective management and mitigation of these risks.<br />- Specific procedures must be instituted to empower internal auditors to verify the management of risks related to social performance, including mission drift and reputation risk.</p>		\n			<h2>How Arukus Enterprise Risk Management (ERM) platform is helping MFIs in managing Reputational Risks</h2>		\n		<p>LorArukus Technologies emerges as a key player in the realm of reputation risk management, offering innovative solutions through its Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform. Designed with the collaboration of leading industry experts, these solutions are tailor-made to shield MFIs from reputational risks, such as:</p>		\n					<ul>\n							<li>\n										Risks associated with staff behavior or conduct.\n									</li>\n								<li>\n										Risks related to media management during crises.\n									</li>\n								<li>\n										Unauthorized disclosure of company information through informal means.\n									</li>\n								<li>\n										Cybersecurity risks.\n									</li>\n								<li>\n										Suboptimal proactive or reactive media coverage.\n									</li>\n								<li>\n										Negative coverage in media.\n									</li>\n								<li>\n										Risks around technical vulnerability management.\n									</li>\n								<li>\n										Errors or delays in information sharing.\n									</li>\n						</ul>\n		<p>Arukus ERM platform empowers management with a suite of tools for:</p><p>1. Identifying, assessing, and prioritizing risks.<br />2. Developing strategies and policies to measure risks.<br />3. Designing policies and procedures to mitigate risks.<br />4. Implementing and assigning responsibilities.<br />5. Testing effectiveness and evaluating results.<br />6. Revising policies and procedures as necessary.</p><p>Additionally, the Internal Audit &amp; Compliance Management System provides a fully customizable audit tool, assessing unit-level process compliance across branches with a smart scoring mechanism.</p><p>For further details, visit <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\" target=\"_new\" rel=\"noopener\">Arukus ERM</a></strong> and <a href=\"https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/\" target=\"_new\" rel=\"noopener\"><strong>Internal Audit &amp; Compliance Management System</strong></a> or book a live demo.</p>		\n			<h2>Conclusion</h2>		\n		<p>In conclusion, MFIs must internalize the understanding that building a good reputation is a prolonged process, but its destruction can be swift. Proactive measures to mitigate reputation risks before they materialize emerge as one of the most effective strategies to reduce the risk of financial loss. Defining and consistently applying the mission to all operations ensures that the MFI remains immune to mission drift, a critical factor in preserving reputation. The challenge for MFIs lies in managing growth while establishing robust institutional systems that harmonize with their mission and values. Amidst rapid growth and heightened competition, keeping clients at the forefront and being customer-focused emerge as indispensable components of a holistic risk management strategy.</p><p>Ultimately, the integration of comprehensive risk management practices, coupled with cutting-edge technological solutions like those provided by Arukus Technologies, positions MFIs to navigate the intricacies of reputation risk and maintain a steadfast commitment to their mission and values. The journey towards effective reputation risk management is an ongoing one, demanding continuous adaptation, scrutiny, and innovation to safeguard the trust, confidence, and integrity that define the essence of Microfinance Institutions.</p>','Was collecting that one bad loan worth it? A closer look at Reputation Risk Management for MFIs','','inherit','closed','closed','','1196-revision-v1','','','2023-12-13 14:54:16','2023-12-13 14:54:16','',1196,'https://arukustech.com/?p=1209',0,'revision','',0),(1210,1,'2023-12-13 14:54:16','2023-12-13 14:54:16','<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"750\" height=\"423\" src=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1024x577.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1024x577.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-300x169.jpg 300w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-768x433.jpg 768w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1536x865.jpg 1536w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1568x883.jpg 1568w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog.jpg 1640w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\n		<p>The shocking incident involving a 27-year-old representative of a finance company in Tamil Nadu allegedly kidnapping an 11-year-old girl over her father\'s unpaid loan installments serves as a stark reminder of the critical importance of reputation risk management for Microfinance Institutions (MFIs) (News Source: <strong><a href=\"https://www.indiatoday.in/india/story/tamil-nadu-finance-company-representative-kidnaps-teen-recover-loan-held-2400457-2023-07-01\" target=\"_new\" rel=\"noopener\">India Today</a></strong>).</p><p>This incident prompts a nuanced examination: Was the pursuit of that one bad loan truly worth the potential and far-reaching damage to the institution\'s reputation? In this article, we delve into the multifaceted significance of reputation risk for MFIs and explore sophisticated strategies for effective reputation risk management, with a special focus on Arukus Technologies\' cutting-edge Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform.</p>		\n			<style>/*! elementor - v3.17.0 - 08-11-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Understanding Reputation Risk:</h2>		\n		<p>Reputation risk within the context of MFIs can be broadly defined as the current and prospective impact on earnings and capital stemming from negative public opinion. It encapsulates responsible finance, ethics, trust, relationships, confidence, and integrity. The aftermath of damage to an MFI\'s reputation is not limited to immediate financial losses; it extends to increased costs, challenges in attracting and retaining clients, and a potentially compromised mission.</p><p><strong>Key Questions and Complexities:</strong></p><p>As we navigate the landscape of reputation risk management for MFIs, several key questions and complexities come to the fore:</p>		\n			<link rel=\"stylesheet\" href=\"https://arukustech.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										How do current risk management practices effectively address the array of institutional risks faced by MFIs?\n									</li>\n								<li>\n										What comprehensive strategies can an MFI employ to proactively shield itself from the cascading effects of a reputation crisis?\n									</li>\n								<li>\n										In the aftermath of a crisis, what tangible steps can an MFI take to redeem and rebuild its tarnished reputation?\n									</li>\n								<li>\n										What pivotal role does governance play in cultivating a robust risk management environment, especially concerning institutional risks?\n									</li>\n								<li>\n										In what ways can an MFI bolster its defenses against operational risks that may pose threats to both financial stability and reputation?\n									</li>\n						</ul>\n			<h2>Emerging Best Practices:</h2>		\n		<p>In the pursuit of responsible and inclusive lending, several emerging best practices necessitate incorporation into the fabric of institutional management and governance. These practices, when seamlessly integrated, contribute significantly to effective reputation risk management:</p><p><strong>Tailoring Capacity Building for Diverse Audiences: </strong></p><p>- Given the absence of dedicated risk management departments in many MFIs, capacity-building responsibility often rests on finance-oriented individuals.<br />- A shift in language, employing terms such as \"responsible finance\" and \"balanced performance management,\" fosters engagement and buy-in from individuals with predominantly financial backgrounds.</p><p><strong>Human Resources Management and Perceptions:</strong></p><p>- Acknowledging that satisfied and motivated staff are pivotal to an MFI\'s success.<br />- Implementation of a comprehensive code of conduct and the alignment of mission and values with the organizational culture.<br />- Senior management\'s active demonstration and reinforcement of the institution\'s mission and values, coupled with performance appraisals and incentives that mirror ethical behavior and client-centric practices.</p><p><strong>Role of Governance:</strong></p><p>- The pivotal role of governance cannot be overstated, necessitating the presence of an effective board aligned with the MFI\'s mission and values.<br />- The emergence of social performance committees within MFI boards, dedicated to monitoring information and reports related to mission and reputation, represents a critical component in an overarching risk management framework.</p><p><strong>Role of Internal Auditors</strong><strong>:</strong></p><p>- While financial and operational risks typically take precedence in an MFI\'s risk management focus, internal auditors play a pivotal role in verifying the effective management and mitigation of these risks.<br />- Specific procedures must be instituted to empower internal auditors to verify the management of risks related to social performance, including mission drift and reputation risk.</p>		\n			<h2>How Arukus Enterprise Risk Management (ERM) platform is helping MFIs in managing Reputational Risks</h2>		\n		<p>LorArukus Technologies emerges as a key player in the realm of reputation risk management, offering innovative solutions through its Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform. Designed with the collaboration of leading industry experts, these solutions are tailor-made to shield MFIs from reputational risks, such as:</p>		\n					<ul>\n							<li>\n										Risks associated with staff behavior or conduct.\n									</li>\n								<li>\n										Risks related to media management during crises.\n									</li>\n								<li>\n										Unauthorized disclosure of company information through informal means.\n									</li>\n								<li>\n										Cybersecurity risks.\n									</li>\n								<li>\n										Suboptimal proactive or reactive media coverage.\n									</li>\n								<li>\n										Negative coverage in media.\n									</li>\n								<li>\n										Risks around technical vulnerability management.\n									</li>\n								<li>\n										Errors or delays in information sharing.\n									</li>\n						</ul>\n		<p>Arukus ERM platform empowers management with a suite of tools for:</p><p>1. Identifying, assessing, and prioritizing risks.<br />2. Developing strategies and policies to measure risks.<br />3. Designing policies and procedures to mitigate risks.<br />4. Implementing and assigning responsibilities.<br />5. Testing effectiveness and evaluating results.<br />6. Revising policies and procedures as necessary.</p><p>Additionally, the Internal Audit &amp; Compliance Management System provides a fully customizable audit tool, assessing unit-level process compliance across branches with a smart scoring mechanism.</p><p>For further details, visit <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\" target=\"_new\" rel=\"noopener\">Arukus ERM</a></strong> and <a href=\"https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/\" target=\"_new\" rel=\"noopener\"><strong>Internal Audit &amp; Compliance Management System</strong></a> or book a live demo.</p>		\n			<h2>Conclusion</h2>		\n		<p>In conclusion, MFIs must internalize the understanding that building a good reputation is a prolonged process, but its destruction can be swift. Proactive measures to mitigate reputation risks before they materialize emerge as one of the most effective strategies to reduce the risk of financial loss. Defining and consistently applying the mission to all operations ensures that the MFI remains immune to mission drift, a critical factor in preserving reputation. The challenge for MFIs lies in managing growth while establishing robust institutional systems that harmonize with their mission and values. Amidst rapid growth and heightened competition, keeping clients at the forefront and being customer-focused emerge as indispensable components of a holistic risk management strategy.</p><p>Ultimately, the integration of comprehensive risk management practices, coupled with cutting-edge technological solutions like those provided by Arukus Technologies, positions MFIs to navigate the intricacies of reputation risk and maintain a steadfast commitment to their mission and values. The journey towards effective reputation risk management is an ongoing one, demanding continuous adaptation, scrutiny, and innovation to safeguard the trust, confidence, and integrity that define the essence of Microfinance Institutions.</p>','Was collecting that one bad loan worth it? A closer look at Reputation Risk Management for MFIs','','inherit','closed','closed','','1196-revision-v1','','','2023-12-13 14:54:16','2023-12-13 14:54:16','',1196,'https://arukustech.com/?p=1210',0,'revision','',0),(1211,1,'2023-12-13 14:54:17','2023-12-13 14:54:17','<img width=\"750\" height=\"423\" src=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1024x577.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1024x577.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-300x169.jpg 300w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-768x433.jpg 768w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1536x865.jpg 1536w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1568x883.jpg 1568w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog.jpg 1640w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\n		<p>The shocking incident involving a 27-year-old representative of a finance company in Tamil Nadu allegedly kidnapping an 11-year-old girl over her father\'s unpaid loan installments serves as a stark reminder of the critical importance of reputation risk management for Microfinance Institutions (MFIs) (News Source: <strong><a href=\"https://www.indiatoday.in/india/story/tamil-nadu-finance-company-representative-kidnaps-teen-recover-loan-held-2400457-2023-07-01\" target=\"_new\" rel=\"noopener\">India Today</a></strong>).</p><p>This incident prompts a nuanced examination: Was the pursuit of that one bad loan truly worth the potential and far-reaching damage to the institution\'s reputation? In this article, we delve into the multifaceted significance of reputation risk for MFIs and explore sophisticated strategies for effective reputation risk management, with a special focus on Arukus Technologies\' cutting-edge Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform.</p>		\n			<h2>Understanding Reputation Risk:</h2>		\n		<p>Reputation risk within the context of MFIs can be broadly defined as the current and prospective impact on earnings and capital stemming from negative public opinion. It encapsulates responsible finance, ethics, trust, relationships, confidence, and integrity. The aftermath of damage to an MFI\'s reputation is not limited to immediate financial losses; it extends to increased costs, challenges in attracting and retaining clients, and a potentially compromised mission.</p><p><strong>Key Questions and Complexities:</strong></p><p>As we navigate the landscape of reputation risk management for MFIs, several key questions and complexities come to the fore:</p>		\n					<ul>\n							<li>\n										How do current risk management practices effectively address the array of institutional risks faced by MFIs?\n									</li>\n								<li>\n										What comprehensive strategies can an MFI employ to proactively shield itself from the cascading effects of a reputation crisis?\n									</li>\n								<li>\n										In the aftermath of a crisis, what tangible steps can an MFI take to redeem and rebuild its tarnished reputation?\n									</li>\n								<li>\n										What pivotal role does governance play in cultivating a robust risk management environment, especially concerning institutional risks?\n									</li>\n								<li>\n										In what ways can an MFI bolster its defenses against operational risks that may pose threats to both financial stability and reputation?\n									</li>\n						</ul>\n			<h2>Emerging Best Practices:</h2>		\n		<p>In the pursuit of responsible and inclusive lending, several emerging best practices necessitate incorporation into the fabric of institutional management and governance. These practices, when seamlessly integrated, contribute significantly to effective reputation risk management:</p><p><strong>Tailoring Capacity Building for Diverse Audiences: </strong></p><p>- Given the absence of dedicated risk management departments in many MFIs, capacity-building responsibility often rests on finance-oriented individuals.<br />- A shift in language, employing terms such as \"responsible finance\" and \"balanced performance management,\" fosters engagement and buy-in from individuals with predominantly financial backgrounds.</p><p><strong>Human Resources Management and Perceptions:</strong></p><p>- Acknowledging that satisfied and motivated staff are pivotal to an MFI\'s success.<br />- Implementation of a comprehensive code of conduct and the alignment of mission and values with the organizational culture.<br />- Senior management\'s active demonstration and reinforcement of the institution\'s mission and values, coupled with performance appraisals and incentives that mirror ethical behavior and client-centric practices.</p><p><strong>Role of Governance:</strong></p><p>- The pivotal role of governance cannot be overstated, necessitating the presence of an effective board aligned with the MFI\'s mission and values.<br />- The emergence of social performance committees within MFI boards, dedicated to monitoring information and reports related to mission and reputation, represents a critical component in an overarching risk management framework.</p><p><strong>Role of Internal Auditors</strong><strong>:</strong></p><p>- While financial and operational risks typically take precedence in an MFI\'s risk management focus, internal auditors play a pivotal role in verifying the effective management and mitigation of these risks.<br />- Specific procedures must be instituted to empower internal auditors to verify the management of risks related to social performance, including mission drift and reputation risk.</p>		\n			<h2>How Arukus Enterprise Risk Management (ERM) platform is helping MFIs in managing Reputational Risks</h2>		\n		<p>Arukus Technologies emerges as a key player in the realm of reputation risk management, offering innovative solutions through its Enterprise Risk Management (ERM) and Internal Audit &amp; Compliance platform. Designed with the collaboration of leading industry experts, these solutions are tailor-made to shield MFIs from reputational risks, such as:</p>		\n					<ul>\n							<li>\n										Risks associated with staff behavior or conduct.\n									</li>\n								<li>\n										Risks related to media management during crises.\n									</li>\n								<li>\n										Unauthorized disclosure of company information through informal means.\n									</li>\n								<li>\n										Cybersecurity risks.\n									</li>\n								<li>\n										Suboptimal proactive or reactive media coverage.\n									</li>\n								<li>\n										Negative coverage in media.\n									</li>\n								<li>\n										Risks around technical vulnerability management.\n									</li>\n								<li>\n										Errors or delays in information sharing.\n									</li>\n						</ul>\n		<p><strong>Arukus ERM platform empowers management with a suite of tools for:</strong></p><p>1. Identifying, assessing, and prioritizing risks.<br />2. Developing strategies and policies to measure risks.<br />3. Designing policies and procedures to mitigate risks.<br />4. Implementing and assigning responsibilities.<br />5. Testing effectiveness and evaluating results.<br />6. Revising policies and procedures as necessary.</p><p>Additionally, the Internal Audit &amp; Compliance Management System provides a fully customizable audit tool, assessing unit-level process compliance across branches with a smart scoring mechanism.</p><p>For further details, visit <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\" target=\"_new\" rel=\"noopener\">Arukus ERM</a></strong> and <a href=\"https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/\" target=\"_new\" rel=\"noopener\"><strong>Internal Audit &amp; Compliance Management System</strong></a> or book a live demo.</p>		\n			<h2>Conclusion</h2>		\n		<p>In conclusion, MFIs must internalize the understanding that building a good reputation is a prolonged process, but its destruction can be swift. Proactive measures to mitigate reputation risks before they materialize emerge as one of the most effective strategies to reduce the risk of financial loss. Defining and consistently applying the mission to all operations ensures that the MFI remains immune to mission drift, a critical factor in preserving reputation. The challenge for MFIs lies in managing growth while establishing robust institutional systems that harmonize with their mission and values. Amidst rapid growth and heightened competition, keeping clients at the forefront and being customer-focused emerge as indispensable components of a holistic risk management strategy.</p><p>Ultimately, the integration of comprehensive risk management practices, coupled with cutting-edge technological solutions like those provided by Arukus Technologies, positions MFIs to navigate the intricacies of reputation risk and maintain a steadfast commitment to their mission and values. The journey towards effective reputation risk management is an ongoing one, demanding continuous adaptation, scrutiny, and innovation to safeguard the trust, confidence, and integrity that define the essence of Microfinance Institutions.</p>','Was collecting that one bad loan worth it? A closer look at Reputation Risk Management for MFIs','','inherit','closed','closed','','1196-revision-v1','','','2023-12-13 14:54:17','2023-12-13 14:54:17','',1196,'https://arukustech.com/?p=1211',0,'revision','',0),(1212,1,'2023-12-14 06:38:47','2023-12-14 06:38:47','<style>/*! elementor - v3.17.0 - 08-11-2023 */\r\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"750\" height=\"423\" src=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1024x577.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1024x577.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-300x169.jpg 300w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-768x433.jpg 768w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1536x865.jpg 1536w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1568x883.jpg 1568w, https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6.jpg 1640w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\r\n		<p>In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality. ACCION\'s intervention was crucial for two reasons: the well-being of 40,000 microentrepreneurs and their families relying on Finansol\'s financial services, and the representation of a microfinance model deemed essential by ACCION—the transformation of a financially viable non-governmental organization (NGO) into a regulated financial institution. The potential collapse of Finansol could have spelled disaster for Colombian micro-entrepreneurs and dealt a major setback to the entire microfinance sector.</p>		\r\n			<h2>Corposol/Finansol\'s Institutional History</h2>		\r\n		<p><strong>A. Origins:</strong><br />Finansol originated from Actuar Bogotá (referred to as Corposol), an NGO established with ACCION\'s support to provide services to microentrepreneurs in Colombia\'s informal sector. Corposol experienced rapid growth, providing integrated training and credit access to over 3,000 clients by 1989, escalating to nearly 25,000 active borrowers by the end of 1992. In 1993, Corposol transitioned into a regulated financial intermediary by acquiring a commercial finance company (CFC) license, renaming it Finansol. The new entity had minority shareholders, including ACCION International, Calmeadow, FUNDES, a local development bank, and private individuals.</p><p><strong>B. Deterioration:</strong><br />Despite inheriting a high-quality loan portfolio and a proven lending methodology, Finansol faced challenges that led to its financial deterioration. The structural flaws in the relationship between Corposol and Finansol, coupled with Corposol\'s ambitious expansion into new and untested microfinance projects, contributed to the weakening of Finansol\'s financial position. The entanglement of the institutions, poor decision-making, and a flawed credit extension structure further exacerbated the crisis.</p>		\r\n			<h2>The Turnaround</h2>		\r\n		<p><strong>A. Discovery:</strong><br />Despite outside directors sensing the issues, effective analysis and intervention were delayed by Corposol\'s strategic presentations and a clean audit by a prominent accounting firm. ACCION eventually pushed for a comprehensive evaluation (CAMEL) in May 1995, with results reported in July, revealing worrisome trends. This led to a more thorough appraisal after the resignation of Finansol\'s President in September 1995.</p><p><strong>B. Solution:</strong><br />In October 1995, Finansol engaged banking consultant Luis Fernando Tobón to design a turnaround plan centered on a return to the basics. Finansol regained control over its portfolio, terminated new product offerings, severed ties with Corposol, and focused on cost reduction, improved reporting, and quality hiring. Maria Eugenia Iglesias, with extensive banking experience, was appointed as Finansol\'s new President in March 1996. The crisis prompted a split in the portfolio, distinguishing \"New Bank\" loans post-October 1995 from the problematic \"Old Bank\" loans.</p><p><em>This crisis highlights the critical need for robust risk management practices across all aspects of an MFI\'s operations to detect early signs of trouble. The Finansol experience underscores the importance of a microfinance model based on economic viability and performance, showcasing the potential for attracting private sector investors even in times of crisis. The significant turnaround, while challenging, prevented the crisis from reaching a disastrous stage and emphasized the resilience of a well-managed microfinance institution.</em></p><p><em>Source Credit: https://www.gdrc.org/icm/corp-finansol.html</em></p>','Lessons from History: The Corposol-Finansol Institutional Crisis','','inherit','closed','closed','','1149-revision-v1','','','2023-12-14 06:38:47','2023-12-14 06:38:47','',1149,'https://arukustech.com/?p=1212',0,'revision','',0),(1213,1,'2023-12-14 06:43:23','2023-12-14 06:43:23','<strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong>\r\n\r\nIn the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.<br><br>\r\n\r\n&nbsp;\r\n\r\n<strong>The Need for an Enterprise Risk Management Tool:</strong><br><br>\r\n\r\n<strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.<br><br>\r\n\r\n<strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.<br><br>\r\n\r\n<strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.<br><br>\r\n\r\n<strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.<br><br>\r\n\r\n<strong>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</strong><br><br>\r\n\r\n<strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.<br><br>\r\n\r\n<strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.<br><br>\r\n\r\n<strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.<br><br>\r\n\r\n<strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.<br><br>\r\n\r\n\r\nArukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-12-14 06:43:23','2023-12-14 06:43:23','',215,'https://arukustech.com/?p=1213',0,'revision','',0),(1214,1,'2023-12-14 06:43:57','2023-12-14 06:43:57','<strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong>\r\n\r\nIn the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.<br><br>\r\n\r\n\r\n<strong>The Need for an Enterprise Risk Management Tool:</strong><br><br>\r\n\r\n<strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.<br><br>\r\n\r\n<strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.<br><br>\r\n\r\n<strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.<br><br>\r\n\r\n<strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.<br><br>\r\n\r\n<strong>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</strong><br><br>\r\n\r\n<strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.<br><br>\r\n\r\n<strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.<br><br>\r\n\r\n<strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.<br><br>\r\n\r\n<strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.<br><br>\r\n\r\n\r\nArukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-12-14 06:43:57','2023-12-14 06:43:57','',215,'https://arukustech.com/?p=1214',0,'revision','',0),(1215,1,'2023-12-14 08:16:38','2023-12-14 08:16:38','<img width=\"750\" height=\"563\" src=\"https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg\" alt=\"\" srcset=\"https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg 1024w, https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart-300x225.jpg 300w, https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart-768x576.jpg 768w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\r\n		<h3><strong>Introduction:</strong></h3><p>Fraud risk, often referred to as integrity risk, is a significant concern within the microfinance industry. This risk entails the potential loss of earnings or capital due to intentional deception by employees or clients. Microfinance Institutions (MFIs) are particularly susceptible to various forms of fraud, such as direct theft of funds, misleading financial statements, bribes, kickbacks, and phantom loans. Addressing and mitigating fraud risk is crucial for the sustained success and credibility of MFIs.</p><h3>The Importance of Fraud Management:</h3><p>Until recently, fraud risk has been relatively overlooked in microfinance. However, it poses a real threat to the financial health and reputation of these institutions. The most common form of fraud in MFIs involves the direct theft of funds by loan officers or branch staff. To counteract this, effective internal controls must be in place, encompassing both ex-ante and ex-post controls.</p><ol><li><strong>Ex-ante Controls:</strong><br />- Incorporating preventive measures into operational policies and procedures is crucial. Designing policies that reduce opportunities for fraud and conducting thorough internal audits are essential steps.<br />- Preventive measures should be built into the very fabric of the MFI\'s operations, as demonstrated by K-Rep\'s approach in Kenya. Standardizing loan policies and procedures ensures staff cannot make decisions outside established regulations.<br /><br /></li><li><strong>Ex-post Controls:</strong><br />- Verifying that policies and procedures are adhered to is equally important. Regular internal audits can identify potential issues and provide an opportunity for corrective action.<br />- The use of client visits by individuals outside the loan officer\'s purview serves as an effective ex-post control. This external validation helps deter unethical behavior and ensures the accuracy of account balances.</li></ol><h3>Case Study: K-Rep\'s Controls to Reduce Fraud in Kenya</h3><p>K-Rep, a microfinance institution in Kenya, implemented various mechanisms to reduce its exposure to fraud risk:</p><ul><li><strong>Education Campaign:</strong> Encouraging clients to speak out against corrupt staff and group leaders.</li><li><strong>Standardization:</strong> Standardizing all loan policies and procedures to prevent deviations from regulations.</li><li><strong>Management Training:</strong> Increasing managerial capacity and introducing strict supervision processes.</li><li><strong>Inspection Unit:</strong> Conducting random operational checks to identify irregularities.</li><li><strong>Human Resource Policies:</strong> Implementing policies such as immediate dismissal of staff involved in fraud, maintaining a profile of fraudulent staff for recruitment refinement, avoiding staff postings to home areas, providing loan products to staff, ensuring competitive pay, and rotating staff regularly within a branch.</li></ul><h3>Cutting-Edge Solutions: Arukus Technologies\' Fraud Identification, Assessment &amp; Control System</h3><p>Arukus Technologies offers a smart management tool equipped with comprehensive reporting hierarchy to proactively address internal fraud. The system includes features such as managing individual incidents of fraud, investigation committee reports, zonal committee investigation reports, and apex committee proceedings.</p><h3>Conclusion:</h3><p>Fraud management is paramount in the sustainable operation of microfinance institutions. By implementing robust internal controls, preventive measures, and leveraging technology solutions like Arukus Technologies\' Fraud Identification, Assessment &amp; Control System, MFIs can protect themselves from the detrimental effects of fraud. The case study of K-Rep in Kenya serves as a testament to the effectiveness of a multi-faceted approach in combating fraud and ensuring the integrity of microfinance operations.</p>','The Imperative Role of Fraud Management in Microfinance Institutions','','inherit','closed','closed','','1123-revision-v1','','','2023-12-14 08:16:38','2023-12-14 08:16:38','',1123,'https://arukustech.com/?p=1215',0,'revision','',0),(1216,1,'2023-12-14 08:20:03','2023-12-14 08:20:03','<p>In the vast landscape of rural India, access to flexible financial products remains crucial for the well-being of the rural masses. Micro-Finance Institutions (MFIs) are striving to bridge this gap by offering innovative market-oriented products that combine the much-needed features of flexibility and discipline. However, striking a balance between these two seemingly opposing traits presents a challenge.</p>\r\n\r\n<p>Arukus Technologies <a href=\"https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/\">Cross-Sell application</a>, empowers MFIs to manage the delicate trade-off between product flexibility and financial discipline effectively. Through their customizable platform, MFIs can tailor products to meet the diverse cash flow needs of rural clients while fostering financial discipline.</p>\r\n\r\n<p>One striking solution that Arukus Technologies offers is the \"repayment schedule with repayments starting right after the product delivery.\" This feature enhances discipline for two primary reasons: it identifies households with multiple income sources, considered less risky, and enables small, manageable payments for the rural masses.</p>\r\n\r\n<p>Moreover, this platform serves as a new channel for FMCG (<a href=\"https://www.ibef.org/industry/fmcg\" rel=\"noopener\" target=\"_blank\">Fast Moving Consumer Goods</a>) companies to penetrate the rural market. As urban markets near saturation, FMCG companies increasingly turn their attention to the rural segment, comprising nearly 70% of the country\'s population. While FMCG products with low price points gained early traction in rural areas, FMCD (<a href=\"https://www.ibef.org/industry/consumer-durables-presentation\" rel=\"noopener\" target=\"_blank\">Consumer Durables</a>) products faced challenges due to their higher price tags and complex EMI collection processes.</p>\r\n\r\n<p>MFIs with their extensive reach and branches scattered across states, serving millions of customers can now look at cross-selling FMCG/FMCD brands along with financing options to rural customers at MFI branches. With stock availability ensured, borrowers can select products from a wide variety and opt for credit-based purchases.</p>\r\n\r\n<p>Notably, during loan collection visits, field agents showcase FMCD product catalogs to borrowers, fueling impulse purchases and spurring sales. This approach has proven particularly effective for items with long shelf lives, such as fans, televisions, sewing machines and refrigerators, offered by renowned brands like Samsung, Nokia, Godrej, LG, and more.</p>\r\n\r\n<p>The value proposition for rural buyers is undeniable - access to renowned brands at affordable installment amounts, fulfilling daily needs and improving lifestyles. These products not only enhance rural families\' productivity but also come with free installations and door-to-door post-sales services, courtesy of dedicated vendors.</p>\r\n\r\n<p>As Arukus Technologies revolutionizes financial access for rural masses and enables MFIs to serve as conduits for FMCD brands, the potential for economic empowerment and improved standards of living in rural India is boundless.<p>\r\n\r\n<p>With Arukus Technologies Cross-Sell application, Microfinance Institutions can unlock new revenue streams by cross-Selling of FMCG/FMCD products to the rural communities, and pave the way for a brighter future.</p>','Cross-Selling of FMCG/FMCD Products by Microfinance Companies in Rural India','','inherit','closed','closed','','976-revision-v1','','','2023-12-14 08:20:03','2023-12-14 08:20:03','',976,'https://arukustech.com/?p=1216',0,'revision','',0),(1217,1,'2023-12-14 08:24:15','2023-12-14 08:24:15','<p>Proactive risk management stands as the linchpin of long-term sustainability for microfinance institutions (MFIs), yet many stakeholders remain unaware of the multifaceted components that constitute a comprehensive risk management strategy. It is paramount for the board of directors and managing directors, who wield the most influence in overseeing MFIs, to establish guidelines that infuse the bedrock principles of effective risk management into the very fabric of the MFI\'s culture and operations.</p><p> </p><p>Risk is an intrinsic facet of financial services, and it is imperative for financial institutions, including MFIs, to neither shy away from risk nor neglect it.  Poor risk management could lead to a failure to fulfill both social and financial objectives. When mismanaged risks result in financial setbacks, confidence in the institution among donors, investors, lenders, borrowers, and savers tends to wane, eventually causing financial support to dwindle. </p><p> </p><p>As MFIs take on an increasingly pivotal role within local financial ecosystems and vie for customers and resources, the rewards of stellar performance and the costs of under performance surge. MFIs that adeptly manage risk, crafting a systematic approach that encompasses all product lines and activities while accounting for the cumulative impact and likelihood of risks, are less prone to unpleasant surprises (downside risk) and more poised to build market trust and capitalize on emerging opportunities (upside risk).</p><p> </p><p>At the core of risk management lies the art of making informed decisions about how much risk to accept, how to mitigate intolerable risks, and how to effectively handle the inherent risks intrinsic to the business. For MFIs that assess their performance against both financial and social objectives, these decisions can be more intricate than for institutions driven solely by profit.</p><p> </p><p>A risk management framework equips senior managers and directors with the tools to make conscious choices about risk, identify the most cost-effective approaches to risk management, and nurture an internal culture that fosters sound risk management without stifling risk-taking.</p><p> </p><p>Exemplary MFIs like <strong>BRAC in Bangladesh</strong>, the <strong>Alexandria Business Association (ABA) in Egypt</strong>, and <strong>BancoSol in Bolivia</strong> have excelled due to their internal early warning systems and management responses that nip minor issues in the bud. Yet, even among top performers, there is often a predominant focus on credit risk, while other equally critical risks such as funds management and liquidity receive less attention.</p><p> </p><p>The spectrum of risks confronting microfinance institutions is akin to those encountered by all financial entities, encompassing credit risk, liquidity risk, market or pricing risk, operational risk, compliance and legal risk, and strategic risk. These risks can be broadly categorized into three overarching domains: financial risks, operational risks, and strategic risks.</p>		\r\n			<style>\r\n			@media (max-width: 767px) {\r\n			   #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table thead {\r\n                    display: none;\r\n               }\r\n               #eael-data-table-wrapper-32ee4e0.custom-responsive-option-enable .eael-data-table tbody tr td {\r\n                    float: none;\r\n                    clear: left;\r\n                    width: 100%;\r\n                    text-align: left;\r\n                    display: flex;\r\n                    align-items: center;\r\n                }\r\n			}\r\n			</style>		\r\n			<table id=\"eael-data-table-32ee4e0\">\r\n			    <thead>\r\n			        <tr>\r\n									            <th id=\"\" colspan=\"\">\r\n														Financial Risk</th>\r\n			        				            <th id=\"\" colspan=\"\">\r\n														Operational Risk</th>\r\n			        				            <th id=\"\" colspan=\"\">\r\n														Strategic Risk</th>\r\n			        				        </tr>\r\n			    </thead>\r\n			  	<tbody>\r\n											<tr>\r\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\r\n												<p><strong>Credit Risk</strong></p><ul><li>- Transaction risk</li><li>- Portfolio risk</li></ul><p><strong>Liquidity Risk</strong></p><p><strong>Market Risk</strong></p><ul><li>- Interest rate risk</li><li>- Foreign exchange Risk</li><li>- Investment portfolio risk</li></ul>\r\n											</td>\r\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\r\n												<p><strong>Transaction Risk</strong></p><ul><li>- Human resources Risk</li><li>- Information &amp; technology risk</li></ul><p><strong>Fraud (Integrity) Risk</strong></p><p><strong>Legal &amp; Compliance Risk </strong></p>\r\n											</td>\r\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\r\n												<p><strong>Governance Risk</strong></p><ul><li>- Ineffective oversight</li><li>- Poor governance structure</li></ul><p><strong>Reputation Risk</strong></p><p><strong>External Business Risks</strong></p><ul><li>- Event Risk</li></ul>\r\n											</td>\r\n																										</tr>\r\n			        			    </tbody>\r\n			</table>\r\n			<h3>Effective Risk Management requires an organization to take four key steps:</h3>		\r\n					<ul>\r\n							<li>\r\n										Identify the risks facing the institution and assess their severity (either frequency or potential negative consequences)\r\n									</li>\r\n								<li>\r\n										Measure the risks appropriately and evaluate the acceptable limits for that risk;\r\n									</li>\r\n								<li>\r\n										Monitor the risks on a routine basis, ensuring that the right people receive accurate and relevant information; and\r\n									</li>\r\n								<li>\r\n										Manage the risks through close oversight and evaluation of performance.\r\n									</li>\r\n						</ul>\r\n		<p>Managing risk is a continual process of systematically assessing, measuring, monitoring, and managing risks in the organization ensuring that the “big picture” is not lost to the urgent demands of day to day management.</p><p> </p><p>Effective risk management encompasses a “feedback loop” from the branch to senior managers, and sometimes to the board of directors, to make sure that policies and strategies are appropriate and that the risk levels are within the risk parameters set by the institution.</p><p> </p><p>Creating a risk management infrastructure and system to incorporate that process into the organization’s culture helps ensure that all staff are focused on identifying and anticipating potential risks, and not hiding them or denying that they exist. Since risk parameters and tolerances vary over time and among institutions, a systematic internal discipline is needed to reexamine and reassess risks on a regular basis.</p><p><strong>Arukus Technologies</strong> with years of research with leading industry experts has developed an Enterprise Risk Management system specially designed to protect MFI\'s from undesirable surprises (downside risks), and enable it to take advantage of opportunities (up-side risks).</p><p><strong>Arukus Enterprise Risk Management (ERM) platform is designed to empower the management with tools that helps in:</strong></p>		\r\n					<ul>\r\n							<li>\r\n										Identifying, assessing, and prioritizing risks\r\n									</li>\r\n								<li>\r\n										Developing strategies and policies to measure risks\r\n									</li>\r\n								<li>\r\n										Designing policies and procedures to mitigate risks\r\n									</li>\r\n								<li>\r\n										Implementing and assigning responsibilities\r\n									</li>\r\n								<li>\r\n										Testing effectiveness and evaluating results\r\n									</li>\r\n								<li>\r\n										Revising policies and procedures as necessary\r\n									</li>\r\n						</ul>\r\n		Read more at <strong><a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">https://arukustech.com/solutions/enterprise-risk-management/</a></strong> or Book a Demo to experience it live.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','','inherit','closed','closed','','1049-revision-v1','','','2023-12-14 08:24:15','2023-12-14 08:24:15','',1049,'https://arukustech.com/?p=1217',0,'revision','',0),(1218,1,'2023-12-14 08:27:12','2023-12-14 08:27:12','<p>In the realm of Indian microfinance institutions (MFIs), regulatory issues have emerged as one of the most pressing challenges. While the Reserve Bank of India (RBI) plays a crucial role as the premier regulatory body, its focus has predominantly been on commercial and traditional banks, leaving some of the unique needs and structures of MFIs unaddressed. The sporadic and unprecedented regulatory changes have created ambiguity, hindering the development of new financial products and services. In light of this, Arukus Technologies has emerged as a game-changer with its innovative solution that seamlessly aligns MFIs with regulatory policy changes, empowering them to thrive in a dynamic environment.</p>\r\n\r\n<h3><strong>Regulatory Challenges in Indian Microfinance</strong></h3>\r\n<p>Indian MFIs have encountered significant hurdles due to the regulatory landscape. While some regulations have been beneficial, others have not fully accommodated the unique requirements of these institutions. The lack of a dedicated regulatory framework tailored to MFIs has resulted in sub-optimal performance and hindered the growth of the microfinance sector. Frequent changes in regulations create uncertainty and make it challenging for MFIs to adapt their operations swiftly, leading to potential compliance issues and inefficiencies.<br>Suggested Reading: <a href=\"https://www.rbi.org.in/commonperson/English/Scripts/FAQs.aspx?Id=3366\" rel=\"noopener\" target=\"_blank\">RBI Regulatory Framework for Microfinance Loans</a></p>\r\n\r\n<h3><strong>Addressing the Challenge with Arukus Technologies:</strong></h3>\r\n<p>Arukus Technologies recognizes the critical role that regulatory compliance plays in the success of MFIs in India. The company\'s financial software solutions come equipped with advanced configuration settings that enable effortless alignment with regulatory policy changes. This feature allows MFIs to adapt swiftly to evolving norms and guidelines without major disruptions to their operations.</p>\r\n\r\n<h3><strong>1.Flexibility and Customization:</strong></h3>\r\n<p>Arukus Technologies\' solutions offer a high degree of flexibility and customization, catering to the specific needs of each MFI. The configuration settings can be easily adjusted to meet the changing regulatory requirements, ensuring that the institution remains compliant at all times.</p>\r\n\r\n<h3><strong>2.Real-time Updates:</strong></h3>\r\n<p>With Arukus Technologies, MFIs receive real-time updates on regulatory changes that impact their operations. This feature empowers them to stay ahead of the curve, anticipate potential challenges, and proactively make the necessary adjustments.</p>\r\n\r\n<h3><strong>3.Adapting to Regulatory Changes:</strong></h3>\r\n<p>The rapid and unpredictable nature of regulatory changes can create confusion for MFIs. Arukus Technologies\' solution simplifies the process of aligning with new policies, enabling a seamless transition without disruption.\r\nRead more on how Arukus <a href=\"https://arukustech.com/policy-based-configuration/\">Policy based Configuration</a> allows financial institutions adapt to change</p>\r\n\r\n<h3><strong>4.Enhanced Risk Management:</strong></h3>\r\n<p>Arukus Technologies\' financial software solutions also offer robust risk management capabilities, helping MFIs identify and mitigate compliance risks. This proactive approach ensures that MFIs can navigate the regulatory landscape confidently. Read more on <a href=\"https://arukustech.com/solutions/enterprise-risk-management/\">Arukus Enterprise Risk Management Solution.</a></p>\r\n\r\n<p>Regulatory issues have been a significant challenge for microfinance institutions in India. However, Arukus Technologies\' innovative solution provides a way forward by equipping MFIs with the tools they need to effortlessly align with regulatory policy changes. With flexible configuration settings, real-time updates, and enhanced risk management capabilities, Arukus Technologies empowers MFIs to thrive in a rapidly evolving regulatory environment. By overcoming this obstacle, Indian MFIs can focus on their mission of financial inclusion and sustainable growth, contributing to the socioeconomic development of underserved communities.</p>','Addressing Regulatory Challenges for MFIs with Technology','','inherit','closed','closed','','404-revision-v1','','','2023-12-14 08:27:12','2023-12-14 08:27:12','',404,'https://arukustech.com/?p=1218',0,'revision','',0),(1219,1,'2023-12-14 08:28:57','2023-12-14 08:28:57','<p>The history of microfinance in India traces back to the 19th century when informal credit systems, such as moneylenders and indigenous community-based lending practices, were prevalent. However, the modern microfinance movement, as we know it today, began to take shape in the 1970s and gained significant momentum in the 1990s.</p>\r\n\r\n<ol>\r\n 	<li><p><strong>1970s: Emergence of Self-Help Groups (SHGs)</strong> The foundation of formal microfinance in India can be attributed to the National Bank for Agriculture and Rural Development (<a href=\"https://www.nabard.org/\" rel=\"noopener\" target=\"_blank\">NABARD</a>), which was established in 1982. In the 1970s, NABARD initiated the concept of Self-Help Groups (SHGs) to promote financial inclusion among rural communities. SHGs were small groups of individuals, mainly women, who pooled their savings and extended microloans to group members in need. The success of SHGs laid the groundwork for the expansion of microfinance initiatives across the country.</p></li>\r\n 	<li><p><strong>1990s: Rise of Microfinance Institutions (MFIs)</strong> The 1990s saw a surge in the establishment of Microfinance Institutions (MFIs) in India. These MFIs were non-profit organizations, non-governmental organizations (NGOs), or specialized financial institutions focused on providing microcredit to the underserved and economically vulnerable segments of society. MFIs followed the Grameen Bank model pioneered by Nobel Laureate <a href=\"https://www.nobelprize.org/prizes/peace/2006/yunus/biographical/\" rel=\"noopener\" target=\"_blank\">Muhammad Yunus</a> in Bangladesh, which emphasized group-based lending, peer support, and the social collateral of borrowers.</p></li>\r\n 	<li><p><strong>2000s: Evolution and Regulation</strong> The microfinance sector experienced rapid growth in the early 2000s, attracting significant investments from banks and financial institutions. The introduction of innovative products, such as microinsurance and microsavings, broadened the scope of microfinance services. However, this period also witnessed some challenges, including concerns about over-indebtedness and aggressive collection practices by certain MFIs.</p></li>\r\n</ol>\r\n\r\n<p>In 2010, the Andhra Pradesh microfinance crisis emerged as a significant setback for the industry, leading to regulatory interventions by the Reserve Bank of India (RBI). The RBI introduced comprehensive regulations to govern the microfinance sector, which included setting interest rate caps, defining eligibility criteria for MFIs, and establishing guidelines for fair practices.</p>\r\n\r\n<ol start=\"4\">\r\n 	<li><p><strong>Post-2010: Formalization and Diversification</strong> After the regulatory interventions, the microfinance sector in India underwent a process of formalization. MFIs and SHGs continued to play a crucial role in providing microcredit to the underserved, while new players, including Small Finance Banks (SFBs), emerged as specialized institutions catering to the financial needs of low-income segments.</p></li>\r\n</ol>\r\n<p>\r\nToday, <a href=\"https://www.ibef.org/blogs/evolution-of-micro-finance-in-india\" target=\"_blank\" rel=\"noopener\">microfinance in India</a> has evolved into a well-regulated and diverse industry, catering to millions of individuals and small businesses. It continues to be a vital tool for poverty alleviation, women\'s empowerment, and promoting financial inclusion in both rural and urban areas of the country.\r\n</p>\r\n<p>\r\nOverall, the history of microfinance in India reflects a transformative journey, from informal credit practices to a formalized, regulated, and dynamic sector, playing a pivotal role in the socioeconomic development of the nation.\r\n</p>\r\n<br>\r\n<p>\r\n<a href=\"https://arukustech.com/about-arukus-technologies/\" target=\"_blank\" rel=\"noopener\"><em>Arukus Technologies</a> has been working closely with MFIs and NBFCs that are focussed on the rural sector in India, by providing technology enabled smart solutions designed to address the key pain points of microfinance institutions.</em></p>','History of Microfinance in India','','inherit','closed','closed','','402-revision-v1','','','2023-12-14 08:28:57','2023-12-14 08:28:57','',402,'https://arukustech.com/?p=1219',0,'revision','',0),(1221,1,'2023-12-20 13:43:22','2023-12-20 13:43:22','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Dynamic Risk Scoring Image','dynamic_risk_scoring_image','publish','closed','closed','','field_6582ee077c549','','','2023-12-20 13:43:22','2023-12-20 13:43:22','',348,'https://arukustech.com/?post_type=acf-field&p=1221',10,'acf-field','',0),(1222,1,'2023-12-20 13:43:22','2023-12-20 13:43:22','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Dynamic Risk Scoring Main Title','dynamic_risk_scoring_main_title','publish','closed','closed','','field_6582ef2c7c54b','','','2023-12-20 13:43:22','2023-12-20 13:43:22','',348,'https://arukustech.com/?post_type=acf-field&p=1222',11,'acf-field','',0),(1223,1,'2023-12-20 13:43:23','2023-12-20 13:43:23','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Dynamic Risk Scoring Main Content','dynamic_risk_scoring_main_content','publish','closed','closed','','field_6582ee577c54a','','','2023-12-20 13:43:23','2023-12-20 13:43:23','',348,'https://arukustech.com/?post_type=acf-field&p=1223',12,'acf-field','',0),(1224,1,'2023-12-20 13:44:31','2023-12-20 13:44:31','','Enterprise Risk Management (3)','','inherit','open','closed','','enterprise-risk-management-3','','','2023-12-20 13:44:31','2023-12-20 13:44:31','',215,'https://arukustech.com/wp-content/uploads/2023/12/Enterprise-Risk-Management-3.jpg',0,'attachment','image/jpeg',0),(1225,1,'2023-12-20 13:45:39','2023-12-20 13:45:39','<strong>Empowering MFIs and NBFCs: The Necessity of an Enterprise Risk Management Tool</strong>\r\n\r\nIn the ever-evolving landscape of Microfinance Institutions (MFI) and Non-Banking Financial Companies (NBFCs), effective risk management is the linchpin of success and sustainability. MFIs and NBFCs encounter diverse risks, ranging from strategic and operational risks to regulatory compliance, reputational, financial, environmental, and political risks. To navigate these complexities and ensure long-term growth, a robust Enterprise Risk Management (ERM) tool is essential. Let\'s delve into the significance of an ERM tool and how it aids in grading risks and guiding institutions from higher risk to lower risks by tracking unit-level risk scores.<br><br>\r\n\r\n\r\n<strong>The Need for an Enterprise Risk Management Tool:</strong><br><br>\r\n\r\n<strong>Comprehensive Risk Identification:</strong> MFIs and NBFCs face a myriad of risks in their operations, from potential strategic missteps to operational inefficiencies and compliance challenges. An ERM tool enables organizations to comprehensively identify and assess risks across all dimensions, providing a holistic view of potential threats.<br><br>\r\n\r\n<strong>Proactive Risk Mitigation:</strong> To thrive in a competitive market, organizations must proactively address risks before they escalate. An ERM tool facilitates early detection of risks, allowing swift and targeted mitigation strategies, ensuring smooth operations and safeguarding reputation.<br><br>\r\n\r\n<strong>Regulatory Compliance:</strong> The financial landscape is heavily regulated, and non-compliance can lead to severe consequences. An ERM tool aids MFIs and NBFCs in tracking and adhering to ever-changing regulatory requirements, ensuring compliance at all levels of the organization.<br><br>\r\n\r\n<strong>Preserving Reputation:</strong> Reputational risk is a significant concern for financial institutions. A single negative event can have a lasting impact on customer trust and brand reputation. An ERM tool helps in identifying potential reputational risks and deploying measures to protect the organization\'s image.<br><br>\r\n\r\n<strong>Leveraging Arukus Technologies ERM Tool for Risk Grading and Mitigation:</strong><br><br>\r\n\r\n<strong>Risk Grading and Scoring:</strong> Arukus Technologies ERM tool provides a systematic framework for grading risks based on their potential impact and likelihood of occurrence. Assigning risk scores allows organizations to prioritize and allocate resources to address the most critical risks effectively.<br><br>\r\n\r\n<strong>Tracking Unit-Level Risk Scores:</strong> MFIs and NBFCs consist of multiple units or departments, each having distinct risk exposures. An ERM tool enables tracking and monitoring unit-level risk scores, allowing targeted risk management strategies for each department.<br><br>\r\n\r\n<strong>Risk Mitigation Strategies: </strong>Armed with real-time data and insights, organizations can devise tailored risk mitigation strategies. The ERM tool aids in implementing controls and preventive measures to move from higher-risk areas to lower-risk zones, bolstering overall resilience.<br><br>\r\n\r\n<strong>Data-Backed Decision Making:</strong> Informed decision-making is a hallmark of successful organizations. Arukus Technologies ERM tool equips MFIs and NBFCs with data-driven insights, enabling management to make well-informed decisions for risk reduction and organizational growth.<br><br>\r\n\r\n\r\nArukus Technologies designed the Enterprise Risk Management tool which is proving to be a game-changer for MFIs and NBFCs by offering a proactive and holistic approach to manage risks across various domains. From strategic planning to operational efficiency, regulatory compliance, and reputational protection, the ERM tool empowers financial institutions to identify, grade, and address risks efficiently. By tracking unit-level risk scores, organizations can implement targeted risk mitigation strategies and move toward a future of minimized risk exposure, securing a path of long-term success and resilience in an increasingly dynamic financial landscape.','Enterprise Risk Management','','inherit','closed','closed','','215-revision-v1','','','2023-12-20 13:45:39','2023-12-20 13:45:39','',215,'https://arukustech.com/?p=1225',0,'revision','',0),(1226,0,'2023-12-30 12:41:47','2023-12-30 12:41:47','805431','abc@mail.com','','publish','closed','closed','','abcmail-com','','','2023-12-30 12:41:47','2023-12-30 12:41:47','',0,'https://arukustech.com/downloaded-brochure/abcmail-com/',0,'downloaded-brochure','',0),(1228,1,'2023-12-31 08:13:57','2023-12-31 08:13:57','','Landing','','publish','closed','closed','','landing','','','2024-01-03 08:08:13','2024-01-03 08:08:13','',0,'https://arukustech.com/?page_id=1228',0,'page','',0),(1229,1,'2023-12-31 08:13:57','2023-12-31 08:13:57','','Landing','','inherit','closed','closed','','1228-revision-v1','','','2023-12-31 08:13:57','2023-12-31 08:13:57','',1228,'https://arukustech.com/?p=1229',0,'revision','',0),(1230,1,'2023-12-31 08:14:35','2023-12-31 08:14:35','','Risk Management','','publish','closed','closed','','risk-management','','','2024-01-03 14:39:56','2024-01-03 14:39:56','',1228,'https://arukustech.com/?page_id=1230',0,'page','',0),(1231,1,'2023-12-31 08:14:35','2023-12-31 08:14:35','','Risk Management','','inherit','closed','closed','','1230-revision-v1','','','2023-12-31 08:14:35','2023-12-31 08:14:35','',1230,'https://arukustech.com/?p=1231',0,'revision','',0),(1232,1,'2023-12-31 08:32:57','2023-12-31 08:32:57','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"1230\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Landing for Risk Management','landing-for-risk-management','publish','closed','closed','','group_6591231410353','','','2023-12-31 08:32:57','2023-12-31 08:32:57','',0,'https://arukustech.com/?post_type=acf-field-group&#038;p=1232',0,'acf-field-group','',0),(1233,1,'2023-12-31 08:32:32','2023-12-31 08:32:32','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Main Heading','banner_main_heading','publish','closed','closed','','field_65912314a962b','','','2023-12-31 08:32:32','2023-12-31 08:32:32','',1232,'https://arukustech.com/?post_type=acf-field&p=1233',0,'acf-field','',0),(1234,1,'2023-12-31 08:32:33','2023-12-31 08:32:33','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Banner Content','banner_content','publish','closed','closed','','field_65912335a962c','','','2023-12-31 08:32:33','2023-12-31 08:32:33','',1232,'https://arukustech.com/?post_type=acf-field&p=1234',1,'acf-field','',0),(1235,1,'2023-12-31 08:32:33','2023-12-31 08:32:33','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','How it Works Heading','how_it_works_heading','publish','closed','closed','','field_65912345a962d','','','2023-12-31 08:32:33','2023-12-31 08:32:33','',1232,'https://arukustech.com/?post_type=acf-field&p=1235',2,'acf-field','',0),(1236,1,'2023-12-31 08:32:34','2023-12-31 08:32:34','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','How it Works First Title','how_it_works_first_title','publish','closed','closed','','field_65912352a962e','','','2023-12-31 08:32:34','2023-12-31 08:32:34','',1232,'https://arukustech.com/?post_type=acf-field&p=1236',3,'acf-field','',0),(1237,1,'2023-12-31 08:32:35','2023-12-31 08:32:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','How it Works First Content','how_it_works_first_content','publish','closed','closed','','field_65912365a962f','','','2023-12-31 08:32:35','2023-12-31 08:32:35','',1232,'https://arukustech.com/?post_type=acf-field&p=1237',4,'acf-field','',0),(1238,1,'2023-12-31 08:32:36','2023-12-31 08:32:36','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','How it Works Second Title','how_it_works_second_title','publish','closed','closed','','field_65912376a9630','','','2023-12-31 08:32:36','2023-12-31 08:32:36','',1232,'https://arukustech.com/?post_type=acf-field&p=1238',5,'acf-field','',0),(1239,1,'2023-12-31 08:32:37','2023-12-31 08:32:37','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','How it Works Second Content','how_it_works_second_content','publish','closed','closed','','field_65912381a9631','','','2023-12-31 08:32:37','2023-12-31 08:32:37','',1232,'https://arukustech.com/?post_type=acf-field&p=1239',6,'acf-field','',0),(1240,1,'2023-12-31 08:32:38','2023-12-31 08:32:38','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','How it Works Third Title','how_it_works_third_title','publish','closed','closed','','field_659123bca9632','','','2023-12-31 08:32:38','2023-12-31 08:32:38','',1232,'https://arukustech.com/?post_type=acf-field&p=1240',7,'acf-field','',0),(1241,1,'2023-12-31 08:32:39','2023-12-31 08:32:39','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','How it Works Third Content','how_it_works_third_content','publish','closed','closed','','field_659123c6a9633','','','2023-12-31 08:32:39','2023-12-31 08:32:39','',1232,'https://arukustech.com/?post_type=acf-field&p=1241',8,'acf-field','',0),(1242,1,'2023-12-31 08:32:39','2023-12-31 08:32:39','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','How it Works Fourth Title','how_it_works_fourth_title','publish','closed','closed','','field_659123d8a9634','','','2023-12-31 08:32:39','2023-12-31 08:32:39','',1232,'https://arukustech.com/?post_type=acf-field&p=1242',9,'acf-field','',0),(1243,1,'2023-12-31 08:32:40','2023-12-31 08:32:40','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','How it Works Fourth Content','how_it_works_fourth_content','publish','closed','closed','','field_659123e4a9635','','','2023-12-31 08:32:40','2023-12-31 08:32:40','',1232,'https://arukustech.com/?post_type=acf-field&p=1243',10,'acf-field','',0),(1244,1,'2023-12-31 08:32:41','2023-12-31 08:32:41','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','How it Works Five Title','how_it_works_five_title','publish','closed','closed','','field_659123eca9636','','','2023-12-31 08:32:41','2023-12-31 08:32:41','',1232,'https://arukustech.com/?post_type=acf-field&p=1244',11,'acf-field','',0),(1245,1,'2023-12-31 08:32:42','2023-12-31 08:32:42','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','How it Works Five Content','how_it_works_five_content','publish','closed','closed','','field_659123f8a9637','','','2023-12-31 08:32:42','2023-12-31 08:32:42','',1232,'https://arukustech.com/?post_type=acf-field&p=1245',12,'acf-field','',0),(1246,1,'2023-12-31 08:32:43','2023-12-31 08:32:43','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Step One Heading','step_one_heading','publish','closed','closed','','field_659125d4a9638','','','2023-12-31 08:32:43','2023-12-31 08:32:43','',1232,'https://arukustech.com/?post_type=acf-field&p=1246',13,'acf-field','',0),(1247,1,'2023-12-31 08:32:44','2023-12-31 08:32:44','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Step One Content','step_one_content','publish','closed','closed','','field_659125dfa9639','','','2023-12-31 08:32:44','2023-12-31 08:32:44','',1232,'https://arukustech.com/?post_type=acf-field&p=1247',14,'acf-field','',0),(1248,1,'2023-12-31 08:32:45','2023-12-31 08:32:45','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Step One Image','step_one_image','publish','closed','closed','','field_659125f7a963a','','','2023-12-31 08:32:45','2023-12-31 08:32:45','',1232,'https://arukustech.com/?post_type=acf-field&p=1248',15,'acf-field','',0),(1249,1,'2023-12-31 08:32:45','2023-12-31 08:32:45','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Step Two Heading','step_two_heading','publish','closed','closed','','field_65912616a963b','','','2023-12-31 08:32:45','2023-12-31 08:32:45','',1232,'https://arukustech.com/?post_type=acf-field&p=1249',16,'acf-field','',0),(1250,1,'2023-12-31 08:32:46','2023-12-31 08:32:46','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Step Two Content','step_two_content','publish','closed','closed','','field_65912623a963c','','','2023-12-31 08:32:46','2023-12-31 08:32:46','',1232,'https://arukustech.com/?post_type=acf-field&p=1250',17,'acf-field','',0),(1251,1,'2023-12-31 08:32:47','2023-12-31 08:32:47','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Step Two Image','step_two_image','publish','closed','closed','','field_6591262fa963d','','','2023-12-31 08:32:47','2023-12-31 08:32:47','',1232,'https://arukustech.com/?post_type=acf-field&p=1251',18,'acf-field','',0),(1252,1,'2023-12-31 08:32:48','2023-12-31 08:32:48','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Step Three Heading','step_three_heading','publish','closed','closed','','field_65912650a963e','','','2023-12-31 08:32:48','2023-12-31 08:32:48','',1232,'https://arukustech.com/?post_type=acf-field&p=1252',19,'acf-field','',0),(1253,1,'2023-12-31 08:32:49','2023-12-31 08:32:49','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Step Three Content','step_three_content','publish','closed','closed','','field_65912655a963f','','','2023-12-31 08:32:49','2023-12-31 08:32:49','',1232,'https://arukustech.com/?post_type=acf-field&p=1253',20,'acf-field','',0),(1254,1,'2023-12-31 08:32:50','2023-12-31 08:32:50','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Step Three Image','step_three_image','publish','closed','closed','','field_65912664a9640','','','2023-12-31 08:32:50','2023-12-31 08:32:50','',1232,'https://arukustech.com/?post_type=acf-field&p=1254',21,'acf-field','',0),(1255,1,'2023-12-31 08:32:51','2023-12-31 08:32:51','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Step Four Title','step_four_title','publish','closed','closed','','field_6591268aa9641','','','2023-12-31 08:32:51','2023-12-31 08:32:51','',1232,'https://arukustech.com/?post_type=acf-field&p=1255',22,'acf-field','',0),(1256,1,'2023-12-31 08:32:52','2023-12-31 08:32:52','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Step Four Content','step_four_content','publish','closed','closed','','field_6591269ba9642','','','2023-12-31 08:32:52','2023-12-31 08:32:52','',1232,'https://arukustech.com/?post_type=acf-field&p=1256',23,'acf-field','',0),(1257,1,'2023-12-31 08:32:52','2023-12-31 08:32:52','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Step Four Image','step_four_image','publish','closed','closed','','field_659126aba9643','','','2023-12-31 08:32:52','2023-12-31 08:32:52','',1232,'https://arukustech.com/?post_type=acf-field&p=1257',24,'acf-field','',0),(1258,1,'2023-12-31 08:32:53','2023-12-31 08:32:53','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Step Five Title','step_five_title','publish','closed','closed','','field_659126cca9644','','','2023-12-31 08:32:53','2023-12-31 08:32:53','',1232,'https://arukustech.com/?post_type=acf-field&p=1258',25,'acf-field','',0),(1259,1,'2023-12-31 08:32:54','2023-12-31 08:32:54','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Step Five Content','step_five_content','publish','closed','closed','','field_659126e1a9645','','','2023-12-31 08:32:54','2023-12-31 08:32:54','',1232,'https://arukustech.com/?post_type=acf-field&p=1259',26,'acf-field','',0),(1260,1,'2023-12-31 08:32:55','2023-12-31 08:32:55','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Step Five Image','step_five_image','publish','closed','closed','','field_659126f1a9646','','','2023-12-31 08:32:55','2023-12-31 08:32:55','',1232,'https://arukustech.com/?post_type=acf-field&p=1260',27,'acf-field','',0),(1261,1,'2023-12-31 08:32:56','2023-12-31 08:32:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Frequently asked questions Heading','frequently_asked_questions_heading','publish','closed','closed','','field_6591270da9647','','','2023-12-31 08:32:56','2023-12-31 08:32:56','',1232,'https://arukustech.com/?post_type=acf-field&p=1261',28,'acf-field','',0),(1262,0,'2024-01-01 05:47:15','2024-01-01 05:47:15','Requested email is shrisaitelecom11157@gmail.com and phone no is: +917666010461','nilesh more','','publish','closed','closed','','nilesh-more','','','2024-01-01 05:47:15','2024-01-01 05:47:15','',0,'https://arukustech.com/demo-request/nilesh-more/',0,'demo-request','',0),(1263,1,'2024-01-02 10:22:40','2024-01-02 10:22:40','','Picture1','','inherit','open','closed','','picture1','','','2024-01-02 10:22:40','2024-01-02 10:22:40','',1230,'https://arukustech.com/wp-content/uploads/2024/01/Picture1.png',0,'attachment','image/png',0),(1264,1,'2024-01-02 10:24:27','2024-01-02 10:24:27','','Branch in Developed Market (1)','','inherit','open','closed','','branch-in-developed-market-1','','','2024-01-02 10:24:27','2024-01-02 10:24:27','',1230,'https://arukustech.com/wp-content/uploads/2024/01/Branch-in-Developed-Market-1.png',0,'attachment','image/png',0),(1265,1,'2024-01-02 10:29:29','2024-01-02 10:29:29','','Branch in Developed Market (2)','','inherit','open','closed','','branch-in-developed-market-2','','','2024-01-02 10:29:29','2024-01-02 10:29:29','',1230,'https://arukustech.com/wp-content/uploads/2024/01/Branch-in-Developed-Market-2.png',0,'attachment','image/png',0),(1266,1,'2024-01-02 10:31:38','2024-01-02 10:31:38','','Continuous-real-time-risk-monitoring-with-intuitive-dashboards-1-1024x692-1','','inherit','open','closed','','continuous-real-time-risk-monitoring-with-intuitive-dashboards-1-1024x692-1','','','2024-01-02 10:31:38','2024-01-02 10:31:38','',1230,'https://arukustech.com/wp-content/uploads/2024/01/Continuous-real-time-risk-monitoring-with-intuitive-dashboards-1-1024x692-1.png',0,'attachment','image/png',0),(1267,1,'2024-01-02 10:31:57','2024-01-02 10:31:57','','Risk Management','','inherit','closed','closed','','1230-revision-v1','','','2024-01-02 10:31:57','2024-01-02 10:31:57','',1230,'https://arukustech.com/?p=1267',0,'revision','',0),(1268,1,'2024-01-02 10:41:21','2024-01-02 10:41:21','<div class=\"form_wrapper\"><div class=\"portion\">[text* your_full_name class:input_panel placeholder \"Your Name\"]</div><div class=\"portion\">[text* your_designation class:input_panel placeholder \"Your Designation\"]</div><div class=\"portion\">[text* name_of_institution class:input_panel placeholder \"Name of Institution\"]</div><div class=\"portion country\">[tel* countrytext-430 id:contactFormPageSec class:input_panel placeholder \"Your Phone Number\"]</div><div class=\"portion\">[email* your_email_address class:input_panel placeholder \"Your Email Id\"]</div><div class=\"portion\">[submit \"ARRANGE A DEMO\"]</div></div>\n1\nRisk Management Landing Page Demo\n[your_full_name] < [your_email_address]\n[_site_admin_email]\nFrom: [your_full_name] < [your_email_address]\r\nSubject: Risk Management Landing Page Demo\r\n\r\nMessage Body:\r\nName: [your_full_name]\r\nYour Designation: [your_designation]\r\nInstitute Name: [name_of_institution]\r\nMobile No: [countrytext-430]\r\nEmail Address: [your_email_address]\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nBcc: sales@arukustech.com\nReply-To: [your_email_address]\n\n\n\n1\nThank you for your interest in Arukus Technologies Enterprise Risk Management Solution.\n[_site_title] <info@arukustech.com>\n[your_email_address]\n<html lang=en><meta charset=utf-8><title>Arukus Technologies</title><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css rel=stylesheet><style>html{width:100%;margin:0;padding:0}body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;margin:0;padding:0;-webkit-font-smoothing:antialiased}table{border-spacing:0}img{display:block!important;outline:0;text-decoration:none;-ms-interpolation-mode:bicubic;border:none;height:auto;line-height:100%}img.image-inline{display:inline-block!important}p{padding:0;margin:0}br{line-height:0!important}a,b,div,em,i,li,p,span,strong,td{-webkit-text-size-adjust:none}table td,table tr{border-collapse:collapse}table{border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0}@media screen and (max-width:100%){table[class=table-wrappper]{width:100%!important}td[class=content-left-gap]{width:5%!important}table[class=content-table],td[class=content-table]{width:100%!important}td[class=banner-image] img{width:100%!important}table[class=main-table-wrappper]{width:100%!important}td[class=gap-01]{height:15px!important}td[class=space-01]{width:15px!important}table[class=table-wrappper] .heading01{font-size:20px!important}table[class=table-wrappper] .text01{font-size:14px!important;margin-bottom:24px!important}table[class=table-wrappper] .heading02{font-size:24px!important}td[class=content-border]{height:25px!important}table[class=table-wrappper] .heading03{font-size:18px!important}table[class=table-wrappper] .email-link{display:block!important;margin:10px 0!important}}@media screen and (max-width:420px){table[class=brand]{width:100%!important;text-align:left!important}table[class=website-btn]{width:100%!important;text-align:left!important}table[class=website-btn-tbl]{width:130px!important}}</style><body style=background-color:#d7d7d7><table align=left cellpadding=0 cellspacing=0 style=\"width:100%;border-left:15px solid #d7d7d7;border-right:15px solid #d7d7d7\"bgcolor=#d7d7d7><tr><td height=28 class=gap-01><tr><td class=main-td><table align=left cellpadding=0 cellspacing=0 class=main-table-wrappper style=width:800px bgcolor=#ffffff><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td height=15 colspan=4><tr><td width=20><td align=left valign=top><table align=left cellpadding=0 cellspacing=0 class=brand style=width:109px><tr><td align=left><a href=https://arukustech.com/ style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Arukus Technologies height=39 src=https://arukustech.com/wp-content/uploads/2023/07/logo-web.jpg style=border:none title=Arukus Technologies width=150></a></table><td align=right style=padding-top:9px valign=top><table align=right cellpadding=0 cellspacing=0 class=website-btn style=width:130px width=130><tr><td height=1 class=gap-01><tr><td align=right><table align=right cellpadding=0 cellspacing=0 class=website-btn-tbl width=100%><tr><td align=right style=height:35px><a href=https://arukustech.com style=color:#fff;border-radius:4px;background-color:#eb553c;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;width:108px;height:15px;display:block;text-align:left;text-decoration:none;padding:10px;cursor:pointer;line-height:15px>Visit Website</a></table></table><td width=20><tr><td height=15 colspan=4></table><tr><td class=banner-image><a href=# style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Banner height=175 src=https://arukustech.com/wp-content/uploads/2023/07/mail_banner.png style=border:none; box-sizing:border-box; title=Banner width=800></a><tr><td height=25 class=gap-01><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td class=content-left-gap width=25><td><table align=left cellpadding=0 cellspacing=0 class=content-table style=width:100%><tr><td align=left><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\"class=text01><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\">Dear [your_full_name],<br><br>Thank you for your interest in Arukus Technologies and for booking a demo of our cutting-edge financial software solutions.<br><br> During the demo, we will walk you through our advanced ERM features, integration capabilities, flexible configuration settings and more. Please ensure that you have a stable internet connection and access to a computer or device for the demo. Our team will reach out to you shortly before the scheduled time with all the necessary details to join the online session.<br><br> If you have any queries or require further assistance, please do not hesitate to reach out to our dedicated support team at <a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link>info@arukustech.com</a>. <br><br>Looking forward to meeting you during the demo and exploring how Arukus Technologies can contribute to your institutions growth and success.<br><br>Best regards,<br>Arukus Technologies<tr><td height=38 class=content-border style=\"border-top:1px solid #cfcece\"><tr><td align=center><p style=\"margin:0 0 6px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#293a47;font-weight:700\"class=heading03>Get connected with us!<p style=\"margin:0 0 10px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#293a47\"class=text01><a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link><i class=\"fa-solid fa-envelope\"></i> info@arukustech.com</a><a href=\"tel:(033) 4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none><i class=\"fa-solid fa-phone-volume\"></i> (033) 4808-9668</a><tr><td height=20><tr><td align=center><p style=margin:0;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47>&copy;  Copyright 2024. All Rights Reserved.<tr><td height=20></table><td class=content-left-gap width=25></table><tr><td height=9 bgcolor=#293a47></table><tr><td height=28 class=gap-01></table>\';\nReply-To: [_site_admin_email]\n\n1\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.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.','Risk Management Landing','','publish','closed','closed','','risk-management-landing','','','2024-01-03 11:25:34','2024-01-03 11:25:34','',0,'https://arukustech.com/?post_type=wpcf7_contact_form&#038;p=1268',0,'wpcf7_contact_form','',0),(1269,1,'2024-01-02 11:21:29','2024-01-02 11:21:29','','New Action','','private','closed','closed','','new-action-2','','','2024-01-03 11:25:35','2024-01-03 11:25:35','',0,'https://arukustech.com/?wpcf7r_action=new-action-2',1,'wpcf7r_action','',0),(1270,1,'2024-01-02 13:44:30','2024-01-02 13:44:30','','Risk Management','','inherit','closed','closed','','1230-revision-v1','','','2024-01-02 13:44:30','2024-01-02 13:44:30','',1230,'https://arukustech.com/?p=1270',0,'revision','',0),(1271,1,'2024-01-02 14:34:52','2024-01-02 14:34:52','','Risk Management','','inherit','closed','closed','','1230-revision-v1','','','2024-01-02 14:34:52','2024-01-02 14:34:52','',1230,'https://arukustech.com/?p=1271',0,'revision','',0),(1272,1,'2024-01-02 14:36:00','2024-01-02 14:36:00','','Risk Management','','inherit','closed','closed','','1230-revision-v1','','','2024-01-02 14:36:00','2024-01-02 14:36:00','',1230,'https://arukustech.com/?p=1272',0,'revision','',0),(1273,1,'2024-01-02 14:36:58','2024-01-02 14:36:58','','Risk Management','','inherit','closed','closed','','1230-revision-v1','','','2024-01-02 14:36:58','2024-01-02 14:36:58','',1230,'https://arukustech.com/?p=1273',0,'revision','',0),(1274,1,'2024-01-02 14:37:27','2024-01-02 14:37:27','','Risk Management','','inherit','closed','closed','','1230-revision-v1','','','2024-01-02 14:37:27','2024-01-02 14:37:27','',1230,'https://arukustech.com/?p=1274',0,'revision','',0),(1275,1,'2024-01-03 07:20:41','2024-01-03 07:20:41','','Risk Management','','inherit','closed','closed','','1230-revision-v1','','','2024-01-03 07:20:41','2024-01-03 07:20:41','',1230,'https://arukustech.com/?p=1275',0,'revision','',0),(1276,1,'2024-01-03 11:20:22','2024-01-03 11:20:22','<h1><img src=\"https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1000\" /> for Your Interest in  <a href=\"https://arukustech.com\">Arukus Technologies!</a> </h1> \r\n<p>Thank you for taking the first step towards exploring our cutting-edge ERM solutions for your institution. We have received your request, and our team is excited to show you the power of Arukus Technologies in action!</p>','ERM Demo - Thank You','','publish','closed','closed','','erm-demo-thank-you','','','2024-01-03 12:16:38','2024-01-03 12:16:38','',0,'https://arukustech.com/?page_id=1276',0,'page','',0),(1277,1,'2024-01-03 11:19:35','2024-01-03 11:19:35','','thank-you-300x300','','inherit','open','closed','','thank-you-300x300','','','2024-01-03 11:19:35','2024-01-03 11:19:35','',1276,'https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png',0,'attachment','image/png',0),(1278,1,'2024-01-03 11:20:04','2024-01-03 11:20:04','<h1><img src=\"https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1000\" /> for Your Interest in  <a href=\"https://arukustech.com\">Arukus Technologies!</a> </h1> \r\n<p>Thank you for taking the first step towards exploring our cutting-edge solutions for your microfinance institution.We have received your request, and our team is excited to show you the power of Arukus Technologies in action!</p>','Booking a Demo - Thank you','','inherit','closed','closed','','1020-revision-v1','','','2024-01-03 11:20:04','2024-01-03 11:20:04','',1020,'https://arukustech.com/?p=1278',0,'revision','',0),(1279,1,'2024-01-03 11:20:22','2024-01-03 11:20:22','<h1><img src=\"https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1000\" /> for Your Interest in  <a href=\"https://arukustech.com\">Arukus Technologies!</a> </h1> \r\n<p>Thank you for taking the first step towards exploring our cutting-edge solutions for your microfinance institution.We have received your request, and our team is excited to show you the power of Arukus Technologies in action!</p>','ERM Demo - Thank You','','inherit','closed','closed','','1276-revision-v1','','','2024-01-03 11:20:22','2024-01-03 11:20:22','',1276,'https://arukustech.com/?p=1279',0,'revision','',0),(1280,1,'2024-01-03 12:16:38','2024-01-03 12:16:38','<h1><img src=\"https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1000\" /> for Your Interest in  <a href=\"https://arukustech.com\">Arukus Technologies!</a> </h1> \r\n<p>Thank you for taking the first step towards exploring our cutting-edge ERM solutions for your institution. We have received your request, and our team is excited to show you the power of Arukus Technologies in action!</p>','ERM Demo - Thank You','','inherit','closed','closed','','1276-revision-v1','','','2024-01-03 12:16:38','2024-01-03 12:16:38','',1276,'https://arukustech.com/?p=1280',0,'revision','',0),(1281,1,'2024-01-03 14:39:47','2024-01-03 14:39:47','','risk_new1','','inherit','open','closed','','risk_new1','','','2024-01-03 14:39:47','2024-01-03 14:39:47','',1230,'https://arukustech.com/wp-content/uploads/2024/01/risk_new1.png',0,'attachment','image/png',0),(1282,1,'2024-01-03 14:39:56','2024-01-03 14:39:56','','Risk Management','','inherit','closed','closed','','1230-revision-v1','','','2024-01-03 14:39:56','2024-01-03 14:39:56','',1230,'https://arukustech.com/?p=1282',0,'revision','',0),(1283,0,'2024-01-03 17:11:34','2024-01-03 17:11:34','949757','Compliance@mucbank.com','','publish','closed','closed','','compliancemucbank-com','','','2024-01-03 17:11:34','2024-01-03 17:11:34','',0,'https://arukustech.com/downloaded-brochure/compliancemucbank-com/',0,'downloaded-brochure','',0),(1284,0,'2024-01-05 08:48:18','2024-01-05 08:48:18','Requested email is rajasekaran.nrk@pragatifin.com and phone no is: +919841435309','Rajasekaran NRK','','publish','closed','closed','','rajasekaran-nrk','','','2024-01-05 08:48:18','2024-01-05 08:48:18','',0,'https://arukustech.com/demo-request/rajasekaran-nrk/',0,'demo-request','',0),(1285,0,'2024-01-16 11:28:14','2024-01-16 11:28:14','306168','ravi7.gupta@tatacapital.com','','publish','closed','closed','','ravi7-guptatatacapital-com','','','2024-01-16 11:28:14','2024-01-16 11:28:14','',0,'https://arukustech.com/downloaded-brochure/ravi7-guptatatacapital-com/',0,'downloaded-brochure','',0),(1287,0,'2024-01-19 07:19:02','2024-01-19 07:19:02','422081','Ramkumar47337@gmail.com','','publish','closed','closed','','ramkumar47337gmail-com','','','2024-01-19 07:19:02','2024-01-19 07:19:02','',0,'https://arukustech.com/downloaded-brochure/ramkumar47337gmail-com/',0,'downloaded-brochure','',0),(1289,0,'2024-01-19 11:36:28','2024-01-19 11:36:28','Requested email is mohaniraj.k@sharpfinserv.in and phone no is: +919967545618','Mohaniraj','','publish','closed','closed','','mohaniraj','','','2024-01-19 11:36:28','2024-01-19 11:36:28','',0,'https://arukustech.com/demo-request/mohaniraj/',0,'demo-request','',0),(1290,0,'2024-01-21 00:30:41','2024-01-21 00:30:41','Requested email is qurshidara1986@gmail.com and phone no is: +919040081521','qurshid ara','','publish','closed','closed','','qurshid-ara','','','2024-01-21 00:30:41','2024-01-21 00:30:41','',0,'https://arukustech.com/demo-request/qurshid-ara/',0,'demo-request','',0),(1291,1,'2024-01-23 08:09:22','2024-01-23 08:09:22','','Field Track-O','','publish','closed','closed','','field-track-o','','','2024-02-19 13:54:08','2024-02-19 13:54:08','',1228,'https://arukustech.com/?page_id=1291',0,'page','',0),(1292,1,'2024-01-23 08:09:22','2024-01-23 08:09:22','','Field Track-O','','inherit','closed','closed','','1291-revision-v1','','','2024-01-23 08:09:22','2024-01-23 08:09:22','',1291,'https://arukustech.com/?p=1292',0,'revision','',0),(1293,1,'2024-01-23 08:36:37','2024-01-23 08:36:37','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"1291\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','Landing for Field Track-O','landing-for-field-track-o','publish','closed','closed','','group_65af74579e6a0','','','2024-02-19 13:35:28','2024-02-19 13:35:28','',0,'https://arukustech.com/?post_type=acf-field-group&#038;p=1293',0,'acf-field-group','',0),(1294,1,'2024-01-23 08:36:14','2024-01-23 08:36:14','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Heading','banner_heading','publish','closed','closed','','field_65af745925d07','','','2024-01-23 08:36:14','2024-01-23 08:36:14','',1293,'https://arukustech.com/?post_type=acf-field&p=1294',0,'acf-field','',0),(1295,1,'2024-01-23 08:36:14','2024-01-23 08:36:14','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Banner Sub Heading','banner_sub_heading','publish','closed','closed','','field_65af747525d08','','','2024-01-23 08:36:14','2024-01-23 08:36:14','',1293,'https://arukustech.com/?post_type=acf-field&p=1295',1,'acf-field','',0),(1296,1,'2024-01-23 08:36:15','2024-01-23 08:36:15','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Banner Content','banner_content','publish','closed','closed','','field_65af748225d09','','','2024-01-23 08:36:15','2024-01-23 08:36:15','',1293,'https://arukustech.com/?post_type=acf-field&p=1296',2,'acf-field','',0),(1297,1,'2024-01-23 08:36:16','2024-01-23 08:36:16','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Managing field workforce Heading','managing_field_workforce_heading','publish','closed','closed','','field_65af749825d0a','','','2024-01-23 08:36:16','2024-01-23 08:36:16','',1293,'https://arukustech.com/?post_type=acf-field&p=1297',3,'acf-field','',0),(1298,1,'2024-01-23 08:36:17','2024-01-23 08:36:17','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','1st work flow icon','1st_work_flow_icon','publish','closed','closed','','field_65af74a725d0b','','','2024-01-23 15:37:04','2024-01-23 15:37:04','',1293,'https://arukustech.com/?post_type=acf-field&#038;p=1298',4,'acf-field','',0),(1299,1,'2024-01-23 08:36:17','2024-01-23 08:36:17','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','1st work flow Heading','1st_work_flow_heading','publish','closed','closed','','field_65af74b625d0c','','','2024-01-23 08:36:17','2024-01-23 08:36:17','',1293,'https://arukustech.com/?post_type=acf-field&p=1299',5,'acf-field','',0),(1300,1,'2024-01-23 08:36:18','2024-01-23 08:36:18','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','1st work flow Content','1st_work_flow_content','publish','closed','closed','','field_65af784825d0d','','','2024-01-23 08:36:18','2024-01-23 08:36:18','',1293,'https://arukustech.com/?post_type=acf-field&p=1300',6,'acf-field','',0),(1301,1,'2024-01-23 08:36:19','2024-01-23 08:36:19','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','2nd work flow Icon','2nd_work_flow_icon','publish','closed','closed','','field_65af785825d0e','','','2024-01-23 15:37:05','2024-01-23 15:37:05','',1293,'https://arukustech.com/?post_type=acf-field&#038;p=1301',7,'acf-field','',0),(1302,1,'2024-01-23 08:36:20','2024-01-23 08:36:20','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','2nd work flow Heading','2nd_work_flow_heading','publish','closed','closed','','field_65af787125d0f','','','2024-01-23 08:36:20','2024-01-23 08:36:20','',1293,'https://arukustech.com/?post_type=acf-field&p=1302',8,'acf-field','',0),(1303,1,'2024-01-23 08:36:20','2024-01-23 08:36:20','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','2nd work flow Content','2nd_work_flow_content','publish','closed','closed','','field_65af788025d10','','','2024-01-23 08:36:20','2024-01-23 08:36:20','',1293,'https://arukustech.com/?post_type=acf-field&p=1303',9,'acf-field','',0),(1304,1,'2024-01-23 08:36:21','2024-01-23 08:36:21','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','3rd work flow Icon','3rd_work_flow_icon','publish','closed','closed','','field_65af789025d11','','','2024-01-23 15:37:05','2024-01-23 15:37:05','',1293,'https://arukustech.com/?post_type=acf-field&#038;p=1304',10,'acf-field','',0),(1305,1,'2024-01-23 08:36:22','2024-01-23 08:36:22','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','3rd work flow Heading','3rd_work_flow_heading','publish','closed','closed','','field_65af789f25d12','','','2024-01-23 08:36:22','2024-01-23 08:36:22','',1293,'https://arukustech.com/?post_type=acf-field&p=1305',11,'acf-field','',0),(1306,1,'2024-01-23 08:36:23','2024-01-23 08:36:23','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','3rd work flow Content','3rd_work_flow_content','publish','closed','closed','','field_65af78ad25d13','','','2024-01-23 08:36:23','2024-01-23 08:36:23','',1293,'https://arukustech.com/?post_type=acf-field&p=1306',12,'acf-field','',0),(1307,1,'2024-01-23 08:36:23','2024-01-23 08:36:23','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','4th work flow Icon','4th_work_flow_icon','publish','closed','closed','','field_65af78bc25d14','','','2024-01-23 15:37:06','2024-01-23 15:37:06','',1293,'https://arukustech.com/?post_type=acf-field&#038;p=1307',13,'acf-field','',0),(1308,1,'2024-01-23 08:36:24','2024-01-23 08:36:24','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','4th work flow Heading','4th_work_flow_heading','publish','closed','closed','','field_65af78c925d15','','','2024-01-23 08:36:24','2024-01-23 08:36:24','',1293,'https://arukustech.com/?post_type=acf-field&p=1308',14,'acf-field','',0),(1309,1,'2024-01-23 08:36:25','2024-01-23 08:36:25','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','4th work flow Content','4th_work_flow_content','publish','closed','closed','','field_65af78d625d16','','','2024-01-23 08:36:25','2024-01-23 08:36:25','',1293,'https://arukustech.com/?post_type=acf-field&p=1309',15,'acf-field','',0),(1310,1,'2024-01-23 08:36:26','2024-01-23 08:36:26','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','5th work flow Icon','5th_work_flow_icon','publish','closed','closed','','field_65af78e225d17','','','2024-01-23 15:37:07','2024-01-23 15:37:07','',1293,'https://arukustech.com/?post_type=acf-field&#038;p=1310',16,'acf-field','',0),(1311,1,'2024-01-23 08:36:26','2024-01-23 08:36:26','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','5th work flow Heading','5th_work_flow_heading','publish','closed','closed','','field_65af78ef25d18','','','2024-01-23 08:36:26','2024-01-23 08:36:26','',1293,'https://arukustech.com/?post_type=acf-field&p=1311',17,'acf-field','',0),(1312,1,'2024-01-23 08:36:27','2024-01-23 08:36:27','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','5th work flow Content','5th_work_flow_content','publish','closed','closed','','field_65af78fd25d19','','','2024-01-23 08:36:27','2024-01-23 08:36:27','',1293,'https://arukustech.com/?post_type=acf-field&p=1312',18,'acf-field','',0),(1313,1,'2024-01-23 08:36:28','2024-01-23 08:36:28','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','6th work flow Icon','6th_work_flow_icon','publish','closed','closed','','field_65af790d25d1a','','','2024-01-23 15:37:08','2024-01-23 15:37:08','',1293,'https://arukustech.com/?post_type=acf-field&#038;p=1313',19,'acf-field','',0),(1314,1,'2024-01-23 08:36:29','2024-01-23 08:36:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','6th work flow Heading','6th_work_flow_heading','publish','closed','closed','','field_65af791925d1b','','','2024-01-23 08:36:29','2024-01-23 08:36:29','',1293,'https://arukustech.com/?post_type=acf-field&p=1314',20,'acf-field','',0),(1315,1,'2024-01-23 08:36:30','2024-01-23 08:36:30','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','6th work flow Content','6th_work_flow_content','publish','closed','closed','','field_65af792525d1c','','','2024-01-23 08:36:30','2024-01-23 08:36:30','',1293,'https://arukustech.com/?post_type=acf-field&p=1315',21,'acf-field','',0),(1316,1,'2024-01-23 08:36:31','2024-01-23 08:36:31','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Features Section Heading','features_section_heading','publish','closed','closed','','field_65af793625d1d','','','2024-01-23 08:36:31','2024-01-23 08:36:31','',1293,'https://arukustech.com/?post_type=acf-field&p=1316',22,'acf-field','',0),(1317,1,'2024-01-23 08:36:32','2024-01-23 08:36:32','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Microfinance Institutions Heading','microfinance_institutions_heading','publish','closed','closed','','field_65af794625d1e','','','2024-01-23 08:36:32','2024-01-23 08:36:32','',1293,'https://arukustech.com/?post_type=acf-field&p=1317',23,'acf-field','',0),(1318,1,'2024-01-23 08:36:32','2024-01-23 08:36:32','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Microfinance Institutions Image','microfinance_institutions_image','publish','closed','closed','','field_65af795425d1f','','','2024-01-23 08:36:32','2024-01-23 08:36:32','',1293,'https://arukustech.com/?post_type=acf-field&p=1318',24,'acf-field','',0),(1319,1,'2024-01-23 08:36:33','2024-01-23 08:36:33','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Microfinance Institutions Content','microfinance_institutions_content','publish','closed','closed','','field_65af797425d20','','','2024-01-23 08:36:33','2024-01-23 08:36:33','',1293,'https://arukustech.com/?post_type=acf-field&p=1319',25,'acf-field','',0),(1320,1,'2024-01-23 08:36:33','2024-01-23 08:36:33','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','NBFCs Heading','nbfcs_heading','publish','closed','closed','','field_65af798c25d21','','','2024-01-23 08:36:33','2024-01-23 08:36:33','',1293,'https://arukustech.com/?post_type=acf-field&p=1320',26,'acf-field','',0),(1321,1,'2024-01-23 08:36:34','2024-01-23 08:36:34','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','NBFCs Image','nbfcs_image','publish','closed','closed','','field_65af79cc25d22','','','2024-01-23 08:36:34','2024-01-23 08:36:34','',1293,'https://arukustech.com/?post_type=acf-field&p=1321',27,'acf-field','',0),(1322,1,'2024-01-23 08:36:35','2024-01-23 08:36:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','NBFCs Content','nbfcs_content','publish','closed','closed','','field_65af7a2425d23','','','2024-01-23 08:36:35','2024-01-23 08:36:35','',1293,'https://arukustech.com/?post_type=acf-field&p=1322',28,'acf-field','',0),(1323,1,'2024-01-23 08:36:35','2024-01-23 08:36:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Retail Finance Heading','retail_finance_heading','publish','closed','closed','','field_65af7a3425d24','','','2024-01-23 08:36:35','2024-01-23 08:36:35','',1293,'https://arukustech.com/?post_type=acf-field&p=1323',29,'acf-field','',0),(1324,1,'2024-01-23 08:36:36','2024-01-23 08:36:36','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Retail Finance Image','retail_finance_image','publish','closed','closed','','field_65af7a4125d25','','','2024-01-23 08:36:36','2024-01-23 08:36:36','',1293,'https://arukustech.com/?post_type=acf-field&p=1324',30,'acf-field','',0),(1325,1,'2024-01-23 08:36:37','2024-01-23 08:36:37','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Retail Finance Content','retail_finance_content','publish','closed','closed','','field_65af7a5a25d26','','','2024-01-23 08:36:37','2024-01-23 08:36:37','',1293,'https://arukustech.com/?post_type=acf-field&p=1325',31,'acf-field','',0),(1326,1,'2024-01-23 08:45:25','2024-01-23 08:45:25','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Housing Finance Image','housing_finance_image','publish','closed','closed','','field_65af7ad062b64','','','2024-01-23 15:37:08','2024-01-23 15:37:08','',1293,'https://arukustech.com/?post_type=acf-field&#038;p=1326',32,'acf-field','',0),(1327,1,'2024-01-23 08:45:26','2024-01-23 08:45:26','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Housing Finance Heading','housing_finance_heading','publish','closed','closed','','field_65af7ade62b65','','','2024-01-23 08:45:26','2024-01-23 08:45:26','',1293,'https://arukustech.com/?post_type=acf-field&p=1327',33,'acf-field','',0),(1328,1,'2024-01-23 08:45:27','2024-01-23 08:45:27','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Housing Finance Content','housing_finance_content','publish','closed','closed','','field_65af7af662b66','','','2024-01-23 08:45:27','2024-01-23 08:45:27','',1293,'https://arukustech.com/?post_type=acf-field&p=1328',34,'acf-field','',0),(1329,1,'2024-01-23 08:45:27','2024-01-23 08:45:27','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Insurance Image','insurance_image','publish','closed','closed','','field_65af7b0462b67','','','2024-01-23 15:37:09','2024-01-23 15:37:09','',1293,'https://arukustech.com/?post_type=acf-field&#038;p=1329',35,'acf-field','',0),(1330,1,'2024-01-23 08:45:28','2024-01-23 08:45:28','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Insurance Heading','insurance_heading','publish','closed','closed','','field_65af7b1662b68','','','2024-01-23 08:45:28','2024-01-23 08:45:28','',1293,'https://arukustech.com/?post_type=acf-field&p=1330',36,'acf-field','',0),(1331,1,'2024-01-23 08:45:29','2024-01-23 08:45:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Insurance Content','insurance_content','publish','closed','closed','','field_65af7b2562b69','','','2024-01-23 08:45:29','2024-01-23 08:45:29','',1293,'https://arukustech.com/?post_type=acf-field&p=1331',37,'acf-field','',0),(1332,1,'2024-01-23 08:45:29','2024-01-23 08:45:29','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Best in Class Heading','best_in_class_heading','publish','closed','closed','','field_65af7b4562b6a','','','2024-01-23 08:45:29','2024-01-23 08:45:29','',1293,'https://arukustech.com/?post_type=acf-field&p=1332',38,'acf-field','',0),(1333,1,'2024-01-23 08:45:30','2024-01-23 08:45:30','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Best in Class Sub Heading','best_in_class_sub_heading','publish','closed','closed','','field_65af7b5362b6b','','','2024-01-23 08:45:30','2024-01-23 08:45:30','',1293,'https://arukustech.com/?post_type=acf-field&p=1333',39,'acf-field','',0),(1334,1,'2024-01-23 08:45:31','2024-01-23 08:45:31','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Location Tracking Heading','location_tracking_heading','publish','closed','closed','','field_65af7b6262b6c','','','2024-01-23 08:45:31','2024-01-23 08:45:31','',1293,'https://arukustech.com/?post_type=acf-field&p=1334',40,'acf-field','',0),(1335,1,'2024-01-23 08:45:32','2024-01-23 08:45:32','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Location Tracking Image','location_tracking_image','publish','closed','closed','','field_65af7b6e62b6d','','','2024-01-23 08:45:32','2024-01-23 08:45:32','',1293,'https://arukustech.com/?post_type=acf-field&p=1335',41,'acf-field','',0),(1336,1,'2024-01-23 08:45:32','2024-01-23 08:45:32','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Location Tracking Content','location_tracking_content','publish','closed','closed','','field_65af7b8662b6e','','','2024-01-23 08:45:32','2024-01-23 08:45:32','',1293,'https://arukustech.com/?post_type=acf-field&p=1336',42,'acf-field','',0),(1337,1,'2024-01-23 08:45:33','2024-01-23 08:45:33','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','GEO tagged Attendance Title','geo_tagged_attendance_title','publish','closed','closed','','field_65af7b9662b6f','','','2024-01-23 08:45:33','2024-01-23 08:45:33','',1293,'https://arukustech.com/?post_type=acf-field&p=1337',43,'acf-field','',0),(1338,1,'2024-01-23 08:45:34','2024-01-23 08:45:34','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','GEO tagged Attendance Image','geo_tagged_attendance_image','publish','closed','closed','','field_65af7ba562b70','','','2024-01-23 08:45:34','2024-01-23 08:45:34','',1293,'https://arukustech.com/?post_type=acf-field&p=1338',44,'acf-field','',0),(1339,1,'2024-01-23 08:45:34','2024-01-23 08:45:34','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','GEO tagged Attendance Content','geo_tagged_attendance_content','publish','closed','closed','','field_65af7bbc62b71','','','2024-01-23 08:45:34','2024-01-23 08:45:34','',1293,'https://arukustech.com/?post_type=acf-field&p=1339',45,'acf-field','',0),(1340,1,'2024-01-23 08:45:35','2024-01-23 08:45:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Real Time Reporting Title','real_time_reporting_title','publish','closed','closed','','field_65af7bce62b72','','','2024-01-23 08:45:35','2024-01-23 08:45:35','',1293,'https://arukustech.com/?post_type=acf-field&p=1340',46,'acf-field','',0),(1341,1,'2024-01-23 08:45:36','2024-01-23 08:45:36','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Real Time Reporting Image','real_time_reporting_image','publish','closed','closed','','field_65af7bdb62b73','','','2024-02-19 13:35:27','2024-02-19 13:35:27','',1293,'https://arukustech.com/?post_type=acf-field&#038;p=1341',47,'acf-field','',0),(1342,1,'2024-01-23 08:45:36','2024-01-23 08:45:36','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Real Time Reporting Content','real_time_reporting_content','publish','closed','closed','','field_65af7bee62b74','','','2024-01-23 08:45:36','2024-01-23 08:45:36','',1293,'https://arukustech.com/?post_type=acf-field&p=1342',48,'acf-field','',0),(1343,1,'2024-01-23 08:45:37','2024-01-23 08:45:37','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Route Distance Calculator Title','route_distance_calculator_title','publish','closed','closed','','field_65af7c0062b75','','','2024-01-23 08:45:37','2024-01-23 08:45:37','',1293,'https://arukustech.com/?post_type=acf-field&p=1343',49,'acf-field','',0),(1344,1,'2024-01-23 08:45:38','2024-01-23 08:45:38','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Route Distance Calculator Image','route_distance_calculator_image','publish','closed','closed','','field_65af7c1562b76','','','2024-01-23 08:45:38','2024-01-23 08:45:38','',1293,'https://arukustech.com/?post_type=acf-field&p=1344',50,'acf-field','',0),(1345,1,'2024-01-23 08:45:39','2024-01-23 08:45:39','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Route Distance Calculator Content','route_distance_calculator_content','publish','closed','closed','','field_65af7c2c62b77','','','2024-01-23 08:45:39','2024-01-23 08:45:39','',1293,'https://arukustech.com/?post_type=acf-field&p=1345',51,'acf-field','',0),(1346,1,'2024-01-23 08:45:39','2024-01-23 08:45:39','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Custom Forms Title','custom_forms_title','publish','closed','closed','','field_65af7c3b62b78','','','2024-01-23 08:45:39','2024-01-23 08:45:39','',1293,'https://arukustech.com/?post_type=acf-field&p=1346',52,'acf-field','',0),(1347,1,'2024-01-23 08:45:40','2024-01-23 08:45:40','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Custom Forms Image','custom_forms_image','publish','closed','closed','','field_65af7c4b62b79','','','2024-01-23 08:45:40','2024-01-23 08:45:40','',1293,'https://arukustech.com/?post_type=acf-field&p=1347',53,'acf-field','',0),(1348,1,'2024-01-23 08:45:41','2024-01-23 08:45:41','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Custom Forms Content','custom_forms_content','publish','closed','closed','','field_65af7c6562b7a','','','2024-01-23 08:45:41','2024-01-23 08:45:41','',1293,'https://arukustech.com/?post_type=acf-field&p=1348',54,'acf-field','',0),(1349,1,'2024-01-23 08:45:42','2024-01-23 08:45:42','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Geo Fence Monitoring Title','geo_fence_monitoring_title','publish','closed','closed','','field_65af7c7762b7b','','','2024-01-23 08:45:42','2024-01-23 08:45:42','',1293,'https://arukustech.com/?post_type=acf-field&p=1349',55,'acf-field','',0),(1350,1,'2024-01-23 08:45:42','2024-01-23 08:45:42','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Geo Fence Monitoring Image','geo_fence_monitoring_image','publish','closed','closed','','field_65af7c8462b7c','','','2024-01-23 08:45:42','2024-01-23 08:45:42','',1293,'https://arukustech.com/?post_type=acf-field&p=1350',56,'acf-field','',0),(1351,1,'2024-01-23 08:45:43','2024-01-23 08:45:43','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Geo Fence Monitoring Content','geo_fence_monitoring_content','publish','closed','closed','','field_65af7c9d62b7d','','','2024-01-23 08:45:43','2024-01-23 08:45:43','',1293,'https://arukustech.com/?post_type=acf-field&p=1351',57,'acf-field','',0),(1352,1,'2024-01-23 08:51:18','2024-01-23 08:51:18','','employeeTracking','','inherit','open','closed','','employeetracking','','','2024-01-23 08:51:18','2024-01-23 08:51:18','',1291,'https://arukustech.com/wp-content/uploads/2024/01/employeeTracking.png',0,'attachment','image/png',0),(1353,1,'2024-01-23 08:51:56','2024-01-23 08:51:56','','geoTaggedAttendance','','inherit','open','closed','','geotaggedattendance','','','2024-01-23 08:51:56','2024-01-23 08:51:56','',1291,'https://arukustech.com/wp-content/uploads/2024/01/geoTaggedAttendance.png',0,'attachment','image/png',0),(1354,1,'2024-01-23 08:52:43','2024-01-23 08:52:43','','realtimeReporting','','inherit','open','closed','','realtimereporting','','','2024-01-23 08:52:43','2024-01-23 08:52:43','',1291,'https://arukustech.com/wp-content/uploads/2024/01/realtimeReporting.png',0,'attachment','image/png',0),(1355,1,'2024-01-23 08:53:22','2024-01-23 08:53:22','','routeDistance','','inherit','open','closed','','routedistance','','','2024-01-23 08:53:22','2024-01-23 08:53:22','',1291,'https://arukustech.com/wp-content/uploads/2024/01/routeDistance.png',0,'attachment','image/png',0),(1356,1,'2024-01-23 08:54:05','2024-01-23 08:54:05','','customForms','','inherit','open','closed','','customforms','','','2024-01-23 08:54:05','2024-01-23 08:54:05','',1291,'https://arukustech.com/wp-content/uploads/2024/01/customForms.png',0,'attachment','image/png',0),(1357,1,'2024-01-23 08:54:47','2024-01-23 08:54:47','','geo-fanceMonitoring','','inherit','open','closed','','geo-fancemonitoring','','','2024-01-23 08:54:47','2024-01-23 08:54:47','',1291,'https://arukustech.com/wp-content/uploads/2024/01/geo-fanceMonitoring.png',0,'attachment','image/png',0),(1358,1,'2024-01-23 09:21:01','2024-01-23 09:21:01','','Field Track-O','','inherit','closed','closed','','1291-revision-v1','','','2024-01-23 09:21:01','2024-01-23 09:21:01','',1291,'https://arukustech.com/?p=1358',0,'revision','',0),(1359,1,'2024-01-23 15:38:24','2024-01-23 15:38:24','','location-tracking','','inherit','open','closed','','location-tracking','','','2024-01-23 15:38:24','2024-01-23 15:38:24','',1291,'https://arukustech.com/wp-content/uploads/2024/01/location-tracking.png',0,'attachment','image/png',0),(1360,1,'2024-01-23 15:38:51','2024-01-23 15:38:51','','attendence','','inherit','open','closed','','attendence','','','2024-01-23 15:38:51','2024-01-23 15:38:51','',1291,'https://arukustech.com/wp-content/uploads/2024/01/attendence.png',0,'attachment','image/png',0),(1361,1,'2024-01-23 15:40:24','2024-01-23 15:40:24','','client-visit','','inherit','open','closed','','client-visit','','','2024-01-23 15:40:24','2024-01-23 15:40:24','',1291,'https://arukustech.com/wp-content/uploads/2024/01/client-visit.png',0,'attachment','image/png',0),(1362,1,'2024-01-23 15:41:22','2024-01-23 15:41:22','','target','','inherit','open','closed','','target','','','2024-01-23 15:41:22','2024-01-23 15:41:22','',1291,'https://arukustech.com/wp-content/uploads/2024/01/target.png',0,'attachment','image/png',0),(1363,1,'2024-01-23 15:41:40','2024-01-23 15:41:40','','expense-management','','inherit','open','closed','','expense-management','','','2024-01-23 15:41:40','2024-01-23 15:41:40','',1291,'https://arukustech.com/wp-content/uploads/2024/01/expense-management.png',0,'attachment','image/png',0),(1364,1,'2024-01-23 15:41:55','2024-01-23 15:41:55','','order-booking','','inherit','open','closed','','order-booking','','','2024-01-23 15:41:55','2024-01-23 15:41:55','',1291,'https://arukustech.com/wp-content/uploads/2024/01/order-booking.png',0,'attachment','image/png',0),(1365,1,'2024-01-23 15:42:50','2024-01-23 15:42:50','','new-landing-avatar','','inherit','open','closed','','new-landing-avatar','','','2024-01-23 15:42:50','2024-01-23 15:42:50','',1291,'https://arukustech.com/wp-content/uploads/2024/01/new-landing-avatar.jpg',0,'attachment','image/jpeg',0),(1366,1,'2024-01-23 15:46:57','2024-01-23 15:46:57','','Field Track-O','','inherit','closed','closed','','1291-revision-v1','','','2024-01-23 15:46:57','2024-01-23 15:46:57','',1291,'https://arukustech.com/?p=1366',0,'revision','',0),(1368,0,'2024-01-26 05:54:17','2024-01-26 05:54:17','Requested email is Cahouadjoro.cyrille@shofco.com and phone no is: +2540745541566','Cyrille','','publish','closed','closed','','cyrille','','','2024-01-26 05:54:17','2024-01-26 05:54:17','',0,'https://arukustech.com/demo-request/cyrille/',0,'demo-request','',0),(1369,0,'2024-01-26 06:39:47','2024-01-26 06:39:47','Requested email is sanjiv.dwivedi@bajajallianz.co.in and phone no is: +918600993403','Sanjiv','','publish','closed','closed','','sanjiv','','','2024-01-26 06:39:47','2024-01-26 06:39:47','',0,'https://arukustech.com/demo-request/sanjiv/',0,'demo-request','',0),(1370,0,'2024-02-08 03:47:17','2024-02-08 03:47:17','219838','navnit.kumar@tatacapital.com','','publish','closed','closed','','navnit-kumartatacapital-com','','','2024-02-08 03:47:17','2024-02-08 03:47:17','',0,'https://arukustech.com/downloaded-brochure/navnit-kumartatacapital-com/',0,'downloaded-brochure','',0),(1373,1,'2024-02-16 13:22:05','2024-02-16 13:22:05','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Automatic Incentive Calculator Title','automatic_incentive_calculator_title','publish','closed','closed','','field_65cf60d94889c','','','2024-02-16 13:22:05','2024-02-16 13:22:05','',1293,'https://arukustech.com/?post_type=acf-field&p=1373',58,'acf-field','',0),(1374,1,'2024-02-16 13:22:06','2024-02-16 13:22:06','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Automatic Incentive Calculator Image','automatic_incentive_calculator_image','publish','closed','closed','','field_65cf60ec4889d','','','2024-02-16 13:22:06','2024-02-16 13:22:06','',1293,'https://arukustech.com/?post_type=acf-field&p=1374',59,'acf-field','',0),(1375,1,'2024-02-16 13:22:07','2024-02-16 13:22:07','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Automatic Incentive Calculator Content','automatic_incentive_calculator_content','publish','closed','closed','','field_65cf61044889e','','','2024-02-16 13:22:07','2024-02-16 13:22:07','',1293,'https://arukustech.com/?post_type=acf-field&p=1375',60,'acf-field','',0),(1376,1,'2024-02-16 13:22:07','2024-02-16 13:22:07','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Footer Book a Demo Heading','footer_book_a_demo_heading','publish','closed','closed','','field_65cf61194889f','','','2024-02-16 13:22:07','2024-02-16 13:22:07','',1293,'https://arukustech.com/?post_type=acf-field&p=1376',61,'acf-field','',0),(1377,1,'2024-02-16 13:22:08','2024-02-16 13:22:08','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','Footer Book a Demo Image','footer_book_a_demo_image','publish','closed','closed','','field_65cf611f488a0','','','2024-02-16 13:22:08','2024-02-16 13:22:08','',1293,'https://arukustech.com/?post_type=acf-field&p=1377',62,'acf-field','',0),(1378,1,'2024-02-16 13:22:09','2024-02-16 13:22:09','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Footer Book a Demo Button Text','footer_book_a_demo_button_text','publish','closed','closed','','field_65cf6157488a1','','','2024-02-16 13:22:09','2024-02-16 13:22:09','',1293,'https://arukustech.com/?post_type=acf-field&p=1378',63,'acf-field','',0),(1379,1,'2024-02-16 13:22:09','2024-02-16 13:22:09','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Footer Book a Demo Content','footer_book_a_demo_content','publish','closed','closed','','field_65cf616f488a2','','','2024-02-16 13:22:09','2024-02-16 13:22:09','',1293,'https://arukustech.com/?post_type=acf-field&p=1379',64,'acf-field','',0),(1380,1,'2024-02-16 13:26:02','2024-02-16 13:26:02','','micro_fin (1)','','inherit','open','closed','','micro_fin-1','','','2024-02-16 13:26:02','2024-02-16 13:26:02','',1291,'https://arukustech.com/wp-content/uploads/2024/02/micro_fin-1.png',0,'attachment','image/png',0),(1381,1,'2024-02-16 13:26:40','2024-02-16 13:26:40','','nbfc','','inherit','open','closed','','nbfc','','','2024-02-16 13:26:40','2024-02-16 13:26:40','',1291,'https://arukustech.com/wp-content/uploads/2024/02/nbfc.png',0,'attachment','image/png',0),(1382,1,'2024-02-16 13:27:19','2024-02-16 13:27:19','','retail fin','','inherit','open','closed','','retail-fin','','','2024-02-16 13:27:19','2024-02-16 13:27:19','',1291,'https://arukustech.com/wp-content/uploads/2024/02/retail-fin.png',0,'attachment','image/png',0),(1383,1,'2024-02-16 13:27:54','2024-02-16 13:27:54','','housing_fin','','inherit','open','closed','','housing_fin','','','2024-02-16 13:27:54','2024-02-16 13:27:54','',1291,'https://arukustech.com/wp-content/uploads/2024/02/housing_fin.png',0,'attachment','image/png',0),(1384,1,'2024-02-16 13:28:33','2024-02-16 13:28:33','','insurance','','inherit','open','closed','','insurance','','','2024-02-16 13:28:33','2024-02-16 13:28:33','',1291,'https://arukustech.com/wp-content/uploads/2024/02/insurance.png',0,'attachment','image/png',0),(1385,1,'2024-02-16 13:31:58','2024-02-16 13:31:58','','autoIncentiveCalc','','inherit','open','closed','','autoincentivecalc','','','2024-02-16 13:31:58','2024-02-16 13:31:58','',1291,'https://arukustech.com/wp-content/uploads/2024/02/autoIncentiveCalc.png',0,'attachment','image/png',0),(1386,1,'2024-02-16 13:32:39','2024-02-16 13:32:39','','ft_bg','','inherit','open','closed','','ft_bg','','','2024-02-16 13:32:39','2024-02-16 13:32:39','',1291,'https://arukustech.com/wp-content/uploads/2024/02/ft_bg.jpg',0,'attachment','image/jpeg',0),(1387,1,'2024-02-16 13:33:28','2024-02-16 13:33:28','','landingBanner_fieldTrackO','','inherit','open','closed','','landingbanner_fieldtracko','','','2024-02-16 13:33:28','2024-02-16 13:33:28','',1291,'https://arukustech.com/wp-content/uploads/2024/02/landingBanner_fieldTrackO.jpg',0,'attachment','image/jpeg',0),(1388,1,'2024-02-16 13:33:43','2024-02-16 13:33:43','','Field Track-O','','inherit','closed','closed','','1291-revision-v1','','','2024-02-16 13:33:43','2024-02-16 13:33:43','',1291,'https://arukustech.com/?p=1388',0,'revision','',0),(1389,0,'2024-02-16 15:40:10','2024-02-16 15:40:10','344311','sujan.kolaghat10@gmail.com','','publish','closed','closed','','sujan-kolaghat10gmail-com','','','2024-02-16 15:40:10','2024-02-16 15:40:10','',0,'https://arukustech.com/downloaded-brochure/sujan-kolaghat10gmail-com/',0,'downloaded-brochure','',0),(1390,1,'2024-02-19 11:23:04','2024-02-19 11:23:04','<div class=\"form_wrapper\"><div class=\"portion\">[text* your_full_name class:input_panel placeholder \"Your Name\"]</div><div class=\"portion\">[text* your_designation class:input_panel placeholder \"Your Designation\"]</div><div class=\"portion\">[text* name_of_institution class:input_panel placeholder \"Name of Institution\"]</div><div class=\"portion country\">[tel* countrytext-430 id:contactFormPageSec class:input_panel placeholder \"Your Phone Number\"]</div><div class=\"portion\">[email* your_email_address class:input_panel placeholder \"Your Email Id\"]</div><div class=\"portion\">[submit \"ARRANGE A DEMO\"]</div></div>\n1\nField Track-O Landing Page Demo\n[your_full_name] < [your_email_address]\n[_site_admin_email]\nFrom: [your_full_name] < [your_email_address]\r\nSubject: Field Track-O Landing Page Demo\r\n\r\nMessage Body:\r\nName: [your_full_name]\r\nYour Designation: [your_designation]\r\nInstitute Name: [name_of_institution]\r\nMobile No: [countrytext-430]\r\nEmail Address: [your_email_address]\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nBcc: sales@arukustech.com\nReply-To: [your_email_address]\n\n\n\n1\nThank you for your interest in Arukus Technologies Field Track-O.\n[_site_title] <info@arukustech.com>\n[your_email_address]\n<html lang=en><meta charset=utf-8><title>Arukus Technologies</title><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css rel=stylesheet><style>html{width:100%;margin:0;padding:0}body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;margin:0;padding:0;-webkit-font-smoothing:antialiased}table{border-spacing:0}img{display:block!important;outline:0;text-decoration:none;-ms-interpolation-mode:bicubic;border:none;height:auto;line-height:100%}img.image-inline{display:inline-block!important}p{padding:0;margin:0}br{line-height:0!important}a,b,div,em,i,li,p,span,strong,td{-webkit-text-size-adjust:none}table td,table tr{border-collapse:collapse}table{border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0}@media screen and (max-width:100%){table[class=table-wrappper]{width:100%!important}td[class=content-left-gap]{width:5%!important}table[class=content-table],td[class=content-table]{width:100%!important}td[class=banner-image] img{width:100%!important}table[class=main-table-wrappper]{width:100%!important}td[class=gap-01]{height:15px!important}td[class=space-01]{width:15px!important}table[class=table-wrappper] .heading01{font-size:20px!important}table[class=table-wrappper] .text01{font-size:14px!important;margin-bottom:24px!important}table[class=table-wrappper] .heading02{font-size:24px!important}td[class=content-border]{height:25px!important}table[class=table-wrappper] .heading03{font-size:18px!important}table[class=table-wrappper] .email-link{display:block!important;margin:10px 0!important}}@media screen and (max-width:420px){table[class=brand]{width:100%!important;text-align:left!important}table[class=website-btn]{width:100%!important;text-align:left!important}table[class=website-btn-tbl]{width:130px!important}}</style><body style=background-color:#d7d7d7><table align=left cellpadding=0 cellspacing=0 style=\"width:100%;border-left:15px solid #d7d7d7;border-right:15px solid #d7d7d7\"bgcolor=#d7d7d7><tr><td height=28 class=gap-01><tr><td class=main-td><table align=left cellpadding=0 cellspacing=0 class=main-table-wrappper style=width:800px bgcolor=#ffffff><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td height=15 colspan=4><tr><td width=20><td align=left valign=top><table align=left cellpadding=0 cellspacing=0 class=brand style=width:109px><tr><td align=left><a href=https://arukustech.com/ style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Arukus Technologies height=39 src=https://arukustech.com/wp-content/uploads/2023/07/logo-web.jpg style=border:none title=Arukus Technologies width=150></a></table><td align=right style=padding-top:9px valign=top><table align=right cellpadding=0 cellspacing=0 class=website-btn style=width:130px width=130><tr><td height=1 class=gap-01><tr><td align=right><table align=right cellpadding=0 cellspacing=0 class=website-btn-tbl width=100%><tr><td align=right style=height:35px><a href=https://arukustech.com style=color:#fff;border-radius:4px;background-color:#eb553c;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;width:108px;height:15px;display:block;text-align:left;text-decoration:none;padding:10px;cursor:pointer;line-height:15px>Visit Website</a></table></table><td width=20><tr><td height=15 colspan=4></table><tr><td class=banner-image><a href=# style=border:none;padding:0;text-decoration:none;border:none;cursor:pointer><img alt=Banner height=175 src=https://arukustech.com/wp-content/uploads/2023/07/mail_banner.png style=border:none; box-sizing:border-box; title=Banner width=800></a><tr><td height=25 class=gap-01><tr><td><table align=left cellpadding=0 cellspacing=0 class=table-wrappper style=width:800px><tr><td class=content-left-gap width=25><td><table align=left cellpadding=0 cellspacing=0 class=content-table style=width:100%><tr><td align=left><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\"class=text01><p style=\"margin:0 0 28px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:13px;color:#293a47\">Dear [your_full_name],<br><br>Thank you for your interest in Arukus Technologies and for booking a demo of our cutting-edge software solutions.<br><br> During the demo, we will walk you through our advanced Field Track-O features, real-time tracking capabilities, flexible configuration settings and more. Please ensure that you have a stable internet connection and access to a computer or device for the demo. Our team will reach out to you shortly before the scheduled time with all the necessary details to join the online session.<br><br> If you have any queries or require further assistance, please do not hesitate to reach out to our dedicated support team at <a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link>info@arukustech.com</a>. <br><br>Looking forward to meeting you during the demo and exploring how Arukus Technologies can contribute to your institutions growth and success.<br><br>Best regards,<br>Arukus Technologies<tr><td height=38 class=content-border style=\"border-top:1px solid #cfcece\"><tr><td align=center><p style=\"margin:0 0 6px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#293a47;font-weight:700\"class=heading03>Get connected with us!<p style=\"margin:0 0 10px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#293a47\"class=text01><a href=mailto:info@arukustech.com style=color:#293a47;text-decoration:none;margin-right:20px class=email-link><i class=\"fa-solid fa-envelope\"></i> info@arukustech.com</a><a href=\"tel:(033) 4808-9668\"style=font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47;text-decoration:none><i class=\"fa-solid fa-phone-volume\"></i> (033) 4808-9668</a><tr><td height=20><tr><td align=center><p style=margin:0;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#293a47>&copy;  Copyright 2024. All Rights Reserved.<tr><td height=20></table><td class=content-left-gap width=25></table><tr><td height=9 bgcolor=#293a47></table><tr><td height=28 class=gap-01></table>\';\nReply-To: [_site_admin_email]\n\n1\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.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.','Field Track-O Landing','','publish','closed','closed','','field-track-o-landing','','','2024-02-19 13:25:54','2024-02-19 13:25:54','',0,'https://arukustech.com/?post_type=wpcf7_contact_form&#038;p=1390',0,'wpcf7_contact_form','',0),(1391,1,'2024-02-19 12:50:56','2024-02-19 12:50:56','<h1><img src=\"https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1000\" /> for Your Interest in  <a href=\"https://arukustech.com\">Arukus Technologies!</a> </h1> \r\n<p>Thank you for taking the first step towards exploring our cutting-edge Field Track-O solutions for your institution. We have received your request, and our team is excited to show you the power of Arukus Technologies in action!</p>','Field Track O Demo - Thank You','','publish','closed','closed','','field-track-o-demo-thank-you','','','2024-02-19 12:52:00','2024-02-19 12:52:00','',0,'https://arukustech.com/?page_id=1391',0,'page','',0),(1392,1,'2024-02-19 12:50:56','2024-02-19 12:50:56','Thank you for taking the first step towards exploring our cutting-edge Field Track-O solutions for your institution. We have received your request, and our team is excited to show you the power of Arukus Technologies in action!','Field Track O Demo - Thank You','','inherit','closed','closed','','1391-revision-v1','','','2024-02-19 12:50:56','2024-02-19 12:50:56','',1391,'https://arukustech.com/?p=1392',0,'revision','',0),(1393,1,'2024-02-19 12:52:00','2024-02-19 12:52:00','<h1><img src=\"https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1000\" /> for Your Interest in  <a href=\"https://arukustech.com\">Arukus Technologies!</a> </h1> \r\n<p>Thank you for taking the first step towards exploring our cutting-edge Field Track-O solutions for your institution. We have received your request, and our team is excited to show you the power of Arukus Technologies in action!</p>','Field Track O Demo - Thank You','','inherit','closed','closed','','1391-revision-v1','','','2024-02-19 12:52:00','2024-02-19 12:52:00','',1391,'https://arukustech.com/?p=1393',0,'revision','',0),(1394,1,'2024-02-19 12:53:16','2024-02-19 12:53:16','','New Action','','private','closed','closed','','new-action-3','','','2024-02-19 13:25:55','2024-02-19 13:25:55','',0,'https://arukustech.com/?wpcf7r_action=new-action-3',1,'wpcf7r_action','',0),(1395,1,'2024-02-19 13:37:25','2024-02-19 13:37:25','','landingBanner_fieldTrackO(4)','','inherit','open','closed','','landingbanner_fieldtracko4','','','2024-02-19 13:37:25','2024-02-19 13:37:25','',1291,'https://arukustech.com/wp-content/uploads/2024/02/landingBanner_fieldTrackO4.jpg',0,'attachment','image/jpeg',0),(1396,1,'2024-02-19 13:45:24','2024-02-19 13:45:24','','Field Track-O','','inherit','closed','closed','','1291-revision-v1','','','2024-02-19 13:45:24','2024-02-19 13:45:24','',1291,'https://arukustech.com/?p=1396',0,'revision','',0),(1397,1,'2024-02-19 13:46:02','2024-02-19 13:46:02','','Field Track-O','','inherit','closed','closed','','1291-revision-v1','','','2024-02-19 13:46:02','2024-02-19 13:46:02','',1291,'https://arukustech.com/?p=1397',0,'revision','',0),(1398,1,'2024-02-19 13:47:35','2024-02-19 13:47:35','','Field Track-O','','inherit','closed','closed','','1291-revision-v1','','','2024-02-19 13:47:35','2024-02-19 13:47:35','',1291,'https://arukustech.com/?p=1398',0,'revision','',0),(1399,1,'2024-02-19 13:48:21','2024-02-19 13:48:21','','Field Track-O','','inherit','closed','closed','','1291-revision-v1','','','2024-02-19 13:48:21','2024-02-19 13:48:21','',1291,'https://arukustech.com/?p=1399',0,'revision','',0),(1400,1,'2024-02-19 13:53:53','2024-02-19 13:53:53','','incentive','','inherit','open','closed','','incentive','','','2024-02-19 13:53:53','2024-02-19 13:53:53','',1291,'https://arukustech.com/wp-content/uploads/2024/02/incentive.png',0,'attachment','image/png',0),(1401,1,'2024-02-19 13:54:08','2024-02-19 13:54:08','','Field Track-O','','inherit','closed','closed','','1291-revision-v1','','','2024-02-19 13:54:08','2024-02-19 13:54:08','',1291,'https://arukustech.com/?p=1401',0,'revision','',0),(1402,0,'2024-02-23 10:16:54','2024-02-23 10:16:54','Requested email is aniket@esthenos.com and phone no is: +919632730131','Aniket','','publish','closed','closed','','aniket','','','2024-02-23 10:16:54','2024-02-23 10:16:54','',0,'https://arukustech.com/demo-request/aniket/',0,'demo-request','',0),(1404,0,'2024-03-01 14:20:08','2024-03-01 14:20:08','256749','mari_nakamura@ide.go.jp','','publish','closed','closed','','mari_nakamuraide-go-jp','','','2024-03-01 14:20:08','2024-03-01 14:20:08','',0,'https://arukustech.com/downloaded-brochure/mari_nakamuraide-go-jp/',0,'downloaded-brochure','',0),(1405,0,'2024-03-04 11:14:05','2024-03-04 11:14:05','888543','tristups@gmail.com','','publish','closed','closed','','tristupsgmail-com','','','2024-03-04 11:14:05','2024-03-04 11:14:05','',0,'https://arukustech.com/downloaded-brochure/tristupsgmail-com/',0,'downloaded-brochure','',0),(1407,0,'2024-03-10 03:56:00','2024-03-10 03:56:00','775108','sandeepsingh3211000@gmail.com','','publish','closed','closed','','sandeepsingh3211000gmail-com','','','2024-03-10 03:56:00','2024-03-10 03:56:00','',0,'https://arukustech.com/downloaded-brochure/sandeepsingh3211000gmail-com/',0,'downloaded-brochure','',0),(1408,0,'2024-03-26 04:44:59','2024-03-26 04:44:59','Requested email is satyendra.singh1@namfin.in and phone no is: +918939580082','satyendra singh','','publish','closed','closed','','satyendra-singh','','','2024-03-26 04:44:59','2024-03-26 04:44:59','',0,'https://arukustech.com/demo-request/satyendra-singh/',0,'demo-request','',0),(1409,0,'2024-03-27 08:52:37','2024-03-27 08:52:37','Requested email is Footwork.taher@gmail.com and phone no is: +918819978652','Taher Bootwala','','publish','closed','closed','','taher-bootwala','','','2024-03-27 08:52:37','2024-03-27 08:52:37','',0,'https://arukustech.com/demo-request/taher-bootwala/',0,'demo-request','',0),(1410,0,'2024-03-28 05:28:03','2024-03-28 05:28:03','Requested email is cuttamchandani@gmail.com and phone no is: +639178177354','Charan Uttamchandani','','publish','closed','closed','','charan-uttamchandani','','','2024-03-28 05:28:03','2024-03-28 05:28:03','',0,'https://arukustech.com/demo-request/charan-uttamchandani/',0,'demo-request','',0),(1411,1,'2024-04-03 07:12:25','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-04-03 07:12:25','0000-00-00 00:00:00','',0,'https://arukustech.com/?p=1411',0,'post','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_smush_dir_images`
--

DROP TABLE IF EXISTS `wp_smush_dir_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_smush_dir_images` (
  `id` mediumint unsigned NOT NULL AUTO_INCREMENT,
  `path` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `path_hash` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `resize` varchar(55) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `lossy` varchar(55) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `error` varchar(55) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `image_size` int unsigned DEFAULT NULL,
  `orig_size` int unsigned DEFAULT NULL,
  `file_time` int unsigned DEFAULT NULL,
  `last_scan` timestamp NULL DEFAULT '0000-00-00 00:00:00',
  `meta` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE KEY `path_hash` (`path_hash`) USING BTREE,
  KEY `image_size` (`image_size`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_smush_dir_images`
--

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

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_order` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`) USING BTREE,
  KEY `term_taxonomy_id` (`term_taxonomy_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (71,3,0),(73,3,0),(74,3,0),(75,3,0),(105,2,0),(107,2,0),(124,4,0),(125,4,0),(126,4,0),(127,5,0),(128,5,0),(129,5,0),(130,5,0),(131,5,0),(132,5,0),(133,6,0),(134,7,0),(135,8,0),(136,9,0),(137,11,0),(138,10,0),(209,3,0),(210,3,0),(402,15,0),(404,15,0),(408,3,0),(409,2,0),(619,2,0),(940,3,0),(941,3,0),(942,3,0),(943,3,0),(944,3,0),(945,3,0),(946,3,0),(947,3,0),(948,3,0),(976,15,0),(1049,16,0),(1123,17,0),(1149,16,0),(1155,18,0),(1196,19,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint unsigned NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`) USING BTREE,
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`) USING BTREE,
  KEY `taxonomy` (`taxonomy`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,4),(3,3,'nav_menu','',0,16),(4,4,'policy-category','Unleash the Power of Arukus Technologies\' Product Configuration Features, \r\nenabling companies to align their Loan Origination System with company policies. \r\nCustomize regional price variations, interest rates, GST, loan eligibility criteria, \r\nmandatory fields, risk evaluation criteria, 5C compliance, ESG items, and many \r\nmore.',0,3),(5,5,'policy-category','Empower your company\'s risk mitigation efforts with \r\nArukus Technologies\' product configuration features. Align \r\nthe risk management module to your organization\'s \r\npolicies, including organization structure, risk \r\nidentification parameters, mitigation strategies, KRI, \r\nincident reporting structure, and comprehensive help \r\nmanuals.',0,6),(6,6,'policy-category','Optimize Efficiency by configuring the Branch Rental \r\nManagement Module with bank a/c configuration, rental \r\nagreement templates, and approval matrix to tailor-match \r\nyour company’s requirements.',0,1),(7,7,'policy-category','Harness the power of Arukus Technologies\' product \r\nconfiguration features to align the fraud management \r\nmodule. Customize fraud types, define decision-making \r\nprocesses, set action emails, and establish comprehensive \r\nactivity sequences to strengthen your company\'s fraud \r\nmanagement strategy',0,1),(8,8,'policy-category','Align the branch expense management module by \r\ncustomizing branch requisition types, defining \r\ndisbursement policies, establishing expense heads, and \r\nbank information for seamlessly managing branch level \r\nexpenses across the organization.',0,1),(9,9,'policy-category','Align the Field Track-O module and easily manage user roles, control login access, manage ARM dates, configure survey settings, create survey questions, and streamline activity management for optimal field performance.',0,1),(10,10,'policy-category','Effortlessly manage vendors, locations, exceptions, \r\ngrades, travel types, local conveyance types, lodging \r\ntypes, and others for enhanced control and efficiency in \r\nmanaging travel expenses',0,1),(11,11,'policy-category','Harness the versatility of Arukus Technologies\' product \r\nconfiguration features to configure assets, cash holding, \r\nsample observations, processes, process scores and \r\nescalation routes for enhanced control and streamlined \r\naudit processes',0,1),(12,12,'blog-category','',0,0),(13,13,'blog-category','',0,0),(14,14,'blog-category','',0,0),(15,15,'blog-category','',0,3),(16,16,'blog-category','',0,2),(17,17,'blog-category','',0,1),(18,18,'blog-category','',0,1),(19,19,'blog-category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`) USING BTREE,
  KEY `term_id` (`term_id`) USING BTREE,
  KEY `meta_key` (`meta_key`(191)) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,4,'category_image','525'),(2,4,'_category_image','field_64a28315b8b54'),(3,5,'category_image','166'),(4,5,'_category_image','field_64a28315b8b54'),(5,6,'category_image','167'),(6,6,'_category_image','field_64a28315b8b54'),(7,7,'category_image','168'),(8,7,'_category_image','field_64a28315b8b54'),(9,8,'category_image','169'),(10,8,'_category_image','field_64a28315b8b54'),(11,9,'category_image','170'),(12,9,'_category_image','field_64a28315b8b54'),(13,10,'category_image','171'),(14,10,'_category_image','field_64a28315b8b54'),(15,11,'category_image','172'),(16,11,'_category_image','field_64a28315b8b54');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`) USING BTREE,
  KEY `slug` (`slug`(191)) USING BTREE,
  KEY `name` (`name`(191)) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Footer menu','footer-menu',0),(3,'Header Menu','header-menu',0),(4,'Tailor-made Loan Origination','loan-origination-system',0),(5,'Customized Risk Management','risk-management',0),(6,'Streamlined Branch Rental Management','rent-management',0),(7,'Fraud Management Combat Fraud Effectively','fraud-management',0),(8,'Efficient Branch Expense Management','branch-expense',0),(9,'Field Track-O','field-track-o',0),(10,'Streamlined Travel Expense Management','travel-expense',0),(11,'Elevate Audit Management','audit-management',0),(12,'Technology','technology',0),(13,'IT','it',0),(14,'Banking','banking',0),(15,'Insights','insights',0),(16,'Enterprise Risk Management','enterprise-risk-management',0),(17,'Fraud Management','fraud-management',0),(18,'Operations Risk','operations-risk',0),(19,'Reputation Risk','reputation-risk',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_tm_taskmeta`
--

DROP TABLE IF EXISTS `wp_tm_taskmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_tm_taskmeta` (
  `meta_id` bigint NOT NULL AUTO_INCREMENT,
  `task_id` bigint NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`) USING BTREE,
  KEY `meta_key` (`meta_key`(191)) USING BTREE,
  KEY `task_id` (`task_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=82 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_tm_taskmeta`
--

LOCK TABLES `wp_tm_taskmeta` WRITE;
/*!40000 ALTER TABLE `wp_tm_taskmeta` DISABLE KEYS */;
INSERT INTO `wp_tm_taskmeta` VALUES (81,26,'task_options','a:2:{s:13:\"current_stage\";s:9:\"completed\";s:16:\"smush-sizes-info\";s:357:\"a:5:{s:4:\"full\";a:2:{s:8:\"original\";i:382251;s:10:\"compressed\";i:106108;}s:6:\"medium\";a:2:{s:8:\"original\";i:36132;s:10:\"compressed\";i:12934;}s:5:\"large\";a:2:{s:8:\"original\";i:349324;s:10:\"compressed\";i:114421;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:18021;s:10:\"compressed\";i:7173;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:197719;s:10:\"compressed\";i:66279;}}\";}');
/*!40000 ALTER TABLE `wp_tm_taskmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_tm_tasks`
--

DROP TABLE IF EXISTS `wp_tm_tasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_tm_tasks` (
  `id` int NOT NULL AUTO_INCREMENT,
  `user_id` bigint NOT NULL,
  `type` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `class_identifier` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT '0',
  `attempts` int DEFAULT '0',
  `description` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `time_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `last_locked_at` bigint DEFAULT '0',
  `status` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  KEY `user_id` (`user_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_tm_tasks`
--

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

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`) USING BTREE,
  KEY `user_id` (`user_id`) USING BTREE,
  KEY `meta_key` (`meta_key`(191)) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=76 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','1411'),(18,1,'wp_user-settings','libraryContent=browse&editor=html'),(19,1,'wp_user-settings-time','1689941884'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:11:\"css-classes\";i:3;s:3:\"xfn\";i:4;s:11:\"description\";}'),(22,1,'metaboxhidden_nav-menus','a:4:{i:0;s:21:\"add-post-type-product\";i:1;s:25:\"add-post-type-testimonial\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";}'),(23,1,'nav_menu_recently_edited','3'),(24,1,'meta-box-order_solutions','a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:22:\"submitdiv,postimagediv\";s:6:\"normal\";s:31:\"slugdiv,acf-group_64a2a9ae8d8f8\";s:8:\"advanced\";s:0:\"\";}'),(25,1,'screen_layout_solutions','2'),(28,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"125.20.254.0\";}'),(29,1,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:215:\"It looks like you&#039;ve added a new type of content to your website. We recommend that you review your <a href=\"https://arukustech.com/wp-admin/admin.php?page=wpseo_page_settings\">Settings</a> under Content types.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:22:\"post-types-made-public\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:5:\"admin\";s:9:\"user_pass\";s:34:\"$P$BI4B8Y0/zb5XBh3WjcJdDn/Yi7hnr0.\";s:13:\"user_nicename\";s:5:\"admin\";s:10:\"user_email\";s:30:\"monika.webmaster2012@gmail.com\";s:8:\"user_url\";s:23:\"http://localhost/arukus\";s:15:\"user_registered\";s:19:\"2023-06-29 11:17:47\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"admin\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:63:{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:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8;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\";s:14:\"yoast_branding\";b:0;}}}'),(30,1,'closedpostboxes_page','a:0:{}'),(31,1,'metaboxhidden_page','a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(32,1,'meta-box-order_page','a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:94:\"acf-group_64abfb5e6e3b9,wpseo_meta,commentstatusdiv,commentsdiv,slugdiv,authordiv,revisionsdiv\";s:8:\"advanced\";s:0:\"\";}'),(33,1,'screen_layout_page','2'),(38,1,'wp_persisted_preferences','a:2:{s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2023-07-13T08:09:01.116Z\";}'),(40,1,'_yoast_wpseo_profile_updated','1689575088'),(64,1,'meta-box-order_blog','a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:39:\"submitdiv,blog-categorydiv,postimagediv\";s:6:\"normal\";s:18:\"wpseo_meta,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(65,1,'screen_layout_blog','2'),(66,1,'elementor_introduction','a:4:{s:27:\"ai-get-started-announcement\";b:1;s:18:\"yoast-introduction\";b:1;s:20:\"globals_introduction\";b:1;s:7:\"exit_to\";b:1;}'),(75,1,'session_tokens','a:1:{s:64:\"f5748121121676d158085637b73edae54d17b957f29f99e3e8a763661a0abb8f\";a:4:{s:10:\"expiration\";i:1712816224;s:2:\"ip\";s:10:\"49.37.10.8\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";s:5:\"login\";i:1712643424;}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
  `ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int NOT NULL DEFAULT '0',
  `display_name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`) USING BTREE,
  KEY `user_login_key` (`user_login`) USING BTREE,
  KEY `user_nicename` (`user_nicename`) USING BTREE,
  KEY `user_email` (`user_email`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$BI4B8Y0/zb5XBh3WjcJdDn/Yi7hnr0.','admin','monika.webmaster2012@gmail.com','http://localhost/arukus','2023-06-29 11:17:47','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable`
--

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

--
-- Dumping data for table `wp_yoast_indexable`
--

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,'https://arukustech.com/solutions/','33:19da7c3353b67951f222cedf5935b414',186,'post','page',1,0,NULL,NULL,'Solutions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 05:44:16','2023-07-21 15:18:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 11:45:33','2023-07-03 11:45:33',0),(3,'https://arukustech.com/solutions/support360-ticketing-system/','61:9e0abe9c8963a46673bcfefe2932ff23',225,'post','page',1,186,'%%title%% %%sep%% The Ultimate Helpdesk Software Solution %%sep%% %%sitename%%','The ultimate helpdesk software solution. Streamline customer service, enhance issue resolution, and achieve unrivaled user satisfaction.','Support360','publish',NULL,0,NULL,NULL,NULL,'helpdesk software',71,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p9.webp',NULL,'583','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p9.webp','583','featured-image','{\"width\":400,\"height\":400,\"filesize\":5072,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/p9.webp\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/p9.webp\",\"size\":\"full\",\"id\":583,\"alt\":\"Support360 - Arukus Technologies Helpdesk Solution\",\"pixels\":160000,\"type\":\"image/webp\"}',0,1,NULL,'2023-07-06 05:44:16','2023-07-21 15:19:04',1,NULL,NULL,NULL,NULL,1,2,2,'2023-07-20 06:37:40','2023-07-04 06:29:30',0),(4,'https://arukustech.com/solutions/fraud-control-system/','54:e5c77c2a7650b38a976ed6564b2e6b2c',223,'post','page',1,186,NULL,'Fraud Control System for MFIs and NBFCs to proactively detect and prevent fraud scenarios like cash misappropriation, false documentation, etc','Fraud Control System','publish',NULL,0,NULL,NULL,NULL,'Fraud Control system',71,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/06/p8.webp',NULL,'44','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/06/p8.webp','44','featured-image','{\"width\":400,\"height\":400,\"filesize\":26590,\"url\":\"https://arukustech.com/wp-content/uploads/2023/06/p8.webp\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/06/p8.webp\",\"size\":\"full\",\"id\":44,\"alt\":\"Fraud Control System for MFI & NBFCs - Arukus Technologies\",\"pixels\":160000,\"type\":\"image/webp\"}',0,1,NULL,'2023-07-06 05:44:16','2023-10-05 03:11:46',1,NULL,NULL,NULL,NULL,1,3,2,'2023-10-05 08:41:45','2023-07-04 06:28:27',0),(5,'https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/','79:af8b37b4ed208faddeda2e869675edb7',221,'post','page',1,186,'Internal Audit & Compliance Management Tool for MFI & NBFC %%sep%% %%sitename%%','Streamline internal audit processes, track regulatory adherence, and mitigate risks through Arukus Internal Audit & Compliance Management tool','Audit &#038; Compliance','publish',NULL,0,NULL,NULL,NULL,'Internal Audit & Compliance Management',75,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p7.webp',NULL,'558','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p7.webp','558','featured-image','{\"width\":400,\"height\":400,\"filesize\":6058,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/p7.webp\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/07/p7.webp\",\"size\":\"full\",\"id\":558,\"alt\":\"Audit & Compliance Management tool for MFI & NBFCs - Arukus Technologies\",\"pixels\":160000,\"type\":\"image/webp\"}',0,2,NULL,'2023-07-06 05:44:16','2023-12-13 14:35:17',1,NULL,NULL,NULL,NULL,1,3,2,'2023-07-28 13:44:29','2023-07-04 06:27:20',0),(6,'https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/','87:5fe61dd1422a975335dd7748625c1751',219,'post','page',1,186,'Field Track-O: Field Sales Performance Tracking App by %%sitename%%','Field sales performance tracking app for NBFCs & MFIs with intuitive tools, location tracking, analytics to boost productivity & operations.','Field Track-O','publish',NULL,0,NULL,NULL,NULL,'Field Sales Performance Tracking',73,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/06/p6.webp',NULL,'48','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/06/p6.webp','48','featured-image','{\"width\":400,\"height\":400,\"filesize\":21216,\"url\":\"https://arukustech.com/wp-content/uploads/2023/06/p6.webp\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/06/p6.webp\",\"size\":\"full\",\"id\":48,\"alt\":\"Field Sales Performance Tracking App for MFI & NBFCs - Arukus Technologies\",\"pixels\":160000,\"type\":\"image/webp\"}',0,2,NULL,'2023-07-06 05:44:16','2023-12-06 10:14:05',1,NULL,NULL,NULL,NULL,1,3,2,'2023-07-20 10:45:45','2023-07-04 06:23:48',0),(7,'https://arukustech.com/solutions/expense-management-system/','59:f357e71b7f195e0b9d38dba9b8ebb1d3',217,'post','page',1,186,'%%title%% for MFI & NBFCs %%page%% %%sep%% %%sitename%%','Arukus Technologies\' Expense Management System for MFI & NBFCs - Gain financial control, efficiency, track expenses & ensure policy compliance','Expense Management System','publish',NULL,0,NULL,NULL,NULL,'Expense Management System',75,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p5.webp',NULL,'549','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p5.webp','549','featured-image','{\"width\":400,\"height\":400,\"filesize\":5068,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/p5.webp\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/p5.webp\",\"size\":\"full\",\"id\":549,\"alt\":\"Expense Management System for MFI & NBFCs - Arukus Technologies\",\"pixels\":160000,\"type\":\"image/webp\"}',0,1,NULL,'2023-07-06 05:44:16','2023-07-21 15:37:15',1,NULL,NULL,NULL,NULL,1,2,2,'2023-07-20 07:50:42','2023-07-04 06:15:46',0),(8,'https://arukustech.com/solutions/enterprise-risk-management/','60:4393a947d7c89ea9aed70a3c3cce494c',215,'post','page',1,186,'%%title%% for MFI & NBFCs %%sep%% %%sitename%%','Enterprise Risk Management app by Arukus Technologies, designed for MFI & NBFCs to proactively identify, assess, and address potential risks.','Enterprise Risk Management','publish',NULL,0,NULL,NULL,NULL,'Enterprise Risk Management',75,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p4.webp',NULL,'545','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p4.webp','545','featured-image','{\"width\":400,\"height\":400,\"filesize\":5436,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/p4.webp\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/07/p4.webp\",\"size\":\"full\",\"id\":545,\"alt\":\"Arukus Technologies Enterprise Risk Management App\",\"pixels\":160000,\"type\":\"image/webp\"}',0,4,NULL,'2023-07-06 05:44:16','2023-12-20 08:15:41',1,NULL,NULL,NULL,NULL,1,3,2,'2023-12-20 13:45:39','2023-07-04 06:14:14',0),(9,'https://arukustech.com/solutions/collection-management-system/','62:5b598db7826568cf7742280510493ad2',213,'post','page',1,186,'%%title%% for MFI & NBFCs %%page%% %%sep%% %%sitename%%','Arukus Collection Management System, streamlines loan recovery, automate payments, and tracks customer collections for MFI & NBFCs.','Collection Management System','publish',NULL,0,NULL,NULL,NULL,'Collection Management System',75,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p3.png',NULL,'537','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p3.png','537','featured-image','{\"width\":400,\"height\":400,\"filesize\":18053,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/p3.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/p3.png\",\"size\":\"full\",\"id\":537,\"alt\":\"Arukus Technologies Collection Management System for MFI & NBFCs\",\"pixels\":160000,\"type\":\"image/png\"}',0,1,NULL,'2023-07-06 05:44:16','2023-07-21 15:37:15',1,NULL,NULL,NULL,NULL,1,3,2,'2023-07-20 07:44:30','2023-07-04 06:08:25',0),(10,'https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/','67:caec9532b4af87a584dfa9d1ce211569',188,'post','page',1,186,'Effective Cross-Selling for MFI & NBFCs %%page%% %%sep%% %%sitename%%','Effective Cross-Selling Tool for MFI & NBFCs to unlock new revenue streams by identifying customers seeking additional products to buy','Arukus Cross-Sell','publish',NULL,0,NULL,NULL,NULL,'Cross-Selling for MFI & NBFCs',73,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p2.webp',NULL,'534','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p2.webp','534','featured-image','{\"width\":400,\"height\":400,\"filesize\":6774,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/p2.webp\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/p2.webp\",\"size\":\"full\",\"id\":534,\"alt\":\"Arukus Technologies Cross-Sell Application for MFI & NBFCs\",\"pixels\":160000,\"type\":\"image/webp\"}',0,2,NULL,'2023-07-06 05:44:16','2023-07-21 15:37:15',1,NULL,NULL,NULL,NULL,1,2,2,'2023-07-20 14:11:02','2023-07-04 06:08:09',0),(11,'https://arukustech.com/solutions/loan-origination-system/','57:377ea9e5d50ac8996ec5b2d15f80f37b',211,'post','page',1,186,'Loan Origination System for Automated Lending Process %%sep%% %%sitename%%','Arukus Loan Origination System - A 360 degree interconnected lending platform maximizing operational effectiveness & driving growth for MFIs','Loan Origination System','publish',NULL,0,NULL,NULL,NULL,'Loan Origination System',71,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p1.webp',NULL,'535','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/p1.webp','535','featured-image','{\"width\":400,\"height\":400,\"filesize\":8058,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/p1.webp\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/07/p1.webp\",\"size\":\"full\",\"id\":535,\"alt\":\"Arukus Technologies - Loan Origination System\",\"pixels\":160000,\"type\":\"image/webp\"}',0,1,NULL,'2023-07-06 05:44:16','2023-10-05 03:10:50',1,NULL,NULL,NULL,NULL,1,3,2,'2023-10-05 08:40:48','2023-07-04 06:07:29',0),(12,'https://arukustech.com/contact-us/','34:7ba8789c78f9d51675ab0a669b977b79',68,'post','page',1,0,NULL,'Contact Arukus Technologies for smart technology solutions for your Microfinance Institution or Non-Banking Financial Company','Contact Us','publish',NULL,0,NULL,NULL,NULL,'Contact Us',49,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/hero_contact-us_update.jpg',NULL,'909','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/hero_contact-us_update.jpg','909','featured-image','{\"width\":1920,\"height\":400,\"filesize\":36861,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/hero_contact-us_update.jpg\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/hero_contact-us_update.jpg\",\"size\":\"full\",\"id\":909,\"alt\":\"Contact Arukus Technologies\",\"pixels\":768000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2023-07-06 05:44:16','2023-07-21 13:15:50',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-20 07:16:58','2023-06-30 06:29:21',0),(13,'https://arukustech.com/connectivity-integration-capabilities/','61:b9f0179dadd9ae45d85a7938f1ad49ba',66,'post','page',1,0,'%%title%% with 3rd party API %%page%% %%sep%% %%sitename%%','Advanced Connectivity and Integration capabilities enable our solutions to seamlessly integrate with 3rd party API driven systems','Connectivity &#038; Integration Capabilities','publish',NULL,0,NULL,NULL,NULL,'Connectivity & Integration with 3rd party API',42,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/connectivity_hero.jpg',NULL,'915','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/connectivity_hero.jpg','915','featured-image','{\"width\":1920,\"height\":400,\"filesize\":43054,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/connectivity_hero.jpg\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/connectivity_hero.jpg\",\"size\":\"full\",\"id\":915,\"alt\":\"Connectivity & Integration with 3rd Party API systems\",\"pixels\":768000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2023-07-06 05:44:16','2023-07-21 15:37:15',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-20 07:24:02','2023-06-30 06:20:07',0),(14,'https://arukustech.com/policy-based-configuration/','50:7cfa60b4293d4902328319237b7a73ba',64,'post','page',1,0,NULL,'Arukus solutions are equipped with flexible configuration settings that effortlessly align with your policies and adapt to future changes','Policy Based Configuration','publish',NULL,0,NULL,NULL,NULL,'policy based configuration',44,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/policy-bases_hero.jpg',NULL,'914','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/policy-bases_hero.jpg','914','featured-image','{\"width\":1920,\"height\":400,\"filesize\":62375,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/policy-bases_hero.jpg\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/policy-bases_hero.jpg\",\"size\":\"full\",\"id\":914,\"alt\":\"Policy based configuration - Arukus Technologies\",\"pixels\":768000,\"type\":\"image/jpeg\"}',0,1,NULL,'2023-07-06 05:44:16','2023-07-21 15:37:15',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-20 07:29:04','2023-06-30 06:19:36',0),(15,'https://arukustech.com/client-success/','38:bc66edeaed94b76217ebafd8ff67568a',62,'post','page',1,0,NULL,NULL,'Client Success','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/banner-new-1.jpg',NULL,'708','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/banner-new-1.jpg','708','featured-image','{\"width\":1920,\"height\":900,\"filesize\":58098,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/banner-new-1.jpg\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/banner-new-1.jpg\",\"size\":\"full\",\"id\":708,\"alt\":\"Automation, Efficiency & Faster Decision Making - Arukus Technologies Smart Technology Solutions for MFI & NBFCs\",\"pixels\":1728000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2023-07-06 05:44:16','2023-07-21 15:37:15',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-14 13:34:07','2023-06-30 06:18:52',0),(16,'https://arukustech.com/about-arukus-technologies/','49:f4617ce26cba2645dd2e51589951e709',60,'post','page',1,0,'%%sitename%% %%sep%% Empowering MFI & NBFCs with the latest in digital technology','Arukus Technologies - Enabling MFI and NBFCs with smart technology solutions from Loan Origination to Audit & Compliance Tracking','About Us','publish',NULL,0,NULL,NULL,NULL,'Arukus Technologies',53,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2023-07-06 05:44:16','2023-07-21 15:19:14',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-20 07:36:09','2023-06-30 06:03:14',0),(17,'https://arukustech.com/','23:49a871b7aec73f3b17f24d3f72b6c430',7,'post','page',1,0,'Smart Technology Solutions for MFI & NBFCs %%sep%% %%sitename%%','Smart Technology Solutions for MFI & NBFCs - Streamline operations, track collections, manage expenses, ensure audit & compliance and more.','Home','publish',NULL,0,NULL,NULL,NULL,'Smart Technology for MFI & NBFCs',43,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,NULL,'2023-07-06 05:44:16','2024-02-19 12:52:02',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-20 12:17:51','2023-06-29 11:44:48',0),(20,'https://arukustech.com/','23:49a871b7aec73f3b17f24d3f72b6c430',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Welcome to Arukus Technologies','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,1,NULL,'2023-07-06 05:50:58','2024-03-27 23:58:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-03-28 05:28:03','2023-06-29 11:17:51',NULL),(25,'https://arukustech.com/los-flow/loan-application-form/','54:d734f709544262267d390034ab855b80',251,'post','los-flow',1,0,NULL,NULL,'Loan Application Form','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/loan6.png',NULL,'252','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/loan6.png','252','featured-image','{\"width\":512,\"height\":512,\"filesize\":5468,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/loan6.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/loan6.png\",\"size\":\"full\",\"id\":252,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:06:41','2023-07-21 15:26:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-04 09:56:00','2023-07-04 09:56:00',0),(26,'https://arukustech.com/los-flow/product-selection/','50:65f0b1460a6fe741b8f48e0650bbe8ec',249,'post','los-flow',1,0,NULL,NULL,'Product Selection','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/loan5.png',NULL,'250','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/loan5.png','250','featured-image','{\"width\":512,\"height\":512,\"filesize\":6116,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/loan5.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/loan5.png\",\"size\":\"full\",\"id\":250,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:06:41','2023-07-21 15:26:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-04 09:54:52','2023-07-04 09:54:52',0),(27,'https://arukustech.com/los-flow/real-time-cibil-checking/','57:cfbe8c1d704b24b289ac27f09ef50956',247,'post','los-flow',1,0,NULL,NULL,'Real Time CIBIL Checking','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/loan4.png',NULL,'248','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/loan4.png','248','featured-image','{\"width\":128,\"height\":128,\"filesize\":709,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/loan4.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/loan4.png\",\"size\":\"full\",\"id\":248,\"alt\":\"\",\"pixels\":16384,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:06:41','2023-07-21 15:26:20',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-06 06:07:34','2023-07-04 09:53:53',0),(28,'https://arukustech.com/los-flow/income-expense-info/','52:7370706532c97f7155f70cda049eee04',245,'post','los-flow',1,0,NULL,NULL,'Income &#038; Expense Info','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/loan3.png',NULL,'246','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/loan3.png','246','featured-image','{\"width\":512,\"height\":512,\"filesize\":7544,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/loan3.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/loan3.png\",\"size\":\"full\",\"id\":246,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:06:41','2023-07-21 15:26:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-04 09:52:56','2023-07-04 09:52:56',0),(29,'https://arukustech.com/los-flow/phone-number-verification/','58:5364e401f7d80eb77ccf64e44f5664ec',243,'post','los-flow',1,0,NULL,NULL,'Phone Number Verification','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/loan2.png',NULL,'244','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/loan2.png','244','featured-image','{\"width\":512,\"height\":512,\"filesize\":6784,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/loan2.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/loan2.png\",\"size\":\"full\",\"id\":244,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:06:41','2023-07-21 15:26:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-04 09:46:20','2023-07-04 09:46:20',0),(30,'https://arukustech.com/los-flow/customer-onboarding/','52:fecd54dc1fb7f1dbc2c75b20f786029f',241,'post','los-flow',1,0,NULL,NULL,'Customer Onboarding','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/loan1.png',NULL,'242','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/loan1.png','242','featured-image','{\"width\":512,\"height\":512,\"filesize\":9751,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/loan1.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/loan1.png\",\"size\":\"full\",\"id\":242,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:06:42','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-04 09:45:11','2023-07-04 09:45:11',0),(31,'https://arukustech.com/los-flow/additional-info/','48:b66e6641024327b793a006408781377e',315,'post','los-flow',1,0,NULL,NULL,'Additional Info','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:09:04','2023-07-21 15:26:20',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-10 12:31:11','2023-07-06 06:10:32',0),(32,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-06 06:23:58','2023-07-21 13:36:04',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(33,'https://arukustech.com/capability/voter-id-verification/','56:0ecec053afdb6f6d3289af83b508af0d',139,'post','capability',1,0,NULL,NULL,'Voter ID Verification','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon1.png',NULL,'140','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon1.png','140','featured-image','{\"width\":32,\"height\":32,\"filesize\":524,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/icon1.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/icon1.png\",\"size\":\"full\",\"id\":140,\"alt\":\"\",\"pixels\":1024,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:43:55','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 07:10:53','2023-07-03 07:10:53',0),(34,'https://arukustech.com/capability/aadhar-card-masking/','54:91fde464c6a42e937cd8ad38d6e1b846',141,'post','capability',1,0,NULL,NULL,'Aadhar Card Masking','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon2.png',NULL,'142','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon2.png','142','featured-image','{\"width\":32,\"height\":32,\"filesize\":352,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/icon2.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/icon2.png\",\"size\":\"full\",\"id\":142,\"alt\":\"\",\"pixels\":1024,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:43:55','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 07:11:30','2023-07-03 07:11:30',0),(35,'https://arukustech.com/capability/sms-integration/','50:6c0d59fb1a7e322054c3644380aed49d',143,'post','capability',1,0,NULL,NULL,'SMS Integration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon3.png',NULL,'144','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon3.png','144','featured-image','{\"width\":32,\"height\":32,\"filesize\":497,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/icon3.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/icon3.png\",\"size\":\"full\",\"id\":144,\"alt\":\"\",\"pixels\":1024,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:43:55','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 07:12:09','2023-07-03 07:12:09',0),(36,'https://arukustech.com/capability/missed-call-verification/','59:04273fd16792271cc5a4a084eb0413ef',145,'post','capability',1,0,NULL,NULL,'Missed Call Verification','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon4.png',NULL,'146','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon4.png','146','featured-image','{\"width\":32,\"height\":32,\"filesize\":526,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/icon4.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/icon4.png\",\"size\":\"full\",\"id\":146,\"alt\":\"\",\"pixels\":1024,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:43:55','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 07:12:54','2023-07-03 07:12:54',0),(37,'https://arukustech.com/capability/multiple-payment-gateways/','60:09746bd07698f9114d968fd8c891e073',147,'post','capability',1,0,NULL,NULL,'Multiple Payment Gateways','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon5.png',NULL,'148','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon5.png','148','featured-image','{\"width\":32,\"height\":32,\"filesize\":509,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/icon5.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/icon5.png\",\"size\":\"full\",\"id\":148,\"alt\":\"\",\"pixels\":1024,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:43:55','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 07:13:40','2023-07-03 07:13:40',0),(38,'https://arukustech.com/capability/e-mandate-requisition-and-creation/','69:cf819511da35965b32cfe8c4f0046b69',149,'post','capability',1,0,NULL,NULL,'E-Mandate Requisition and Creation','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon6.png',NULL,'150','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon6.png','150','featured-image','{\"width\":32,\"height\":32,\"filesize\":535,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/icon6.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/icon6.png\",\"size\":\"full\",\"id\":150,\"alt\":\"\",\"pixels\":1024,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:43:55','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 07:14:22','2023-07-03 07:14:22',0),(39,'https://arukustech.com/capability/drop-test-bank-verification/','62:b11b074740fea1e7bfbf58a477dba92f',151,'post','capability',1,0,NULL,NULL,'Drop Test Bank Verification','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon7.png',NULL,'152','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon7.png','152','featured-image','{\"width\":32,\"height\":32,\"filesize\":463,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/icon7.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/icon7.png\",\"size\":\"full\",\"id\":152,\"alt\":\"\",\"pixels\":1024,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 07:16:21','2023-07-03 07:16:21',0),(40,'https://arukustech.com/capability/face-recognition/','51:074b8d2d7ff6062a40ca9a8a4d4c5d89',153,'post','capability',1,0,NULL,NULL,'Face Recognition','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon8.png',NULL,'154','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon8.png','154','featured-image','{\"width\":32,\"height\":32,\"filesize\":541,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/icon8.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/icon8.png\",\"size\":\"full\",\"id\":154,\"alt\":\"\",\"pixels\":1024,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 07:17:12','2023-07-03 07:17:12',0),(41,'https://arukustech.com/capability/e-signature-disbursement/','59:3aeabba1f85955eb5545d7d3510a870e',155,'post','capability',1,0,NULL,NULL,'E-Signature &#038; Disbursement','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon9.png',NULL,'156','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/icon9.png','156','featured-image','{\"width\":32,\"height\":32,\"filesize\":971,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/icon9.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/icon9.png\",\"size\":\"full\",\"id\":156,\"alt\":\"\",\"pixels\":1024,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 07:18:01','2023-07-03 07:18:01',0),(42,'https://arukustech.com/collections-process/seamless-integration/','64:59db82d7c7c9abbcc19169edf5909964',290,'post','collections-process',1,0,NULL,NULL,'Seamless Integration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 08:15:07','2023-07-05 08:09:00',0),(43,'https://arukustech.com/collections-process/agent-mobile-app/','60:682495cc8f18565712234c44355ac6fd',291,'post','collections-process',1,0,NULL,NULL,'Agent Mobile App','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 08:15:30','2023-07-05 08:09:21',0),(44,'https://arukustech.com/collections-process/track-daily-collection/','66:537ab9848fe8b33a72496f90809d9c8b',292,'post','collections-process',1,0,NULL,NULL,'Track Daily Collection','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 14:48:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 08:16:04','2023-07-05 08:09:55',0),(45,'https://arukustech.com/collections-process/advance-collection/','62:cb429ca3d95828ef1f91c8156d48e87f',293,'post','collections-process',1,0,NULL,NULL,'Advance Collection','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 14:48:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 08:10:17','2023-07-05 08:10:17',0),(46,'https://arukustech.com/collections-process/overdue-collection/','62:fb795cbb723ba58087379eec55f82b39',294,'post','collections-process',1,0,NULL,NULL,'Overdue Collection','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 14:48:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 08:13:17','2023-07-05 08:13:17',0),(47,'https://arukustech.com/collections-process/recovery-collection/','63:656cfd200b9658700739e6dd5967790d',295,'post','collections-process',1,0,NULL,NULL,'Recovery Collection','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 14:48:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 08:13:44','2023-07-05 08:13:44',0),(48,'https://arukustech.com/category/uncategorized/','46:bafb06973dc8d553948fd9a5d44791e0',1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-06-29 11:17:51','2023-06-29 11:17:51',NULL),(49,'https://arukustech.com/policy-category/loan-origination-system/','63:a503bdec82dc072de366c1c5b0f8e468',4,'term','policy-category',NULL,NULL,NULL,NULL,'Tailor-made Loan Origination',NULL,NULL,0,NULL,NULL,NULL,'Loan Origination System',31,90,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-18 07:09:38','2023-06-30 12:37:37',NULL),(50,'https://arukustech.com/policy-category/risk-management/','55:70a807de7e29fef02a4b80dc174d4cf1',5,'term','policy-category',NULL,NULL,NULL,NULL,'Customized Risk Management',NULL,NULL,0,NULL,NULL,NULL,'Risk Management',36,90,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:08:53','2023-07-03 06:06:20',NULL),(51,'https://arukustech.com/policy-category/rent-management/','55:9a34f5e6e26e65d1bce8dad7ca11b30f',6,'term','policy-category',NULL,NULL,NULL,NULL,'Streamlined Branch Rental Management',NULL,NULL,0,NULL,NULL,NULL,'Rent Management',24,90,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:23:30','2023-07-03 06:23:30',NULL),(52,'https://arukustech.com/policy-category/fraud-management/','56:3c0701548e3b1e909919a1c45db86c16',7,'term','policy-category',NULL,NULL,NULL,NULL,'Fraud Management Combat Fraud Effectively',NULL,NULL,0,NULL,NULL,NULL,'Fraud Management',39,90,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:38:41','2023-07-03 06:38:41',NULL),(53,'https://arukustech.com/policy-category/branch-expense/','54:8a9f9f48ac24e00ccbe26eff33d030e0',8,'term','policy-category',NULL,NULL,NULL,NULL,'Efficient Branch Expense Management',NULL,NULL,0,NULL,NULL,NULL,'Branch Expense',39,90,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:44:25','2023-07-03 06:44:25',NULL),(54,'https://arukustech.com/policy-category/field-track-o/','53:a565d8cfab6794b7676c52b6d7966e8f',9,'term','policy-category',NULL,NULL,NULL,NULL,'Field Track-O',NULL,NULL,0,NULL,NULL,NULL,'Field Track-O',39,90,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:44:54','2023-07-03 06:44:54',NULL),(55,'https://arukustech.com/policy-category/travel-expense/','54:543e59f35b5a6c7ede6cc20c83a5722d',10,'term','policy-category',NULL,NULL,NULL,NULL,'Streamlined Travel Expense Management',NULL,NULL,0,NULL,NULL,NULL,'Travel Expense',32,90,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:55:30','2023-07-03 06:55:30',NULL),(56,'https://arukustech.com/policy-category/audit-management/','56:b27ebf2c71b955381e994aa488ffa868',11,'term','policy-category',NULL,NULL,NULL,NULL,'Elevate Audit Management',NULL,NULL,0,NULL,NULL,NULL,'Audit Management',29,90,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:45:35','2023-07-03 06:45:35',NULL),(57,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(58,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(59,'https://arukustech.com/testimonial/','35:4f3d0b7763cd86e09f51de45dd225ecb',NULL,'post-type-archive','testimonial',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Testimonials',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-06 06:43:56','2023-07-21 20:52:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-06-29 12:59:55','2023-06-29 12:57:46',NULL),(60,'https://arukustech.com/Policy/','30:553e34a7792c74316ca5b033ee569cd2',NULL,'post-type-archive','policy',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Policy',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-06 06:43:56','2023-07-25 02:29:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-18 07:09:38','2023-06-30 12:37:37',NULL),(61,'https://arukustech.com/capability/','34:5c59443425e32033c6f2380c82908197',NULL,'post-type-archive','capability',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Integration Capability',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-06 06:43:56','2023-07-25 02:29:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 07:18:01','2023-07-03 07:10:53',NULL),(62,'https://arukustech.com/los-flow/','32:ead1432c463a2f28883b79e74a511189',NULL,'post-type-archive','los-flow',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','LOS Flow',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-06 06:43:56','2023-08-10 05:48:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-10 12:31:11','2023-07-04 09:45:11',NULL),(63,'https://arukustech.com/structured-workflow/','43:675834c693bf5a18229cbdaa71be9bdc',NULL,'post-type-archive','structured-workflow',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','LOS Structured Process',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-06 06:43:56','2023-07-31 00:00:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-31 05:30:54','2023-07-05 06:06:17',NULL),(64,'https://arukustech.com/collections-process/','43:57a3a30f00d1999a4c014d3afc1084e1',NULL,'post-type-archive','collections-process',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Collections Process',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-06 06:43:56','2023-07-29 23:37:17',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 08:16:04','2023-07-05 08:09:00',NULL),(65,'https://arukustech.com/manage-collection/','41:89e476ad45f22b2228cb424454a16eef',NULL,'post-type-archive','manage-collection',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Manage Collection',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-06 06:43:56','2023-07-25 02:56:56',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 09:53:40','2023-07-05 09:45:28',NULL),(66,'https://arukustech.com/collections-process/promise-to-pay-date/','63:6a54226c3efea4d032a72cc4f0bd9c71',296,'post','collections-process',1,0,NULL,NULL,'Promise-To-Pay Date','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 14:48:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 08:14:04','2023-07-05 08:14:04',0),(67,'https://arukustech.com/collections-process/ad-hoc-collection/','61:4ae1667c0230d919d41a5f77176a0e3d',297,'post','collections-process',1,0,NULL,NULL,'AD-HOC Collection','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 14:48:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 08:14:30','2023-07-05 08:14:30',0),(68,'https://arukustech.com/manage-collection/multi-payment-mode/','60:b2673c64a26ee813d0bc089e79451ded',308,'post','manage-collection',1,0,NULL,NULL,'Multi-Payment Mode','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:26:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 09:45:28','2023-07-05 09:45:28',0),(69,'https://arukustech.com/manage-collection/customer-attendance/','61:ab02db6b365a48440a7790653c587f3f',309,'post','manage-collection',1,0,NULL,NULL,'Customer Attendance','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:26:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 09:48:44','2023-07-05 09:48:44',0),(70,'https://arukustech.com/manage-collection/root-cause-analysis/','61:7d4b3ed291293128cd2e4c2abb7a0a58',310,'post','manage-collection',1,0,NULL,NULL,'Root Cause Analysis','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:26:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 09:49:55','2023-07-05 09:49:55',0),(71,'https://arukustech.com/manage-collection/image-vapture/','55:cb11a08f33d847860f3fe2b51cad4d1b',311,'post','manage-collection',1,0,NULL,NULL,'Image Vapture','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:26:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 09:51:51','2023-07-05 09:51:51',0),(72,'https://arukustech.com/manage-collection/denomination-tracking/','63:3e4e691f6544a89096cd5e5e4bddd650',312,'post','manage-collection',1,0,NULL,NULL,'Denomination Tracking','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:37:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 09:52:24','2023-07-05 09:52:24',0),(73,'https://arukustech.com/manage-collection/live-location-capture/','63:0730d82e9701925294770f2e42d5cf8c',313,'post','manage-collection',1,0,NULL,NULL,'Live Location Capture','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:37:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 09:53:13','2023-07-05 09:53:13',0),(74,'https://arukustech.com/manage-collection/offline-payment-collection/','68:5bfbfc87ee021eef2a46e574468100e8',314,'post','manage-collection',1,0,NULL,NULL,'Offline Payment Collection','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:37:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 09:53:40','2023-07-05 09:53:40',0),(75,'https://arukustech.com/Policy/product-configuration/','52:b088ab185c53cca8e58be56dc06f04c0',124,'post','policy',1,0,NULL,NULL,'Product Configuration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-06-30 12:37:37','2023-06-30 12:37:37',0),(76,'https://arukustech.com/Policy/eligibility-amount-based-on-different-mfi-parameters/','83:3af27b1afd2aaee0433e5633d3d2a4aa',125,'post','policy',1,0,NULL,NULL,'Eligibility amount based on different MFI parameters','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-06-30 12:38:33','2023-06-30 12:38:33',0),(77,'https://arukustech.com/Policy/other-configurable-parameters/','60:e3ec183593ee8adb1ce93605d41609fa',126,'post','policy',1,0,NULL,NULL,'Other Configurable Parameters','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-18 07:09:38','2023-06-30 12:39:14',0),(78,'https://arukustech.com/Policy/product-configuration-2/','54:499afa56479d16a8f3259657f7f25ec6',127,'post','policy',1,0,NULL,NULL,'Product Configuration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:06:20','2023-07-03 06:06:20',0),(79,'https://arukustech.com/Policy/identification-masters/','53:b8ae24bb2147f03d86b9ecdd98c594ed',128,'post','policy',1,0,NULL,NULL,'Identification Masters','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:06:52','2023-07-03 06:06:52',0),(80,'https://arukustech.com/Policy/mitigation-master/','48:e1e7aa08ab8f8f6dc856a0500878620c',129,'post','policy',1,0,NULL,NULL,'Mitigation Master','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 07:00:03','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:07:22','2023-07-03 06:07:22',0),(81,'https://arukustech.com/Policy/kri-masters/','42:8e652d4ad16066fe73883565cc5ca762',130,'post','policy',1,0,NULL,NULL,'KRI Masters','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:07:49','2023-07-03 06:07:49',0),(82,'https://arukustech.com/Policy/incident-masters/','47:ac47b0d56f5bb988ac0b32459f3b9fcd',131,'post','policy',1,0,NULL,NULL,'Incident Masters','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:08:15','2023-07-03 06:08:15',0),(83,'https://arukustech.com/Policy/help-configuration/','49:0c2bc135b59b210614adc2a7e897baae',132,'post','policy',1,0,NULL,NULL,'Help Configuration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:08:53','2023-07-03 06:08:53',0),(84,'https://arukustech.com/Policy/configuration/','44:df474eed48043273f50b0c2f273b2992',133,'post','policy',1,0,NULL,NULL,'Configuration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:23:30','2023-07-03 06:23:30',0),(85,'https://arukustech.com/Policy/configuration-2/','46:4d3ff1c0990b5f95795ea76b199beb20',134,'post','policy',1,0,NULL,NULL,'Configuration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:38:41','2023-07-03 06:38:41',0),(86,'https://arukustech.com/Policy/configuration-3/','46:eb83a2c3937cbdb2ccc585b9fc88a458',135,'post','policy',1,0,NULL,NULL,'Configuration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:44:25','2023-07-03 06:44:25',0),(87,'https://arukustech.com/Policy/configuration-4/','46:cab119a33fdd0289fbf60411010cee74',136,'post','policy',1,0,NULL,NULL,'Configuration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-21 16:04:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:44:54','2023-07-03 06:44:54',0),(88,'https://arukustech.com/Policy/configuration-5/','46:a44b535d28c89fa8d56ccb5667635bb6',137,'post','policy',1,0,NULL,NULL,'Configuration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-21 16:04:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:45:35','2023-07-03 06:45:35',0),(89,'https://arukustech.com/Policy/configuration-6/','46:a92e0f8f591540235a6f48110bc5c78e',138,'post','policy',1,0,NULL,NULL,'Configuration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-21 16:04:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 06:55:30','2023-07-03 06:55:30',0),(91,'https://arukustech.com/structured-workflow/neighbour-feedback/','62:9d88e6e006427a34b79225e98f8fb223',276,'post','structured-workflow',1,0,NULL,NULL,'Neighbour Feedback','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-31 00:00:55',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-31 05:30:54','2023-07-05 06:06:17',0),(92,'https://arukustech.com/structured-workflow/group-formation/','59:8cd4e3c0f151f5ae86197fc49629c799',277,'post','structured-workflow',1,0,NULL,NULL,'Group Formation','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-31 00:00:40',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-31 05:30:39','2023-07-05 06:06:45',0),(93,'https://arukustech.com/structured-workflow/cross-verification/','62:ae1696001a850378d79cf5a7944f3e67',278,'post','structured-workflow',1,0,NULL,NULL,'Cross Verification','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-31 00:00:24',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-31 05:30:23','2023-07-05 06:07:15',0),(94,'https://arukustech.com/structured-workflow/compulsory-group-training/','69:41a8e4e28471c240bed820f5eafe688e',279,'post','structured-workflow',1,0,NULL,NULL,'Compulsory Group Training','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-31 00:00:14',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-31 05:30:13','2023-07-05 06:07:53',0),(95,'https://arukustech.com/structured-workflow/group-recognition-test/','66:f428090bba0a69244336b9912d876889',280,'post','structured-workflow',1,0,NULL,NULL,'Group Recognition Test','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 08:59:01','2023-07-31 00:00:01',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-31 05:29:59','2023-07-05 06:10:09',0),(96,'https://arukustech.com/structured-workflow/loan-utilization-checking/','69:2b514fb7691898ebe5e403bb474423f3',281,'post','structured-workflow',1,0,NULL,NULL,'Loan Utilization Checking','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 09:49:41','2023-07-30 23:59:13',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-31 05:29:12','2023-07-05 06:10:48',0),(97,'https://arukustech.com/structured-workflow/disbursement-kit-preparation/','72:95ca89ab36bc9a36711722f5fe4a59b8',282,'post','structured-workflow',1,0,NULL,NULL,'Disbursement Kit Preparation','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 09:49:41','2023-07-30 23:58:59',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-31 05:28:58','2023-07-05 06:12:02',0),(98,'https://arukustech.com/structured-workflow/disbursement/','56:eebf99d97e090d64c686c298aa56826b',284,'post','structured-workflow',1,0,NULL,NULL,'Disbursement','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 09:49:41','2023-07-30 23:58:41',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-31 05:28:40','2023-07-05 06:13:14',0),(99,'https://arukustech.com/structured-workflow/loan-sanction-approval/','66:f9d616f69ad0ad91c23deb8d60dbe34e',285,'post','structured-workflow',1,0,NULL,NULL,'Loan sanction Approval','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 09:49:41','2023-07-30 23:58:18',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-31 05:28:17','2023-07-05 06:13:41',0),(100,'https://arukustech.com/testimonial/testimonial-1/','49:32aae3192deaa69238e62e313891b54e',34,'post','testimonial',1,0,NULL,NULL,'Testimonial 1','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/06/c1.webp',NULL,'35','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/06/c1.webp','35','featured-image','{\"width\":400,\"height\":236,\"filesize\":6102,\"url\":\"https://arukustech.com/wp-content/uploads/2023/06/c1.webp\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/06/c1.webp\",\"size\":\"full\",\"id\":35,\"alt\":\"\",\"pixels\":94400,\"type\":\"image/webp\"}',0,NULL,NULL,'2023-07-06 09:49:41','2023-07-21 16:20:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-06-29 12:57:46','2023-06-29 12:57:46',0),(101,'https://arukustech.com/testimonial/testimonial-2/','49:d97c5bee04c466c8f74ab50dfde7fe35',36,'post','testimonial',1,0,NULL,NULL,'Testimonial 2','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/06/c2.webp',NULL,'37','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/06/c2.webp','37','featured-image','{\"width\":400,\"height\":236,\"filesize\":6826,\"url\":\"https://arukustech.com/wp-content/uploads/2023/06/c2.webp\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/06/c2.webp\",\"size\":\"full\",\"id\":37,\"alt\":\"\",\"pixels\":94400,\"type\":\"image/webp\"}',0,NULL,NULL,'2023-07-06 09:49:41','2023-07-21 16:20:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-06-29 12:58:22','2023-06-29 12:58:22',0),(102,'https://arukustech.com/testimonial/testimonial-3/','49:48781c049bbee0caa092321a50875f66',38,'post','testimonial',1,0,NULL,NULL,'Testimonial 3','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/06/c3.webp',NULL,'39','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/06/c3.webp','39','featured-image','{\"width\":400,\"height\":236,\"filesize\":7134,\"url\":\"https://arukustech.com/wp-content/uploads/2023/06/c3.webp\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/06/c3.webp\",\"size\":\"full\",\"id\":39,\"alt\":\"\",\"pixels\":94400,\"type\":\"image/webp\"}',0,NULL,NULL,'2023-07-06 09:49:41','2023-07-21 16:20:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-06-29 12:59:55','2023-06-29 12:59:55',0),(103,'https://arukustech.com/ems-experience/','38:a543a774b1887c4e9b9ff501237a0929',NULL,'post-type-archive','ems-experience',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','EMS Experience',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-06 10:14:37','2023-07-25 03:05:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-06 10:28:07','2023-07-06 10:24:40',NULL),(108,'https://arukustech.com/ems-experience/ensure-reduce-time-taken-to-11-0th/','73:be4954e214d6efb450f1ddbda48c12b3',333,'post','ems-experience',1,0,NULL,NULL,'Ensure Reduce Time Taken to 11/0th','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 10:24:34','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-06 10:24:40','2023-07-06 10:24:40',0),(109,'https://arukustech.com/ems-experience/submit-reduce-effort-by-90/','65:8e18e6b55936e96db340469767095603',334,'post','ems-experience',1,0,NULL,NULL,'Submit Reduce Effort by 90%','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 10:25:03','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-06 10:26:03','2023-07-06 10:26:03',0),(110,'https://arukustech.com/ems-experience/review-ensure-100-policy-compliance/','74:d44d7755aa976e1396f5744979b0a473',335,'post','ems-experience',1,0,NULL,NULL,'Review Ensure 100% Policy compliance','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 10:26:29','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-06 10:26:36','2023-07-06 10:26:36',0),(111,'https://arukustech.com/ems-experience/settle-reduce-settlement-time/','68:d9ace41d36a78f8723d4fd0e05c43d70',336,'post','ems-experience',1,0,NULL,NULL,'Settle Reduce Settlement Time','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 10:27:23','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-06 10:27:29','2023-07-06 10:27:29',0),(112,'https://arukustech.com/ems-experience/report-export-with-a-single-click/','72:05cbb52e143bcf7b292155897dff4cde',337,'post','ems-experience',1,0,NULL,NULL,'Report Export With a Single Click','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-06 10:27:58','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-06 10:28:07','2023-07-06 10:28:07',0),(113,'https://arukustech.com/risk_management_flow/','44:c1a0a4bfd8fbf87d2a9823d99847712d',NULL,'post-type-archive','risk_management_flow',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Risk management Flow',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-06 14:03:01','2023-07-25 02:56:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-07 05:35:32','2023-07-07 05:21:50',NULL),(114,'https://arukustech.com/risk_management_flow/strategic-risk-management/','70:2b1712c42f7cc5266286a7c46ee94691',340,'post','risk_management_flow',1,0,NULL,NULL,'Strategic Risk Management','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-07 05:21:44','2023-07-21 16:04:29',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-07 05:21:50','2023-07-07 05:21:50',0),(115,'https://arukustech.com/risk_management_flow/operational-risk-management/','72:d0dfcbce5e9f43380ef4dbb3bb5ef926',341,'post','risk_management_flow',1,0,NULL,NULL,'Operational Risk Management','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-07 05:22:18','2023-07-21 16:04:29',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-07 05:22:34','2023-07-07 05:22:34',0),(116,'https://arukustech.com/risk_management_flow/governance-and-regulatory-compliance/','81:c04a40934f4c1dbb4dbdb88fcb13d9f8',342,'post','risk_management_flow',1,0,NULL,NULL,'Governance and Regulatory Compliance','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-07 05:24:27','2023-07-21 16:04:29',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-07 05:24:32','2023-07-07 05:24:32',0),(117,'https://arukustech.com/risk_management_flow/reputational-risk-mitigation/','73:b2c350cb1cb2d2873811be091e691fea',343,'post','risk_management_flow',1,0,NULL,NULL,'Reputational Risk Mitigation','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-07 05:25:04','2023-07-21 16:04:29',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-07 05:25:12','2023-07-07 05:25:12',0),(118,'https://arukustech.com/risk_management_flow/financial-risk-management/','70:e004da14ccd5de6ecc8cd41b829e8a52',344,'post','risk_management_flow',1,0,NULL,NULL,'Financial Risk Management','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-07 05:25:37','2023-07-21 16:04:29',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-07 05:25:43','2023-07-07 05:25:43',0),(119,'https://arukustech.com/risk_management_flow/environmental-risk-assessment/','74:be96362ce1090ade2090ea6f38889ad8',346,'post','risk_management_flow',1,0,NULL,NULL,'Environmental Risk Assessment','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-07 05:34:49','2023-07-21 16:04:29',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-07 05:34:54','2023-07-07 05:34:54',0),(120,'https://arukustech.com/risk_management_flow/political-risk-analysis/','68:3f724779a9f1db19d97b8631337ebedd',347,'post','risk_management_flow',1,0,NULL,NULL,'Political Risk Analysis','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-07 05:35:27','2023-07-21 16:04:29',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-07 05:35:32','2023-07-07 05:35:32',0),(121,NULL,NULL,NULL,'post-type-archive','testimonial',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Testimonials',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-07 05:44:13','2023-07-21 05:45:18',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-06-29 12:59:55','2023-06-29 12:57:46',NULL),(122,NULL,NULL,NULL,'post-type-archive','policy',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Policy',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-07 05:44:13','2023-07-21 05:45:18',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-07-03 06:55:30','2023-06-30 12:37:37',NULL),(123,NULL,NULL,NULL,'post-type-archive','capability',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Integration Capability',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-07 05:44:13','2023-07-21 05:45:18',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-07-03 07:18:01','2023-07-03 07:10:53',NULL),(124,NULL,NULL,NULL,'post-type-archive','los-flow',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','LOS Flow',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-07 05:44:13','2023-07-21 05:45:18',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-07-06 06:10:32','2023-07-04 09:45:11',NULL),(125,NULL,NULL,NULL,'post-type-archive','structured-workflow',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','LOS Structured Process',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-07 05:44:13','2023-07-21 05:45:18',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-07-05 06:13:41','2023-07-05 06:06:17',NULL),(126,NULL,NULL,NULL,'post-type-archive','collections-process',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Collections Process',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-07 05:44:13','2023-07-21 05:45:18',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-07-05 08:16:04','2023-07-05 08:09:00',NULL),(127,NULL,NULL,NULL,'post-type-archive','manage-collection',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Manage Collection',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-07 05:44:13','2023-07-21 05:45:18',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-07-05 09:53:40','2023-07-05 09:45:28',NULL),(128,NULL,NULL,NULL,'post-type-archive','ems-experience',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','EMS Experience',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-07 05:44:13','2023-07-21 05:45:18',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-07-06 10:28:07','2023-07-06 10:24:40',NULL),(129,NULL,NULL,NULL,'post-type-archive','risk_management_flow',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Risk management Flow',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-07 05:44:13','2023-07-21 05:45:18',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-07-07 05:35:32','2023-07-07 05:21:50',NULL),(130,'https://arukustech.com/field-track-o/efficiency/','48:cc3cc21dbee73802b1ac13d8a9668b5b',371,'post','field-track-o',1,0,NULL,NULL,'Efficiency','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-07 12:49:23','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-07 12:49:29','2023-07-07 12:49:29',0),(131,'https://arukustech.com/field-track-o/compliance/','48:dd7a3a036824c4c124843b3d70731540',372,'post','field-track-o',1,0,NULL,NULL,'Compliance','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-07 12:49:51','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-07 12:49:57','2023-07-07 12:49:57',0),(132,'https://arukustech.com/field-track-o/visiblity/','47:5d0d91a40fb36ae6d3e8eb50bc27e82e',373,'post','field-track-o',1,0,NULL,NULL,'Visiblity','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-07 12:50:20','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-07 12:50:26','2023-07-07 12:50:26',0),(133,'https://arukustech.com/field-track-o/accountability/','52:bb271be23a26211fe0a1504af85e9aa3',374,'post','field-track-o',1,0,NULL,NULL,'Accountability','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-07 12:50:51','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-07 12:50:56','2023-07-07 12:50:56',0),(134,'https://arukustech.com/field-track-o/customer-satisfaction/','59:3b1e70459f167a93e75c72f7ad11c475',375,'post','field-track-o',1,0,NULL,NULL,'Customer Satisfaction','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-07 12:51:24','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-07 12:51:28','2023-07-07 12:51:28',0),(135,'https://arukustech.com/blogs/','29:3151924f4055292582fc421b05fe6c98',395,'post','page',1,0,NULL,'Arukus Technology Blogs: Latest insights, trends, & innovations in the financial services industry with valuable resources for MFI and NBFCs','Blogs','publish',NULL,0,NULL,NULL,NULL,'Blogs',53,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-10 11:18:53','2023-12-01 07:11:57',1,NULL,NULL,NULL,NULL,0,0,2,'2023-12-01 12:41:56','2023-07-10 11:18:58',0),(136,'https://arukustech.com/blog-category/technology/','48:ccdeded4bef45764a8916e26303ca7c4',12,'term','blog-category',NULL,NULL,NULL,NULL,'Technology',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-10 11:29:37','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(137,'https://arukustech.com/blog-category/it/','40:0f3d77478f6c99428a1a8dce5b7190e0',13,'term','blog-category',NULL,NULL,NULL,NULL,'IT',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-10 11:29:49','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(138,'https://arukustech.com/blog-category/banking/','45:558fc5441e0f5c4ea903b57cd278b3ae',14,'term','blog-category',NULL,NULL,NULL,NULL,'Banking',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-10 11:30:01','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(139,'https://arukustech.com/blog/history-microfinance-india/','55:78a82f58f5a62ed49cbf9e2c2ea01a8c',402,'post','blog',1,0,NULL,'Explore the history of microfinance in India and how Self-Help Groups (SHGs) and Microfinance Institutions (MFIs) are empowering rural sector','History of Microfinance in India','publish',NULL,0,NULL,NULL,NULL,'history of microfinance in india',82,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/Images-Blog-3.png',NULL,'990','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/Images-Blog-3.png','990','featured-image','{\"width\":1640,\"height\":924,\"filesize\":607794,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/Images-Blog-3.png\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/07/Images-Blog-3.png\",\"size\":\"full\",\"id\":990,\"alt\":\"history of microfinance in rural india\",\"pixels\":1515360,\"type\":\"image/png\"}',1,NULL,NULL,'2023-07-10 11:30:37','2023-12-14 02:58:58',1,NULL,NULL,NULL,NULL,0,3,2,'2023-12-14 08:28:57','2023-07-10 11:31:36',0),(140,'https://arukustech.com/blog/regulatory-challenges-microfinance-india/','69:2db861f8f121554555552c26252c2f51',404,'post','blog',1,0,'Addressing Regulatory Challenges for Microfinance in India','Overcoming Regulatory Challenges for Microfinance Institutions with Arukus Technologies: Empowering MFIs with Technology','Addressing Regulatory Challenges for MFIs with Technology','publish',NULL,0,NULL,NULL,NULL,'regulatory challenges microfinance',78,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/Images-Blog.jpg',NULL,'986','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/Images-Blog.jpg','986','featured-image','{\"width\":1640,\"height\":924,\"filesize\":308635,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/Images-Blog.jpg\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/07/Images-Blog.jpg\",\"size\":\"full\",\"id\":986,\"alt\":\"Address Regulatory Compliance for Microfinance Institutions\",\"pixels\":1515360,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2023-07-10 11:32:19','2023-12-14 02:57:13',1,NULL,NULL,NULL,NULL,0,3,2,'2023-12-14 08:27:12','2023-07-10 11:32:47',0),(142,'https://arukustech.com/blog/','28:f8c607e5ab38b210351be8cb1fc72b83',NULL,'post-type-archive','blog',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Blog',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-10 11:37:45','2023-12-14 02:58:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-12-14 08:28:57','2023-07-10 11:31:36',NULL),(143,'https://arukustech.com/field-track-o/','37:7d5a592b9b8eeae8c68e45d5e3c7549f',NULL,'post-type-archive','field-track-o',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Field Track-O Options',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-10 12:22:59','2023-07-25 02:29:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-07 12:51:28','2023-07-07 12:49:29',NULL),(144,'https://arukustech.com/los-flow/kyc-document/','45:4848ceae4de56ac96cb56b6d9c8510a3',410,'post','los-flow',1,0,NULL,NULL,'KYC Document','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-10 12:25:45','2023-07-21 15:26:20',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-10 12:30:12','2023-07-10 12:27:14',0),(145,'https://arukustech.com/fraud-scenario/embrace-the-future-of-fraud-identification-and-management-with-arukus/','108:3d985bc9c509bd657e115f0b7eea1d0b',436,'post','fraud-scenario',1,0,NULL,NULL,'Embrace the Future of Fraud Identification and Management with Arukus','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/fraud-4.png',NULL,'688','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/fraud-4.png','688','featured-image','{\"width\":1333,\"height\":800,\"filesize\":40293,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/fraud-4.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/fraud-4.png\",\"size\":\"full\",\"id\":688,\"alt\":\"\",\"pixels\":1066400,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-11 08:12:24','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-14 10:45:21','2023-07-11 08:12:59',0),(146,'https://arukustech.com/fraud-scenario/fraud-scenario-not-reporting-loan-foreclosures/','85:1bcb975e615dddf5df783097f4e4003a',437,'post','fraud-scenario',1,0,NULL,NULL,'Fraud Scenario: Not Reporting Loan ForeClosures','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/fraud-3.png',NULL,'695','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/fraud-3.png','695','featured-image','{\"width\":776,\"height\":886,\"filesize\":14139,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/fraud-3.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/fraud-3.png\",\"size\":\"full\",\"id\":695,\"alt\":\"\",\"pixels\":687536,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-11 08:13:26','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-14 10:45:09','2023-07-11 08:14:38',0),(147,'https://arukustech.com/fraud-scenario/fraud-scenario-false-documentation/','73:e7ab4dc991fec014c59ba9cc8605ffad',438,'post','fraud-scenario',1,0,NULL,NULL,'Fraud Scenario: False Documentation','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/fraud-2.png',NULL,'694','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/fraud-2.png','694','featured-image','{\"width\":743,\"height\":886,\"filesize\":19557,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/fraud-2.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/fraud-2.png\",\"size\":\"full\",\"id\":694,\"alt\":\"\",\"pixels\":658298,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-11 08:16:27','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-14 10:44:34','2023-07-11 08:16:56',0),(148,'https://arukustech.com/fraud-scenario/fraud-scenario-cash-misappropriation/','75:1194f7210d2acdc3160fcadfdfdeda99',439,'post','fraud-scenario',1,0,NULL,NULL,'Fraud Scenario: Cash Misappropriation','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/fraud-1.png',NULL,'693','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/fraud-1.png','693','featured-image','{\"width\":1149,\"height\":721,\"filesize\":14579,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/fraud-1.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/fraud-1.png\",\"size\":\"full\",\"id\":693,\"alt\":\"\",\"pixels\":828429,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-11 08:17:31','2023-07-21 15:12:46',1,NULL,NULL,NULL,NULL,0,1,2,'2023-07-14 10:43:12','2023-07-11 08:17:53',0),(149,'https://arukustech.com/ticketing-system/enhanced-reporting/','59:252bc7d4e789db531240ae1643837f5d',448,'post','ticketing-system',1,0,NULL,NULL,'Enhanced Reporting','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/7.png',NULL,'449','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/7.png','449','featured-image','{\"width\":512,\"height\":512,\"filesize\":10776,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/7.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/7.png\",\"size\":\"full\",\"id\":449,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-11 12:21:37','2023-07-21 16:20:00',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-11 12:35:04','2023-07-11 12:35:04',0),(150,'https://arukustech.com/ticketing-system/fields-custom-ticket-status/','68:ff7b16a4fd0b71591dced7229dd6238f',450,'post','ticketing-system',1,0,NULL,NULL,'Fields Custom &#038; Ticket Status','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/6.png',NULL,'451','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/6.png','451','featured-image','{\"width\":512,\"height\":512,\"filesize\":9526,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/6.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/6.png\",\"size\":\"full\",\"id\":451,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-11 12:35:20','2023-07-21 16:20:00',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-11 12:37:53','2023-07-11 12:37:53',0),(151,'https://arukustech.com/ticketing-system/escalation-matrix/','58:80aced0f49a7c1b1665db79b0e185212',452,'post','ticketing-system',1,0,NULL,NULL,'Escalation Matrix','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/5.png',NULL,'453','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/5.png','453','featured-image','{\"width\":512,\"height\":512,\"filesize\":26704,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/5.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/5.png\",\"size\":\"full\",\"id\":453,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-11 12:38:04','2023-07-21 16:20:00',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-11 12:39:35','2023-07-11 12:39:35',0),(152,'https://arukustech.com/ticketing-system/sla-reminders/','54:9cbfcabf84ac3a0710dccce3bbd72bb9',454,'post','ticketing-system',1,0,NULL,NULL,'SLA Reminders','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/4.png',NULL,'455','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/4.png','455','featured-image','{\"width\":512,\"height\":512,\"filesize\":16561,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/4.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/4.png\",\"size\":\"full\",\"id\":455,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-11 12:40:26','2023-07-21 16:20:00',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-11 12:41:22','2023-07-11 12:41:22',0),(153,'https://arukustech.com/ticketing-system/intelligent-automation/','63:e1ba4152c87e2f49e4b0d212bb6322c3',456,'post','ticketing-system',1,0,NULL,NULL,'Intelligent Automation','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/3.png',NULL,'457','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/3.png','457','featured-image','{\"width\":512,\"height\":512,\"filesize\":23280,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/3.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/3.png\",\"size\":\"full\",\"id\":457,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-11 12:41:53','2023-07-21 16:20:00',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-11 12:42:35','2023-07-11 12:42:35',0),(154,'https://arukustech.com/ticketing-system/configurable-roles/','59:386880879dce34405262137ee1261d32',458,'post','ticketing-system',1,0,NULL,NULL,'Configurable Roles','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/2.png',NULL,'459','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/2.png','459','featured-image','{\"width\":512,\"height\":512,\"filesize\":28502,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/2.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/2.png\",\"size\":\"full\",\"id\":459,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-11 12:42:58','2023-07-21 16:20:00',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-11 12:43:50','2023-07-11 12:43:50',0),(155,'https://arukustech.com/ticketing-system/incident-management/','60:a11bf2745e71fa5f7becd4955ff40730',460,'post','ticketing-system',1,0,NULL,NULL,'Incident Management','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/1.png',NULL,'461','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/1.png','461','featured-image','{\"width\":512,\"height\":512,\"filesize\":18887,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/1.png\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/1.png\",\"size\":\"full\",\"id\":461,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-07-11 12:44:05','2023-07-21 16:20:00',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-11 12:44:44','2023-07-11 12:44:44',0),(156,'https://arukustech.com/fraud-scenario/','38:5bc0ac79bd5ea00a63b333a666407eb4',NULL,'post-type-archive','fraud-scenario',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Fraud Scenario',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-11 13:36:36','2023-07-25 02:56:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-14 10:45:21','2023-07-11 08:12:59',NULL),(157,'https://arukustech.com/ticketing-system/','40:7b2722a4ed365c4601cf4b7d3939bb44',NULL,'post-type-archive','ticketing-system',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Ticketing System',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-11 13:36:36','2023-07-25 03:05:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-11 12:44:44','2023-07-11 12:35:04',NULL),(158,'https://arukustech.com/book-a-demo/','35:df06341dd707e4bba0e9142a76dd9a4e',465,'post','page',1,0,NULL,'Book a demo to experience how Arukus can streamline your operations, enhance risk assessment, manage expense and boost customer satisfaction.','Book a Demo','publish',NULL,0,NULL,NULL,NULL,'book a demo',78,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/landing_bg.webp',NULL,'475','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/landing_bg.webp','475','featured-image','{\"width\":1997,\"height\":1261,\"filesize\":94402,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/landing_bg.webp\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/landing_bg.webp\",\"size\":\"full\",\"id\":475,\"alt\":\"Book a demo - Arukus Technologies\",\"pixels\":2518217,\"type\":\"image/webp\"}',9,NULL,NULL,'2023-07-12 06:00:10','2023-07-21 15:38:28',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-20 07:13:59','2023-07-12 06:00:10',0),(159,'https://arukustech.com/form-submitted/','38:560d84d2ca4a83eb6ff532ebe3ebcf39',479,'post','page',1,0,NULL,NULL,'Form Submitted','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-12 07:40:41','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-12 07:40:41','2023-07-12 07:40:41',0),(160,'https://arukustech.com/demo-request-template/','45:aaebdfedc8ecefce1c3c50c37edf5033',481,'post','page',1,0,NULL,NULL,'Demo Request Template','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-12 08:20:41','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,0,2,'2023-07-17 07:41:44','2023-07-12 08:20:46',0),(188,'https://arukustech.com/downloaded-brochure/','43:2029dba4b51be3b429ab6eeacef14f46',NULL,'post-type-archive','downloaded-brochure',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Downloaded Brochure',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-14 05:00:56','2024-03-09 22:26:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-03-10 03:56:00','2023-07-14 13:13:20',NULL),(246,'https://arukustech.com/terms-conditions/','40:a36a824f811da6d5c3345b75697d081b',734,'post','page',1,0,NULL,NULL,'Terms &#038; Conditions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/banner-new-1.jpg',NULL,'708','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/banner-new-1.jpg','708','featured-image','{\"width\":1920,\"height\":900,\"filesize\":58098,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/banner-new-1.jpg\",\"path\":\"/home/a79iycwvfc1v/public_html/wp-content/uploads/2023/07/banner-new-1.jpg\",\"size\":\"full\",\"id\":708,\"alt\":\"Automation, Efficiency & Faster Decision Making - Arukus Technologies Smart Technology Solutions for MFI & NBFCs\",\"pixels\":1728000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2023-07-14 13:36:53','2023-07-21 15:52:14',1,NULL,NULL,NULL,NULL,0,4,2,'2023-07-19 12:30:32','2023-07-14 13:37:23',0),(306,'https://arukustech.com/blog/cross-selling-products-rural-india-mfi/','67:0e6584fdea732a3f0472d890e047a20e',976,'post','blog',1,0,'Cross-Selling FMCG/FMCD Products by MFIs in Rural India','Arukus Technologies\' solution enables Micro-Finance Institutions in cross-selling FMCG/FMCD products in rural India','Cross-Selling of FMCG/FMCD Products by Microfinance Companies in Rural India','publish',NULL,0,NULL,NULL,NULL,'Cross-Selling of FMCG/FMCD Products',73,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/Images-Blog-2.jpg',NULL,'988','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/Images-Blog-2.jpg','988','featured-image','{\"width\":1640,\"height\":924,\"filesize\":397720,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/Images-Blog-2.jpg\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/07/Images-Blog-2.jpg\",\"size\":\"full\",\"id\":988,\"alt\":\"Cross-Selling FMCG and FMCD products in Rural India\",\"pixels\":1515360,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2023-07-20 08:53:41','2023-12-14 02:50:04',1,NULL,NULL,NULL,NULL,0,2,2,'2023-12-14 08:20:03','2023-07-20 08:56:58',0),(314,'https://arukustech.com/blog-category/insights/','46:566a9dfc36644e4bd50211c2f89a7d78',15,'term','blog-category',NULL,NULL,NULL,NULL,'Insights',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-07-20 10:48:12','2023-12-14 02:58:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-12-14 08:28:57','2023-07-10 11:31:36',NULL),(320,'https://arukustech.com/testimonial/','35:4f3d0b7763cd86e09f51de45dd225ecb',NULL,'post-type-archive','testimonial',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Testimonials',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-06-29 12:59:55','2023-06-29 12:57:46',NULL),(321,'https://arukustech.com/Policy/','30:553e34a7792c74316ca5b033ee569cd2',NULL,'post-type-archive','policy',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Policy',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-18 07:09:38','2023-06-30 12:37:37',NULL),(322,'https://arukustech.com/capability/','34:5c59443425e32033c6f2380c82908197',NULL,'post-type-archive','capability',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Integration Capability',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-03 07:18:01','2023-07-03 07:10:53',NULL),(323,'https://arukustech.com/los-flow/','32:ead1432c463a2f28883b79e74a511189',NULL,'post-type-archive','los-flow',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','LOS Flow',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-10 12:31:11','2023-07-04 09:45:11',NULL),(324,'https://arukustech.com/structured-workflow/','43:675834c693bf5a18229cbdaa71be9bdc',NULL,'post-type-archive','structured-workflow',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','LOS Structured Process',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 06:13:41','2023-07-05 06:06:17',NULL),(325,'https://arukustech.com/collections-process/','43:57a3a30f00d1999a4c014d3afc1084e1',NULL,'post-type-archive','collections-process',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Collections Process',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 08:16:04','2023-07-05 08:09:00',NULL),(326,'https://arukustech.com/manage-collection/','41:89e476ad45f22b2228cb424454a16eef',NULL,'post-type-archive','manage-collection',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Manage Collection',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-05 09:53:40','2023-07-05 09:45:28',NULL),(327,'https://arukustech.com/ems-experience/','38:a543a774b1887c4e9b9ff501237a0929',NULL,'post-type-archive','ems-experience',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','EMS Experience',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-06 10:28:07','2023-07-06 10:24:40',NULL),(328,'https://arukustech.com/risk_management_flow/','44:c1a0a4bfd8fbf87d2a9823d99847712d',NULL,'post-type-archive','risk_management_flow',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Risk management Flow',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-07 05:35:32','2023-07-07 05:21:50',NULL),(329,'https://arukustech.com/field-track-o/','37:7d5a592b9b8eeae8c68e45d5e3c7549f',NULL,'post-type-archive','field-track-o',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Field Track-O Options',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-07 12:51:28','2023-07-07 12:49:29',NULL),(330,'https://arukustech.com/blog/','28:f8c607e5ab38b210351be8cb1fc72b83',NULL,'post-type-archive','blog',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Blog',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-20 11:37:58','2023-07-10 11:31:36',NULL),(331,'https://arukustech.com/fraud-scenario/','38:5bc0ac79bd5ea00a63b333a666407eb4',NULL,'post-type-archive','fraud-scenario',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Fraud Scenario',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-14 10:45:21','2023-07-11 08:12:59',NULL),(332,'https://arukustech.com/ticketing-system/','40:7b2722a4ed365c4601cf4b7d3939bb44',NULL,'post-type-archive','ticketing-system',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Ticketing System',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-11 12:44:44','2023-07-11 12:35:04',NULL),(333,'https://arukustech.com/downloaded-brochure/','43:2029dba4b51be3b429ab6eeacef14f46',NULL,'post-type-archive','downloaded-brochure',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Downloaded Brochure',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-07-21 06:52:19','2023-07-21 13:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-20 13:17:24','2023-07-14 13:13:20',NULL),(340,'https://arukustech.com/downloaded-brochure/ifnahmad95gmail-com/','63:d267a1c9fec2f731b043d66eceed2fae',1016,'post','downloaded-brochure',0,0,NULL,NULL,'ifnahmad95@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-02 02:54:56','2023-08-01 21:24:56',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-02 02:54:56','2023-08-02 02:54:56',0),(341,'https://arukustech.com/download-brochure-thank-you/','51:5103e53a0917fb4af195bc94b3fa084c',1017,'post','page',1,0,NULL,NULL,'Download Brochure &#8211; Thank you','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/08/thank-you-300x300.png',NULL,NULL,'first-content-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/08/thank-you-300x300.png',NULL,'first-content-image',NULL,1,NULL,NULL,'2023-08-02 06:07:56','2023-08-02 00:50:58',1,NULL,NULL,NULL,NULL,0,1,2,'2023-08-02 06:20:56','2023-08-02 06:09:13',0),(342,'https://arukustech.com/booking-a-demo-thank-you/','48:34b12cd0b8c88fb5a0d9acdde5a2c8a5',1020,'post','page',1,0,NULL,NULL,'Booking a Demo &#8211; Thank you','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png',NULL,'first-content-image',NULL,1,NULL,NULL,'2023-08-02 06:09:40','2024-01-03 05:51:01',1,NULL,NULL,NULL,NULL,0,1,2,'2024-01-03 11:21:00','2023-08-02 06:10:24',0),(344,'https://arukustech.com/downloaded-brochure/ryadavcodeurideagmail-com/','69:096f1fa8f3211bf74d66b4f1e9e328e2',1024,'post','downloaded-brochure',1,0,NULL,NULL,'ryadavcodeuridea@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-02 06:16:31','2023-08-02 00:46:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-02 06:16:31','2023-08-02 06:16:31',0),(345,'https://arukustech.com/downloaded-brochure/sen-arizengmail-com/','63:06566334d6c67c7dc5dab1b698fc39a1',1027,'post','downloaded-brochure',0,0,NULL,NULL,'sen.arizen@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-02 14:31:32','2023-08-02 09:01:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-02 14:31:32','2023-08-02 14:31:32',0),(346,'https://arukustech.com/demo-request/ariyam-test/','48:0c23c401645b0c7f064dd40fa041e01e',1029,'post','demo-request',1,0,NULL,NULL,'Ariyam Test','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-10 08:50:15','2023-08-10 03:20:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-10 08:50:15','2023-08-10 08:50:15',0),(347,'https://arukustech.com/demo-request/','36:a460125f342bc6efeb1b68cd1d8a0a51',NULL,'post-type-archive','demo-request',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Demo Request',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-10 09:42:12','2024-03-27 23:58:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-03-28 05:28:03','2023-08-10 08:50:15',NULL),(348,'https://arukustech.com/downloaded-brochure/vk0027622gmail-com/','62:0b05ba1b5ca464fd35aea20ab7f9b02a',1032,'post','downloaded-brochure',0,0,NULL,NULL,'Vk0027622@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-31 12:25:06','2023-08-31 06:55:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-31 12:25:06','2023-08-31 12:25:06',0),(350,'https://arukustech.com/downloaded-brochure/dillipkumarmishralive-in/','68:e89f43df0e8f2e2c27f0c31ed2d4ec1f',1035,'post','downloaded-brochure',0,0,NULL,NULL,'dillipkumarmishra@live.in','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-09-19 10:32:58','2023-09-19 05:02:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-09-19 10:32:58','2023-09-19 10:32:58',0),(351,'https://arukustech.com/downloaded-brochure/rahul909632gmail-com/','64:d7961bd8da0a46aadf3f1781ee601d27',1036,'post','downloaded-brochure',0,0,NULL,NULL,'rahul909632@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-09-19 10:33:43','2023-09-19 05:03:43',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-09-19 10:33:43','2023-09-19 10:33:43',0),(352,'https://arukustech.com/downloaded-brochure/rahul909632gmai-com/','63:746ec9851c7925cadb886419ae0a01c7',1037,'post','downloaded-brochure',0,0,NULL,NULL,'rahul909632@gmai.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-09-19 10:35:20','2023-09-19 05:05:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-09-19 10:35:20','2023-09-19 10:35:20',0),(353,'https://arukustech.com/downloaded-brochure/rajeshsonisahayoggmail-com/','70:bda7ff589f8006f6eec0e0d3cc148223',1044,'post','downloaded-brochure',0,0,NULL,NULL,'rajeshsonisahayog@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-10-10 08:34:51','2023-10-10 03:04:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-10-10 08:34:51','2023-10-10 08:34:51',0),(354,'https://arukustech.com/downloaded-brochure/dasbiswajit69669gmail-com/','69:d0702d5a7d4b86d0768e15426f841ad6',1045,'post','downloaded-brochure',0,0,NULL,NULL,'dasbiswajit69669@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-10-14 16:14:08','2023-10-14 10:44:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-10-14 16:14:08','2023-10-14 16:14:08',0),(355,'https://arukustech.com/demo-request/sunil-paswan/','49:f3a5f8e1e4fb2f002255cba54cb92172',1046,'post','demo-request',0,0,NULL,NULL,'Sunil Paswan','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-10-17 11:10:07','2023-10-17 05:40:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-10-17 11:10:07','2023-10-17 11:10:07',0),(356,'https://arukustech.com/downloaded-brochure/bapi61668gmail-com/','62:f52983222d5f81e0b8ef75f63a57967f',1047,'post','downloaded-brochure',0,0,NULL,NULL,'bapi61668@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-11-03 05:31:34','2023-11-03 00:01:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-11-03 05:31:34','2023-11-03 05:31:34',0),(357,'https://arukustech.com/blog/proactive-risk-management-in-microfinance-institutions/','83:10c6c6f5b70d64c2f1d82e666f4a088d',1049,'post','blog',1,0,NULL,'Discover the pivotal role of proactive risk management in ensuring the sustainability of Microfinance Institutions (MFIs). Explore the multifaceted components of comprehensive risk management, learn how effective risk management can safeguard both social and financial objectives, and delve into an innovative Enterprise Risk Management system developed by Arukus Technologies and uncover the keys to empowering MFIs in an ever-evolving financial landscape.','The Crucial Role of Proactive Risk Management in Microfinance Institutions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/11/Images-Blog-5.jpg',NULL,'1051','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/11/Images-Blog-5.jpg','1051','featured-image','{\"width\":1640,\"height\":924,\"filesize\":193828,\"url\":\"https://arukustech.com/wp-content/uploads/2023/11/Images-Blog-5.jpg\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/11/Images-Blog-5.jpg\",\"size\":\"full\",\"id\":1051,\"alt\":\"\",\"pixels\":1515360,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2023-11-03 13:30:23','2023-12-14 02:54:16',1,NULL,NULL,NULL,NULL,0,4,2,'2023-12-14 08:24:15','2023-11-03 13:49:46',0),(358,'https://arukustech.com/?page_id=1054','36:16f83621e43159a9b0110ff175c926b7',1054,'post','page',1,0,NULL,NULL,'Elementor #1054','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-11-09 11:20:57','2023-11-09 05:50:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-11-09 11:20:57','0000-00-00 00:00:00',0),(360,'https://arukustech.com/blog-category/enterprise-risk-management/','64:1f9c358e1a679e037d8df3df40ec6cf9',16,'term','blog-category',NULL,NULL,NULL,NULL,'Enterprise Risk Management',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-11-10 13:43:48','2023-12-14 02:54:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-12-14 08:24:15',NULL,NULL),(361,'https://arukustech.com/blog/the-imperative-role-of-fraud-management-in-microfinance-institutions/','97:58e49d45322842254eac77a9dc689380',1123,'post','blog',1,0,NULL,NULL,'The Imperative Role of Fraud Management in Microfinance Institutions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg',NULL,'1140','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg','1140','featured-image','{\"width\":1024,\"height\":768,\"filesize\":58552,\"url\":\"https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg\",\"size\":\"full\",\"id\":1140,\"alt\":\"\",\"pixels\":786432,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2023-11-11 13:17:28','2023-12-14 02:46:39',1,NULL,NULL,NULL,NULL,0,3,2,'2023-12-14 08:16:38','2023-11-14 08:31:51',0),(362,'https://arukustech.com/blog-category/fraud-management/','54:748937099a763192cba8c6716dde4954',17,'term','blog-category',NULL,NULL,NULL,NULL,'Fraud Management',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-11-11 13:18:28','2023-12-14 02:46:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-12-14 08:16:38',NULL,NULL),(363,'https://arukustech.com/demo-request/bernadin-attangbe/','54:7e92e5fdfd848fde8584ad941acc5684',1145,'post','demo-request',0,0,NULL,NULL,'Bernadin ATTANGBE','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-11-30 09:22:07','2023-11-30 03:52:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-11-30 09:22:07','2023-11-30 09:22:07',0),(364,'https://arukustech.com/demo-request/sowmya-s/','45:57f3923f95e2e4f23b418de63aced1f1',1146,'post','demo-request',0,0,NULL,NULL,'Sowmya S','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-11-30 10:36:15','2023-11-30 05:06:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-11-30 10:36:15','2023-11-30 10:36:15',0),(365,'https://arukustech.com/downloaded-brochure/okekejustina85gmail-com/','67:1361d2385125cd596b97597f71590960',1147,'post','downloaded-brochure',0,0,NULL,NULL,'okekejustina85@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-11-30 12:55:35','2023-11-30 07:25:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-11-30 12:55:35','2023-11-30 12:55:35',0),(366,'https://arukustech.com/blog/the-corposol-finansol-institutional-crisis/','71:005f2300021bec6081f320059ac979a0',1149,'post','blog',1,0,NULL,'In 1996, Finansol, a regulated microfinancial intermediary in Colombia and an affiliate of ACCION International, underwent a crisis that resulted in a significant deterioration of its portfolio quality.','Lessons from History: The Corposol-Finansol Institutional Crisis','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6.jpg',NULL,'1154','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6.jpg','1154','featured-image','{\"width\":1640,\"height\":924,\"filesize\":209969,\"url\":\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6.jpg\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/12/Images-Blog-6.jpg\",\"size\":\"full\",\"id\":1154,\"alt\":\"\",\"pixels\":1515360,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2023-12-05 13:56:22','2023-12-14 01:08:48',1,NULL,NULL,NULL,NULL,0,3,2,'2023-12-14 06:38:47','2023-12-05 14:16:32',0),(367,'https://arukustech.com/blog/managing-transactional-risks-in-microfinance-institutions/','86:026326b41fd9fffe717d3f6481c41433',1155,'post','blog',1,0,NULL,NULL,'Managing Transactional Risks in Microfinance Institutions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7.jpg',NULL,'1163','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7.jpg','1163','featured-image','{\"width\":1640,\"height\":924,\"filesize\":114426,\"url\":\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7.jpg\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/12/Images-Blog-7.jpg\",\"size\":\"full\",\"id\":1163,\"alt\":\"\",\"pixels\":1515360,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2023-12-06 09:31:21','2023-12-13 09:08:13',1,NULL,NULL,NULL,NULL,0,3,2,'2023-12-13 14:38:13','2023-12-06 10:09:11',0),(368,'https://arukustech.com/blog-category/operations-risk/','53:2ddcd3d57bf76443704fbaab3007ae25',18,'term','blog-category',NULL,NULL,NULL,NULL,'Operations Risk',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-12-06 10:08:51','2023-12-13 09:08:13',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-12-13 14:38:13',NULL,NULL),(369,'https://arukustech.com/downloaded-brochure/sandeepmuduli123gmail-com/','69:759e4d05919931fdc395ab94af308aa7',1193,'post','downloaded-brochure',0,0,NULL,NULL,'sandeepmuduli123@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-12-09 05:58:37','2023-12-09 00:28:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-12-09 05:58:37','2023-12-09 05:58:37',0),(370,'https://arukustech.com/downloaded-brochure/testgmail-com/','57:e7c9b79f0ca2ba694d69ae623a62143c',1194,'post','downloaded-brochure',0,0,NULL,NULL,'test@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-12-13 05:23:33','2023-12-12 23:53:33',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-12-13 05:23:33','2023-12-13 05:23:33',0),(371,'https://arukustech.com/downloaded-brochure/vanishreeprobuddysoftware-com/','73:a77572854212d34f558013d51aed8086',1195,'post','downloaded-brochure',0,0,NULL,NULL,'Vanishree@proBuddysoftware.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-12-13 05:24:25','2023-12-12 23:54:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-12-13 05:24:25','2023-12-13 05:24:25',0),(372,'https://arukustech.com/blog/was-collecting-that-one-bad-loan-worth-it-a-closer-look-at-reputation-risk-management-for-mfis/','123:3e5a17a9a664d3d00f8cb30402802f7c',1196,'post','blog',1,0,NULL,'understand the importance of proactive reputation risk management and the role of technology in preserving the trust, confidence, and integrity of Microfinance Institutions','Was collecting that one bad loan worth it? A closer look at Reputation Risk Management for MFIs','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/12/Images-Blog.jpg',NULL,'1197','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/12/Images-Blog.jpg','1197','featured-image','{\"width\":1640,\"height\":924,\"filesize\":178771,\"url\":\"https://arukustech.com/wp-content/uploads/2023/12/Images-Blog.jpg\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/12/Images-Blog.jpg\",\"size\":\"full\",\"id\":1197,\"alt\":\"\",\"pixels\":1515360,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2023-12-13 13:55:27','2023-12-13 09:24:17',1,NULL,NULL,NULL,NULL,0,5,2,'2023-12-13 14:54:17','2023-12-13 14:06:14',0),(373,'https://arukustech.com/blog-category/reputation-risk/','53:ec84342112b2fa0c586fe76d3766e17b',19,'term','blog-category',NULL,NULL,NULL,NULL,'Reputation Risk',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-12-13 13:56:04','2023-12-13 09:24:17',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-12-13 14:54:17',NULL,NULL),(374,'https://arukustech.com/downloaded-brochure/abcmail-com/','55:dca79ced3fd2dd391f9550d737c991fb',1226,'post','downloaded-brochure',0,0,NULL,NULL,'abc@mail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-12-30 12:41:47','2023-12-30 07:11:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-12-30 12:41:47','2023-12-30 12:41:47',0),(375,'https://arukustech.com/landing/','31:0d09ee08a272926fa55a30db106004e6',1228,'post','page',1,0,NULL,NULL,'Landing','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/landing_bg.webp',NULL,'475','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/landing_bg.webp','475','featured-image','{\"width\":1997,\"height\":1261,\"filesize\":94402,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/landing_bg.webp\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/07/landing_bg.webp\",\"size\":\"full\",\"id\":475,\"alt\":\"Book a demo - Arukus Technologies\",\"pixels\":2518217,\"type\":\"image/webp\"}',0,NULL,NULL,'2023-12-31 08:13:57','2024-01-03 02:38:14',1,NULL,NULL,NULL,NULL,0,0,2,'2024-01-03 08:08:13','2023-12-31 08:13:57',0),(376,'https://arukustech.com/landing/risk-management/','47:fa8851d8bcecf5a09ceacbd09534719f',1230,'post','page',1,1228,NULL,NULL,'Risk Management','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/landing_bg.webp',NULL,'475','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2023/07/landing_bg.webp','475','featured-image','{\"width\":1997,\"height\":1261,\"filesize\":94402,\"url\":\"https://arukustech.com/wp-content/uploads/2023/07/landing_bg.webp\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2023/07/landing_bg.webp\",\"size\":\"full\",\"id\":475,\"alt\":\"Book a demo - Arukus Technologies\",\"pixels\":2518217,\"type\":\"image/webp\"}',0,NULL,NULL,'2023-12-31 08:14:27','2024-01-03 09:09:57',1,NULL,NULL,NULL,NULL,1,0,2,'2024-01-03 14:39:56','2023-12-31 08:14:35',0),(377,'https://arukustech.com/demo-request/nilesh-more/','48:2c4f3722f6e3471adb1c8eda89d47feb',1262,'post','demo-request',0,0,NULL,NULL,'nilesh more','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-01-01 05:47:16','2024-01-01 00:17:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-01-01 05:47:15','2024-01-01 05:47:15',0),(378,'https://arukustech.com/erm-demo-thank-you/','42:e46a633242f636af7f59120521136150',1276,'post','page',1,0,NULL,NULL,'ERM Demo &#8211; Thank You','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png',NULL,'first-content-image',NULL,1,NULL,NULL,'2024-01-03 11:17:56','2024-01-03 06:46:38',1,NULL,NULL,NULL,NULL,0,1,2,'2024-01-03 12:16:38','2024-01-03 11:20:22',0),(379,'https://arukustech.com/downloaded-brochure/compliancemucbank-com/','65:57dc8ed4ca79d6cc1bff8315e1f34fb7',1283,'post','downloaded-brochure',0,0,NULL,NULL,'Compliance@mucbank.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-01-03 17:11:34','2024-01-03 11:41:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-01-03 17:11:34','2024-01-03 17:11:34',0),(380,'https://arukustech.com/demo-request/rajasekaran-nrk/','52:63c5457e838195e1827c150170810570',1284,'post','demo-request',0,0,NULL,NULL,'Rajasekaran NRK','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-01-05 08:48:18','2024-01-05 03:18:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-01-05 08:48:18','2024-01-05 08:48:18',0),(381,'https://arukustech.com/downloaded-brochure/ravi7-guptatatacapital-com/','70:f517ee719e5657154f3e99963106e072',1285,'post','downloaded-brochure',0,0,NULL,NULL,'ravi7.gupta@tatacapital.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-01-16 11:28:14','2024-01-16 05:58:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-01-16 11:28:14','2024-01-16 11:28:14',0),(382,'https://arukustech.com/downloaded-brochure/ramkumar47337gmail-com/','66:be77dd31f5cc5e547e969c97d438eb84',1287,'post','downloaded-brochure',0,0,NULL,NULL,'Ramkumar47337@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-01-19 07:19:02','2024-01-19 01:49:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-01-19 07:19:02','2024-01-19 07:19:02',0),(383,'https://arukustech.com/demo-request/mohaniraj/','46:457c306c7f1dc732a873fd04cffc3a98',1289,'post','demo-request',0,0,NULL,NULL,'Mohaniraj','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-01-19 11:36:28','2024-01-19 06:06:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-01-19 11:36:28','2024-01-19 11:36:28',0),(384,'https://arukustech.com/demo-request/qurshid-ara/','48:a37f66a3b9f86b72b763a429870cae03',1290,'post','demo-request',0,0,NULL,NULL,'qurshid ara','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-01-21 00:30:41','2024-01-20 19:00:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-01-21 00:30:41','2024-01-21 00:30:41',0),(385,'https://arukustech.com/landing/field-track-o/','45:26279821f4c13a6e88e8ee3a5ccc14a3',1291,'post','page',1,1228,NULL,NULL,'Field Track-O','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2024/02/landingBanner_fieldTrackO4.jpg',NULL,'1395','featured-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2024/02/landingBanner_fieldTrackO4.jpg','1395','featured-image','{\"width\":1920,\"height\":1212,\"filesize\":131480,\"url\":\"https://arukustech.com/wp-content/uploads/2024/02/landingBanner_fieldTrackO4.jpg\",\"path\":\"/var/www/vhost/arukustech.com/wp-content/uploads/2024/02/landingBanner_fieldTrackO4.jpg\",\"size\":\"full\",\"id\":1395,\"alt\":\"\",\"pixels\":2327040,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-01-23 08:09:17','2024-02-19 08:24:10',1,NULL,NULL,NULL,NULL,1,0,2,'2024-02-19 13:54:08','2024-01-23 08:09:22',0),(386,'https://arukustech.com/demo-request/cyrille/','44:b884ab7a4caec49cd539783bc55cde49',1368,'post','demo-request',0,0,NULL,NULL,'Cyrille','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-01-26 05:54:17','2024-01-26 00:24:17',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-01-26 05:54:17','2024-01-26 05:54:17',0),(387,'https://arukustech.com/demo-request/sanjiv/','43:2fca76fe91a916b9336fa49ad42c7bfb',1369,'post','demo-request',0,0,NULL,NULL,'Sanjiv','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-01-26 06:39:47','2024-01-26 01:09:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-01-26 06:39:47','2024-01-26 06:39:47',0),(388,'https://arukustech.com/downloaded-brochure/navnit-kumartatacapital-com/','71:50c32622692b40025819e87fc9f08ef5',1370,'post','downloaded-brochure',0,0,NULL,NULL,'navnit.kumar@tatacapital.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-02-08 03:47:17','2024-02-07 22:17:17',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-02-08 03:47:17','2024-02-08 03:47:17',0),(389,'https://arukustech.com/downloaded-brochure/sujan-kolaghat10gmail-com/','69:bfbfc2d7fbb8f81b5a0903b36ed7bad1',1389,'post','downloaded-brochure',0,0,NULL,NULL,'sujan.kolaghat10@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-02-16 15:40:10','2024-02-16 10:10:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-02-16 15:40:10','2024-02-16 15:40:10',0),(390,'https://arukustech.com/field-track-o-demo-thank-you/','52:cba905c919e00e684e7e8c5f6c17e5ba',1391,'post','page',1,0,NULL,NULL,'Field Track O Demo &#8211; Thank You','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png',NULL,'first-content-image',NULL,1,NULL,NULL,'2024-02-19 12:50:31','2024-02-19 07:22:02',1,NULL,NULL,NULL,NULL,0,1,2,'2024-02-19 12:52:00','2024-02-19 12:50:56',0),(391,'https://arukustech.com/demo-request/aniket/','43:eb53dbd5ee701adcacf147349b98f573',1402,'post','demo-request',0,0,NULL,NULL,'Aniket','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-02-23 10:16:54','2024-02-23 04:46:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-02-23 10:16:54','2024-02-23 10:16:54',0),(392,'https://arukustech.com/downloaded-brochure/mari_nakamuraide-go-jp/','66:104bcb67a9093427a5f6d5789bf5b5cf',1404,'post','downloaded-brochure',0,0,NULL,NULL,'mari_nakamura@ide.go.jp','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-03-01 14:20:08','2024-03-01 08:50:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-03-01 14:20:08','2024-03-01 14:20:08',0),(393,'https://arukustech.com/downloaded-brochure/tristupsgmail-com/','61:ca995b3d4f72b784dd1970d1168ec1a4',1405,'post','downloaded-brochure',0,0,NULL,NULL,'tristups@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-03-04 11:14:05','2024-03-04 05:44:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-03-04 11:14:05','2024-03-04 11:14:05',0),(394,'https://arukustech.com/downloaded-brochure/sandeepsingh3211000gmail-com/','72:4743d8dcc5b6d057a11d8ad7e673de79',1407,'post','downloaded-brochure',0,0,NULL,NULL,'sandeepsingh3211000@gmail.com','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-03-10 03:56:00','2024-03-09 22:26:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-03-10 03:56:00','2024-03-10 03:56:00',0),(395,'https://arukustech.com/demo-request/satyendra-singh/','52:98ee1e4cd2828d5cea24f674ea904ed4',1408,'post','demo-request',0,0,NULL,NULL,'satyendra singh','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-03-26 04:44:59','2024-03-25 23:14:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-03-26 04:44:59','2024-03-26 04:44:59',0),(396,'https://arukustech.com/demo-request/taher-bootwala/','51:293acd3e75c91aca31f2920fd610e141',1409,'post','demo-request',0,0,NULL,NULL,'Taher Bootwala','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-03-27 08:52:37','2024-03-27 03:22:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-03-27 08:52:37','2024-03-27 08:52:37',0),(397,'https://arukustech.com/demo-request/charan-uttamchandani/','57:4126c32c761f1bd586c6da729920741c',1410,'post','demo-request',0,0,NULL,NULL,'Charan Uttamchandani','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-03-28 05:28:03','2024-03-27 23:58:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-03-28 05:28:03','2024-03-28 05:28:03',0);
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int unsigned NOT NULL,
  `ancestor_id` int unsigned NOT NULL,
  `depth` int unsigned DEFAULT NULL,
  `blog_id` bigint NOT NULL DEFAULT '1',
  PRIMARY KEY (`indexable_id`,`ancestor_id`) USING BTREE,
  KEY `indexable_id` (`indexable_id`) USING BTREE,
  KEY `ancestor_id` (`ancestor_id`) USING BTREE,
  KEY `depth` (`depth`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (1,0,0,1),(3,1,1,1),(4,1,1,1),(5,1,1,1),(6,1,1,1),(7,1,1,1),(8,1,1,1),(9,1,1,1),(10,1,1,1),(11,1,1,1),(12,0,0,1),(13,0,0,1),(14,0,0,1),(15,0,0,1),(16,0,0,1),(17,0,0,1),(20,0,0,1),(25,0,0,1),(26,0,0,1),(27,0,0,1),(28,0,0,1),(29,0,0,1),(30,0,0,1),(31,0,0,1),(33,0,0,1),(34,0,0,1),(35,0,0,1),(36,0,0,1),(37,0,0,1),(38,0,0,1),(39,0,0,1),(40,0,0,1),(41,0,0,1),(42,0,0,1),(43,0,0,1),(44,0,0,1),(45,0,0,1),(46,0,0,1),(47,0,0,1),(48,0,0,1),(49,0,0,1),(50,0,0,1),(51,0,0,1),(52,0,0,1),(53,0,0,1),(54,0,0,1),(55,0,0,1),(56,0,0,1),(57,0,0,1),(58,0,0,1),(59,0,0,1),(60,0,0,1),(61,0,0,1),(62,0,0,1),(63,0,0,1),(64,0,0,1),(65,0,0,1),(66,0,0,1),(67,0,0,1),(68,0,0,1),(69,0,0,1),(70,0,0,1),(71,0,0,1),(72,0,0,1),(73,0,0,1),(74,0,0,1),(75,0,0,1),(76,0,0,1),(77,0,0,1),(78,0,0,1),(79,0,0,1),(80,0,0,1),(81,0,0,1),(82,0,0,1),(83,0,0,1),(84,0,0,1),(85,0,0,1),(86,0,0,1),(87,0,0,1),(88,0,0,1),(89,0,0,1),(91,0,0,1),(92,0,0,1),(93,0,0,1),(94,0,0,1),(95,0,0,1),(96,0,0,1),(97,0,0,1),(98,0,0,1),(99,0,0,1),(100,0,0,1),(101,0,0,1),(102,0,0,1),(103,0,0,1),(108,0,0,1),(109,0,0,1),(110,0,0,1),(111,0,0,1),(112,0,0,1),(113,0,0,1),(114,0,0,1),(115,0,0,1),(116,0,0,1),(117,0,0,1),(118,0,0,1),(119,0,0,1),(120,0,0,1),(130,0,0,1),(131,0,0,1),(132,0,0,1),(133,0,0,1),(134,0,0,1),(135,0,0,1),(136,0,0,1),(137,0,0,1),(138,0,0,1),(139,0,0,1),(140,0,0,1),(142,0,0,1),(143,0,0,1),(144,0,0,1),(145,0,0,1),(146,0,0,1),(147,0,0,1),(148,0,0,1),(149,0,0,1),(150,0,0,1),(151,0,0,1),(152,0,0,1),(153,0,0,1),(154,0,0,1),(155,0,0,1),(156,0,0,1),(157,0,0,1),(158,0,0,1),(159,0,0,1),(160,0,0,1),(188,0,0,1),(246,0,0,1),(306,0,0,1),(314,0,0,1),(340,0,0,1),(341,0,0,1),(342,0,0,1),(344,0,0,1),(345,0,0,1),(346,0,0,1),(347,0,0,1),(348,0,0,1),(350,0,0,1),(351,0,0,1),(352,0,0,1),(353,0,0,1),(354,0,0,1),(355,0,0,1),(356,0,0,1),(357,0,0,1),(358,0,0,1),(360,0,0,1),(361,0,0,1),(362,0,0,1),(363,0,0,1),(364,0,0,1),(365,0,0,1),(366,0,0,1),(367,0,0,1),(368,0,0,1),(369,0,0,1),(370,0,0,1),(371,0,0,1),(372,0,0,1),(373,0,0,1),(374,0,0,1),(375,0,0,1),(376,375,1,1),(377,0,0,1),(378,0,0,1),(379,0,0,1),(380,0,0,1),(381,0,0,1),(382,0,0,1),(383,0,0,1),(384,0,0,1),(385,375,1,1),(386,0,0,1),(387,0,0,1),(388,0,0,1),(389,0,0,1),(390,0,0,1),(391,0,0,1),(392,0,0,1),(393,0,0,1),(394,0,0,1),(395,0,0,1),(396,0,0,1),(397,0,0,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_migrations`
--

DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_migrations` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE KEY `wp_yoast_migrations_version` (`version`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_migrations`
--

LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404'),(24,'20230417083836');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_primary_term`
--

DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_primary_term` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint DEFAULT NULL,
  `term_id` bigint DEFAULT NULL,
  `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`) USING BTREE,
  KEY `post_taxonomy` (`post_id`,`taxonomy`) USING BTREE,
  KEY `post_term` (`post_id`,`term_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_primary_term`
--

LOCK TABLES `wp_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
INSERT INTO `wp_yoast_primary_term` VALUES (1,402,15,'blog-category','2023-07-10 11:31:36','2023-12-14 02:58:58',1),(2,404,15,'blog-category','2023-07-10 11:32:47','2023-12-14 02:57:13',1),(4,976,15,'blog-category','2023-07-20 11:15:06','2023-12-14 02:50:03',1),(7,1123,17,'blog-category','2023-11-14 08:46:35','2023-12-14 02:46:39',1),(8,1149,16,'blog-category','2023-12-05 15:06:37','2023-12-14 01:08:48',1),(9,1155,18,'blog-category','2023-12-06 10:09:12','2023-12-13 09:08:13',1),(10,1196,19,'blog-category','2023-12-13 14:06:15','2023-12-13 09:24:17',1);
/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `post_id` bigint unsigned DEFAULT NULL,
  `target_post_id` bigint unsigned DEFAULT NULL,
  `type` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `indexable_id` int unsigned DEFAULT NULL,
  `target_indexable_id` int unsigned DEFAULT NULL,
  `height` int unsigned DEFAULT NULL,
  `width` int unsigned DEFAULT NULL,
  `size` int unsigned DEFAULT NULL,
  `language` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `region` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  KEY `link_direction` (`post_id`,`type`) USING BTREE,
  KEY `indexable_link_direction` (`indexable_id`,`type`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (2,'https://arukustech.com/solutions/loan-origination-system/',465,211,'internal',158,11,NULL,NULL,NULL,NULL,NULL),(3,'https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/',465,188,'internal',158,10,NULL,NULL,NULL,NULL,NULL),(4,'https://arukustech.com/solutions/collection-management-system/',465,213,'internal',158,9,NULL,NULL,NULL,NULL,NULL),(5,'https://arukustech.com/solutions/enterprise-risk-management/',465,215,'internal',158,8,NULL,NULL,NULL,NULL,NULL),(6,'https://arukustech.com/solutions/expense-management-system/',465,217,'internal',158,7,NULL,NULL,NULL,NULL,NULL),(7,'https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/',465,219,'internal',158,6,NULL,NULL,NULL,NULL,NULL),(8,'https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/',465,221,'internal',158,5,NULL,NULL,NULL,NULL,NULL),(9,'https://arukustech.com/solutions/fraud-control-system/',465,223,'internal',158,4,NULL,NULL,NULL,NULL,NULL),(10,'https://arukustech.com/solutions/support360-ticketing-system/',465,225,'internal',158,3,NULL,NULL,NULL,NULL,NULL),(11,'https://www.rbi.org.in/commonperson/English/Scripts/FAQs.aspx?Id=3366',404,NULL,'external',140,NULL,NULL,NULL,NULL,NULL,NULL),(12,'https://arukustech.com/policy-based-configuration/',404,64,'internal',140,14,NULL,NULL,NULL,NULL,NULL),(13,'https://arukustech.com/solutions/enterprise-risk-management/',404,215,'internal',140,8,NULL,NULL,NULL,NULL,NULL),(14,'https://arukustech.com/solutions/effective-cross-selling-mfi-nbfcs/',976,188,'internal',306,10,NULL,NULL,NULL,NULL,NULL),(15,'https://www.ibef.org/industry/fmcg',976,NULL,'external',306,NULL,NULL,NULL,NULL,NULL,NULL),(16,'https://www.ibef.org/industry/consumer-durables-presentation',976,NULL,'external',306,NULL,NULL,NULL,NULL,NULL,NULL),(17,'https://www.ibef.org/blogs/evolution-of-micro-finance-in-india',402,NULL,'external',139,NULL,NULL,NULL,NULL,NULL,NULL),(18,'https://arukustech.com/about-arukus-technologies/',402,60,'internal',139,16,NULL,NULL,NULL,NULL,NULL),(19,'https://www.nabard.org/',402,NULL,'external',139,NULL,NULL,NULL,NULL,NULL,NULL),(20,'https://www.nobelprize.org/prizes/peace/2006/yunus/biographical/',402,NULL,'external',139,NULL,NULL,NULL,NULL,NULL,NULL),(22,'mailto:info@arukustech.com',1017,NULL,'external',341,NULL,NULL,NULL,NULL,NULL,NULL),(23,'https://arukustech.com/wp-content/uploads/2023/08/thank-you-300x300.png',1017,1018,'image-in',341,NULL,512,512,18741,NULL,NULL),(26,'https://arukustech.com/',1017,NULL,'internal',341,20,NULL,NULL,NULL,NULL,NULL),(27,'https://arukustech.com',1020,7,'internal',342,17,NULL,NULL,NULL,NULL,NULL),(29,'https://arukustech.com/solutions/enterprise-risk-management/',1049,215,'internal',357,8,NULL,NULL,NULL,NULL,NULL),(31,'https://arukustech.com/wp-content/uploads/2023/11/Pastel-Gradient-Project-Timeline-Gantt-Chart.jpg',1123,1140,'image-in',361,NULL,768,1024,58552,NULL,NULL),(32,'https://arukustech.com/solutions/field-track-o-sales-performance-tracking-app-mfi-nbfc/',1155,219,'internal',367,6,NULL,NULL,NULL,NULL,NULL),(33,'https://www.indiatoday.in/india/story/tamil-nadu-finance-company-representative-kidnaps-teen-recover-loan-held-2400457-2023-07-01',1196,NULL,'external',372,NULL,NULL,NULL,NULL,NULL,NULL),(34,'https://arukustech.com/solutions/enterprise-risk-management/',1196,215,'internal',372,8,NULL,NULL,NULL,NULL,NULL),(35,'https://arukustech.com/solutions/internal-audit-compliance-management-mfi-nbfc/',1196,221,'internal',372,5,NULL,NULL,NULL,NULL,NULL),(36,'https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-1024x577.jpg',1196,1197,'image-in',372,NULL,924,1640,178771,NULL,NULL),(37,'https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-7-1024x577.jpg',1155,1163,'image-in',367,NULL,924,1640,114426,NULL,NULL),(38,'https://arukustech.com/wp-content/uploads/2023/12/Images-Blog-6-1024x577.jpg',1149,1154,'image-in',366,NULL,924,1640,209969,NULL,NULL),(39,'https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png',1020,1000,'image-in',342,NULL,0,0,0,NULL,NULL),(40,'https://arukustech.com',1276,7,'internal',378,17,NULL,NULL,NULL,NULL,NULL),(41,'https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png',1276,1000,'image-in',378,NULL,0,0,0,NULL,NULL),(42,'https://arukustech.com',1391,7,'internal',390,17,NULL,NULL,NULL,NULL,NULL),(43,'https://arukustech.com/wp-content/uploads/2024/01/thank-you-300x300-1.png',1391,1000,'image-in',390,NULL,0,0,0,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping routines for database 'arukustech-wp_prod'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2024-04-09 12:08:20

Youez - 2016 - github.com/yon3zu
LinuXploit